@eui/core 17.0.0-next.6 → 17.0.0-next.8
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 +5 -5
- 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 +6 -7
- 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 -143
- package/fesm2022/eui-core.mjs.map +1 -1
- package/lib/services/eui-app-shell.service.d.ts.map +1 -1
- 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: '',
|
|
@@ -2493,7 +2493,6 @@ class EuiAppShellService {
|
|
|
2493
2493
|
breakpoint,
|
|
2494
2494
|
breakpoints,
|
|
2495
2495
|
combinedLinks,
|
|
2496
|
-
appBaseFontSize: this.getBaseFontSize(),
|
|
2497
2496
|
});
|
|
2498
2497
|
// update the Store Language
|
|
2499
2498
|
if (updateI18 && nextState.activeLanguage !== stateBeforeUpdate.activeLanguage) {
|
|
@@ -2835,15 +2834,15 @@ class EuiAppShellService {
|
|
|
2835
2834
|
}
|
|
2836
2835
|
});
|
|
2837
2836
|
}
|
|
2838
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
2839
|
-
/** @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' }); }
|
|
2840
2839
|
}
|
|
2841
|
-
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: [{
|
|
2842
2841
|
type: Injectable,
|
|
2843
2842
|
args: [{
|
|
2844
2843
|
providedIn: 'root',
|
|
2845
2844
|
}]
|
|
2846
|
-
}], ctorParameters:
|
|
2845
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
2847
2846
|
type: Optional
|
|
2848
2847
|
}, {
|
|
2849
2848
|
type: Inject,
|
|
@@ -2853,7 +2852,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
|
|
|
2853
2852
|
args: [PLATFORM_ID]
|
|
2854
2853
|
}] }, { type: i1$4.Router }, { type: StoreService }, { type: I18nService, decorators: [{
|
|
2855
2854
|
type: Optional
|
|
2856
|
-
}] }]
|
|
2855
|
+
}] }] });
|
|
2857
2856
|
|
|
2858
2857
|
/* eslint-disable */
|
|
2859
2858
|
const EUI_COUNTRIES = {
|
|
@@ -3562,10 +3561,10 @@ class EuiTimezoneService {
|
|
|
3562
3561
|
getTimezone(tz) {
|
|
3563
3562
|
return EUI_TIMEZONES.find((item) => item.name === tz);
|
|
3564
3563
|
}
|
|
3565
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3566
|
-
/** @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 }); }
|
|
3567
3566
|
}
|
|
3568
|
-
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: [{
|
|
3569
3568
|
type: Injectable
|
|
3570
3569
|
}] });
|
|
3571
3570
|
|
|
@@ -3684,14 +3683,14 @@ class LocalStorageService extends StorageService {
|
|
|
3684
3683
|
}
|
|
3685
3684
|
}
|
|
3686
3685
|
}
|
|
3687
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3688
|
-
/** @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 }); }
|
|
3689
3688
|
}
|
|
3690
|
-
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: [{
|
|
3691
3690
|
type: Injectable
|
|
3692
|
-
}], ctorParameters:
|
|
3691
|
+
}], ctorParameters: () => [{ type: LogService, decorators: [{
|
|
3693
3692
|
type: Optional
|
|
3694
|
-
}] }]
|
|
3693
|
+
}] }] });
|
|
3695
3694
|
|
|
3696
3695
|
/**
|
|
3697
3696
|
* sessionStorage service
|
|
@@ -3755,14 +3754,14 @@ class SessionStorageService extends StorageService {
|
|
|
3755
3754
|
}
|
|
3756
3755
|
}
|
|
3757
3756
|
}
|
|
3758
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3759
|
-
/** @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 }); }
|
|
3760
3759
|
}
|
|
3761
|
-
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: [{
|
|
3762
3761
|
type: Injectable
|
|
3763
|
-
}], ctorParameters:
|
|
3762
|
+
}], ctorParameters: () => [{ type: LogService, decorators: [{
|
|
3764
3763
|
type: Optional
|
|
3765
|
-
}] }]
|
|
3764
|
+
}] }] });
|
|
3766
3765
|
|
|
3767
3766
|
/** @internal */
|
|
3768
3767
|
const localForage = 'defineDriver' in lf ? lf : lf['default'];
|
|
@@ -3836,19 +3835,19 @@ class LocalForageService extends AsyncStorageService {
|
|
|
3836
3835
|
}
|
|
3837
3836
|
}));
|
|
3838
3837
|
}
|
|
3839
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
3840
|
-
/** @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 }); }
|
|
3841
3840
|
}
|
|
3842
|
-
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: [{
|
|
3843
3842
|
type: Injectable
|
|
3844
|
-
}], ctorParameters:
|
|
3843
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
3845
3844
|
type: Inject,
|
|
3846
3845
|
args: [LOCAL_FORAGE_SERVICE_CONFIG_TOKEN]
|
|
3847
3846
|
}, {
|
|
3848
3847
|
type: Optional
|
|
3849
3848
|
}] }, { type: LogService, decorators: [{
|
|
3850
3849
|
type: Optional
|
|
3851
|
-
}] }]
|
|
3850
|
+
}] }] });
|
|
3852
3851
|
|
|
3853
3852
|
/**
|
|
3854
3853
|
* Angular is using a gulp task to generate the locales that we dynamically import. This task can be found here
|
|
@@ -4046,15 +4045,15 @@ class LocaleService extends EuiService {
|
|
|
4046
4045
|
}
|
|
4047
4046
|
});
|
|
4048
4047
|
}
|
|
4049
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4050
|
-
/** @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' }); }
|
|
4051
4050
|
}
|
|
4052
|
-
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: [{
|
|
4053
4052
|
type: Injectable,
|
|
4054
4053
|
args: [{
|
|
4055
4054
|
providedIn: 'root',
|
|
4056
4055
|
}]
|
|
4057
|
-
}], ctorParameters:
|
|
4056
|
+
}], ctorParameters: () => [{ type: StoreService }, { type: undefined, decorators: [{
|
|
4058
4057
|
type: Inject,
|
|
4059
4058
|
args: [GLOBAL_CONFIG_TOKEN]
|
|
4060
4059
|
}] }, { type: undefined, decorators: [{
|
|
@@ -4069,7 +4068,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.0-next.4",
|
|
|
4069
4068
|
type: Optional
|
|
4070
4069
|
}] }, { type: LogService, decorators: [{
|
|
4071
4070
|
type: Optional
|
|
4072
|
-
}] }]
|
|
4071
|
+
}] }] });
|
|
4073
4072
|
|
|
4074
4073
|
class LocaleServiceMock extends LocaleService {
|
|
4075
4074
|
constructor(locale_id) {
|
|
@@ -4095,17 +4094,17 @@ class LocaleServiceMock extends LocaleService {
|
|
|
4095
4094
|
this.DEFAULT_LOCALE = state.id || 'en';
|
|
4096
4095
|
return of({ success: true });
|
|
4097
4096
|
}
|
|
4098
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4099
|
-
/** @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 }); }
|
|
4100
4099
|
}
|
|
4101
|
-
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: [{
|
|
4102
4101
|
type: Injectable
|
|
4103
|
-
}], ctorParameters:
|
|
4102
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
4104
4103
|
type: Optional
|
|
4105
4104
|
}, {
|
|
4106
4105
|
type: Inject,
|
|
4107
4106
|
args: [LOCALE_ID]
|
|
4108
|
-
}] }]
|
|
4107
|
+
}] }] });
|
|
4109
4108
|
|
|
4110
4109
|
// export const USER_API_CONFIG_TOKEN = new InjectionToken<UserApiConfig>('USER_API_CONFIG');
|
|
4111
4110
|
// export const DEFAULT_USER_PREFERENCES_TOKEN = new InjectionToken<BaseUserPreferences>('DEFAULT_USER_PREFERENCES');
|
|
@@ -4154,15 +4153,15 @@ class UserService extends EuiService {
|
|
|
4154
4153
|
this.store.dispatch(new UpdateUserStateAction(userState));
|
|
4155
4154
|
}
|
|
4156
4155
|
}
|
|
4157
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4158
|
-
/** @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' }); }
|
|
4159
4158
|
}
|
|
4160
|
-
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: [{
|
|
4161
4160
|
type: Injectable,
|
|
4162
4161
|
args: [{
|
|
4163
4162
|
providedIn: 'root',
|
|
4164
4163
|
}]
|
|
4165
|
-
}], ctorParameters:
|
|
4164
|
+
}], ctorParameters: () => [{ type: StoreService }] });
|
|
4166
4165
|
|
|
4167
4166
|
class UserServiceMock extends UserService {
|
|
4168
4167
|
constructor() {
|
|
@@ -4185,12 +4184,12 @@ class UserServiceMock extends UserService {
|
|
|
4185
4184
|
getUserId() {
|
|
4186
4185
|
return of('anonymous');
|
|
4187
4186
|
}
|
|
4188
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4189
|
-
/** @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 }); }
|
|
4190
4189
|
}
|
|
4191
|
-
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: [{
|
|
4192
4191
|
type: Injectable
|
|
4193
|
-
}], ctorParameters:
|
|
4192
|
+
}], ctorParameters: () => [] });
|
|
4194
4193
|
|
|
4195
4194
|
const LANG_PARAM_KEY = 'X-Lang-Param';
|
|
4196
4195
|
/**
|
|
@@ -4217,12 +4216,12 @@ class AddLangParamInterceptor {
|
|
|
4217
4216
|
params: req.params.set(langParam, langValue),
|
|
4218
4217
|
}));
|
|
4219
4218
|
}
|
|
4220
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4221
|
-
/** @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 }); }
|
|
4222
4221
|
}
|
|
4223
|
-
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: [{
|
|
4224
4223
|
type: Injectable
|
|
4225
|
-
}], ctorParameters:
|
|
4224
|
+
}], ctorParameters: () => [{ type: i1$3.TranslateService }] });
|
|
4226
4225
|
|
|
4227
4226
|
class CachePreventionInterceptor {
|
|
4228
4227
|
intercept(req, next) {
|
|
@@ -4236,10 +4235,10 @@ class CachePreventionInterceptor {
|
|
|
4236
4235
|
headers: req.headers.set('Cache-Control', 'No-Cache'),
|
|
4237
4236
|
}));
|
|
4238
4237
|
}
|
|
4239
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4240
|
-
/** @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 }); }
|
|
4241
4240
|
}
|
|
4242
|
-
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: [{
|
|
4243
4242
|
type: Injectable
|
|
4244
4243
|
}] });
|
|
4245
4244
|
|
|
@@ -4249,10 +4248,10 @@ class CorsSecurityInterceptor {
|
|
|
4249
4248
|
withCredentials: true,
|
|
4250
4249
|
}));
|
|
4251
4250
|
}
|
|
4252
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4253
|
-
/** @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 }); }
|
|
4254
4253
|
}
|
|
4255
|
-
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: [{
|
|
4256
4255
|
type: Injectable
|
|
4257
4256
|
}] });
|
|
4258
4257
|
|
|
@@ -4262,10 +4261,10 @@ class CsrfPreventionInterceptor {
|
|
|
4262
4261
|
headers: request.headers.set('X-Requested-With', 'XMLHttpRequest'),
|
|
4263
4262
|
}));
|
|
4264
4263
|
}
|
|
4265
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4266
|
-
/** @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 }); }
|
|
4267
4266
|
}
|
|
4268
|
-
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: [{
|
|
4269
4268
|
type: Injectable
|
|
4270
4269
|
}] });
|
|
4271
4270
|
|
|
@@ -4330,10 +4329,10 @@ class EuLoginSessionTimeoutHandlingInterceptor {
|
|
|
4330
4329
|
reauthenticate() {
|
|
4331
4330
|
document.location.reload();
|
|
4332
4331
|
}
|
|
4333
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4334
|
-
/** @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 }); }
|
|
4335
4334
|
}
|
|
4336
|
-
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: [{
|
|
4337
4336
|
type: Injectable
|
|
4338
4337
|
}] });
|
|
4339
4338
|
|
|
@@ -4352,15 +4351,15 @@ class UxRequestErrorModelInterceptor {
|
|
|
4352
4351
|
return of(err);
|
|
4353
4352
|
}));
|
|
4354
4353
|
}
|
|
4355
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4356
|
-
/** @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 }); }
|
|
4357
4356
|
}
|
|
4358
|
-
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: [{
|
|
4359
4358
|
type: Injectable
|
|
4360
|
-
}], ctorParameters:
|
|
4359
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
4361
4360
|
type: Inject,
|
|
4362
4361
|
args: [UX_ERROR_MAPPING_HANDLER_TOKEN]
|
|
4363
|
-
}] }]
|
|
4362
|
+
}] }] });
|
|
4364
4363
|
|
|
4365
4364
|
class OpenIdConnectInterceptor {
|
|
4366
4365
|
constructor() {
|
|
@@ -4504,12 +4503,12 @@ class OpenIdConnectInterceptor {
|
|
|
4504
4503
|
return this.defaultMaximumRequestRetries;
|
|
4505
4504
|
}
|
|
4506
4505
|
}
|
|
4507
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4508
|
-
/** @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 }); }
|
|
4509
4508
|
}
|
|
4510
|
-
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: [{
|
|
4511
4510
|
type: Injectable
|
|
4512
|
-
}], ctorParameters:
|
|
4511
|
+
}], ctorParameters: () => [] });
|
|
4513
4512
|
|
|
4514
4513
|
class OpenIdConnectService {
|
|
4515
4514
|
constructor() {
|
|
@@ -4554,15 +4553,15 @@ class OpenIdConnectService {
|
|
|
4554
4553
|
getUserDetails() {
|
|
4555
4554
|
return this.userDetails;
|
|
4556
4555
|
}
|
|
4557
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.0-next.
|
|
4558
|
-
/** @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' }); }
|
|
4559
4558
|
}
|
|
4560
|
-
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: [{
|
|
4561
4560
|
type: Injectable,
|
|
4562
4561
|
args: [{
|
|
4563
4562
|
providedIn: 'root',
|
|
4564
4563
|
}]
|
|
4565
|
-
}], ctorParameters:
|
|
4564
|
+
}], ctorParameters: () => [] });
|
|
4566
4565
|
|
|
4567
4566
|
class OpenIdConnectServiceMock extends OpenIdConnectService {
|
|
4568
4567
|
getUserDetails() {
|