@eui/core 14.0.0-rc.2 → 14.0.0-rc.5
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 +3 -2
- 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 +3 -2
- 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/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/docs/dependencies.html +21 -19
- package/docs/injectables/LocaleServiceMock.html +31 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2020/lib/eui-core.module.mjs +6 -7
- package/esm2020/lib/interceptors/add-lang-param.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/cache-prevention.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/cors-security.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/csrf-prevention.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/openid/openid-connect.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/openid/openid-connect.service.mjs +3 -3
- package/esm2020/lib/interceptors/ux-request-error-model.interceptor.mjs +3 -3
- package/esm2020/lib/services/errors/global-error-handler.mjs +3 -3
- package/esm2020/lib/services/errors/http-error-handler.interceptor.mjs +3 -3
- package/esm2020/lib/services/i18n/i18n.loader.mjs +3 -3
- package/esm2020/lib/services/i18n/i18n.service.mjs +3 -3
- package/esm2020/lib/services/i18n/i18n.service.mock.mjs +3 -3
- package/esm2020/lib/services/locale/index.mjs +2 -1
- package/esm2020/lib/services/locale/locale.service.mjs +3 -3
- package/esm2020/lib/services/locale/locale.service.mock.mjs +32 -0
- package/esm2020/lib/services/log/log.module.mjs +4 -4
- package/esm2020/lib/services/log/log.service.mjs +3 -3
- package/esm2020/lib/services/permission/permission.service.mjs +3 -3
- package/esm2020/lib/services/queue/api-queue.service.mjs +3 -3
- package/esm2020/lib/services/storage/local-forage.service.mjs +3 -3
- package/esm2020/lib/services/storage/local-storage.service.mjs +3 -3
- package/esm2020/lib/services/storage/session-storage.service.mjs +3 -3
- package/esm2020/lib/services/store/effects/app.effects.mjs +3 -3
- package/esm2020/lib/services/store/store.service.mjs +3 -3
- package/esm2020/lib/services/store/store.service.mock.mjs +3 -3
- package/esm2020/lib/services/user/user.service.mjs +3 -3
- package/esm2020/lib/services/user/user.service.mock.mjs +3 -3
- package/esm2020/lib/services/ux-app-shell.service.mjs +3 -3
- package/esm2020/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +3 -3
- package/esm2020/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +3 -3
- package/esm2020/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +3 -3
- package/esm2020/lib/services/ux-timezone.service.mjs +3 -3
- package/fesm2015/eui-core.mjs +132 -102
- package/fesm2015/eui-core.mjs.map +1 -1
- package/fesm2020/eui-core.mjs +130 -102
- package/fesm2020/eui-core.mjs.map +1 -1
- package/lib/eui-core.module.d.ts +1 -2
- package/lib/eui-core.module.d.ts.map +1 -1
- package/lib/services/locale/index.d.ts +1 -0
- package/lib/services/locale/index.d.ts.map +1 -1
- package/lib/services/locale/locale.service.mock.d.ts +15 -0
- package/lib/services/locale/locale.service.mock.d.ts.map +1 -0
- package/package.json +1 -1
package/fesm2015/eui-core.mjs
CHANGED
|
@@ -3,8 +3,6 @@ import { LogLevel, ConsoleAppender, Logger, LoggerMock, mergeAll, getI18nLoaderC
|
|
|
3
3
|
export * from '@eui/base';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
5
|
import { InjectionToken, Injectable, Inject, Injector, NgModule, Optional, APP_INITIALIZER, EventEmitter, PLATFORM_ID, SkipSelf, ErrorHandler, LOCALE_ID } from '@angular/core';
|
|
6
|
-
import * as i1$2 from '@angular/common/http';
|
|
7
|
-
import { HttpClientModule, HttpErrorResponse, HttpResponse, HttpHeaders, HttpEventType } from '@angular/common/http';
|
|
8
6
|
import * as extendProxy from 'extend';
|
|
9
7
|
import { DateAdapter, MAT_DATE_LOCALE } from '@angular/material/core';
|
|
10
8
|
import { MomentDateAdapter } from '@angular/material-moment-adapter';
|
|
@@ -21,6 +19,8 @@ import * as i2$1 from '@angular/router';
|
|
|
21
19
|
import { NavigationEnd } from '@angular/router';
|
|
22
20
|
import isEqual from 'lodash-es/isEqual';
|
|
23
21
|
import get from 'lodash-es/get';
|
|
22
|
+
import * as i1$2 from '@angular/common/http';
|
|
23
|
+
import { HttpErrorResponse, HttpResponse, HttpHeaders, HttpEventType } from '@angular/common/http';
|
|
24
24
|
import { __awaiter } from 'tslib';
|
|
25
25
|
import { By } from '@angular/platform-browser';
|
|
26
26
|
import { FormGroup, FormArray } from '@angular/forms';
|
|
@@ -177,9 +177,9 @@ class LogService extends Logger {
|
|
|
177
177
|
return logger;
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
|
-
/** @nocollapse */ LogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
181
|
-
/** @nocollapse */ LogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
180
|
+
/** @nocollapse */ LogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LogService, deps: [{ token: BASE_LOGGER_NAME_TOKEN }, { token: LOG_LEVEL_TOKEN }, { token: LOG_APPENDERS_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
181
|
+
/** @nocollapse */ LogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LogService });
|
|
182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LogService, decorators: [{
|
|
183
183
|
type: Injectable
|
|
184
184
|
}], ctorParameters: function () {
|
|
185
185
|
return [{ type: undefined, decorators: [{
|
|
@@ -353,10 +353,10 @@ class LogModule {
|
|
|
353
353
|
};
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
|
-
/** @nocollapse */ LogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
357
|
-
/** @nocollapse */ LogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.
|
|
358
|
-
/** @nocollapse */ LogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.
|
|
359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
356
|
+
/** @nocollapse */ LogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
357
|
+
/** @nocollapse */ LogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: LogModule });
|
|
358
|
+
/** @nocollapse */ LogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LogModule });
|
|
359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LogModule, decorators: [{
|
|
360
360
|
type: NgModule
|
|
361
361
|
}] });
|
|
362
362
|
|
|
@@ -448,9 +448,9 @@ class StoreService {
|
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
450
|
}
|
|
451
|
-
/** @nocollapse */ StoreService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
452
|
-
/** @nocollapse */ StoreService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
451
|
+
/** @nocollapse */ StoreService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: StoreService, deps: [{ token: i1$1.Store, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
452
|
+
/** @nocollapse */ StoreService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: StoreService, providedIn: 'root' });
|
|
453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: StoreService, decorators: [{
|
|
454
454
|
type: Injectable,
|
|
455
455
|
args: [{
|
|
456
456
|
providedIn: 'root',
|
|
@@ -798,9 +798,9 @@ class I18nLoader {
|
|
|
798
798
|
return undefined;
|
|
799
799
|
}
|
|
800
800
|
}
|
|
801
|
-
/** @nocollapse */ I18nLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
802
|
-
/** @nocollapse */ I18nLoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
803
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
801
|
+
/** @nocollapse */ I18nLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: I18nLoader, deps: [{ token: i1$2.HttpClient }, { token: LogService, optional: true }, { token: CONFIG_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
802
|
+
/** @nocollapse */ I18nLoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: I18nLoader });
|
|
803
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: I18nLoader, decorators: [{
|
|
804
804
|
type: Injectable
|
|
805
805
|
}], ctorParameters: function () {
|
|
806
806
|
return [{ type: i1$2.HttpClient }, { type: LogService, decorators: [{
|
|
@@ -1014,9 +1014,9 @@ class I18nService extends EuiLazyService {
|
|
|
1014
1014
|
this.document.documentElement.lang = lang;
|
|
1015
1015
|
}
|
|
1016
1016
|
}
|
|
1017
|
-
/** @nocollapse */ I18nService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1018
|
-
/** @nocollapse */ I18nService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1017
|
+
/** @nocollapse */ I18nService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: I18nService, deps: [{ token: GLOBAL_CONFIG_TOKEN }, { token: i2.TranslateService }, { token: LogService, optional: true }, { token: StoreService }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1018
|
+
/** @nocollapse */ I18nService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: I18nService, providedIn: 'root' });
|
|
1019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: I18nService, decorators: [{
|
|
1020
1020
|
type: Injectable,
|
|
1021
1021
|
args: [{
|
|
1022
1022
|
providedIn: 'root',
|
|
@@ -1061,9 +1061,9 @@ class I18nServiceMock extends I18nService {
|
|
|
1061
1061
|
return of({ success: true });
|
|
1062
1062
|
}
|
|
1063
1063
|
}
|
|
1064
|
-
/** @nocollapse */ I18nServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1065
|
-
/** @nocollapse */ I18nServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1064
|
+
/** @nocollapse */ I18nServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: I18nServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1065
|
+
/** @nocollapse */ I18nServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: I18nServiceMock });
|
|
1066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: I18nServiceMock, decorators: [{
|
|
1067
1067
|
type: Injectable
|
|
1068
1068
|
}], ctorParameters: function () { return []; } });
|
|
1069
1069
|
|
|
@@ -1634,9 +1634,9 @@ class UxAppShellService {
|
|
|
1634
1634
|
});
|
|
1635
1635
|
}
|
|
1636
1636
|
}
|
|
1637
|
-
/** @nocollapse */ UxAppShellService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1638
|
-
/** @nocollapse */ UxAppShellService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1637
|
+
/** @nocollapse */ UxAppShellService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxAppShellService, deps: [{ token: GLOBAL_CONFIG_TOKEN, optional: true }, { token: i1$2.HttpClient }, { token: PLATFORM_ID }, { token: i2$1.Router }, { token: StoreService }, { token: I18nService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1638
|
+
/** @nocollapse */ UxAppShellService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxAppShellService, providedIn: 'root' });
|
|
1639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxAppShellService, decorators: [{
|
|
1640
1640
|
type: Injectable,
|
|
1641
1641
|
args: [{
|
|
1642
1642
|
providedIn: 'root',
|
|
@@ -1696,9 +1696,9 @@ class CoreAppEffects {
|
|
|
1696
1696
|
})), { dispatch: false });
|
|
1697
1697
|
}
|
|
1698
1698
|
}
|
|
1699
|
-
/** @nocollapse */ CoreAppEffects.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1700
|
-
/** @nocollapse */ CoreAppEffects.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1701
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1699
|
+
/** @nocollapse */ CoreAppEffects.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CoreAppEffects, deps: [{ token: i1$3.Actions }, { token: SHOW_CONNECTION_STATUS_TOKEN }, { token: i2.TranslateService }, { token: UxAppShellService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1700
|
+
/** @nocollapse */ CoreAppEffects.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CoreAppEffects });
|
|
1701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CoreAppEffects, decorators: [{
|
|
1702
1702
|
type: Injectable
|
|
1703
1703
|
}], ctorParameters: function () {
|
|
1704
1704
|
return [{ type: i1$3.Actions }, { type: undefined, decorators: [{
|
|
@@ -1958,9 +1958,9 @@ class StoreServiceMock extends StoreService {
|
|
|
1958
1958
|
return of({});
|
|
1959
1959
|
}
|
|
1960
1960
|
}
|
|
1961
|
-
/** @nocollapse */ StoreServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1962
|
-
/** @nocollapse */ StoreServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1961
|
+
/** @nocollapse */ StoreServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: StoreServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1962
|
+
/** @nocollapse */ StoreServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: StoreServiceMock });
|
|
1963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: StoreServiceMock, decorators: [{
|
|
1964
1964
|
type: Injectable
|
|
1965
1965
|
}], ctorParameters: function () { return []; } });
|
|
1966
1966
|
|
|
@@ -2005,14 +2005,14 @@ class CoreModule {
|
|
|
2005
2005
|
};
|
|
2006
2006
|
}
|
|
2007
2007
|
}
|
|
2008
|
-
/** @nocollapse */ CoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2009
|
-
/** @nocollapse */ CoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.
|
|
2010
|
-
/** @nocollapse */ CoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.
|
|
2011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2008
|
+
/** @nocollapse */ CoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CoreModule, deps: [{ token: CORE_ROOT_GUARD, optional: true }, { token: CoreModule, optional: true, skipSelf: true }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2009
|
+
/** @nocollapse */ CoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.1", ngImport: i0, type: CoreModule });
|
|
2010
|
+
/** @nocollapse */ CoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CoreModule });
|
|
2011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CoreModule, decorators: [{
|
|
2012
2012
|
type: NgModule,
|
|
2013
2013
|
args: [{
|
|
2014
2014
|
imports: [
|
|
2015
|
-
|
|
2015
|
+
// HttpClientModule, no more..
|
|
2016
2016
|
],
|
|
2017
2017
|
}]
|
|
2018
2018
|
}], ctorParameters: function () {
|
|
@@ -2138,9 +2138,9 @@ class GlobalErrorHandler extends ErrorHandler {
|
|
|
2138
2138
|
super.handleError(error);
|
|
2139
2139
|
}
|
|
2140
2140
|
}
|
|
2141
|
-
/** @nocollapse */ GlobalErrorHandler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2142
|
-
/** @nocollapse */ GlobalErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
2143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2141
|
+
/** @nocollapse */ GlobalErrorHandler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: GlobalErrorHandler, deps: [{ token: LogService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2142
|
+
/** @nocollapse */ GlobalErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' });
|
|
2143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: GlobalErrorHandler, decorators: [{
|
|
2144
2144
|
type: Injectable,
|
|
2145
2145
|
args: [{
|
|
2146
2146
|
providedIn: 'root',
|
|
@@ -2187,9 +2187,9 @@ class HttpErrorHandlerInterceptor {
|
|
|
2187
2187
|
return routes.length > 0 ? routes[0] : null;
|
|
2188
2188
|
}
|
|
2189
2189
|
}
|
|
2190
|
-
/** @nocollapse */ HttpErrorHandlerInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2191
|
-
/** @nocollapse */ HttpErrorHandlerInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
2192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2190
|
+
/** @nocollapse */ HttpErrorHandlerInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: HttpErrorHandlerInterceptor, deps: [{ token: HTTP_ERROR_HANDLER_CONFIG_TOKEN }, { token: i0.Injector }, { token: i2$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2191
|
+
/** @nocollapse */ HttpErrorHandlerInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: HttpErrorHandlerInterceptor });
|
|
2192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: HttpErrorHandlerInterceptor, decorators: [{
|
|
2193
2193
|
type: Injectable
|
|
2194
2194
|
}], ctorParameters: function () {
|
|
2195
2195
|
return [{ type: undefined, decorators: [{
|
|
@@ -2338,9 +2338,9 @@ class ApiQueueService {
|
|
|
2338
2338
|
.pipe(tap(() => this.removeQueueItem(id)));
|
|
2339
2339
|
}
|
|
2340
2340
|
}
|
|
2341
|
-
/** @nocollapse */ ApiQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2342
|
-
/** @nocollapse */ ApiQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
2343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2341
|
+
/** @nocollapse */ ApiQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: ApiQueueService, deps: [{ token: StoreService }, { token: i1$2.HttpClient }, { token: LogService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2342
|
+
/** @nocollapse */ ApiQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: ApiQueueService, providedIn: 'root' });
|
|
2343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: ApiQueueService, decorators: [{
|
|
2344
2344
|
type: Injectable,
|
|
2345
2345
|
args: [{
|
|
2346
2346
|
providedIn: 'root',
|
|
@@ -2697,9 +2697,9 @@ class EuiPermissionService extends EuiService {
|
|
|
2697
2697
|
return rights.every((right) => this.userRights.find((uRight) => uRight.id === right.id));
|
|
2698
2698
|
}
|
|
2699
2699
|
}
|
|
2700
|
-
/** @nocollapse */ EuiPermissionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2701
|
-
/** @nocollapse */ EuiPermissionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
2702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2700
|
+
/** @nocollapse */ EuiPermissionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: EuiPermissionService, deps: [{ token: LogService, optional: true }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2701
|
+
/** @nocollapse */ EuiPermissionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: EuiPermissionService, providedIn: 'root' });
|
|
2702
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: EuiPermissionService, decorators: [{
|
|
2703
2703
|
type: Injectable,
|
|
2704
2704
|
args: [{
|
|
2705
2705
|
providedIn: 'root',
|
|
@@ -2762,9 +2762,9 @@ class UxDynamicMenuService {
|
|
|
2762
2762
|
});
|
|
2763
2763
|
}
|
|
2764
2764
|
}
|
|
2765
|
-
/** @nocollapse */ UxDynamicMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2766
|
-
/** @nocollapse */ UxDynamicMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
2767
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2765
|
+
/** @nocollapse */ UxDynamicMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxDynamicMenuService, deps: [{ token: EuiPermissionService }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2766
|
+
/** @nocollapse */ UxDynamicMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxDynamicMenuService, providedIn: 'root' });
|
|
2767
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxDynamicMenuService, decorators: [{
|
|
2768
2768
|
type: Injectable,
|
|
2769
2769
|
args: [{
|
|
2770
2770
|
providedIn: 'root',
|
|
@@ -2832,9 +2832,9 @@ class UxErrorFeedbackService {
|
|
|
2832
2832
|
return new UxErrorManager(this, true);
|
|
2833
2833
|
}
|
|
2834
2834
|
}
|
|
2835
|
-
/** @nocollapse */ UxErrorFeedbackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2836
|
-
/** @nocollapse */ UxErrorFeedbackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
2837
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2835
|
+
/** @nocollapse */ UxErrorFeedbackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxErrorFeedbackService, deps: [{ token: UxAppShellService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2836
|
+
/** @nocollapse */ UxErrorFeedbackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxErrorFeedbackService, providedIn: 'root' });
|
|
2837
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxErrorFeedbackService, decorators: [{
|
|
2838
2838
|
type: Injectable,
|
|
2839
2839
|
args: [{
|
|
2840
2840
|
providedIn: 'root'
|
|
@@ -2930,9 +2930,9 @@ class UxDynamicComponentService {
|
|
|
2930
2930
|
return new PortalInjector(this.injector, injectorTokens);
|
|
2931
2931
|
}
|
|
2932
2932
|
}
|
|
2933
|
-
/** @nocollapse */ UxDynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2934
|
-
/** @nocollapse */ UxDynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
2935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2933
|
+
/** @nocollapse */ UxDynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxDynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2934
|
+
/** @nocollapse */ UxDynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxDynamicComponentService, providedIn: 'root' });
|
|
2935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxDynamicComponentService, decorators: [{
|
|
2936
2936
|
type: Injectable,
|
|
2937
2937
|
args: [{ providedIn: 'root' }]
|
|
2938
2938
|
}], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: i0.ApplicationRef }]; } });
|
|
@@ -3647,9 +3647,9 @@ class UxTimezoneService {
|
|
|
3647
3647
|
});
|
|
3648
3648
|
}
|
|
3649
3649
|
}
|
|
3650
|
-
/** @nocollapse */ UxTimezoneService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
3651
|
-
/** @nocollapse */ UxTimezoneService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
3652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
3650
|
+
/** @nocollapse */ UxTimezoneService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxTimezoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3651
|
+
/** @nocollapse */ UxTimezoneService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxTimezoneService });
|
|
3652
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxTimezoneService, decorators: [{
|
|
3653
3653
|
type: Injectable
|
|
3654
3654
|
}] });
|
|
3655
3655
|
|
|
@@ -3775,9 +3775,9 @@ class LocalStorageService extends StorageService {
|
|
|
3775
3775
|
}
|
|
3776
3776
|
}
|
|
3777
3777
|
LocalStorageService.NAME = 'LocalStorageService';
|
|
3778
|
-
/** @nocollapse */ LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
3779
|
-
/** @nocollapse */ LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
3780
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
3778
|
+
/** @nocollapse */ LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LocalStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3779
|
+
/** @nocollapse */ LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LocalStorageService });
|
|
3780
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LocalStorageService, decorators: [{
|
|
3781
3781
|
type: Injectable
|
|
3782
3782
|
}], ctorParameters: function () {
|
|
3783
3783
|
return [{ type: LogService, decorators: [{
|
|
@@ -3848,9 +3848,9 @@ class SessionStorageService extends StorageService {
|
|
|
3848
3848
|
}
|
|
3849
3849
|
}
|
|
3850
3850
|
SessionStorageService.NAME = 'SessionStorageService';
|
|
3851
|
-
/** @nocollapse */ SessionStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
3852
|
-
/** @nocollapse */ SessionStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
3853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
3851
|
+
/** @nocollapse */ SessionStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: SessionStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3852
|
+
/** @nocollapse */ SessionStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: SessionStorageService });
|
|
3853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: SessionStorageService, decorators: [{
|
|
3854
3854
|
type: Injectable
|
|
3855
3855
|
}], ctorParameters: function () {
|
|
3856
3856
|
return [{ type: LogService, decorators: [{
|
|
@@ -3941,9 +3941,9 @@ class LocalForageService extends AsyncStorageService {
|
|
|
3941
3941
|
}
|
|
3942
3942
|
}
|
|
3943
3943
|
LocalForageService.NAME = 'LocalForageService';
|
|
3944
|
-
/** @nocollapse */ LocalForageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
3945
|
-
/** @nocollapse */ LocalForageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
3946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
3944
|
+
/** @nocollapse */ LocalForageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3945
|
+
/** @nocollapse */ LocalForageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LocalForageService });
|
|
3946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LocalForageService, decorators: [{
|
|
3947
3947
|
type: Injectable
|
|
3948
3948
|
}], ctorParameters: function () {
|
|
3949
3949
|
return [{ type: undefined, decorators: [{
|
|
@@ -4181,9 +4181,9 @@ class LocaleService extends EuiService {
|
|
|
4181
4181
|
return from(this.importLocale(localeId)).pipe(mergeMap((data) => from(this.importExtraLocale(localeId)).pipe(map((extraData) => Object.assign({}, { data, localeId, extraData }))), 1));
|
|
4182
4182
|
}
|
|
4183
4183
|
}
|
|
4184
|
-
/** @nocollapse */ LocaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
4185
|
-
/** @nocollapse */ LocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
4186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
4184
|
+
/** @nocollapse */ LocaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", 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 });
|
|
4185
|
+
/** @nocollapse */ LocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LocaleService, providedIn: 'root' });
|
|
4186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LocaleService, decorators: [{
|
|
4187
4187
|
type: Injectable,
|
|
4188
4188
|
args: [{
|
|
4189
4189
|
providedIn: 'root'
|
|
@@ -4207,6 +4207,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImpor
|
|
|
4207
4207
|
}] }];
|
|
4208
4208
|
} });
|
|
4209
4209
|
|
|
4210
|
+
class LocaleServiceMock extends LocaleService {
|
|
4211
|
+
constructor(locale_id) {
|
|
4212
|
+
super(null, { locale: { id: 'en', available: [] } }, locale_id, null, null, null);
|
|
4213
|
+
this.locale_id = locale_id;
|
|
4214
|
+
this.DEFAULT_LOCALE = 'en';
|
|
4215
|
+
}
|
|
4216
|
+
getState() {
|
|
4217
|
+
return of({ id: this.DEFAULT_LOCALE });
|
|
4218
|
+
}
|
|
4219
|
+
updateState(state) {
|
|
4220
|
+
this.DEFAULT_LOCALE = state.id || 'en';
|
|
4221
|
+
}
|
|
4222
|
+
init(state) {
|
|
4223
|
+
this.DEFAULT_LOCALE = state.id || 'en';
|
|
4224
|
+
return of({ success: true });
|
|
4225
|
+
}
|
|
4226
|
+
}
|
|
4227
|
+
/** @nocollapse */ LocaleServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LocaleServiceMock, deps: [{ token: LOCALE_ID, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4228
|
+
/** @nocollapse */ LocaleServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LocaleServiceMock });
|
|
4229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: LocaleServiceMock, decorators: [{
|
|
4230
|
+
type: Injectable
|
|
4231
|
+
}], ctorParameters: function () {
|
|
4232
|
+
return [{ type: undefined, decorators: [{
|
|
4233
|
+
type: Optional
|
|
4234
|
+
}, {
|
|
4235
|
+
type: Inject,
|
|
4236
|
+
args: [LOCALE_ID]
|
|
4237
|
+
}] }];
|
|
4238
|
+
} });
|
|
4239
|
+
|
|
4210
4240
|
// export const USER_API_CONFIG_TOKEN = new InjectionToken<UserApiConfig>('USER_API_CONFIG');
|
|
4211
4241
|
// export const DEFAULT_USER_PREFERENCES_TOKEN = new InjectionToken<BaseUserPreferences>('DEFAULT_USER_PREFERENCES');
|
|
4212
4242
|
class UserService extends EuiService {
|
|
@@ -4240,9 +4270,9 @@ class UserService extends EuiService {
|
|
|
4240
4270
|
this.store.dispatch(new UpdateUserStateAction(userState));
|
|
4241
4271
|
}
|
|
4242
4272
|
}
|
|
4243
|
-
/** @nocollapse */ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
4244
|
-
/** @nocollapse */ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
4245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
4273
|
+
/** @nocollapse */ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UserService, deps: [{ token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4274
|
+
/** @nocollapse */ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
4275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UserService, decorators: [{
|
|
4246
4276
|
type: Injectable,
|
|
4247
4277
|
args: [{
|
|
4248
4278
|
providedIn: 'root',
|
|
@@ -4273,9 +4303,9 @@ class UserServiceMock extends UserService {
|
|
|
4273
4303
|
return of('anonymous');
|
|
4274
4304
|
}
|
|
4275
4305
|
}
|
|
4276
|
-
/** @nocollapse */ UserServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
4277
|
-
/** @nocollapse */ UserServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
4278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
4306
|
+
/** @nocollapse */ UserServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UserServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4307
|
+
/** @nocollapse */ UserServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UserServiceMock });
|
|
4308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UserServiceMock, decorators: [{
|
|
4279
4309
|
type: Injectable
|
|
4280
4310
|
}], ctorParameters: function () { return []; } });
|
|
4281
4311
|
|
|
@@ -4305,9 +4335,9 @@ class AddLangParamInterceptor {
|
|
|
4305
4335
|
}));
|
|
4306
4336
|
}
|
|
4307
4337
|
}
|
|
4308
|
-
/** @nocollapse */ AddLangParamInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
4309
|
-
/** @nocollapse */ AddLangParamInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
4310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
4338
|
+
/** @nocollapse */ AddLangParamInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: AddLangParamInterceptor, deps: [{ token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4339
|
+
/** @nocollapse */ AddLangParamInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: AddLangParamInterceptor });
|
|
4340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
|
|
4311
4341
|
type: Injectable
|
|
4312
4342
|
}], ctorParameters: function () { return [{ type: i2.TranslateService }]; } });
|
|
4313
4343
|
|
|
@@ -4324,9 +4354,9 @@ class CachePreventionInterceptor {
|
|
|
4324
4354
|
}));
|
|
4325
4355
|
}
|
|
4326
4356
|
}
|
|
4327
|
-
/** @nocollapse */ CachePreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
4328
|
-
/** @nocollapse */ CachePreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
4329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
4357
|
+
/** @nocollapse */ CachePreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CachePreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4358
|
+
/** @nocollapse */ CachePreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CachePreventionInterceptor });
|
|
4359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
|
|
4330
4360
|
type: Injectable
|
|
4331
4361
|
}] });
|
|
4332
4362
|
|
|
@@ -4337,9 +4367,9 @@ class CorsSecurityInterceptor {
|
|
|
4337
4367
|
}));
|
|
4338
4368
|
}
|
|
4339
4369
|
}
|
|
4340
|
-
/** @nocollapse */ CorsSecurityInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
4341
|
-
/** @nocollapse */ CorsSecurityInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
4342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
4370
|
+
/** @nocollapse */ CorsSecurityInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CorsSecurityInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4371
|
+
/** @nocollapse */ CorsSecurityInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CorsSecurityInterceptor });
|
|
4372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
|
|
4343
4373
|
type: Injectable
|
|
4344
4374
|
}] });
|
|
4345
4375
|
|
|
@@ -4350,9 +4380,9 @@ class CsrfPreventionInterceptor {
|
|
|
4350
4380
|
}));
|
|
4351
4381
|
}
|
|
4352
4382
|
}
|
|
4353
|
-
/** @nocollapse */ CsrfPreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
4354
|
-
/** @nocollapse */ CsrfPreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
4355
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
4383
|
+
/** @nocollapse */ CsrfPreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CsrfPreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4384
|
+
/** @nocollapse */ CsrfPreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CsrfPreventionInterceptor });
|
|
4385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
|
|
4356
4386
|
type: Injectable
|
|
4357
4387
|
}] });
|
|
4358
4388
|
|
|
@@ -4412,9 +4442,9 @@ class EuLoginSessionTimeoutHandlingInterceptor {
|
|
|
4412
4442
|
document.location.reload();
|
|
4413
4443
|
}
|
|
4414
4444
|
}
|
|
4415
|
-
/** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
4416
|
-
/** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
4417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
4445
|
+
/** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4446
|
+
/** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor });
|
|
4447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
|
|
4418
4448
|
type: Injectable
|
|
4419
4449
|
}] });
|
|
4420
4450
|
|
|
@@ -4435,9 +4465,9 @@ class UxRequestErrorModelInterceptor {
|
|
|
4435
4465
|
}));
|
|
4436
4466
|
}
|
|
4437
4467
|
}
|
|
4438
|
-
/** @nocollapse */ UxRequestErrorModelInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
4439
|
-
/** @nocollapse */ UxRequestErrorModelInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
4440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
4468
|
+
/** @nocollapse */ UxRequestErrorModelInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxRequestErrorModelInterceptor, deps: [{ token: UX_ERROR_MAPPING_HANDLER_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4469
|
+
/** @nocollapse */ UxRequestErrorModelInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxRequestErrorModelInterceptor });
|
|
4470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
|
|
4441
4471
|
type: Injectable
|
|
4442
4472
|
}], ctorParameters: function () {
|
|
4443
4473
|
return [{ type: undefined, decorators: [{
|
|
@@ -4581,9 +4611,9 @@ class OpenIdConnectInterceptor {
|
|
|
4581
4611
|
}
|
|
4582
4612
|
}
|
|
4583
4613
|
}
|
|
4584
|
-
/** @nocollapse */ OpenIdConnectInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
4585
|
-
/** @nocollapse */ OpenIdConnectInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
4586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
4614
|
+
/** @nocollapse */ OpenIdConnectInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: OpenIdConnectInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4615
|
+
/** @nocollapse */ OpenIdConnectInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: OpenIdConnectInterceptor });
|
|
4616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: OpenIdConnectInterceptor, decorators: [{
|
|
4587
4617
|
type: Injectable
|
|
4588
4618
|
}], ctorParameters: function () { return []; } });
|
|
4589
4619
|
|
|
@@ -4626,9 +4656,9 @@ class OpenIdConnectService {
|
|
|
4626
4656
|
return this.userDetails;
|
|
4627
4657
|
}
|
|
4628
4658
|
}
|
|
4629
|
-
/** @nocollapse */ OpenIdConnectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
4630
|
-
/** @nocollapse */ OpenIdConnectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
4631
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
4659
|
+
/** @nocollapse */ OpenIdConnectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: OpenIdConnectService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4660
|
+
/** @nocollapse */ OpenIdConnectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: OpenIdConnectService, providedIn: 'root' });
|
|
4661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImport: i0, type: OpenIdConnectService, decorators: [{
|
|
4632
4662
|
type: Injectable,
|
|
4633
4663
|
args: [{
|
|
4634
4664
|
providedIn: 'root'
|
|
@@ -4647,5 +4677,5 @@ class OpenIdConnectServiceMock extends OpenIdConnectService {
|
|
|
4647
4677
|
* Generated bundle index. Do not edit.
|
|
4648
4678
|
*/
|
|
4649
4679
|
|
|
4650
|
-
export { ActivatedRouteAction, AddApiQueueItemAction, AddAppLoadedConfigModulesAction, AddLangParamInterceptor, AlertHttpErrorCallbackFn, ApiQueueService, ApiQueueServiceMock, AsyncStorageService, AsyncStorageServiceMock, BASE_LOGGER_NAME_TOKEN, BASE_NAME_TOKEN, BrowserStorageType, CONFIG_TOKEN, CORE_ROOT_GUARD, CachePreventionInterceptor, ConsoleHttpErrorCallbackFn, CoreAppActionTypes, CoreAppEffects, CoreI18nActionTypes, CoreLocaleActionTypes, CoreModule, CoreModuleEffects, CoreNotificationsActionTypes, CoreUserActionTypes, CorsSecurityInterceptor, CsrfPreventionInterceptor, DYNAMIC_COMPONENT_CONFIG, EUI_CONFIG_TOKEN, EmptyApiQueueAction, ErrorSubClass, EuLoginSessionTimeoutHandlingInterceptor, EuiCoreRootGuardClass, EuiError, EuiPermissionService, GLOBAL_CONFIG_TOKEN, GlobalErrorHandler, GrowlHttpErrorCallbackFn, HTTP_ERROR_HANDLER_CONFIG_TOKEN, HttpErrorHandlerInterceptor, I18nLoader, I18nResourceImpl, I18nService, I18nServiceMock, InitStoreAction, LANG_PARAM_KEY, LOCALE_ID_MAPPER, LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, LOG_APPENDERS_TOKEN, LOG_LEVEL_TOKEN, LocalForageService, LocalStorageService, LocaleService, LogHttpErrorCallbackFn, LogModule, LogService, LogServiceMock, MODULE_CONFIG_TOKEN, MODULE_NAME_TOKEN, OpenIdConnectInterceptor, OpenIdConnectService, OpenIdConnectServiceMock, ROOT_LOG_CONFIG_TOKEN, RemoveApiQueueItemAction, SHOW_CONNECTION_STATUS_TOKEN, SessionStorageService, StorageService, StorageServiceMock, StoreService, StoreServiceMock, UX_COUNTRIES, UX_ERROR_MAPPING_HANDLER_TOKEN, UX_TIMEZONES, UpdateAppConnectionAction, UpdateAppStatusAction, UpdateAppVersionAction, UpdateCurrentModuleAction, UpdateI18nStateAction, UpdateLocaleStateAction, UpdateNotificationsListAction, UpdateUserDashboardAction, UpdateUserDetailsAction, UpdateUserPreferencesAction, UpdateUserRightsAction, UpdateUserStateAction, UserService, UserServiceMock, UxAppShellService, UxDynamicComponentService, UxDynamicMenuService, UxErrorFeedbackService, UxErrorManager, UxRequestErrorModelInterceptor, UxTimezoneService, closestMatchingParent, consumeEvent, corI18nReducers, coreAppReducers, coreLocaleReducers, coreNotificationsReducers, coreUserReducers, createEuiCoreRootGuard, diffDays, diffDaysFromToday, errorCodes, euiCoreRootGuardClass, formatNumber, getGlobalConfig, getHttpErrorHandlingConfig, getModuleConfig, getRootLogConfig, getShowConnectionStatus, getViewElement, handleError, isDefined, loadEuiDynamicEnvironmentConfig, loadState, localForage, localStorageSync, markControlsTouched, markFormGroupTouched, mergeAppHandlerConfigToAppConfig, mergeAppJsonConfigToAppConfig, offset, position, preInitApp, prepareEuiAppConfigToken, coreReducers as reducers, sessionStorageSync, translateConfig, uniqueId, validateEmail, withUxErrorManager };
|
|
4680
|
+
export { ActivatedRouteAction, AddApiQueueItemAction, AddAppLoadedConfigModulesAction, AddLangParamInterceptor, AlertHttpErrorCallbackFn, ApiQueueService, ApiQueueServiceMock, AsyncStorageService, AsyncStorageServiceMock, BASE_LOGGER_NAME_TOKEN, BASE_NAME_TOKEN, BrowserStorageType, CONFIG_TOKEN, CORE_ROOT_GUARD, CachePreventionInterceptor, ConsoleHttpErrorCallbackFn, CoreAppActionTypes, CoreAppEffects, CoreI18nActionTypes, CoreLocaleActionTypes, CoreModule, CoreModuleEffects, CoreNotificationsActionTypes, CoreUserActionTypes, CorsSecurityInterceptor, CsrfPreventionInterceptor, DYNAMIC_COMPONENT_CONFIG, EUI_CONFIG_TOKEN, EmptyApiQueueAction, ErrorSubClass, EuLoginSessionTimeoutHandlingInterceptor, EuiCoreRootGuardClass, EuiError, EuiPermissionService, GLOBAL_CONFIG_TOKEN, GlobalErrorHandler, GrowlHttpErrorCallbackFn, HTTP_ERROR_HANDLER_CONFIG_TOKEN, HttpErrorHandlerInterceptor, I18nLoader, I18nResourceImpl, I18nService, I18nServiceMock, InitStoreAction, LANG_PARAM_KEY, LOCALE_ID_MAPPER, LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, LOG_APPENDERS_TOKEN, LOG_LEVEL_TOKEN, LocalForageService, LocalStorageService, LocaleService, LocaleServiceMock, LogHttpErrorCallbackFn, LogModule, LogService, LogServiceMock, MODULE_CONFIG_TOKEN, MODULE_NAME_TOKEN, OpenIdConnectInterceptor, OpenIdConnectService, OpenIdConnectServiceMock, ROOT_LOG_CONFIG_TOKEN, RemoveApiQueueItemAction, SHOW_CONNECTION_STATUS_TOKEN, SessionStorageService, StorageService, StorageServiceMock, StoreService, StoreServiceMock, UX_COUNTRIES, UX_ERROR_MAPPING_HANDLER_TOKEN, UX_TIMEZONES, UpdateAppConnectionAction, UpdateAppStatusAction, UpdateAppVersionAction, UpdateCurrentModuleAction, UpdateI18nStateAction, UpdateLocaleStateAction, UpdateNotificationsListAction, UpdateUserDashboardAction, UpdateUserDetailsAction, UpdateUserPreferencesAction, UpdateUserRightsAction, UpdateUserStateAction, UserService, UserServiceMock, UxAppShellService, UxDynamicComponentService, UxDynamicMenuService, UxErrorFeedbackService, UxErrorManager, UxRequestErrorModelInterceptor, UxTimezoneService, closestMatchingParent, consumeEvent, corI18nReducers, coreAppReducers, coreLocaleReducers, coreNotificationsReducers, coreUserReducers, createEuiCoreRootGuard, diffDays, diffDaysFromToday, errorCodes, euiCoreRootGuardClass, formatNumber, getGlobalConfig, getHttpErrorHandlingConfig, getModuleConfig, getRootLogConfig, getShowConnectionStatus, getViewElement, handleError, isDefined, loadEuiDynamicEnvironmentConfig, loadState, localForage, localStorageSync, markControlsTouched, markFormGroupTouched, mergeAppHandlerConfigToAppConfig, mergeAppJsonConfigToAppConfig, offset, position, preInitApp, prepareEuiAppConfigToken, coreReducers as reducers, sessionStorageSync, translateConfig, uniqueId, validateEmail, withUxErrorManager };
|
|
4651
4681
|
//# sourceMappingURL=eui-core.mjs.map
|