@eui/core 17.0.0-next.7 → 17.0.0-next.9
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/assets/i18n-eui/bg.json +2 -1
- package/assets/i18n-eui/cs.json +2 -1
- package/assets/i18n-eui/da.json +2 -1
- package/assets/i18n-eui/de.json +2 -1
- package/assets/i18n-eui/el.json +2 -1
- package/assets/i18n-eui/en.json +2 -1
- package/assets/i18n-eui/es.json +2 -1
- package/assets/i18n-eui/et.json +2 -1
- package/assets/i18n-eui/fi.json +2 -1
- package/assets/i18n-eui/fr.json +2 -1
- package/assets/i18n-eui/ga.json +2 -1
- package/assets/i18n-eui/hr.json +2 -1
- package/assets/i18n-eui/hu.json +2 -1
- package/assets/i18n-eui/it.json +2 -1
- package/assets/i18n-eui/lt.json +2 -1
- package/assets/i18n-eui/lv.json +2 -1
- package/assets/i18n-eui/mt.json +2 -1
- package/assets/i18n-eui/nl.json +2 -1
- package/assets/i18n-eui/pl.json +2 -1
- package/assets/i18n-eui/pt.json +2 -1
- package/assets/i18n-eui/readme.md +8 -0
- package/assets/i18n-eui/ro.json +2 -1
- package/assets/i18n-eui/sk.json +2 -1
- package/assets/i18n-eui/sl.json +2 -1
- package/assets/i18n-eui/sv.json +2 -1
- package/esm2022/lib/eui-core.module.mjs +6 -6
- package/esm2022/lib/interceptors/add-lang-param.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/cache-prevention.interceptor.mjs +3 -3
- package/esm2022/lib/interceptors/cors-security.interceptor.mjs +3 -3
- package/esm2022/lib/interceptors/csrf-prevention.interceptor.mjs +3 -3
- package/esm2022/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +3 -3
- package/esm2022/lib/interceptors/openid/openid-connect.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/openid/openid-connect.service.mjs +4 -4
- package/esm2022/lib/interceptors/ux-request-error-model.interceptor.mjs +5 -5
- package/esm2022/lib/services/dynamic-component/dynamic-component.service.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 +5 -5
- package/esm2022/lib/services/eui-app-shell.service.mjs +5 -5
- package/esm2022/lib/services/eui-timezone.service.mjs +3 -3
- package/esm2022/lib/services/growl/eui-growl.service.mjs +3 -3
- package/esm2022/lib/services/i18n/i18n.loader.mjs +5 -5
- package/esm2022/lib/services/i18n/i18n.service.mjs +5 -5
- package/esm2022/lib/services/i18n/i18n.service.mock.mjs +4 -4
- package/esm2022/lib/services/locale/locale.service.mjs +5 -5
- package/esm2022/lib/services/locale/locale.service.mock.mjs +5 -5
- package/esm2022/lib/services/log/log.module.mjs +4 -4
- package/esm2022/lib/services/log/log.service.mjs +5 -5
- package/esm2022/lib/services/permission/permission.service.mjs +5 -5
- package/esm2022/lib/services/queue/api-queue.service.mjs +4 -4
- package/esm2022/lib/services/storage/local-forage.service.mjs +5 -5
- package/esm2022/lib/services/storage/local-storage.service.mjs +5 -5
- package/esm2022/lib/services/storage/session-storage.service.mjs +5 -5
- package/esm2022/lib/services/store/effects/app.effects.mjs +5 -5
- package/esm2022/lib/services/store/store.service.mjs +5 -5
- 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/fesm2022/eui-core.mjs +142 -142
- package/package.json +1 -1
package/fesm2022/eui-core.mjs
CHANGED
|
@@ -197,12 +197,12 @@ class LogService extends Logger {
|
|
|
197
197
|
}
|
|
198
198
|
return logger;
|
|
199
199
|
}
|
|
200
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
201
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
200
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", 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.7", ngImport: i0, type: LogService }); }
|
|
202
202
|
}
|
|
203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LogService, decorators: [{
|
|
204
204
|
type: Injectable
|
|
205
|
-
}], ctorParameters:
|
|
205
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
206
206
|
type: Inject,
|
|
207
207
|
args: [BASE_LOGGER_NAME_TOKEN]
|
|
208
208
|
}] }, { type: i1.LogLevel, decorators: [{
|
|
@@ -211,7 +211,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
|
|
|
211
211
|
}] }, { type: undefined, decorators: [{
|
|
212
212
|
type: Inject,
|
|
213
213
|
args: [LOG_APPENDERS_TOKEN]
|
|
214
|
-
}] }]
|
|
214
|
+
}] }] });
|
|
215
215
|
|
|
216
216
|
const LOG_INSTANCES = {};
|
|
217
217
|
/**
|
|
@@ -371,11 +371,11 @@ class LogModule {
|
|
|
371
371
|
],
|
|
372
372
|
};
|
|
373
373
|
}
|
|
374
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
375
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.
|
|
376
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
374
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", 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.7", ngImport: i0, type: LogModule }); }
|
|
376
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LogModule }); }
|
|
377
377
|
}
|
|
378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
378
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LogModule, decorators: [{
|
|
379
379
|
type: NgModule
|
|
380
380
|
}] });
|
|
381
381
|
|
|
@@ -470,19 +470,19 @@ class StoreService {
|
|
|
470
470
|
// Ignore write errors.
|
|
471
471
|
}
|
|
472
472
|
}
|
|
473
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
474
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
473
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", 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.7", ngImport: i0, type: StoreService, providedIn: 'root' }); }
|
|
475
475
|
}
|
|
476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: StoreService, decorators: [{
|
|
477
477
|
type: Injectable,
|
|
478
478
|
args: [{
|
|
479
479
|
providedIn: 'root',
|
|
480
480
|
}]
|
|
481
|
-
}], ctorParameters:
|
|
481
|
+
}], ctorParameters: () => [{ type: i1$1.Store, decorators: [{
|
|
482
482
|
type: Optional
|
|
483
483
|
}] }, { type: LogService, decorators: [{
|
|
484
484
|
type: Optional
|
|
485
|
-
}] }]
|
|
485
|
+
}] }] });
|
|
486
486
|
|
|
487
487
|
const euiInitApp = (injector) => () => new Promise((resolve) => {
|
|
488
488
|
const locationInitialized = injector.get(LOCATION_INITIALIZED, Promise.resolve(null));
|
|
@@ -682,10 +682,10 @@ class EuiGrowlService {
|
|
|
682
682
|
growlInfo(msg, position) {
|
|
683
683
|
this.growl({ severity: 'info', summary: 'INFO', detail: msg }, false, false, undefined, position);
|
|
684
684
|
}
|
|
685
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
686
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
685
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiGrowlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
686
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiGrowlService, providedIn: 'root' }); }
|
|
687
687
|
}
|
|
688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
688
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiGrowlService, decorators: [{
|
|
689
689
|
type: Injectable,
|
|
690
690
|
args: [{
|
|
691
691
|
providedIn: 'root',
|
|
@@ -727,15 +727,15 @@ class CoreAppEffects {
|
|
|
727
727
|
}
|
|
728
728
|
})), { dispatch: false });
|
|
729
729
|
}
|
|
730
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
731
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
730
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CoreAppEffects, deps: [{ token: i1$2.Actions }, { token: SHOW_CONNECTION_STATUS_TOKEN }, { token: i1$3.TranslateService }, { token: EuiGrowlService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
731
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CoreAppEffects }); }
|
|
732
732
|
}
|
|
733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CoreAppEffects, decorators: [{
|
|
734
734
|
type: Injectable
|
|
735
|
-
}], ctorParameters:
|
|
735
|
+
}], ctorParameters: () => [{ type: i1$2.Actions }, { type: undefined, decorators: [{
|
|
736
736
|
type: Inject,
|
|
737
737
|
args: [SHOW_CONNECTION_STATUS_TOKEN]
|
|
738
|
-
}] }, { type: i1$3.TranslateService }, { type: EuiGrowlService }]
|
|
738
|
+
}] }, { type: i1$3.TranslateService }, { type: EuiGrowlService }] });
|
|
739
739
|
|
|
740
740
|
const CoreModuleEffects = [CoreAppEffects];
|
|
741
741
|
|
|
@@ -980,12 +980,12 @@ class StoreServiceMock extends StoreService {
|
|
|
980
980
|
select() {
|
|
981
981
|
return of({});
|
|
982
982
|
}
|
|
983
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
984
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
983
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: StoreServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
984
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: StoreServiceMock }); }
|
|
985
985
|
}
|
|
986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: StoreServiceMock, decorators: [{
|
|
987
987
|
type: Injectable
|
|
988
|
-
}], ctorParameters:
|
|
988
|
+
}], ctorParameters: () => [] });
|
|
989
989
|
|
|
990
990
|
const CORE_ROOT_GUARD = new InjectionToken('Internal Theme ForRoot Guard');
|
|
991
991
|
class CoreModule {
|
|
@@ -1027,18 +1027,18 @@ class CoreModule {
|
|
|
1027
1027
|
storeService.dispatch(new AddAppLoadedConfigModulesAction({ moduleName, moduleConfig }));
|
|
1028
1028
|
}
|
|
1029
1029
|
}
|
|
1030
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1031
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.
|
|
1032
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1030
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CoreModule, deps: [{ token: CORE_ROOT_GUARD, optional: true }, { token: CoreModule, optional: true, skipSelf: true }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1031
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.0-next.7", ngImport: i0, type: CoreModule }); }
|
|
1032
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CoreModule }); }
|
|
1033
1033
|
}
|
|
1034
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1034
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CoreModule, decorators: [{
|
|
1035
1035
|
type: NgModule,
|
|
1036
1036
|
args: [{
|
|
1037
1037
|
imports: [
|
|
1038
1038
|
// HttpClientModule, no more..
|
|
1039
1039
|
],
|
|
1040
1040
|
}]
|
|
1041
|
-
}], ctorParameters:
|
|
1041
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
1042
1042
|
type: Optional
|
|
1043
1043
|
}, {
|
|
1044
1044
|
type: Inject,
|
|
@@ -1047,7 +1047,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
|
|
|
1047
1047
|
type: Optional
|
|
1048
1048
|
}, {
|
|
1049
1049
|
type: SkipSelf
|
|
1050
|
-
}] }, { type: i0.Injector }]
|
|
1050
|
+
}] }, { type: i0.Injector }] });
|
|
1051
1051
|
const createEuiCoreRootGuard = (core) => {
|
|
1052
1052
|
if (core) {
|
|
1053
1053
|
throw new TypeError(`CoreModule.forRoot() called twice. Feature modules should use ThemeModule.forChild() instead.`);
|
|
@@ -1152,15 +1152,15 @@ class GlobalErrorHandler extends ErrorHandler {
|
|
|
1152
1152
|
// throw error;
|
|
1153
1153
|
super.handleError(error);
|
|
1154
1154
|
}
|
|
1155
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1156
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1155
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: GlobalErrorHandler, deps: [{ token: LogService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1156
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' }); }
|
|
1157
1157
|
}
|
|
1158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: GlobalErrorHandler, decorators: [{
|
|
1159
1159
|
type: Injectable,
|
|
1160
1160
|
args: [{
|
|
1161
1161
|
providedIn: 'root',
|
|
1162
1162
|
}]
|
|
1163
|
-
}], ctorParameters:
|
|
1163
|
+
}], ctorParameters: () => [{ type: LogService }] });
|
|
1164
1164
|
|
|
1165
1165
|
class HttpErrorHandlerInterceptor {
|
|
1166
1166
|
constructor(config = DEFAULT_HTTP_ERROR_HANDLER_CONFIG, injector, router) {
|
|
@@ -1200,15 +1200,15 @@ class HttpErrorHandlerInterceptor {
|
|
|
1200
1200
|
// return the first matching route, if any
|
|
1201
1201
|
return routes.length > 0 ? routes[0] : null;
|
|
1202
1202
|
}
|
|
1203
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1204
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1203
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: HttpErrorHandlerInterceptor, deps: [{ token: HTTP_ERROR_HANDLER_CONFIG_TOKEN }, { token: i0.Injector }, { token: i1$4.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1204
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: HttpErrorHandlerInterceptor }); }
|
|
1205
1205
|
}
|
|
1206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: HttpErrorHandlerInterceptor, decorators: [{
|
|
1207
1207
|
type: Injectable
|
|
1208
|
-
}], ctorParameters:
|
|
1208
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
1209
1209
|
type: Inject,
|
|
1210
1210
|
args: [HTTP_ERROR_HANDLER_CONFIG_TOKEN]
|
|
1211
|
-
}] }, { type: i0.Injector }, { type: i1$4.Router }]
|
|
1211
|
+
}] }, { type: i0.Injector }, { type: i1$4.Router }] });
|
|
1212
1212
|
|
|
1213
1213
|
function AlertHttpErrorCallbackFn(error) {
|
|
1214
1214
|
alert(error.statusText);
|
|
@@ -1343,15 +1343,15 @@ class ApiQueueService {
|
|
|
1343
1343
|
buildHttpRequest(id, item) {
|
|
1344
1344
|
return this.http[item.method.toLowerCase()](item.uri, item.payload).pipe(tap(() => this.removeQueueItem(id)));
|
|
1345
1345
|
}
|
|
1346
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1347
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1346
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: ApiQueueService, deps: [{ token: StoreService }, { token: i1$5.HttpClient }, { token: LogService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1347
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: ApiQueueService, providedIn: 'root' }); }
|
|
1348
1348
|
}
|
|
1349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: ApiQueueService, decorators: [{
|
|
1350
1350
|
type: Injectable,
|
|
1351
1351
|
args: [{
|
|
1352
1352
|
providedIn: 'root',
|
|
1353
1353
|
}]
|
|
1354
|
-
}], ctorParameters:
|
|
1354
|
+
}], ctorParameters: () => [{ type: StoreService }, { type: i1$5.HttpClient }, { type: LogService }] });
|
|
1355
1355
|
|
|
1356
1356
|
class ApiQueueServiceMock extends ApiQueueService {
|
|
1357
1357
|
constructor() {
|
|
@@ -1586,17 +1586,17 @@ class I18nLoader {
|
|
|
1586
1586
|
}
|
|
1587
1587
|
return undefined;
|
|
1588
1588
|
}
|
|
1589
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1590
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1589
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nLoader, deps: [{ token: i1$5.HttpClient }, { token: LogService, optional: true }, { token: CONFIG_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1590
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nLoader }); }
|
|
1591
1591
|
}
|
|
1592
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nLoader, decorators: [{
|
|
1593
1593
|
type: Injectable
|
|
1594
|
-
}], ctorParameters:
|
|
1594
|
+
}], ctorParameters: () => [{ type: i1$5.HttpClient }, { type: LogService, decorators: [{
|
|
1595
1595
|
type: Optional
|
|
1596
1596
|
}] }, { type: undefined, decorators: [{
|
|
1597
1597
|
type: Inject,
|
|
1598
1598
|
args: [CONFIG_TOKEN]
|
|
1599
|
-
}] }]
|
|
1599
|
+
}] }] });
|
|
1600
1600
|
const translateConfig = {
|
|
1601
1601
|
loader: {
|
|
1602
1602
|
provide: TranslateLoader,
|
|
@@ -1800,15 +1800,15 @@ class I18nService extends EuiLazyService {
|
|
|
1800
1800
|
updateHTMLDOMLang(lang) {
|
|
1801
1801
|
this.document.documentElement.lang = lang;
|
|
1802
1802
|
}
|
|
1803
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1804
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1803
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nService, deps: [{ token: GLOBAL_CONFIG_TOKEN }, { token: i1$3.TranslateService }, { token: LogService, optional: true }, { token: StoreService }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1804
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nService, providedIn: 'root' }); }
|
|
1805
1805
|
}
|
|
1806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nService, decorators: [{
|
|
1807
1807
|
type: Injectable,
|
|
1808
1808
|
args: [{
|
|
1809
1809
|
providedIn: 'root',
|
|
1810
1810
|
}]
|
|
1811
|
-
}], ctorParameters:
|
|
1811
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
1812
1812
|
type: Inject,
|
|
1813
1813
|
args: [GLOBAL_CONFIG_TOKEN]
|
|
1814
1814
|
}] }, { type: i1$3.TranslateService }, { type: LogService, decorators: [{
|
|
@@ -1816,7 +1816,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
|
|
|
1816
1816
|
}] }, { type: StoreService }, { type: Document, decorators: [{
|
|
1817
1817
|
type: Inject,
|
|
1818
1818
|
args: [DOCUMENT]
|
|
1819
|
-
}] }]
|
|
1819
|
+
}] }] });
|
|
1820
1820
|
|
|
1821
1821
|
class I18nServiceMock extends I18nService {
|
|
1822
1822
|
constructor() {
|
|
@@ -1845,12 +1845,12 @@ class I18nServiceMock extends I18nService {
|
|
|
1845
1845
|
lazyLoadInit() {
|
|
1846
1846
|
return of({ success: true });
|
|
1847
1847
|
}
|
|
1848
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1849
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1848
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1849
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nServiceMock }); }
|
|
1850
1850
|
}
|
|
1851
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
1851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: I18nServiceMock, decorators: [{
|
|
1852
1852
|
type: Injectable
|
|
1853
|
-
}], ctorParameters:
|
|
1853
|
+
}], ctorParameters: () => [] });
|
|
1854
1854
|
|
|
1855
1855
|
const diffDays = (dateStart, dateEnd) => Math.round((dateEnd.getTime() - dateStart.getTime()) / 1000 / 60 / 60 / 24);
|
|
1856
1856
|
const diffDaysFromToday = (date) => diffDays(new Date(), date);
|
|
@@ -2160,17 +2160,17 @@ class EuiPermissionService extends EuiService {
|
|
|
2160
2160
|
}
|
|
2161
2161
|
return rights.every((right) => this.userRights.find((uRight) => uRight.id === right.id));
|
|
2162
2162
|
}
|
|
2163
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
2164
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
2163
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiPermissionService, deps: [{ token: LogService, optional: true }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2164
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiPermissionService, providedIn: 'root' }); }
|
|
2165
2165
|
}
|
|
2166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
2166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiPermissionService, decorators: [{
|
|
2167
2167
|
type: Injectable,
|
|
2168
2168
|
args: [{
|
|
2169
2169
|
providedIn: 'root',
|
|
2170
2170
|
}]
|
|
2171
|
-
}], ctorParameters:
|
|
2171
|
+
}], ctorParameters: () => [{ type: LogService, decorators: [{
|
|
2172
2172
|
type: Optional
|
|
2173
|
-
}] }, { type: StoreService }]
|
|
2173
|
+
}] }, { type: StoreService }] });
|
|
2174
2174
|
|
|
2175
2175
|
class EuiDynamicMenuService {
|
|
2176
2176
|
// TODO: it should be moved euiservice, or it should be static
|
|
@@ -2223,15 +2223,15 @@ class EuiDynamicMenuService {
|
|
|
2223
2223
|
return true;
|
|
2224
2224
|
});
|
|
2225
2225
|
}
|
|
2226
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
2227
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
2226
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiDynamicMenuService, deps: [{ token: EuiPermissionService }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2227
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiDynamicMenuService, providedIn: 'root' }); }
|
|
2228
2228
|
}
|
|
2229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
2229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiDynamicMenuService, decorators: [{
|
|
2230
2230
|
type: Injectable,
|
|
2231
2231
|
args: [{
|
|
2232
2232
|
providedIn: 'root',
|
|
2233
2233
|
}]
|
|
2234
|
-
}], ctorParameters:
|
|
2234
|
+
}], ctorParameters: () => [{ type: EuiPermissionService }, { type: StoreService }] });
|
|
2235
2235
|
|
|
2236
2236
|
const DYNAMIC_COMPONENT_CONFIG = new InjectionToken('DYNAMIC_COMPONENT_CONFIG');
|
|
2237
2237
|
class EuiDynamicComponentService {
|
|
@@ -2286,12 +2286,12 @@ class EuiDynamicComponentService {
|
|
|
2286
2286
|
injectorTokens.set(DYNAMIC_COMPONENT_CONFIG, data);
|
|
2287
2287
|
return new PortalInjector(this.injector, injectorTokens);
|
|
2288
2288
|
}
|
|
2289
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
2290
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
2289
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiDynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2290
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiDynamicComponentService }); }
|
|
2291
2291
|
}
|
|
2292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
2292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiDynamicComponentService, decorators: [{
|
|
2293
2293
|
type: Injectable
|
|
2294
|
-
}], ctorParameters:
|
|
2294
|
+
}], ctorParameters: () => [{ type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: i0.ApplicationRef }] });
|
|
2295
2295
|
|
|
2296
2296
|
const initialState = {
|
|
2297
2297
|
appName: '',
|
|
@@ -2834,15 +2834,15 @@ class EuiAppShellService {
|
|
|
2834
2834
|
}
|
|
2835
2835
|
});
|
|
2836
2836
|
}
|
|
2837
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
2838
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
2837
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiAppShellService, deps: [{ token: GLOBAL_CONFIG_TOKEN, optional: true }, { token: i1$5.HttpClient }, { token: PLATFORM_ID }, { token: i1$4.Router }, { token: StoreService }, { token: I18nService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2838
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiAppShellService, providedIn: 'root' }); }
|
|
2839
2839
|
}
|
|
2840
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
2840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiAppShellService, decorators: [{
|
|
2841
2841
|
type: Injectable,
|
|
2842
2842
|
args: [{
|
|
2843
2843
|
providedIn: 'root',
|
|
2844
2844
|
}]
|
|
2845
|
-
}], ctorParameters:
|
|
2845
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
2846
2846
|
type: Optional
|
|
2847
2847
|
}, {
|
|
2848
2848
|
type: Inject,
|
|
@@ -2852,7 +2852,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
|
|
|
2852
2852
|
args: [PLATFORM_ID]
|
|
2853
2853
|
}] }, { type: i1$4.Router }, { type: StoreService }, { type: I18nService, decorators: [{
|
|
2854
2854
|
type: Optional
|
|
2855
|
-
}] }]
|
|
2855
|
+
}] }] });
|
|
2856
2856
|
|
|
2857
2857
|
/* eslint-disable */
|
|
2858
2858
|
const EUI_COUNTRIES = {
|
|
@@ -3561,10 +3561,10 @@ class EuiTimezoneService {
|
|
|
3561
3561
|
getTimezone(tz) {
|
|
3562
3562
|
return EUI_TIMEZONES.find((item) => item.name === tz);
|
|
3563
3563
|
}
|
|
3564
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3565
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3564
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiTimezoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3565
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiTimezoneService }); }
|
|
3566
3566
|
}
|
|
3567
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuiTimezoneService, decorators: [{
|
|
3568
3568
|
type: Injectable
|
|
3569
3569
|
}] });
|
|
3570
3570
|
|
|
@@ -3683,14 +3683,14 @@ class LocalStorageService extends StorageService {
|
|
|
3683
3683
|
}
|
|
3684
3684
|
}
|
|
3685
3685
|
}
|
|
3686
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3687
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3686
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LocalStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3687
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LocalStorageService }); }
|
|
3688
3688
|
}
|
|
3689
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LocalStorageService, decorators: [{
|
|
3690
3690
|
type: Injectable
|
|
3691
|
-
}], ctorParameters:
|
|
3691
|
+
}], ctorParameters: () => [{ type: LogService, decorators: [{
|
|
3692
3692
|
type: Optional
|
|
3693
|
-
}] }]
|
|
3693
|
+
}] }] });
|
|
3694
3694
|
|
|
3695
3695
|
/**
|
|
3696
3696
|
* sessionStorage service
|
|
@@ -3754,14 +3754,14 @@ class SessionStorageService extends StorageService {
|
|
|
3754
3754
|
}
|
|
3755
3755
|
}
|
|
3756
3756
|
}
|
|
3757
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3758
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3757
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: SessionStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3758
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: SessionStorageService }); }
|
|
3759
3759
|
}
|
|
3760
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3760
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: SessionStorageService, decorators: [{
|
|
3761
3761
|
type: Injectable
|
|
3762
|
-
}], ctorParameters:
|
|
3762
|
+
}], ctorParameters: () => [{ type: LogService, decorators: [{
|
|
3763
3763
|
type: Optional
|
|
3764
|
-
}] }]
|
|
3764
|
+
}] }] });
|
|
3765
3765
|
|
|
3766
3766
|
/** @internal */
|
|
3767
3767
|
const localForage = 'defineDriver' in lf ? lf : lf['default'];
|
|
@@ -3835,19 +3835,19 @@ class LocalForageService extends AsyncStorageService {
|
|
|
3835
3835
|
}
|
|
3836
3836
|
}));
|
|
3837
3837
|
}
|
|
3838
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3839
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3838
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3839
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LocalForageService }); }
|
|
3840
3840
|
}
|
|
3841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LocalForageService, decorators: [{
|
|
3842
3842
|
type: Injectable
|
|
3843
|
-
}], ctorParameters:
|
|
3843
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
3844
3844
|
type: Inject,
|
|
3845
3845
|
args: [LOCAL_FORAGE_SERVICE_CONFIG_TOKEN]
|
|
3846
3846
|
}, {
|
|
3847
3847
|
type: Optional
|
|
3848
3848
|
}] }, { type: LogService, decorators: [{
|
|
3849
3849
|
type: Optional
|
|
3850
|
-
}] }]
|
|
3850
|
+
}] }] });
|
|
3851
3851
|
|
|
3852
3852
|
/**
|
|
3853
3853
|
* Angular is using a gulp task to generate the locales that we dynamically import. This task can be found here
|
|
@@ -4045,15 +4045,15 @@ class LocaleService extends EuiService {
|
|
|
4045
4045
|
}
|
|
4046
4046
|
});
|
|
4047
4047
|
}
|
|
4048
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4049
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4048
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", 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 }); }
|
|
4049
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LocaleService, providedIn: 'root' }); }
|
|
4050
4050
|
}
|
|
4051
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4051
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LocaleService, decorators: [{
|
|
4052
4052
|
type: Injectable,
|
|
4053
4053
|
args: [{
|
|
4054
4054
|
providedIn: 'root',
|
|
4055
4055
|
}]
|
|
4056
|
-
}], ctorParameters:
|
|
4056
|
+
}], ctorParameters: () => [{ type: StoreService }, { type: undefined, decorators: [{
|
|
4057
4057
|
type: Inject,
|
|
4058
4058
|
args: [GLOBAL_CONFIG_TOKEN]
|
|
4059
4059
|
}] }, { type: undefined, decorators: [{
|
|
@@ -4068,7 +4068,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
|
|
|
4068
4068
|
type: Optional
|
|
4069
4069
|
}] }, { type: LogService, decorators: [{
|
|
4070
4070
|
type: Optional
|
|
4071
|
-
}] }]
|
|
4071
|
+
}] }] });
|
|
4072
4072
|
|
|
4073
4073
|
class LocaleServiceMock extends LocaleService {
|
|
4074
4074
|
constructor(locale_id) {
|
|
@@ -4094,17 +4094,17 @@ class LocaleServiceMock extends LocaleService {
|
|
|
4094
4094
|
this.DEFAULT_LOCALE = state.id || 'en';
|
|
4095
4095
|
return of({ success: true });
|
|
4096
4096
|
}
|
|
4097
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4098
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4097
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LocaleServiceMock, deps: [{ token: LOCALE_ID, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4098
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LocaleServiceMock }); }
|
|
4099
4099
|
}
|
|
4100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: LocaleServiceMock, decorators: [{
|
|
4101
4101
|
type: Injectable
|
|
4102
|
-
}], ctorParameters:
|
|
4102
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
4103
4103
|
type: Optional
|
|
4104
4104
|
}, {
|
|
4105
4105
|
type: Inject,
|
|
4106
4106
|
args: [LOCALE_ID]
|
|
4107
|
-
}] }]
|
|
4107
|
+
}] }] });
|
|
4108
4108
|
|
|
4109
4109
|
// export const USER_API_CONFIG_TOKEN = new InjectionToken<UserApiConfig>('USER_API_CONFIG');
|
|
4110
4110
|
// export const DEFAULT_USER_PREFERENCES_TOKEN = new InjectionToken<BaseUserPreferences>('DEFAULT_USER_PREFERENCES');
|
|
@@ -4153,15 +4153,15 @@ class UserService extends EuiService {
|
|
|
4153
4153
|
this.store.dispatch(new UpdateUserStateAction(userState));
|
|
4154
4154
|
}
|
|
4155
4155
|
}
|
|
4156
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4157
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4156
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: UserService, deps: [{ token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4157
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: UserService, providedIn: 'root' }); }
|
|
4158
4158
|
}
|
|
4159
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4159
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: UserService, decorators: [{
|
|
4160
4160
|
type: Injectable,
|
|
4161
4161
|
args: [{
|
|
4162
4162
|
providedIn: 'root',
|
|
4163
4163
|
}]
|
|
4164
|
-
}], ctorParameters:
|
|
4164
|
+
}], ctorParameters: () => [{ type: StoreService }] });
|
|
4165
4165
|
|
|
4166
4166
|
class UserServiceMock extends UserService {
|
|
4167
4167
|
constructor() {
|
|
@@ -4184,12 +4184,12 @@ class UserServiceMock extends UserService {
|
|
|
4184
4184
|
getUserId() {
|
|
4185
4185
|
return of('anonymous');
|
|
4186
4186
|
}
|
|
4187
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4188
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4187
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: UserServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4188
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: UserServiceMock }); }
|
|
4189
4189
|
}
|
|
4190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: UserServiceMock, decorators: [{
|
|
4191
4191
|
type: Injectable
|
|
4192
|
-
}], ctorParameters:
|
|
4192
|
+
}], ctorParameters: () => [] });
|
|
4193
4193
|
|
|
4194
4194
|
const LANG_PARAM_KEY = 'X-Lang-Param';
|
|
4195
4195
|
/**
|
|
@@ -4216,12 +4216,12 @@ class AddLangParamInterceptor {
|
|
|
4216
4216
|
params: req.params.set(langParam, langValue),
|
|
4217
4217
|
}));
|
|
4218
4218
|
}
|
|
4219
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4220
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4219
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: AddLangParamInterceptor, deps: [{ token: i1$3.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4220
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: AddLangParamInterceptor }); }
|
|
4221
4221
|
}
|
|
4222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
|
|
4223
4223
|
type: Injectable
|
|
4224
|
-
}], ctorParameters:
|
|
4224
|
+
}], ctorParameters: () => [{ type: i1$3.TranslateService }] });
|
|
4225
4225
|
|
|
4226
4226
|
class CachePreventionInterceptor {
|
|
4227
4227
|
intercept(req, next) {
|
|
@@ -4235,10 +4235,10 @@ class CachePreventionInterceptor {
|
|
|
4235
4235
|
headers: req.headers.set('Cache-Control', 'No-Cache'),
|
|
4236
4236
|
}));
|
|
4237
4237
|
}
|
|
4238
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4239
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4238
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CachePreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4239
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CachePreventionInterceptor }); }
|
|
4240
4240
|
}
|
|
4241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
|
|
4242
4242
|
type: Injectable
|
|
4243
4243
|
}] });
|
|
4244
4244
|
|
|
@@ -4248,10 +4248,10 @@ class CorsSecurityInterceptor {
|
|
|
4248
4248
|
withCredentials: true,
|
|
4249
4249
|
}));
|
|
4250
4250
|
}
|
|
4251
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4252
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4251
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CorsSecurityInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4252
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CorsSecurityInterceptor }); }
|
|
4253
4253
|
}
|
|
4254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
|
|
4255
4255
|
type: Injectable
|
|
4256
4256
|
}] });
|
|
4257
4257
|
|
|
@@ -4261,10 +4261,10 @@ class CsrfPreventionInterceptor {
|
|
|
4261
4261
|
headers: request.headers.set('X-Requested-With', 'XMLHttpRequest'),
|
|
4262
4262
|
}));
|
|
4263
4263
|
}
|
|
4264
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4265
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4264
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CsrfPreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4265
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CsrfPreventionInterceptor }); }
|
|
4266
4266
|
}
|
|
4267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
|
|
4268
4268
|
type: Injectable
|
|
4269
4269
|
}] });
|
|
4270
4270
|
|
|
@@ -4329,10 +4329,10 @@ class EuLoginSessionTimeoutHandlingInterceptor {
|
|
|
4329
4329
|
reauthenticate() {
|
|
4330
4330
|
document.location.reload();
|
|
4331
4331
|
}
|
|
4332
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4333
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4332
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4333
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor }); }
|
|
4334
4334
|
}
|
|
4335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
|
|
4336
4336
|
type: Injectable
|
|
4337
4337
|
}] });
|
|
4338
4338
|
|
|
@@ -4351,15 +4351,15 @@ class UxRequestErrorModelInterceptor {
|
|
|
4351
4351
|
return of(err);
|
|
4352
4352
|
}));
|
|
4353
4353
|
}
|
|
4354
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4355
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4354
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: UxRequestErrorModelInterceptor, deps: [{ token: UX_ERROR_MAPPING_HANDLER_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4355
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: UxRequestErrorModelInterceptor }); }
|
|
4356
4356
|
}
|
|
4357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
|
|
4358
4358
|
type: Injectable
|
|
4359
|
-
}], ctorParameters:
|
|
4359
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
4360
4360
|
type: Inject,
|
|
4361
4361
|
args: [UX_ERROR_MAPPING_HANDLER_TOKEN]
|
|
4362
|
-
}] }]
|
|
4362
|
+
}] }] });
|
|
4363
4363
|
|
|
4364
4364
|
class OpenIdConnectInterceptor {
|
|
4365
4365
|
constructor() {
|
|
@@ -4503,12 +4503,12 @@ class OpenIdConnectInterceptor {
|
|
|
4503
4503
|
return this.defaultMaximumRequestRetries;
|
|
4504
4504
|
}
|
|
4505
4505
|
}
|
|
4506
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4507
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4506
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: OpenIdConnectInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4507
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: OpenIdConnectInterceptor }); }
|
|
4508
4508
|
}
|
|
4509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: OpenIdConnectInterceptor, decorators: [{
|
|
4510
4510
|
type: Injectable
|
|
4511
|
-
}], ctorParameters:
|
|
4511
|
+
}], ctorParameters: () => [] });
|
|
4512
4512
|
|
|
4513
4513
|
class OpenIdConnectService {
|
|
4514
4514
|
constructor() {
|
|
@@ -4553,15 +4553,15 @@ class OpenIdConnectService {
|
|
|
4553
4553
|
getUserDetails() {
|
|
4554
4554
|
return this.userDetails;
|
|
4555
4555
|
}
|
|
4556
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4557
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4556
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: OpenIdConnectService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4557
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: OpenIdConnectService, providedIn: 'root' }); }
|
|
4558
4558
|
}
|
|
4559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.7", ngImport: i0, type: OpenIdConnectService, decorators: [{
|
|
4560
4560
|
type: Injectable,
|
|
4561
4561
|
args: [{
|
|
4562
4562
|
providedIn: 'root',
|
|
4563
4563
|
}]
|
|
4564
|
-
}], ctorParameters:
|
|
4564
|
+
}], ctorParameters: () => [] });
|
|
4565
4565
|
|
|
4566
4566
|
class OpenIdConnectServiceMock extends OpenIdConnectService {
|
|
4567
4567
|
getUserDetails() {
|