@eui/core 13.0.0-rc.4 → 13.0.0-rc.40

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 (61) hide show
  1. package/docs/dependencies.html +43 -47
  2. package/docs/injectables/I18nLoader.html +39 -0
  3. package/docs/injectables/LocaleService.html +20 -0
  4. package/docs/injectables/UxAppShellService.html +175 -0
  5. package/docs/interfaces/UIState.html +135 -0
  6. package/docs/js/search/search_index.js +2 -2
  7. package/docs/miscellaneous/variables.html +4 -1
  8. package/esm2020/lib/eui-core.module.mjs +6 -6
  9. package/esm2020/lib/interceptors/add-lang-param.interceptor.mjs +4 -5
  10. package/esm2020/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
  11. package/esm2020/lib/interceptors/cors-security.interceptor.mjs +4 -4
  12. package/esm2020/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
  13. package/esm2020/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +4 -5
  14. package/esm2020/lib/interceptors/openid/openid-connect.interceptor.mjs +4 -4
  15. package/esm2020/lib/interceptors/openid/openid-connect.service.mjs +4 -4
  16. package/esm2020/lib/interceptors/ux-request-error-model.interceptor.mjs +4 -4
  17. package/esm2020/lib/services/errors/global-error-handler.mjs +4 -5
  18. package/esm2020/lib/services/errors/http-error-handler.interceptor.mjs +5 -6
  19. package/esm2020/lib/services/i18n/i18n.loader.mjs +12 -6
  20. package/esm2020/lib/services/i18n/i18n.service.mjs +10 -7
  21. package/esm2020/lib/services/i18n/i18n.service.mock.mjs +4 -4
  22. package/esm2020/lib/services/locale/locale.service.mjs +18 -13
  23. package/esm2020/lib/services/log/log.module.mjs +5 -5
  24. package/esm2020/lib/services/log/log.service.mjs +5 -5
  25. package/esm2020/lib/services/permission/permission.service.mjs +4 -6
  26. package/esm2020/lib/services/queue/api-queue.service.mjs +4 -9
  27. package/esm2020/lib/services/queue/api-queue.service.mock.mjs +1 -5
  28. package/esm2020/lib/services/storage/async-storage.service.mock.mjs +1 -5
  29. package/esm2020/lib/services/storage/local-forage.service.mjs +4 -5
  30. package/esm2020/lib/services/storage/local-storage.service.mjs +4 -5
  31. package/esm2020/lib/services/storage/session-storage.service.mjs +4 -5
  32. package/esm2020/lib/services/store/effects/app.effects.mjs +10 -16
  33. package/esm2020/lib/services/store/store.service.mjs +5 -7
  34. package/esm2020/lib/services/store/store.service.mock.mjs +4 -4
  35. package/esm2020/lib/services/user/user.service.mjs +4 -5
  36. package/esm2020/lib/services/user/user.service.mock.mjs +4 -4
  37. package/esm2020/lib/services/ux-app-shell.service.mjs +36 -16
  38. package/esm2020/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +5 -5
  39. package/esm2020/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +4 -6
  40. package/esm2020/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +4 -6
  41. package/esm2020/lib/services/ux-timezone.service.mjs +4 -4
  42. package/fesm2015/eui-core.mjs +154 -128
  43. package/fesm2015/eui-core.mjs.map +1 -1
  44. package/fesm2020/eui-core.mjs +200 -170
  45. package/fesm2020/eui-core.mjs.map +1 -1
  46. package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts.map +1 -1
  47. package/lib/services/i18n/i18n.loader.d.ts +5 -0
  48. package/lib/services/i18n/i18n.loader.d.ts.map +1 -1
  49. package/lib/services/i18n/i18n.service.d.ts.map +1 -1
  50. package/lib/services/locale/locale.service.d.ts +1 -0
  51. package/lib/services/locale/locale.service.d.ts.map +1 -1
  52. package/lib/services/queue/api-queue.service.d.ts.map +1 -1
  53. package/lib/services/queue/api-queue.service.mock.d.ts.map +1 -1
  54. package/lib/services/storage/async-storage.service.mock.d.ts.map +1 -1
  55. package/lib/services/store/effects/app.effects.d.ts.map +1 -1
  56. package/lib/services/ux-app-shell.service.d.ts +7 -1
  57. package/lib/services/ux-app-shell.service.d.ts.map +1 -1
  58. package/package.json +11 -1
  59. package/esm2020/lib/services/ux-root-injector.guard.mjs +0 -11
  60. package/lib/services/ux-root-injector.guard.d.ts +0 -5
  61. package/lib/services/ux-root-injector.guard.d.ts.map +0 -1
@@ -13,7 +13,7 @@ import { throwError, forkJoin, of, BehaviorSubject, defer, merge, fromEvent, Obs
13
13
  import { debounceTime, distinctUntilChanged, map, catchError, switchMap, tap, filter, take, mapTo, mergeMap, concatMap, takeUntil } from 'rxjs/operators';
14
14
  import * as i1$1 from '@ngrx/store';
15
15
  import { createSelector } from '@ngrx/store';
16
- import { __decorate, __metadata, __awaiter } from 'tslib';
16
+ import { __decorate, __awaiter } from 'tslib';
17
17
  import * as i1$3 from '@ngrx/effects';
18
18
  import { ofType, Effect } from '@ngrx/effects';
19
19
  import * as i2 from '@ngx-translate/core';
@@ -168,9 +168,9 @@ class LogService extends Logger {
168
168
  return logger;
169
169
  }
170
170
  }
171
- /** @nocollapse */ /** @nocollapse */ LogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LogService, deps: [{ token: BASE_LOGGER_NAME_TOKEN }, { token: LOG_LEVEL_TOKEN }, { token: LOG_APPENDERS_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
172
- /** @nocollapse */ /** @nocollapse */ LogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LogService });
173
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LogService, decorators: [{
171
+ /** @nocollapse */ /** @nocollapse */ LogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LogService, deps: [{ token: BASE_LOGGER_NAME_TOKEN }, { token: LOG_LEVEL_TOKEN }, { token: LOG_APPENDERS_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
172
+ /** @nocollapse */ /** @nocollapse */ LogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LogService });
173
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LogService, decorators: [{
174
174
  type: Injectable
175
175
  }], ctorParameters: function () {
176
176
  return [{ type: undefined, decorators: [{
@@ -342,10 +342,10 @@ class LogModule {
342
342
  };
343
343
  }
344
344
  }
345
- /** @nocollapse */ /** @nocollapse */ LogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
346
- /** @nocollapse */ /** @nocollapse */ LogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LogModule });
347
- /** @nocollapse */ /** @nocollapse */ LogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LogModule });
348
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LogModule, decorators: [{
345
+ /** @nocollapse */ /** @nocollapse */ LogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
346
+ /** @nocollapse */ /** @nocollapse */ LogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LogModule });
347
+ /** @nocollapse */ /** @nocollapse */ LogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LogModule });
348
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LogModule, decorators: [{
349
349
  type: NgModule
350
350
  }] });
351
351
 
@@ -408,7 +408,7 @@ class StoreService {
408
408
  */
409
409
  select(key) {
410
410
  if (!this.store) {
411
- return throwError(new Error('NGRX Store not configured'));
411
+ return throwError(() => new Error('NGRX Store not configured'));
412
412
  }
413
413
  return this.store.select(key);
414
414
  }
@@ -437,9 +437,9 @@ class StoreService {
437
437
  }
438
438
  }
439
439
  }
440
- /** @nocollapse */ /** @nocollapse */ StoreService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: StoreService, deps: [{ token: i1$1.Store, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
441
- /** @nocollapse */ /** @nocollapse */ StoreService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: StoreService, providedIn: 'root' });
442
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: StoreService, decorators: [{
440
+ /** @nocollapse */ /** @nocollapse */ StoreService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: StoreService, deps: [{ token: i1$1.Store, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
441
+ /** @nocollapse */ /** @nocollapse */ StoreService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: StoreService, providedIn: 'root' });
442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: StoreService, decorators: [{
443
443
  type: Injectable,
444
444
  args: [{
445
445
  providedIn: 'root',
@@ -624,6 +624,7 @@ class I18nLoader {
624
624
  this.logService = logService;
625
625
  this.euiAppConfig = euiAppConfig;
626
626
  this.resources = [];
627
+ this.failedResources = [];
627
628
  // create the resources from the config object
628
629
  const i18nConfig = this.euiAppConfig.global && this.euiAppConfig.global.i18n;
629
630
  const i18nLoaderConfig = i18nConfig && i18nConfig.i18nLoader;
@@ -636,6 +637,7 @@ class I18nLoader {
636
637
  */
637
638
  getTranslation(lang) {
638
639
  return this.loadResources(this.resources, lang).pipe(map((loadedResources) => {
640
+ this.failedResources = loadedResources.hasError ? loadedResources.errors : [];
639
641
  return loadedResources.translations;
640
642
  }));
641
643
  }
@@ -696,6 +698,12 @@ class I18nLoader {
696
698
  return of({ hasError: false, translations: {} });
697
699
  }
698
700
  }
701
+ /**
702
+ * Returns resources that failed
703
+ */
704
+ getFailedResources() {
705
+ return this.failedResources;
706
+ }
699
707
  /**
700
708
  * Create resources from a config file
701
709
  * @param config loader configuration
@@ -765,9 +773,9 @@ class I18nLoader {
765
773
  return undefined;
766
774
  }
767
775
  }
768
- /** @nocollapse */ /** @nocollapse */ I18nLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: I18nLoader, deps: [{ token: i1$2.HttpClient }, { token: LogService, optional: true }, { token: CONFIG_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
769
- /** @nocollapse */ /** @nocollapse */ I18nLoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: I18nLoader });
770
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: I18nLoader, decorators: [{
776
+ /** @nocollapse */ /** @nocollapse */ I18nLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nLoader, deps: [{ token: i1$2.HttpClient }, { token: LogService, optional: true }, { token: CONFIG_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
777
+ /** @nocollapse */ /** @nocollapse */ I18nLoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nLoader });
778
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nLoader, decorators: [{
771
779
  type: Injectable
772
780
  }], ctorParameters: function () {
773
781
  return [{ type: i1$2.HttpClient }, { type: LogService, decorators: [{
@@ -923,6 +931,12 @@ class I18nService extends EuiLazyService {
923
931
  this.setDefaultLanguage(this.config.defaultLanguage);
924
932
  }
925
933
  }), map(() => {
934
+ if (this.translateService.currentLoader instanceof I18nLoader) {
935
+ const failedResources = this.translateService.currentLoader.getFailedResources();
936
+ if (failedResources.length > 0) {
937
+ return { success: false, error: failedResources };
938
+ }
939
+ }
926
940
  return { success: true };
927
941
  }), catchError((error) => {
928
942
  return of({ success: false, error: error });
@@ -970,9 +984,9 @@ class I18nService extends EuiLazyService {
970
984
  this.document.documentElement.lang = lang;
971
985
  }
972
986
  }
973
- /** @nocollapse */ /** @nocollapse */ I18nService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: I18nService, deps: [{ token: GLOBAL_CONFIG_TOKEN }, { token: i2.TranslateService }, { token: LogService, optional: true }, { token: StoreService }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
974
- /** @nocollapse */ /** @nocollapse */ I18nService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: I18nService, providedIn: 'root' });
975
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: I18nService, decorators: [{
987
+ /** @nocollapse */ /** @nocollapse */ I18nService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nService, deps: [{ token: GLOBAL_CONFIG_TOKEN }, { token: i2.TranslateService }, { token: LogService, optional: true }, { token: StoreService }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
988
+ /** @nocollapse */ /** @nocollapse */ I18nService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nService, providedIn: 'root' });
989
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nService, decorators: [{
976
990
  type: Injectable,
977
991
  args: [{
978
992
  providedIn: 'root',
@@ -1017,9 +1031,9 @@ class I18nServiceMock extends I18nService {
1017
1031
  return of({ success: true });
1018
1032
  }
1019
1033
  }
1020
- /** @nocollapse */ /** @nocollapse */ I18nServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: I18nServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1021
- /** @nocollapse */ /** @nocollapse */ I18nServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: I18nServiceMock });
1022
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: I18nServiceMock, decorators: [{
1034
+ /** @nocollapse */ /** @nocollapse */ I18nServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1035
+ /** @nocollapse */ /** @nocollapse */ I18nServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nServiceMock });
1036
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nServiceMock, decorators: [{
1023
1037
  type: Injectable
1024
1038
  }], ctorParameters: function () { return []; } });
1025
1039
 
@@ -1035,13 +1049,16 @@ const initialState = {
1035
1049
  isSidebarActive: false,
1036
1050
  isSidebarInnerActive: false,
1037
1051
  isSidebarStateCloseWithIcons: false,
1052
+ isSidebarExpandOnHover: true,
1038
1053
  hasSidebar: false,
1039
1054
  hasHeader: false,
1040
1055
  hasHeaderLogo: false,
1041
1056
  hasHeaderEnvironment: false,
1057
+ hasToolbar: false,
1058
+ hasToolbarMenu: false,
1042
1059
  environmentValue: '',
1043
1060
  isSidebarHidden: false,
1044
- hasToolbar: false,
1061
+ hasTopMessage: false,
1045
1062
  windowWidth: 0,
1046
1063
  windowHeight: 0,
1047
1064
  mainContentHeight: 0,
@@ -1067,7 +1084,7 @@ const initialState = {
1067
1084
  hasModalActive: false,
1068
1085
  isDimmerActive: false,
1069
1086
  };
1070
- // export class UxAppShellService extends UxRootInjectorGuard {
1087
+ // TODO: this service needs to be transferred in the respective component
1071
1088
  class UxAppShellService {
1072
1089
  constructor(config, http, platformId, router, storeService, i18nService) {
1073
1090
  var _a, _b, _c, _d;
@@ -1085,8 +1102,6 @@ class UxAppShellService {
1085
1102
  this.activeModals = [];
1086
1103
  this.openModalId = new BehaviorSubject('');
1087
1104
  this.cssVars = [];
1088
- // super(UxAppShellService);
1089
- console.log('UxAppShellService initialized');
1090
1105
  let stateWithConfig = initialState;
1091
1106
  const languages = ((_b = (_a = config === null || config === void 0 ? void 0 : config.i18n) === null || _a === void 0 ? void 0 : _a.i18nService) === null || _b === void 0 ? void 0 : _b.languages) || initialState.languages;
1092
1107
  const defaultLanguage = ((_d = (_c = config === null || config === void 0 ? void 0 : config.i18n) === null || _c === void 0 ? void 0 : _c.i18nService) === null || _d === void 0 ? void 0 : _d.defaultLanguage) || initialState.activeLanguage;
@@ -1139,7 +1154,9 @@ class UxAppShellService {
1139
1154
  this.setState(Object.assign(Object.assign({}, this.state), { isSidebarOpen: isOpen }));
1140
1155
  }
1141
1156
  set isSidebarHover(isHover) {
1142
- this.setState(Object.assign(Object.assign({}, this.state), { isSidebarHover: isHover }));
1157
+ if (this.state.isSidebarExpandOnHover) {
1158
+ this.setState(Object.assign(Object.assign({}, this.state), { isSidebarHover: isHover }));
1159
+ }
1143
1160
  }
1144
1161
  get isSidebarHover() {
1145
1162
  return this.state.isSidebarHover;
@@ -1259,15 +1276,25 @@ class UxAppShellService {
1259
1276
  this.setState(Object.assign(Object.assign({}, this.state), { hasHeader: true }));
1260
1277
  this.activateHeaderCssVars();
1261
1278
  }
1279
+ activateTopMessage(height) {
1280
+ this.setState(Object.assign(Object.assign({}, this.state), { hasTopMessage: true }));
1281
+ this.activateTopMessageCssVars(height);
1282
+ }
1262
1283
  activateToolbar() {
1263
1284
  this.setState(Object.assign(Object.assign({}, this.state), { hasToolbar: true }));
1264
1285
  this.activateToolbarCssVars();
1265
1286
  }
1287
+ activateToolbarMenu() {
1288
+ this.setState(Object.assign(Object.assign({}, this.state), { hasToolbarMenu: true }));
1289
+ }
1266
1290
  fetchCssVars() {
1267
1291
  const cssVarNames = [
1268
1292
  '--eui-app-header-height-default',
1269
1293
  '--eui-app-header-height-active',
1270
1294
  '--eui-app-header-height-shrink',
1295
+ '--eui-app-top-message-height-default',
1296
+ '--eui-app-top-message-height-active',
1297
+ '--eui-app-top-message-height-shrink',
1271
1298
  '--eui-app-toolbar-height-default',
1272
1299
  '--eui-app-toolbar-height-active',
1273
1300
  '--eui-app-sidebar-width-default',
@@ -1285,6 +1312,7 @@ class UxAppShellService {
1285
1312
  }
1286
1313
  initCssVars() {
1287
1314
  this.setCssVar('--eui-app-header-height-default', '--eui-app-header-height');
1315
+ this.setCssVar('--eui-app-top-message-height-default', '--eui-app-top-message-height');
1288
1316
  this.setCssVar('--eui-app-toolbar-height-default', '--eui-app-toolbar-height');
1289
1317
  this.setCssVar('--eui-app-sidebar-width-default', '--eui-app-sidebar-width');
1290
1318
  this.setCssVar('--eui-app-sidebar-width-close-default', '--eui-app-sidebar-width-close');
@@ -1294,6 +1322,9 @@ class UxAppShellService {
1294
1322
  activateHeaderCssVars() {
1295
1323
  this.setCssVar('--eui-app-header-height-active', '--eui-app-header-height');
1296
1324
  }
1325
+ activateTopMessageCssVars(height) {
1326
+ this._setCssVarValue('--eui-app-top-message-height', `${height}px`);
1327
+ }
1297
1328
  activateToolbarCssVars() {
1298
1329
  this.setCssVar('--eui-app-toolbar-height-active', '--eui-app-toolbar-height');
1299
1330
  }
@@ -1573,9 +1604,9 @@ class UxAppShellService {
1573
1604
  });
1574
1605
  }
1575
1606
  }
1576
- /** @nocollapse */ /** @nocollapse */ UxAppShellService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxAppShellService, deps: [{ token: GLOBAL_CONFIG_TOKEN, optional: true }, { token: i1$2.HttpClient }, { token: PLATFORM_ID }, { token: i2$1.Router }, { token: StoreService }, { token: I18nService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1577
- /** @nocollapse */ /** @nocollapse */ UxAppShellService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxAppShellService, providedIn: 'root' });
1578
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxAppShellService, decorators: [{
1607
+ /** @nocollapse */ /** @nocollapse */ UxAppShellService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxAppShellService, deps: [{ token: GLOBAL_CONFIG_TOKEN, optional: true }, { token: i1$2.HttpClient }, { token: PLATFORM_ID }, { token: i2$1.Router }, { token: StoreService }, { token: I18nService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1608
+ /** @nocollapse */ /** @nocollapse */ UxAppShellService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxAppShellService, providedIn: 'root' });
1609
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxAppShellService, decorators: [{
1579
1610
  type: Injectable,
1580
1611
  args: [{
1581
1612
  providedIn: 'root',
@@ -1627,21 +1658,18 @@ class CoreAppEffects {
1627
1658
  }));
1628
1659
  }
1629
1660
  }
1630
- /** @nocollapse */ /** @nocollapse */ CoreAppEffects.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CoreAppEffects, deps: [{ token: i1$3.Actions }, { token: SHOW_CONNECTION_STATUS_TOKEN }, { token: i2.TranslateService }, { token: UxAppShellService }], target: i0.ɵɵFactoryTarget.Injectable });
1631
- /** @nocollapse */ /** @nocollapse */ CoreAppEffects.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CoreAppEffects });
1661
+ /** @nocollapse */ /** @nocollapse */ CoreAppEffects.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CoreAppEffects, deps: [{ token: i1$3.Actions }, { token: SHOW_CONNECTION_STATUS_TOKEN }, { token: i2.TranslateService }, { token: UxAppShellService }], target: i0.ɵɵFactoryTarget.Injectable });
1662
+ /** @nocollapse */ /** @nocollapse */ CoreAppEffects.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CoreAppEffects });
1632
1663
  __decorate([
1633
- Effect(),
1634
- __metadata("design:type", Observable)
1664
+ Effect()
1635
1665
  ], CoreAppEffects.prototype, "getAppConnectionInformation", void 0);
1636
1666
  __decorate([
1637
- Effect(),
1638
- __metadata("design:type", Observable)
1667
+ Effect()
1639
1668
  ], CoreAppEffects.prototype, "activatedRoute", void 0);
1640
1669
  __decorate([
1641
- Effect({ dispatch: false }),
1642
- __metadata("design:type", Object)
1670
+ Effect({ dispatch: false })
1643
1671
  ], CoreAppEffects.prototype, "updateAppConnection", void 0);
1644
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CoreAppEffects, decorators: [{
1672
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CoreAppEffects, decorators: [{
1645
1673
  type: Injectable
1646
1674
  }], ctorParameters: function () {
1647
1675
  return [{ type: i1$3.Actions }, { type: undefined, decorators: [{
@@ -1893,9 +1921,9 @@ class StoreServiceMock extends StoreService {
1893
1921
  return of({});
1894
1922
  }
1895
1923
  }
1896
- /** @nocollapse */ /** @nocollapse */ StoreServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: StoreServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1897
- /** @nocollapse */ /** @nocollapse */ StoreServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: StoreServiceMock });
1898
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: StoreServiceMock, decorators: [{
1924
+ /** @nocollapse */ /** @nocollapse */ StoreServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: StoreServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1925
+ /** @nocollapse */ /** @nocollapse */ StoreServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: StoreServiceMock });
1926
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: StoreServiceMock, decorators: [{
1899
1927
  type: Injectable
1900
1928
  }], ctorParameters: function () { return []; } });
1901
1929
 
@@ -1940,12 +1968,12 @@ class CoreModule {
1940
1968
  };
1941
1969
  }
1942
1970
  }
1943
- /** @nocollapse */ /** @nocollapse */ CoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CoreModule, deps: [{ token: CORE_ROOT_GUARD, optional: true }, { token: CoreModule, optional: true, skipSelf: true }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule });
1944
- /** @nocollapse */ /** @nocollapse */ CoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CoreModule, imports: [HttpClientModule] });
1945
- /** @nocollapse */ /** @nocollapse */ CoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CoreModule, imports: [[
1971
+ /** @nocollapse */ /** @nocollapse */ CoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CoreModule, deps: [{ token: CORE_ROOT_GUARD, optional: true }, { token: CoreModule, optional: true, skipSelf: true }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule });
1972
+ /** @nocollapse */ /** @nocollapse */ CoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CoreModule, imports: [HttpClientModule] });
1973
+ /** @nocollapse */ /** @nocollapse */ CoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CoreModule, imports: [[
1946
1974
  HttpClientModule,
1947
1975
  ]] });
1948
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CoreModule, decorators: [{
1976
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CoreModule, decorators: [{
1949
1977
  type: NgModule,
1950
1978
  args: [{
1951
1979
  imports: [
@@ -2073,9 +2101,9 @@ class GlobalErrorHandler extends ErrorHandler {
2073
2101
  super.handleError(error);
2074
2102
  }
2075
2103
  }
2076
- /** @nocollapse */ /** @nocollapse */ GlobalErrorHandler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: GlobalErrorHandler, deps: [{ token: LogService }], target: i0.ɵɵFactoryTarget.Injectable });
2077
- /** @nocollapse */ /** @nocollapse */ GlobalErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' });
2078
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: GlobalErrorHandler, decorators: [{
2104
+ /** @nocollapse */ /** @nocollapse */ GlobalErrorHandler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: GlobalErrorHandler, deps: [{ token: LogService }], target: i0.ɵɵFactoryTarget.Injectable });
2105
+ /** @nocollapse */ /** @nocollapse */ GlobalErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' });
2106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: GlobalErrorHandler, decorators: [{
2079
2107
  type: Injectable,
2080
2108
  args: [{
2081
2109
  providedIn: 'root',
@@ -2122,9 +2150,9 @@ class HttpErrorHandlerInterceptor {
2122
2150
  return routes.length > 0 ? routes[0] : null;
2123
2151
  }
2124
2152
  }
2125
- /** @nocollapse */ /** @nocollapse */ HttpErrorHandlerInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: HttpErrorHandlerInterceptor, deps: [{ token: HTTP_ERROR_HANDLER_CONFIG_TOKEN }, { token: i0.Injector }, { token: i2$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
2126
- /** @nocollapse */ /** @nocollapse */ HttpErrorHandlerInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: HttpErrorHandlerInterceptor });
2127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: HttpErrorHandlerInterceptor, decorators: [{
2153
+ /** @nocollapse */ /** @nocollapse */ HttpErrorHandlerInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HttpErrorHandlerInterceptor, deps: [{ token: HTTP_ERROR_HANDLER_CONFIG_TOKEN }, { token: i0.Injector }, { token: i2$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
2154
+ /** @nocollapse */ /** @nocollapse */ HttpErrorHandlerInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HttpErrorHandlerInterceptor });
2155
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HttpErrorHandlerInterceptor, decorators: [{
2128
2156
  type: Injectable
2129
2157
  }], ctorParameters: function () {
2130
2158
  return [{ type: undefined, decorators: [{
@@ -2219,7 +2247,6 @@ class ApiQueueService {
2219
2247
  .pipe(take(1), switchMap((queue) => {
2220
2248
  if (!queue) {
2221
2249
  this.logService.warn(`Queue item with id "${id}" does not exist`);
2222
- // tslint:disable-next-line:deprecation
2223
2250
  return of(null);
2224
2251
  }
2225
2252
  return this.buildHttpRequest(id, queue);
@@ -2238,7 +2265,6 @@ class ApiQueueService {
2238
2265
  if (!continueOnError) {
2239
2266
  throw error;
2240
2267
  }
2241
- // tslint:disable-next-line:deprecation
2242
2268
  return of(error);
2243
2269
  })))), switchMap((obsQueue) => forkJoin(Array.from(obsQueue))));
2244
2270
  }
@@ -2275,9 +2301,9 @@ class ApiQueueService {
2275
2301
  .pipe(tap(() => this.removeQueueItem(id)));
2276
2302
  }
2277
2303
  }
2278
- /** @nocollapse */ /** @nocollapse */ ApiQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: ApiQueueService, deps: [{ token: StoreService }, { token: i1$2.HttpClient }, { token: LogService }], target: i0.ɵɵFactoryTarget.Injectable });
2279
- /** @nocollapse */ /** @nocollapse */ ApiQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: ApiQueueService, providedIn: 'root' });
2280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: ApiQueueService, decorators: [{
2304
+ /** @nocollapse */ /** @nocollapse */ ApiQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ApiQueueService, deps: [{ token: StoreService }, { token: i1$2.HttpClient }, { token: LogService }], target: i0.ɵɵFactoryTarget.Injectable });
2305
+ /** @nocollapse */ /** @nocollapse */ ApiQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ApiQueueService, providedIn: 'root' });
2306
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ApiQueueService, decorators: [{
2281
2307
  type: Injectable,
2282
2308
  args: [{
2283
2309
  providedIn: 'root',
@@ -2289,22 +2315,18 @@ class ApiQueueServiceMock extends ApiQueueService {
2289
2315
  super(null, null, null);
2290
2316
  }
2291
2317
  getQueue() {
2292
- // tslint:disable-next-line:deprecation
2293
2318
  return of([]);
2294
2319
  }
2295
2320
  getQueueItem(id) {
2296
- // tslint:disable-next-line:deprecation
2297
2321
  return of(null);
2298
2322
  }
2299
2323
  removeAllQueueItem() { }
2300
2324
  processAllQueueItems() {
2301
- // tslint:disable-next-line:deprecation
2302
2325
  return of({});
2303
2326
  }
2304
2327
  addQueueItem() { }
2305
2328
  removeQueueItem() { }
2306
2329
  processQueueItem() {
2307
- // tslint:disable-next-line:deprecation
2308
2330
  return of({});
2309
2331
  }
2310
2332
  }
@@ -2634,9 +2656,9 @@ class EuiPermissionService extends EuiService {
2634
2656
  return rights.every((right) => this.userRights.find((uRight) => uRight.id === right.id));
2635
2657
  }
2636
2658
  }
2637
- /** @nocollapse */ /** @nocollapse */ EuiPermissionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: EuiPermissionService, deps: [{ token: LogService, optional: true }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
2638
- /** @nocollapse */ /** @nocollapse */ EuiPermissionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: EuiPermissionService, providedIn: 'root' });
2639
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: EuiPermissionService, decorators: [{
2659
+ /** @nocollapse */ /** @nocollapse */ EuiPermissionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: EuiPermissionService, deps: [{ token: LogService, optional: true }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
2660
+ /** @nocollapse */ /** @nocollapse */ EuiPermissionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: EuiPermissionService, providedIn: 'root' });
2661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: EuiPermissionService, decorators: [{
2640
2662
  type: Injectable,
2641
2663
  args: [{
2642
2664
  providedIn: 'root',
@@ -2699,9 +2721,9 @@ class UxDynamicMenuService {
2699
2721
  });
2700
2722
  }
2701
2723
  }
2702
- /** @nocollapse */ /** @nocollapse */ UxDynamicMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxDynamicMenuService, deps: [{ token: EuiPermissionService }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
2703
- /** @nocollapse */ /** @nocollapse */ UxDynamicMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxDynamicMenuService, providedIn: 'root' });
2704
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxDynamicMenuService, decorators: [{
2724
+ /** @nocollapse */ /** @nocollapse */ UxDynamicMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxDynamicMenuService, deps: [{ token: EuiPermissionService }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
2725
+ /** @nocollapse */ /** @nocollapse */ UxDynamicMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxDynamicMenuService, providedIn: 'root' });
2726
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxDynamicMenuService, decorators: [{
2705
2727
  type: Injectable,
2706
2728
  args: [{
2707
2729
  providedIn: 'root',
@@ -2769,9 +2791,9 @@ class UxErrorFeedbackService {
2769
2791
  return new UxErrorManager(this, true);
2770
2792
  }
2771
2793
  }
2772
- /** @nocollapse */ /** @nocollapse */ UxErrorFeedbackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxErrorFeedbackService, deps: [{ token: UxAppShellService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
2773
- /** @nocollapse */ /** @nocollapse */ UxErrorFeedbackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxErrorFeedbackService, providedIn: 'root' });
2774
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxErrorFeedbackService, decorators: [{
2794
+ /** @nocollapse */ /** @nocollapse */ UxErrorFeedbackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxErrorFeedbackService, deps: [{ token: UxAppShellService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
2795
+ /** @nocollapse */ /** @nocollapse */ UxErrorFeedbackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxErrorFeedbackService, providedIn: 'root' });
2796
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxErrorFeedbackService, decorators: [{
2775
2797
  type: Injectable,
2776
2798
  args: [{
2777
2799
  providedIn: 'root'
@@ -2866,9 +2888,9 @@ class UxDynamicComponentService {
2866
2888
  return new PortalInjector(this.injector, injectorTokens);
2867
2889
  }
2868
2890
  }
2869
- /** @nocollapse */ /** @nocollapse */ UxDynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxDynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
2870
- /** @nocollapse */ /** @nocollapse */ UxDynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxDynamicComponentService, providedIn: 'root' });
2871
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxDynamicComponentService, decorators: [{
2891
+ /** @nocollapse */ /** @nocollapse */ UxDynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxDynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
2892
+ /** @nocollapse */ /** @nocollapse */ UxDynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxDynamicComponentService, providedIn: 'root' });
2893
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxDynamicComponentService, decorators: [{
2872
2894
  type: Injectable,
2873
2895
  args: [{ providedIn: 'root' }]
2874
2896
  }], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: i0.ApplicationRef }]; } });
@@ -3583,9 +3605,9 @@ class UxTimezoneService {
3583
3605
  });
3584
3606
  }
3585
3607
  }
3586
- /** @nocollapse */ /** @nocollapse */ UxTimezoneService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxTimezoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3587
- /** @nocollapse */ /** @nocollapse */ UxTimezoneService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxTimezoneService });
3588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxTimezoneService, decorators: [{
3608
+ /** @nocollapse */ /** @nocollapse */ UxTimezoneService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxTimezoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3609
+ /** @nocollapse */ /** @nocollapse */ UxTimezoneService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxTimezoneService });
3610
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxTimezoneService, decorators: [{
3589
3611
  type: Injectable
3590
3612
  }] });
3591
3613
 
@@ -3628,22 +3650,18 @@ class AsyncStorageService extends StorageService {
3628
3650
 
3629
3651
  class AsyncStorageServiceMock extends AsyncStorageService {
3630
3652
  ready() {
3631
- // tslint:disable-next-line:deprecation
3632
3653
  return of({});
3633
3654
  }
3634
3655
  name() {
3635
3656
  return null;
3636
3657
  }
3637
3658
  get() {
3638
- // tslint:disable-next-line:deprecation
3639
3659
  return of({});
3640
3660
  }
3641
3661
  set() {
3642
- // tslint:disable-next-line:deprecation
3643
3662
  return of({});
3644
3663
  }
3645
3664
  remove() {
3646
- // tslint:disable-next-line:deprecation
3647
3665
  return of({});
3648
3666
  }
3649
3667
  setAsync() {
@@ -3715,9 +3733,9 @@ class LocalStorageService extends StorageService {
3715
3733
  }
3716
3734
  }
3717
3735
  LocalStorageService.NAME = 'LocalStorageService';
3718
- /** @nocollapse */ /** @nocollapse */ LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LocalStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3719
- /** @nocollapse */ /** @nocollapse */ LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LocalStorageService });
3720
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LocalStorageService, decorators: [{
3736
+ /** @nocollapse */ /** @nocollapse */ LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocalStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3737
+ /** @nocollapse */ /** @nocollapse */ LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocalStorageService });
3738
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocalStorageService, decorators: [{
3721
3739
  type: Injectable
3722
3740
  }], ctorParameters: function () {
3723
3741
  return [{ type: LogService, decorators: [{
@@ -3788,9 +3806,9 @@ class SessionStorageService extends StorageService {
3788
3806
  }
3789
3807
  }
3790
3808
  SessionStorageService.NAME = 'SessionStorageService';
3791
- /** @nocollapse */ /** @nocollapse */ SessionStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: SessionStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3792
- /** @nocollapse */ /** @nocollapse */ SessionStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: SessionStorageService });
3793
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: SessionStorageService, decorators: [{
3809
+ /** @nocollapse */ /** @nocollapse */ SessionStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: SessionStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3810
+ /** @nocollapse */ /** @nocollapse */ SessionStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: SessionStorageService });
3811
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: SessionStorageService, decorators: [{
3794
3812
  type: Injectable
3795
3813
  }], ctorParameters: function () {
3796
3814
  return [{ type: LogService, decorators: [{
@@ -3879,9 +3897,9 @@ class LocalForageService extends AsyncStorageService {
3879
3897
  }
3880
3898
  }
3881
3899
  LocalForageService.NAME = 'LocalForageService';
3882
- /** @nocollapse */ /** @nocollapse */ LocalForageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3883
- /** @nocollapse */ /** @nocollapse */ LocalForageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LocalForageService });
3884
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LocalForageService, decorators: [{
3900
+ /** @nocollapse */ /** @nocollapse */ LocalForageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3901
+ /** @nocollapse */ /** @nocollapse */ LocalForageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocalForageService });
3902
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocalForageService, decorators: [{
3885
3903
  type: Injectable
3886
3904
  }], ctorParameters: function () {
3887
3905
  return [{ type: undefined, decorators: [{
@@ -3972,8 +3990,13 @@ class LocaleService extends EuiService {
3972
3990
  addLocale(id) {
3973
3991
  return this.loadLocale(id);
3974
3992
  }
3993
+ get previousLocale() {
3994
+ var _a;
3995
+ return ((_a = this.prevStateInstance) === null || _a === void 0 ? void 0 : _a.id) || this.currentLocale;
3996
+ }
3975
3997
  get currentLocale() {
3976
- return this.stateInstance.id;
3998
+ var _a;
3999
+ return (_a = this.stateInstance) === null || _a === void 0 ? void 0 : _a.id;
3977
4000
  }
3978
4001
  /**
3979
4002
  * load and register locale data dynamically
@@ -4071,8 +4094,10 @@ class LocaleService extends EuiService {
4071
4094
  importLocale(id) {
4072
4095
  // in case of an error, catch it and return null
4073
4096
  return import(
4074
- /* webpackIgnore: true */
4075
- `@angular/common/locales/${id}`)
4097
+ /* webpackExclude: /\.d\.ts$/ */
4098
+ /* webpackMode: "lazy-once" */
4099
+ /* webpackChunkName: "i18n-base" */
4100
+ `@/../node_modules/@angular/common/locales/${id}`)
4076
4101
  .then(m => m.default)
4077
4102
  .catch(error => {
4078
4103
  if (this.log) {
@@ -4089,8 +4114,10 @@ class LocaleService extends EuiService {
4089
4114
  importExtraLocale(id) {
4090
4115
  // in case of an error, catch it and return null
4091
4116
  return import(
4092
- /* webpackIgnore: true */
4093
- `@angular/common/locales/extra/${id}`)
4117
+ /* webpackExclude: /\.d\.ts$/ */
4118
+ /* webpackMode: "lazy-once" */
4119
+ /* webpackChunkName: "i18n-extra" */
4120
+ `@/../node_modules/@angular/common/locales/extra/${id}`)
4094
4121
  .then(m => m.default)
4095
4122
  .catch(error => {
4096
4123
  if (this.log) {
@@ -4105,12 +4132,12 @@ class LocaleService extends EuiService {
4105
4132
  * @private
4106
4133
  */
4107
4134
  importDataAndExtraLocale(localeId) {
4108
- return from(this.importLocale(localeId)).pipe(mergeMap(() => from(this.importExtraLocale(localeId)).pipe(map((data, extraData) => Object.assign({}, { data, localeId, extraData }))), 1));
4135
+ return from(this.importLocale(localeId)).pipe(mergeMap((data) => from(this.importExtraLocale(localeId)).pipe(map((extraData) => Object.assign({}, { data, localeId, extraData }))), 1));
4109
4136
  }
4110
4137
  }
4111
- /** @nocollapse */ /** @nocollapse */ LocaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LocaleService, deps: [{ token: StoreService }, { token: GLOBAL_CONFIG_TOKEN }, { token: LOCALE_ID }, { token: LOCALE_ID_MAPPER, optional: true }, { token: I18nService, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
4112
- /** @nocollapse */ /** @nocollapse */ LocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LocaleService, providedIn: 'root' });
4113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: LocaleService, decorators: [{
4138
+ /** @nocollapse */ /** @nocollapse */ LocaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocaleService, deps: [{ token: StoreService }, { token: GLOBAL_CONFIG_TOKEN }, { token: LOCALE_ID }, { token: LOCALE_ID_MAPPER, optional: true }, { token: I18nService, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
4139
+ /** @nocollapse */ /** @nocollapse */ LocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocaleService, providedIn: 'root' });
4140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocaleService, decorators: [{
4114
4141
  type: Injectable,
4115
4142
  args: [{
4116
4143
  providedIn: 'root'
@@ -4167,9 +4194,9 @@ class UserService extends EuiService {
4167
4194
  this.store.dispatch(new UpdateUserStateAction(userState));
4168
4195
  }
4169
4196
  }
4170
- /** @nocollapse */ /** @nocollapse */ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UserService, deps: [{ token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
4171
- /** @nocollapse */ /** @nocollapse */ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UserService, providedIn: 'root' });
4172
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UserService, decorators: [{
4197
+ /** @nocollapse */ /** @nocollapse */ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UserService, deps: [{ token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
4198
+ /** @nocollapse */ /** @nocollapse */ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UserService, providedIn: 'root' });
4199
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UserService, decorators: [{
4173
4200
  type: Injectable,
4174
4201
  args: [{
4175
4202
  providedIn: 'root',
@@ -4200,9 +4227,9 @@ class UserServiceMock extends UserService {
4200
4227
  return of('anonymous');
4201
4228
  }
4202
4229
  }
4203
- /** @nocollapse */ /** @nocollapse */ UserServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UserServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4204
- /** @nocollapse */ /** @nocollapse */ UserServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UserServiceMock });
4205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UserServiceMock, decorators: [{
4230
+ /** @nocollapse */ /** @nocollapse */ UserServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UserServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4231
+ /** @nocollapse */ /** @nocollapse */ UserServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UserServiceMock });
4232
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UserServiceMock, decorators: [{
4206
4233
  type: Injectable
4207
4234
  }], ctorParameters: function () { return []; } });
4208
4235
 
@@ -4232,9 +4259,9 @@ class AddLangParamInterceptor {
4232
4259
  }));
4233
4260
  }
4234
4261
  }
4235
- /** @nocollapse */ /** @nocollapse */ AddLangParamInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: AddLangParamInterceptor, deps: [{ token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
4236
- /** @nocollapse */ /** @nocollapse */ AddLangParamInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: AddLangParamInterceptor });
4237
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
4262
+ /** @nocollapse */ /** @nocollapse */ AddLangParamInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AddLangParamInterceptor, deps: [{ token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
4263
+ /** @nocollapse */ /** @nocollapse */ AddLangParamInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AddLangParamInterceptor });
4264
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
4238
4265
  type: Injectable
4239
4266
  }], ctorParameters: function () { return [{ type: i2.TranslateService }]; } });
4240
4267
 
@@ -4251,9 +4278,9 @@ class CachePreventionInterceptor {
4251
4278
  }));
4252
4279
  }
4253
4280
  }
4254
- /** @nocollapse */ /** @nocollapse */ CachePreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CachePreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4255
- /** @nocollapse */ /** @nocollapse */ CachePreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CachePreventionInterceptor });
4256
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
4281
+ /** @nocollapse */ /** @nocollapse */ CachePreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CachePreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4282
+ /** @nocollapse */ /** @nocollapse */ CachePreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CachePreventionInterceptor });
4283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
4257
4284
  type: Injectable
4258
4285
  }] });
4259
4286
 
@@ -4264,9 +4291,9 @@ class CorsSecurityInterceptor {
4264
4291
  }));
4265
4292
  }
4266
4293
  }
4267
- /** @nocollapse */ /** @nocollapse */ CorsSecurityInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CorsSecurityInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4268
- /** @nocollapse */ /** @nocollapse */ CorsSecurityInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CorsSecurityInterceptor });
4269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
4294
+ /** @nocollapse */ /** @nocollapse */ CorsSecurityInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CorsSecurityInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4295
+ /** @nocollapse */ /** @nocollapse */ CorsSecurityInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CorsSecurityInterceptor });
4296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
4270
4297
  type: Injectable
4271
4298
  }] });
4272
4299
 
@@ -4277,9 +4304,9 @@ class CsrfPreventionInterceptor {
4277
4304
  }));
4278
4305
  }
4279
4306
  }
4280
- /** @nocollapse */ /** @nocollapse */ CsrfPreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CsrfPreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4281
- /** @nocollapse */ /** @nocollapse */ CsrfPreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CsrfPreventionInterceptor });
4282
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
4307
+ /** @nocollapse */ /** @nocollapse */ CsrfPreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CsrfPreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4308
+ /** @nocollapse */ /** @nocollapse */ CsrfPreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CsrfPreventionInterceptor });
4309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
4283
4310
  type: Injectable
4284
4311
  }] });
4285
4312
 
@@ -4330,13 +4357,12 @@ class EuLoginSessionTimeoutHandlingInterceptor {
4330
4357
  }
4331
4358
  }
4332
4359
  reauthenticate(request, response) {
4333
- // tslint:disable-next-line:deprecation
4334
4360
  document.location.reload();
4335
4361
  }
4336
4362
  }
4337
- /** @nocollapse */ /** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4338
- /** @nocollapse */ /** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor });
4339
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
4363
+ /** @nocollapse */ /** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4364
+ /** @nocollapse */ /** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor });
4365
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
4340
4366
  type: Injectable
4341
4367
  }] });
4342
4368
 
@@ -4357,9 +4383,9 @@ class UxRequestErrorModelInterceptor {
4357
4383
  }));
4358
4384
  }
4359
4385
  }
4360
- /** @nocollapse */ /** @nocollapse */ UxRequestErrorModelInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxRequestErrorModelInterceptor, deps: [{ token: UX_ERROR_MAPPING_HANDLER_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
4361
- /** @nocollapse */ /** @nocollapse */ UxRequestErrorModelInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxRequestErrorModelInterceptor });
4362
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
4386
+ /** @nocollapse */ /** @nocollapse */ UxRequestErrorModelInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxRequestErrorModelInterceptor, deps: [{ token: UX_ERROR_MAPPING_HANDLER_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
4387
+ /** @nocollapse */ /** @nocollapse */ UxRequestErrorModelInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxRequestErrorModelInterceptor });
4388
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
4363
4389
  type: Injectable
4364
4390
  }], ctorParameters: function () {
4365
4391
  return [{ type: undefined, decorators: [{
@@ -4503,9 +4529,9 @@ class OpenIdConnectInterceptor {
4503
4529
  }
4504
4530
  }
4505
4531
  }
4506
- /** @nocollapse */ /** @nocollapse */ OpenIdConnectInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: OpenIdConnectInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4507
- /** @nocollapse */ /** @nocollapse */ OpenIdConnectInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: OpenIdConnectInterceptor });
4508
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: OpenIdConnectInterceptor, decorators: [{
4532
+ /** @nocollapse */ /** @nocollapse */ OpenIdConnectInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OpenIdConnectInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4533
+ /** @nocollapse */ /** @nocollapse */ OpenIdConnectInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OpenIdConnectInterceptor });
4534
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OpenIdConnectInterceptor, decorators: [{
4509
4535
  type: Injectable
4510
4536
  }], ctorParameters: function () { return []; } });
4511
4537
 
@@ -4535,9 +4561,9 @@ class OpenIdConnectService {
4535
4561
  return this.userDetails;
4536
4562
  }
4537
4563
  }
4538
- /** @nocollapse */ /** @nocollapse */ OpenIdConnectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: OpenIdConnectService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4539
- /** @nocollapse */ /** @nocollapse */ OpenIdConnectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: OpenIdConnectService, providedIn: 'root' });
4540
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-rc.0", ngImport: i0, type: OpenIdConnectService, decorators: [{
4564
+ /** @nocollapse */ /** @nocollapse */ OpenIdConnectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OpenIdConnectService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4565
+ /** @nocollapse */ /** @nocollapse */ OpenIdConnectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OpenIdConnectService, providedIn: 'root' });
4566
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OpenIdConnectService, decorators: [{
4541
4567
  type: Injectable,
4542
4568
  args: [{
4543
4569
  providedIn: 'root'