@eui/core 17.0.0-next.1 → 17.0.0-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/eui-core.module.mjs +5 -5
- package/esm2022/lib/interceptors/add-lang-param.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/cors-security.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +6 -6
- package/esm2022/lib/interceptors/openid/openid-connect.interceptor.mjs +12 -7
- package/esm2022/lib/interceptors/openid/openid-connect.service.mjs +4 -4
- package/esm2022/lib/interceptors/ux-request-error-model.interceptor.mjs +4 -4
- package/esm2022/lib/services/dynamic-menu/dynamic-menu.service.mjs +4 -4
- package/esm2022/lib/services/errors/global-error-handler.mjs +4 -4
- package/esm2022/lib/services/errors/http-error-handler.interceptor.mjs +4 -4
- package/esm2022/lib/services/eui-timezone.service.mjs +4 -4
- package/esm2022/lib/services/i18n/i18n.loader.mjs +4 -4
- package/esm2022/lib/services/i18n/i18n.service.mjs +4 -4
- package/esm2022/lib/services/i18n/i18n.service.mock.mjs +4 -4
- package/esm2022/lib/services/locale/locale.service.mjs +5 -4
- package/esm2022/lib/services/locale/locale.service.mock.mjs +4 -4
- package/esm2022/lib/services/log/log.module.mjs +5 -5
- package/esm2022/lib/services/log/log.service.mjs +4 -4
- package/esm2022/lib/services/permission/permission.service.mjs +4 -4
- package/esm2022/lib/services/queue/api-queue.service.mjs +4 -4
- package/esm2022/lib/services/queue/api-queue.service.mock.mjs +2 -2
- package/esm2022/lib/services/storage/local-forage.service.mjs +4 -4
- package/esm2022/lib/services/storage/local-storage.service.mjs +4 -4
- package/esm2022/lib/services/storage/session-storage.service.mjs +4 -4
- package/esm2022/lib/services/store/effects/app.effects.mjs +4 -4
- package/esm2022/lib/services/store/reducers/app.reducers.mjs +2 -1
- package/esm2022/lib/services/store/reducers/meta.reducers.mjs +2 -2
- package/esm2022/lib/services/store/store.service.mjs +4 -4
- package/esm2022/lib/services/store/store.service.mock.mjs +4 -4
- package/esm2022/lib/services/user/user.service.mjs +4 -4
- package/esm2022/lib/services/user/user.service.mock.mjs +4 -4
- package/esm2022/lib/services/ux-app-shell.service.mjs +17 -5
- package/esm2022/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +4 -4
- package/esm2022/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +4 -4
- package/fesm2022/eui-core.mjs +128 -109
- package/fesm2022/eui-core.mjs.map +1 -1
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts +1 -1
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts.map +1 -1
- package/lib/interceptors/openid/openid-connect.interceptor.d.ts.map +1 -1
- package/lib/services/locale/locale.service.d.ts.map +1 -1
- package/lib/services/store/reducers/app.reducers.d.ts.map +1 -1
- package/lib/services/user/user.service.d.ts +1 -1
- package/lib/services/user/user.service.d.ts.map +1 -1
- package/lib/services/ux-app-shell.service.d.ts.map +1 -1
- package/package.json +1 -1
- package/docs/classes/ActivatedRouteAction.html +0 -282
- package/docs/classes/AddApiQueueItemAction.html +0 -282
- package/docs/classes/AddAppLoadedConfigModulesAction.html +0 -282
- package/docs/classes/ApiQueueServiceMock.html +0 -553
- package/docs/classes/AsyncStorageService.html +0 -941
- package/docs/classes/AsyncStorageServiceMock.html +0 -427
- package/docs/classes/EmptyApiQueueAction.html +0 -282
- package/docs/classes/EuiCoreRootGuardClass.html +0 -167
- package/docs/classes/EuiError.html +0 -227
- package/docs/classes/I18nResourceImpl.html +0 -510
- package/docs/classes/InitStoreAction.html +0 -282
- package/docs/classes/LogServiceMock.html +0 -223
- package/docs/classes/OpenIdConnectServiceMock.html +0 -223
- package/docs/classes/RemoveApiQueueItemAction.html +0 -282
- package/docs/classes/RouterMock.html +0 -499
- package/docs/classes/StorageService.html +0 -640
- package/docs/classes/StorageServiceMock.html +0 -325
- package/docs/classes/StoreMock.html +0 -406
- package/docs/classes/TranslateServiceMock.html +0 -929
- package/docs/classes/UpdateAppConnectionAction.html +0 -282
- package/docs/classes/UpdateAppStatusAction.html +0 -282
- package/docs/classes/UpdateAppVersionAction.html +0 -282
- package/docs/classes/UpdateCurrentModuleAction.html +0 -282
- package/docs/classes/UpdateI18nStateAction.html +0 -282
- package/docs/classes/UpdateLocaleStateAction.html +0 -282
- package/docs/classes/UpdateNotificationsListAction.html +0 -282
- package/docs/classes/UpdateUserDashboardAction.html +0 -282
- package/docs/classes/UpdateUserDetailsAction.html +0 -282
- package/docs/classes/UpdateUserPreferencesAction.html +0 -282
- package/docs/classes/UpdateUserRightsAction.html +0 -282
- package/docs/classes/UpdateUserStateAction.html +0 -282
- package/docs/classes/UxErrorManager.html +0 -536
- package/docs/classes/UxRootInjectorGuard.html +0 -197
- package/docs/dependencies.html +0 -319
- package/docs/directives/TranslateMockDirective.html +0 -266
- package/docs/fonts/ionicons.eot +0 -0
- package/docs/fonts/ionicons.svg +0 -2090
- package/docs/fonts/ionicons.ttf +0 -0
- package/docs/fonts/ionicons.woff +0 -0
- package/docs/fonts/ionicons.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-300.eot +0 -0
- package/docs/fonts/roboto-v15-latin-300.svg +0 -314
- package/docs/fonts/roboto-v15-latin-300.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-300.woff +0 -0
- package/docs/fonts/roboto-v15-latin-300.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-700.eot +0 -0
- package/docs/fonts/roboto-v15-latin-700.svg +0 -310
- package/docs/fonts/roboto-v15-latin-700.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-700.woff +0 -0
- package/docs/fonts/roboto-v15-latin-700.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-italic.eot +0 -0
- package/docs/fonts/roboto-v15-latin-italic.svg +0 -323
- package/docs/fonts/roboto-v15-latin-italic.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-italic.woff +0 -0
- package/docs/fonts/roboto-v15-latin-italic.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-regular.eot +0 -0
- package/docs/fonts/roboto-v15-latin-regular.svg +0 -308
- package/docs/fonts/roboto-v15-latin-regular.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-regular.woff +0 -0
- package/docs/fonts/roboto-v15-latin-regular.woff2 +0 -0
- package/docs/images/compodoc-vectorise-inverted.png +0 -0
- package/docs/images/compodoc-vectorise-inverted.svg +0 -201
- package/docs/images/compodoc-vectorise.png +0 -0
- package/docs/images/compodoc-vectorise.svg +0 -201
- package/docs/images/favicon.ico +0 -0
- package/docs/index.html +0 -171
- package/docs/injectables/ApiQueueService.html +0 -806
- package/docs/injectables/CoreAppEffects.html +0 -392
- package/docs/injectables/EuiDynamicMenuService.html +0 -379
- package/docs/injectables/EuiPermissionService.html +0 -652
- package/docs/injectables/EuiTimezoneService.html +0 -382
- package/docs/injectables/GlobalErrorHandler.html +0 -293
- package/docs/injectables/I18nLoader.html +0 -597
- package/docs/injectables/I18nService.html +0 -945
- package/docs/injectables/I18nServiceMock.html +0 -634
- package/docs/injectables/LocalForageService.html +0 -773
- package/docs/injectables/LocalStorageService.html +0 -554
- package/docs/injectables/LocaleService.html +0 -799
- package/docs/injectables/LocaleServiceMock.html +0 -493
- package/docs/injectables/LogService.html +0 -354
- package/docs/injectables/OpenIdConnectService.html +0 -225
- package/docs/injectables/SessionStorageService.html +0 -554
- package/docs/injectables/StoreService.html +0 -651
- package/docs/injectables/StoreServiceMock.html +0 -457
- package/docs/injectables/UserService.html +0 -760
- package/docs/injectables/UserServiceMock.html +0 -649
- package/docs/injectables/UxAppShellService.html +0 -2254
- package/docs/injectables/UxDynamicComponentService.html +0 -437
- package/docs/injectables/UxErrorFeedbackService.html +0 -591
- package/docs/interceptors/AddLangParamInterceptor.html +0 -305
- package/docs/interceptors/CachePreventionInterceptor.html +0 -254
- package/docs/interceptors/CorsSecurityInterceptor.html +0 -254
- package/docs/interceptors/CsrfPreventionInterceptor.html +0 -254
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +0 -254
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +0 -321
- package/docs/interceptors/OpenIdConnectInterceptor.html +0 -347
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +0 -297
- package/docs/interfaces/EuiTimeZone.html +0 -247
- package/docs/interfaces/LoadedResources.html +0 -292
- package/docs/interfaces/LoadedResourcesError.html +0 -247
- package/docs/interfaces/ModuleLoadEvent.html +0 -292
- package/docs/interfaces/OpenIdConnectUserDetails.html +0 -439
- package/docs/interfaces/ResourceError.html +0 -298
- package/docs/interfaces/UIState.html +0 -1900
- package/docs/js/compodoc.js +0 -14
- package/docs/js/lazy-load-graphs.js +0 -44
- package/docs/js/libs/EventDispatcher.js +0 -5
- package/docs/js/libs/bootstrap-native.js +0 -1
- package/docs/js/libs/clipboard.min.js +0 -7
- package/docs/js/libs/custom-elements-es5-adapter.js +0 -15
- package/docs/js/libs/custom-elements.min.js +0 -38
- package/docs/js/libs/d3.v3.min.js +0 -2
- package/docs/js/libs/deep-iterator.js +0 -2
- package/docs/js/libs/es6-shim.min.js +0 -11
- package/docs/js/libs/htmlparser.js +0 -23
- package/docs/js/libs/innersvg.js +0 -9
- package/docs/js/libs/lit-html.js +0 -1
- package/docs/js/libs/prism.js +0 -46
- package/docs/js/libs/promise.min.js +0 -6
- package/docs/js/libs/svg-pan-zoom.min.js +0 -3
- package/docs/js/libs/tablesort.min.js +0 -6
- package/docs/js/libs/tablesort.number.min.js +0 -6
- package/docs/js/libs/vis.min.js +0 -47
- package/docs/js/libs/zepto.min.js +0 -2
- package/docs/js/menu-wc.js +0 -380
- package/docs/js/menu.js +0 -325
- package/docs/js/routes.js +0 -301
- package/docs/js/search/lunr.min.js +0 -6
- package/docs/js/search/search-lunr.js +0 -67
- package/docs/js/search/search.js +0 -268
- package/docs/js/search/search_index.js +0 -4
- package/docs/js/sourceCode.js +0 -58
- package/docs/js/svg-pan-zoom.controls.js +0 -53
- package/docs/js/tabs.js +0 -21
- package/docs/js/tree.js +0 -147
- package/docs/license.html +0 -379
- package/docs/miscellaneous/enumerations.html +0 -418
- package/docs/miscellaneous/functions.html +0 -1864
- package/docs/miscellaneous/typealiases.html +0 -258
- package/docs/miscellaneous/variables.html +0 -3965
- package/docs/modules/CoreModule.html +0 -256
- package/docs/modules/I18nModule.html +0 -198
- package/docs/modules/LogModule.html +0 -305
- package/docs/modules/TranslateMockModule.html +0 -176
- package/docs/modules.html +0 -168
- package/docs/pipes/TranslateMockPipe.html +0 -227
- package/docs/properties.html +0 -124
- package/docs/styles/bootstrap-card.css +0 -219
- package/docs/styles/bootstrap.min.css +0 -6
- package/docs/styles/compodoc.css +0 -1121
- package/docs/styles/dark.css +0 -121
- package/docs/styles/ionicons.min.css +0 -11
- package/docs/styles/laravel.css +0 -113
- package/docs/styles/material.css +0 -131
- package/docs/styles/original.css +0 -51
- package/docs/styles/postmark.css +0 -238
- package/docs/styles/prism.css +0 -301
- package/docs/styles/readthedocs.css +0 -117
- package/docs/styles/reset.css +0 -129
- package/docs/styles/stripe.css +0 -106
- package/docs/styles/style.css +0 -7
- package/docs/styles/tablesort.css +0 -33
- package/docs/styles/vagrant.css +0 -130
package/fesm2022/eui-core.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import { DateAdapter, MAT_DATE_LOCALE } from '@angular/material/core';
|
|
|
8
8
|
import { MomentDateAdapter } from '@angular/material-moment-adapter';
|
|
9
9
|
import { LOCATION_INITIALIZED, DOCUMENT, isPlatformBrowser, getLocaleId, registerLocaleData } from '@angular/common';
|
|
10
10
|
import { throwError, forkJoin, of, BehaviorSubject, defer, merge, fromEvent, Observable, Subject, from } from 'rxjs';
|
|
11
|
-
import { debounceTime, distinctUntilChanged, map, catchError, switchMap, tap, filter, take, mapTo, mergeMap, concatMap, takeUntil } from 'rxjs/operators';
|
|
11
|
+
import { debounceTime, distinctUntilChanged, map, catchError, switchMap, tap, filter, take, mapTo, mergeMap, concatMap, takeUntil, finalize } from 'rxjs/operators';
|
|
12
12
|
import * as i1$1 from '@ngrx/store';
|
|
13
13
|
import { createSelector } from '@ngrx/store';
|
|
14
14
|
import * as i1$3 from '@ngrx/effects';
|
|
@@ -197,10 +197,10 @@ class LogService extends Logger {
|
|
|
197
197
|
}
|
|
198
198
|
return logger;
|
|
199
199
|
}
|
|
200
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
201
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
200
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LogService, deps: [{ token: BASE_LOGGER_NAME_TOKEN }, { token: LOG_LEVEL_TOKEN }, { token: LOG_APPENDERS_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
201
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LogService }); }
|
|
202
202
|
}
|
|
203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LogService, decorators: [{
|
|
204
204
|
type: Injectable
|
|
205
205
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
206
206
|
type: Inject,
|
|
@@ -371,11 +371,11 @@ class LogModule {
|
|
|
371
371
|
],
|
|
372
372
|
};
|
|
373
373
|
}
|
|
374
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
375
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
376
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
374
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
375
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.3", ngImport: i0, type: LogModule }); }
|
|
376
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LogModule }); }
|
|
377
377
|
}
|
|
378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
378
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LogModule, decorators: [{
|
|
379
379
|
type: NgModule
|
|
380
380
|
}] });
|
|
381
381
|
|
|
@@ -470,10 +470,10 @@ class StoreService {
|
|
|
470
470
|
// Ignore write errors.
|
|
471
471
|
}
|
|
472
472
|
}
|
|
473
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
474
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
473
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: StoreService, deps: [{ token: i1$1.Store, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
474
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: StoreService, providedIn: 'root' }); }
|
|
475
475
|
}
|
|
476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: StoreService, decorators: [{
|
|
477
477
|
type: Injectable,
|
|
478
478
|
args: [{
|
|
479
479
|
providedIn: 'root',
|
|
@@ -827,10 +827,10 @@ class I18nLoader {
|
|
|
827
827
|
}
|
|
828
828
|
return undefined;
|
|
829
829
|
}
|
|
830
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
831
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
830
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: I18nLoader, deps: [{ token: i1$2.HttpClient }, { token: LogService, optional: true }, { token: CONFIG_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
831
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: I18nLoader }); }
|
|
832
832
|
}
|
|
833
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: I18nLoader, decorators: [{
|
|
834
834
|
type: Injectable
|
|
835
835
|
}], ctorParameters: function () { return [{ type: i1$2.HttpClient }, { type: LogService, decorators: [{
|
|
836
836
|
type: Optional
|
|
@@ -1041,10 +1041,10 @@ class I18nService extends EuiLazyService {
|
|
|
1041
1041
|
updateHTMLDOMLang(lang) {
|
|
1042
1042
|
this.document.documentElement.lang = lang;
|
|
1043
1043
|
}
|
|
1044
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1045
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1044
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: I18nService, deps: [{ token: GLOBAL_CONFIG_TOKEN }, { token: i2.TranslateService }, { token: LogService, optional: true }, { token: StoreService }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1045
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: I18nService, providedIn: 'root' }); }
|
|
1046
1046
|
}
|
|
1047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1047
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: I18nService, decorators: [{
|
|
1048
1048
|
type: Injectable,
|
|
1049
1049
|
args: [{
|
|
1050
1050
|
providedIn: 'root',
|
|
@@ -1086,10 +1086,10 @@ class I18nServiceMock extends I18nService {
|
|
|
1086
1086
|
lazyLoadInit() {
|
|
1087
1087
|
return of({ success: true });
|
|
1088
1088
|
}
|
|
1089
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1090
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1089
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: I18nServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1090
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: I18nServiceMock }); }
|
|
1091
1091
|
}
|
|
1092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: I18nServiceMock, decorators: [{
|
|
1093
1093
|
type: Injectable
|
|
1094
1094
|
}], ctorParameters: function () { return []; } });
|
|
1095
1095
|
|
|
@@ -1566,9 +1566,18 @@ class UxAppShellService {
|
|
|
1566
1566
|
case windowWidth >= 1200 && windowWidth < 1400:
|
|
1567
1567
|
bkp = 'xl';
|
|
1568
1568
|
break;
|
|
1569
|
-
case windowWidth >= 1400:
|
|
1569
|
+
case windowWidth >= 1400 && windowWidth < 1920:
|
|
1570
1570
|
bkp = 'xxl';
|
|
1571
1571
|
break;
|
|
1572
|
+
case windowWidth >= 1920 && windowWidth < 2560:
|
|
1573
|
+
bkp = 'fhd';
|
|
1574
|
+
break;
|
|
1575
|
+
case windowWidth >= 2560 && windowWidth < 3840:
|
|
1576
|
+
bkp = '2k';
|
|
1577
|
+
break;
|
|
1578
|
+
case windowWidth >= 3840:
|
|
1579
|
+
bkp = '4k';
|
|
1580
|
+
break;
|
|
1572
1581
|
}
|
|
1573
1582
|
return bkp;
|
|
1574
1583
|
}
|
|
@@ -1580,6 +1589,9 @@ class UxAppShellService {
|
|
|
1580
1589
|
isDesktop: bkp === 'lg',
|
|
1581
1590
|
isXL: bkp === 'xl',
|
|
1582
1591
|
isXXL: bkp === 'xxl',
|
|
1592
|
+
isFHD: bkp === 'fhd',
|
|
1593
|
+
is2K: bkp === '2k',
|
|
1594
|
+
is4K: bkp === '4k',
|
|
1583
1595
|
};
|
|
1584
1596
|
}
|
|
1585
1597
|
getJson(url) {
|
|
@@ -1603,10 +1615,10 @@ class UxAppShellService {
|
|
|
1603
1615
|
}
|
|
1604
1616
|
});
|
|
1605
1617
|
}
|
|
1606
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1607
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1618
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", 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 }); }
|
|
1619
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UxAppShellService, providedIn: 'root' }); }
|
|
1608
1620
|
}
|
|
1609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1621
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UxAppShellService, decorators: [{
|
|
1610
1622
|
type: Injectable,
|
|
1611
1623
|
args: [{
|
|
1612
1624
|
providedIn: 'root',
|
|
@@ -1668,10 +1680,10 @@ class CoreAppEffects {
|
|
|
1668
1680
|
}
|
|
1669
1681
|
})), { dispatch: false });
|
|
1670
1682
|
}
|
|
1671
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1672
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1683
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CoreAppEffects, deps: [{ token: i1$3.Actions }, { token: SHOW_CONNECTION_STATUS_TOKEN }, { token: i2.TranslateService }, { token: UxAppShellService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1684
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CoreAppEffects }); }
|
|
1673
1685
|
}
|
|
1674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CoreAppEffects, decorators: [{
|
|
1675
1687
|
type: Injectable
|
|
1676
1688
|
}], ctorParameters: function () { return [{ type: i1$3.Actions }, { type: undefined, decorators: [{
|
|
1677
1689
|
type: Inject,
|
|
@@ -1713,6 +1725,7 @@ const removeApiQueueItem = (state, action) => {
|
|
|
1713
1725
|
}, {});
|
|
1714
1726
|
return Object.assign({}, state, { apiQueue });
|
|
1715
1727
|
};
|
|
1728
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
1716
1729
|
const emptyApiQueue = (state, action) =>
|
|
1717
1730
|
// remove all items in the Api Queue
|
|
1718
1731
|
Object.assign({}, state, { apiQueue: {} });
|
|
@@ -1878,7 +1891,7 @@ const loadState = (storage = localStorage) => {
|
|
|
1878
1891
|
return undefined;
|
|
1879
1892
|
}
|
|
1880
1893
|
};
|
|
1881
|
-
const cb = (reducer, storage) =>
|
|
1894
|
+
const cb = (reducer, storage) => (state, action) => {
|
|
1882
1895
|
if (action.type === CoreAppActionTypes.INIT_STORE) {
|
|
1883
1896
|
// This action must be dispatched from an app initializer
|
|
1884
1897
|
// We load the state from a storage and compare the version and userId with the provided ones.
|
|
@@ -1920,10 +1933,10 @@ class StoreServiceMock extends StoreService {
|
|
|
1920
1933
|
select() {
|
|
1921
1934
|
return of({});
|
|
1922
1935
|
}
|
|
1923
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1924
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1936
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: StoreServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1937
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: StoreServiceMock }); }
|
|
1925
1938
|
}
|
|
1926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: StoreServiceMock, decorators: [{
|
|
1927
1940
|
type: Injectable
|
|
1928
1941
|
}], ctorParameters: function () { return []; } });
|
|
1929
1942
|
|
|
@@ -1967,11 +1980,11 @@ class CoreModule {
|
|
|
1967
1980
|
storeService.dispatch(new AddAppLoadedConfigModulesAction({ moduleName, moduleConfig }));
|
|
1968
1981
|
}
|
|
1969
1982
|
}
|
|
1970
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1971
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1972
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1983
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CoreModule, deps: [{ token: CORE_ROOT_GUARD, optional: true }, { token: CoreModule, optional: true, skipSelf: true }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1984
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.3", ngImport: i0, type: CoreModule }); }
|
|
1985
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CoreModule }); }
|
|
1973
1986
|
}
|
|
1974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1987
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CoreModule, decorators: [{
|
|
1975
1988
|
type: NgModule,
|
|
1976
1989
|
args: [{
|
|
1977
1990
|
imports: [
|
|
@@ -2090,10 +2103,10 @@ class GlobalErrorHandler extends ErrorHandler {
|
|
|
2090
2103
|
// throw error;
|
|
2091
2104
|
super.handleError(error);
|
|
2092
2105
|
}
|
|
2093
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2094
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2106
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: GlobalErrorHandler, deps: [{ token: LogService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2107
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' }); }
|
|
2095
2108
|
}
|
|
2096
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: GlobalErrorHandler, decorators: [{
|
|
2097
2110
|
type: Injectable,
|
|
2098
2111
|
args: [{
|
|
2099
2112
|
providedIn: 'root',
|
|
@@ -2138,10 +2151,10 @@ class HttpErrorHandlerInterceptor {
|
|
|
2138
2151
|
// return the first matching route, if any
|
|
2139
2152
|
return routes.length > 0 ? routes[0] : null;
|
|
2140
2153
|
}
|
|
2141
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2142
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2154
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: HttpErrorHandlerInterceptor, deps: [{ token: HTTP_ERROR_HANDLER_CONFIG_TOKEN }, { token: i0.Injector }, { token: i2$1.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2155
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: HttpErrorHandlerInterceptor }); }
|
|
2143
2156
|
}
|
|
2144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: HttpErrorHandlerInterceptor, decorators: [{
|
|
2145
2158
|
type: Injectable
|
|
2146
2159
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
2147
2160
|
type: Inject,
|
|
@@ -2283,10 +2296,10 @@ class ApiQueueService {
|
|
|
2283
2296
|
buildHttpRequest(id, item) {
|
|
2284
2297
|
return this.http[item.method.toLowerCase()](item.uri, item.payload).pipe(tap(() => this.removeQueueItem(id)));
|
|
2285
2298
|
}
|
|
2286
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2287
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2299
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: ApiQueueService, deps: [{ token: StoreService }, { token: i1$2.HttpClient }, { token: LogService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2300
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: ApiQueueService, providedIn: 'root' }); }
|
|
2288
2301
|
}
|
|
2289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: ApiQueueService, decorators: [{
|
|
2290
2303
|
type: Injectable,
|
|
2291
2304
|
args: [{
|
|
2292
2305
|
providedIn: 'root',
|
|
@@ -2301,7 +2314,7 @@ class ApiQueueServiceMock extends ApiQueueService {
|
|
|
2301
2314
|
return of([]);
|
|
2302
2315
|
}
|
|
2303
2316
|
getQueueItem(id) {
|
|
2304
|
-
return of(
|
|
2317
|
+
return of({ uri: id, method: 'GET' });
|
|
2305
2318
|
}
|
|
2306
2319
|
removeAllQueueItem() { }
|
|
2307
2320
|
processAllQueueItems() {
|
|
@@ -2622,10 +2635,10 @@ class EuiPermissionService extends EuiService {
|
|
|
2622
2635
|
}
|
|
2623
2636
|
return rights.every((right) => this.userRights.find((uRight) => uRight.id === right.id));
|
|
2624
2637
|
}
|
|
2625
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2626
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2638
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiPermissionService, deps: [{ token: LogService, optional: true }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2639
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiPermissionService, providedIn: 'root' }); }
|
|
2627
2640
|
}
|
|
2628
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiPermissionService, decorators: [{
|
|
2629
2642
|
type: Injectable,
|
|
2630
2643
|
args: [{
|
|
2631
2644
|
providedIn: 'root',
|
|
@@ -2685,10 +2698,10 @@ class EuiDynamicMenuService {
|
|
|
2685
2698
|
return true;
|
|
2686
2699
|
});
|
|
2687
2700
|
}
|
|
2688
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2689
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2701
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiDynamicMenuService, deps: [{ token: EuiPermissionService }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2702
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiDynamicMenuService, providedIn: 'root' }); }
|
|
2690
2703
|
}
|
|
2691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2704
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiDynamicMenuService, decorators: [{
|
|
2692
2705
|
type: Injectable,
|
|
2693
2706
|
args: [{
|
|
2694
2707
|
providedIn: 'root',
|
|
@@ -2765,10 +2778,10 @@ class UxErrorFeedbackService {
|
|
|
2765
2778
|
createGlobalErrorManager() {
|
|
2766
2779
|
return new UxErrorManager(this, true);
|
|
2767
2780
|
}
|
|
2768
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2769
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2781
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UxErrorFeedbackService, deps: [{ token: UxAppShellService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2782
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UxErrorFeedbackService, providedIn: 'root' }); }
|
|
2770
2783
|
}
|
|
2771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2784
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UxErrorFeedbackService, decorators: [{
|
|
2772
2785
|
type: Injectable,
|
|
2773
2786
|
args: [{
|
|
2774
2787
|
providedIn: 'root',
|
|
@@ -2863,10 +2876,10 @@ class UxDynamicComponentService {
|
|
|
2863
2876
|
injectorTokens.set(DYNAMIC_COMPONENT_CONFIG, data);
|
|
2864
2877
|
return new PortalInjector(this.injector, injectorTokens);
|
|
2865
2878
|
}
|
|
2866
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2867
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2879
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UxDynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2880
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UxDynamicComponentService }); }
|
|
2868
2881
|
}
|
|
2869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UxDynamicComponentService, decorators: [{
|
|
2870
2883
|
type: Injectable
|
|
2871
2884
|
}], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: i0.ApplicationRef }]; } });
|
|
2872
2885
|
|
|
@@ -3577,10 +3590,10 @@ class EuiTimezoneService {
|
|
|
3577
3590
|
getTimezone(tz) {
|
|
3578
3591
|
return EUI_TIMEZONES.find((item) => item.name === tz);
|
|
3579
3592
|
}
|
|
3580
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3581
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3593
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiTimezoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3594
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiTimezoneService }); }
|
|
3582
3595
|
}
|
|
3583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuiTimezoneService, decorators: [{
|
|
3584
3597
|
type: Injectable
|
|
3585
3598
|
}] });
|
|
3586
3599
|
|
|
@@ -3699,10 +3712,10 @@ class LocalStorageService extends StorageService {
|
|
|
3699
3712
|
}
|
|
3700
3713
|
}
|
|
3701
3714
|
}
|
|
3702
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3703
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3715
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LocalStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3716
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LocalStorageService }); }
|
|
3704
3717
|
}
|
|
3705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3718
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LocalStorageService, decorators: [{
|
|
3706
3719
|
type: Injectable
|
|
3707
3720
|
}], ctorParameters: function () { return [{ type: LogService, decorators: [{
|
|
3708
3721
|
type: Optional
|
|
@@ -3770,10 +3783,10 @@ class SessionStorageService extends StorageService {
|
|
|
3770
3783
|
}
|
|
3771
3784
|
}
|
|
3772
3785
|
}
|
|
3773
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3774
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3786
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: SessionStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3787
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: SessionStorageService }); }
|
|
3775
3788
|
}
|
|
3776
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3789
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: SessionStorageService, decorators: [{
|
|
3777
3790
|
type: Injectable
|
|
3778
3791
|
}], ctorParameters: function () { return [{ type: LogService, decorators: [{
|
|
3779
3792
|
type: Optional
|
|
@@ -3851,10 +3864,10 @@ class LocalForageService extends AsyncStorageService {
|
|
|
3851
3864
|
}
|
|
3852
3865
|
}));
|
|
3853
3866
|
}
|
|
3854
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3855
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3867
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3868
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LocalForageService }); }
|
|
3856
3869
|
}
|
|
3857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LocalForageService, decorators: [{
|
|
3858
3871
|
type: Injectable
|
|
3859
3872
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
3860
3873
|
type: Inject,
|
|
@@ -3962,6 +3975,7 @@ class LocaleService extends EuiService {
|
|
|
3962
3975
|
*
|
|
3963
3976
|
* @param locale array of locale to load
|
|
3964
3977
|
*/
|
|
3978
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
3965
3979
|
loadLocale(locale) {
|
|
3966
3980
|
// locale = Array.isArray(locale) ? locale : [locale];
|
|
3967
3981
|
// const localeImports: Observable<{ data: any, localeId: string, extraData: any }>[]
|
|
@@ -4060,10 +4074,10 @@ class LocaleService extends EuiService {
|
|
|
4060
4074
|
}
|
|
4061
4075
|
});
|
|
4062
4076
|
}
|
|
4063
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4064
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4077
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", 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 }); }
|
|
4078
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LocaleService, providedIn: 'root' }); }
|
|
4065
4079
|
}
|
|
4066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LocaleService, decorators: [{
|
|
4067
4081
|
type: Injectable,
|
|
4068
4082
|
args: [{
|
|
4069
4083
|
providedIn: 'root',
|
|
@@ -4109,10 +4123,10 @@ class LocaleServiceMock extends LocaleService {
|
|
|
4109
4123
|
this.DEFAULT_LOCALE = state.id || 'en';
|
|
4110
4124
|
return of({ success: true });
|
|
4111
4125
|
}
|
|
4112
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4113
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4126
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LocaleServiceMock, deps: [{ token: LOCALE_ID, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4127
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LocaleServiceMock }); }
|
|
4114
4128
|
}
|
|
4115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: LocaleServiceMock, decorators: [{
|
|
4116
4130
|
type: Injectable
|
|
4117
4131
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
4118
4132
|
type: Optional
|
|
@@ -4168,10 +4182,10 @@ class UserService extends EuiService {
|
|
|
4168
4182
|
this.store.dispatch(new UpdateUserStateAction(userState));
|
|
4169
4183
|
}
|
|
4170
4184
|
}
|
|
4171
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4172
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4185
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UserService, deps: [{ token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4186
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UserService, providedIn: 'root' }); }
|
|
4173
4187
|
}
|
|
4174
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UserService, decorators: [{
|
|
4175
4189
|
type: Injectable,
|
|
4176
4190
|
args: [{
|
|
4177
4191
|
providedIn: 'root',
|
|
@@ -4199,10 +4213,10 @@ class UserServiceMock extends UserService {
|
|
|
4199
4213
|
getUserId() {
|
|
4200
4214
|
return of('anonymous');
|
|
4201
4215
|
}
|
|
4202
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4203
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4216
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UserServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4217
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UserServiceMock }); }
|
|
4204
4218
|
}
|
|
4205
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UserServiceMock, decorators: [{
|
|
4206
4220
|
type: Injectable
|
|
4207
4221
|
}], ctorParameters: function () { return []; } });
|
|
4208
4222
|
|
|
@@ -4231,10 +4245,10 @@ class AddLangParamInterceptor {
|
|
|
4231
4245
|
params: req.params.set(langParam, langValue),
|
|
4232
4246
|
}));
|
|
4233
4247
|
}
|
|
4234
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4235
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4248
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: AddLangParamInterceptor, deps: [{ token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4249
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: AddLangParamInterceptor }); }
|
|
4236
4250
|
}
|
|
4237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
|
|
4238
4252
|
type: Injectable
|
|
4239
4253
|
}], ctorParameters: function () { return [{ type: i2.TranslateService }]; } });
|
|
4240
4254
|
|
|
@@ -4250,10 +4264,10 @@ class CachePreventionInterceptor {
|
|
|
4250
4264
|
headers: req.headers.set('Cache-Control', 'No-Cache'),
|
|
4251
4265
|
}));
|
|
4252
4266
|
}
|
|
4253
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4254
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4267
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CachePreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4268
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CachePreventionInterceptor }); }
|
|
4255
4269
|
}
|
|
4256
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
|
|
4257
4271
|
type: Injectable
|
|
4258
4272
|
}] });
|
|
4259
4273
|
|
|
@@ -4263,10 +4277,10 @@ class CorsSecurityInterceptor {
|
|
|
4263
4277
|
withCredentials: true,
|
|
4264
4278
|
}));
|
|
4265
4279
|
}
|
|
4266
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4267
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4280
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CorsSecurityInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4281
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CorsSecurityInterceptor }); }
|
|
4268
4282
|
}
|
|
4269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4283
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
|
|
4270
4284
|
type: Injectable
|
|
4271
4285
|
}] });
|
|
4272
4286
|
|
|
@@ -4276,10 +4290,10 @@ class CsrfPreventionInterceptor {
|
|
|
4276
4290
|
headers: request.headers.set('X-Requested-With', 'XMLHttpRequest'),
|
|
4277
4291
|
}));
|
|
4278
4292
|
}
|
|
4279
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4280
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4293
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CsrfPreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4294
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CsrfPreventionInterceptor }); }
|
|
4281
4295
|
}
|
|
4282
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
|
|
4283
4297
|
type: Injectable
|
|
4284
4298
|
}] });
|
|
4285
4299
|
|
|
@@ -4298,7 +4312,7 @@ class EuLoginSessionTimeoutHandlingInterceptor {
|
|
|
4298
4312
|
checkRequestSuccessForEULoginSessionTimeout(request, event) {
|
|
4299
4313
|
if (event instanceof HttpResponse) {
|
|
4300
4314
|
if (this.isSsoResponse(event.body)) {
|
|
4301
|
-
this.reauthenticate(
|
|
4315
|
+
this.reauthenticate();
|
|
4302
4316
|
}
|
|
4303
4317
|
}
|
|
4304
4318
|
}
|
|
@@ -4341,13 +4355,13 @@ class EuLoginSessionTimeoutHandlingInterceptor {
|
|
|
4341
4355
|
return false;
|
|
4342
4356
|
}
|
|
4343
4357
|
}
|
|
4344
|
-
reauthenticate(
|
|
4358
|
+
reauthenticate() {
|
|
4345
4359
|
document.location.reload();
|
|
4346
4360
|
}
|
|
4347
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4348
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4361
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4362
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor }); }
|
|
4349
4363
|
}
|
|
4350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
|
|
4351
4365
|
type: Injectable
|
|
4352
4366
|
}] });
|
|
4353
4367
|
|
|
@@ -4366,10 +4380,10 @@ class UxRequestErrorModelInterceptor {
|
|
|
4366
4380
|
return of(err);
|
|
4367
4381
|
}));
|
|
4368
4382
|
}
|
|
4369
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4370
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4383
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UxRequestErrorModelInterceptor, deps: [{ token: UX_ERROR_MAPPING_HANDLER_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4384
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UxRequestErrorModelInterceptor }); }
|
|
4371
4385
|
}
|
|
4372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4386
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
|
|
4373
4387
|
type: Injectable
|
|
4374
4388
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
4375
4389
|
type: Inject,
|
|
@@ -4391,6 +4405,7 @@ class OpenIdConnectInterceptor {
|
|
|
4391
4405
|
if (!authorizedRequest) {
|
|
4392
4406
|
authorizedRequest = new Subject();
|
|
4393
4407
|
}
|
|
4408
|
+
let subscription = null;
|
|
4394
4409
|
OpenIdConnect.getAuthorizationHeaders(request.urlWithParams, (headers) => {
|
|
4395
4410
|
let newRequest = request;
|
|
4396
4411
|
if (headers) {
|
|
@@ -4413,7 +4428,6 @@ class OpenIdConnectInterceptor {
|
|
|
4413
4428
|
}
|
|
4414
4429
|
// Don't mix the next line with the line below it.
|
|
4415
4430
|
// We would get a "Cannot access 'subscription' before initialization" error.
|
|
4416
|
-
let subscription = null;
|
|
4417
4431
|
subscription = next
|
|
4418
4432
|
.handle(newRequest)
|
|
4419
4433
|
.pipe(catchError((response) => this.handleErrorResponse(response, request, next, retryCount, authorizedRequest, subscription)))
|
|
@@ -4438,7 +4452,12 @@ class OpenIdConnectInterceptor {
|
|
|
4438
4452
|
}
|
|
4439
4453
|
return this.handleErrorResponse(new HttpErrorResponse(errorProperties), request, next, retryCount, authorizedRequest, null);
|
|
4440
4454
|
});
|
|
4441
|
-
|
|
4455
|
+
// EUI-3992 will cancel the xhr request when observable is unsubscribed from or terminated
|
|
4456
|
+
return authorizedRequest.pipe(finalize(() => {
|
|
4457
|
+
if (subscription) {
|
|
4458
|
+
subscription.unsubscribe();
|
|
4459
|
+
}
|
|
4460
|
+
}));
|
|
4442
4461
|
}
|
|
4443
4462
|
else {
|
|
4444
4463
|
return next.handle(request);
|
|
@@ -4513,10 +4532,10 @@ class OpenIdConnectInterceptor {
|
|
|
4513
4532
|
return this.defaultMaximumRequestRetries;
|
|
4514
4533
|
}
|
|
4515
4534
|
}
|
|
4516
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4517
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4535
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: OpenIdConnectInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4536
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: OpenIdConnectInterceptor }); }
|
|
4518
4537
|
}
|
|
4519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4538
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: OpenIdConnectInterceptor, decorators: [{
|
|
4520
4539
|
type: Injectable
|
|
4521
4540
|
}], ctorParameters: function () { return []; } });
|
|
4522
4541
|
|
|
@@ -4563,10 +4582,10 @@ class OpenIdConnectService {
|
|
|
4563
4582
|
getUserDetails() {
|
|
4564
4583
|
return this.userDetails;
|
|
4565
4584
|
}
|
|
4566
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4567
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4585
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: OpenIdConnectService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4586
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: OpenIdConnectService, providedIn: 'root' }); }
|
|
4568
4587
|
}
|
|
4569
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.3", ngImport: i0, type: OpenIdConnectService, decorators: [{
|
|
4570
4589
|
type: Injectable,
|
|
4571
4590
|
args: [{
|
|
4572
4591
|
providedIn: 'root',
|