@eui/core 16.0.0-next.1 → 16.0.0-next.2
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/docs/dependencies.html +59 -63
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/{esm2020 → esm2022}/lib/eui-core.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/interceptors/add-lang-param.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interceptors/cors-security.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interceptors/openid/openid-connect.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interceptors/openid/openid-connect.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interceptors/ux-request-error-model.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/errors/global-error-handler.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/errors/http-error-handler.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/i18n/i18n.loader.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/i18n/i18n.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/i18n/i18n.service.mock.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/locale/locale.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/locale/locale.service.mock.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/log/log.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/services/log/log.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/permission/permission.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/queue/api-queue.service.mjs +4 -4
- package/esm2022/lib/services/storage/local-forage.service.mjs +93 -0
- package/esm2022/lib/services/storage/local-storage.service.mjs +75 -0
- package/esm2022/lib/services/storage/session-storage.service.mjs +75 -0
- package/{esm2020 → esm2022}/lib/services/store/effects/app.effects.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/store/store.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/store/store.service.mock.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/user/user.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/user/user.service.mock.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/ux-app-shell.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +4 -4
- package/esm2022/lib/services/ux-timezone.service.mjs +717 -0
- package/{fesm2020 → fesm2022}/eui-core.mjs +105 -104
- package/fesm2022/eui-core.mjs.map +1 -0
- package/lib/services/ux-timezone.service.d.ts.map +1 -1
- package/package.json +5 -11
- package/esm2020/lib/services/storage/local-forage.service.mjs +0 -93
- package/esm2020/lib/services/storage/local-storage.service.mjs +0 -75
- package/esm2020/lib/services/storage/session-storage.service.mjs +0 -75
- package/esm2020/lib/services/ux-timezone.service.mjs +0 -716
- package/fesm2015/eui-core.mjs +0 -4624
- package/fesm2015/eui-core.mjs.map +0 -1
- package/fesm2020/eui-core.mjs.map +0 -1
- /package/{esm2020 → esm2022}/eui-core.mjs +0 -0
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/date-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/dom-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/event-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/form-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/format-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/http-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interceptors/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interceptors/openid/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interceptors/openid/openid-connect.service.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/app/eui-init-app.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/app/eui-pre-init-app.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/app/eui-startup.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/app/factories/log.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/app/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/config/defaults.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/config/tokens.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/errors/eui.error.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/errors/http-error-handler-callback-functions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/errors/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/i18n/i18n.resource.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/i18n/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/locale/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/log/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/log/log.service.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/queue/api-queue.service.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/queue/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/storage/async-storage.service.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/storage/async-storage.service.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/storage/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/storage/storage.service.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/storage/storage.service.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/actions/app.actions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/actions/i18n.actions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/actions/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/actions/locale.actions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/actions/notifications.actions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/actions/user.actions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/effects/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/app.reducers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/core.reducers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/i18n.reducers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/locale.reducers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/meta.reducers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/notifications.reducers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/user.reducers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/user/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/ux-error-feedback/ux-error-handler.operator.mjs +0 -0
|
@@ -197,10 +197,10 @@ class LogService extends Logger {
|
|
|
197
197
|
}
|
|
198
198
|
return logger;
|
|
199
199
|
}
|
|
200
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", 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: "16.0.0", ngImport: i0, type: LogService }); }
|
|
200
202
|
}
|
|
201
|
-
|
|
202
|
-
/** @nocollapse */ LogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LogService });
|
|
203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LogService, decorators: [{
|
|
203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LogService, decorators: [{
|
|
204
204
|
type: Injectable
|
|
205
205
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
206
206
|
type: Inject,
|
|
@@ -371,11 +371,11 @@ class LogModule {
|
|
|
371
371
|
],
|
|
372
372
|
};
|
|
373
373
|
}
|
|
374
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
375
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: LogModule }); }
|
|
376
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LogModule }); }
|
|
374
377
|
}
|
|
375
|
-
|
|
376
|
-
/** @nocollapse */ LogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: LogModule });
|
|
377
|
-
/** @nocollapse */ LogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LogModule });
|
|
378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LogModule, decorators: [{
|
|
378
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LogModule, decorators: [{
|
|
379
379
|
type: NgModule
|
|
380
380
|
}] });
|
|
381
381
|
|
|
@@ -464,10 +464,10 @@ class StoreService {
|
|
|
464
464
|
// Ignore write errors.
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: StoreService, deps: [{ token: i1$1.Store, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
468
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: StoreService, providedIn: 'root' }); }
|
|
467
469
|
}
|
|
468
|
-
|
|
469
|
-
/** @nocollapse */ StoreService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: StoreService, providedIn: 'root' });
|
|
470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: StoreService, decorators: [{
|
|
470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: StoreService, decorators: [{
|
|
471
471
|
type: Injectable,
|
|
472
472
|
args: [{
|
|
473
473
|
providedIn: 'root',
|
|
@@ -821,10 +821,10 @@ class I18nLoader {
|
|
|
821
821
|
}
|
|
822
822
|
return undefined;
|
|
823
823
|
}
|
|
824
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: I18nLoader, deps: [{ token: i1$2.HttpClient }, { token: LogService, optional: true }, { token: CONFIG_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
825
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: I18nLoader }); }
|
|
824
826
|
}
|
|
825
|
-
|
|
826
|
-
/** @nocollapse */ I18nLoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: I18nLoader });
|
|
827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: I18nLoader, decorators: [{
|
|
827
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: I18nLoader, decorators: [{
|
|
828
828
|
type: Injectable
|
|
829
829
|
}], ctorParameters: function () { return [{ type: i1$2.HttpClient }, { type: LogService, decorators: [{
|
|
830
830
|
type: Optional
|
|
@@ -1034,10 +1034,10 @@ class I18nService extends EuiLazyService {
|
|
|
1034
1034
|
updateHTMLDOMLang(lang) {
|
|
1035
1035
|
this.document.documentElement.lang = lang;
|
|
1036
1036
|
}
|
|
1037
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: I18nService, deps: [{ token: GLOBAL_CONFIG_TOKEN }, { token: i2.TranslateService }, { token: LogService, optional: true }, { token: StoreService }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1038
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: I18nService, providedIn: 'root' }); }
|
|
1037
1039
|
}
|
|
1038
|
-
|
|
1039
|
-
/** @nocollapse */ I18nService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: I18nService, providedIn: 'root' });
|
|
1040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: I18nService, decorators: [{
|
|
1040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: I18nService, decorators: [{
|
|
1041
1041
|
type: Injectable,
|
|
1042
1042
|
args: [{
|
|
1043
1043
|
providedIn: 'root',
|
|
@@ -1079,10 +1079,10 @@ class I18nServiceMock extends I18nService {
|
|
|
1079
1079
|
lazyLoadInit() {
|
|
1080
1080
|
return of({ success: true });
|
|
1081
1081
|
}
|
|
1082
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: I18nServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1083
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: I18nServiceMock }); }
|
|
1082
1084
|
}
|
|
1083
|
-
|
|
1084
|
-
/** @nocollapse */ I18nServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: I18nServiceMock });
|
|
1085
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: I18nServiceMock, decorators: [{
|
|
1085
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: I18nServiceMock, decorators: [{
|
|
1086
1086
|
type: Injectable
|
|
1087
1087
|
}], ctorParameters: function () { return []; } });
|
|
1088
1088
|
|
|
@@ -1727,10 +1727,10 @@ class UxAppShellService {
|
|
|
1727
1727
|
}
|
|
1728
1728
|
});
|
|
1729
1729
|
}
|
|
1730
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxAppShellService, deps: [{ token: GLOBAL_CONFIG_TOKEN, optional: true }, { token: i1$2.HttpClient }, { token: PLATFORM_ID }, { token: i2$1.Router }, { token: StoreService }, { token: I18nService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1731
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxAppShellService, providedIn: 'root' }); }
|
|
1730
1732
|
}
|
|
1731
|
-
|
|
1732
|
-
/** @nocollapse */ UxAppShellService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UxAppShellService, providedIn: 'root' });
|
|
1733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UxAppShellService, decorators: [{
|
|
1733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxAppShellService, decorators: [{
|
|
1734
1734
|
type: Injectable,
|
|
1735
1735
|
args: [{
|
|
1736
1736
|
providedIn: 'root',
|
|
@@ -1782,10 +1782,10 @@ class CoreAppEffects {
|
|
|
1782
1782
|
}
|
|
1783
1783
|
})), { dispatch: false });
|
|
1784
1784
|
}
|
|
1785
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CoreAppEffects, deps: [{ token: i1$3.Actions }, { token: SHOW_CONNECTION_STATUS_TOKEN }, { token: i2.TranslateService }, { token: UxAppShellService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1786
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CoreAppEffects }); }
|
|
1785
1787
|
}
|
|
1786
|
-
|
|
1787
|
-
/** @nocollapse */ CoreAppEffects.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: CoreAppEffects });
|
|
1788
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: CoreAppEffects, decorators: [{
|
|
1788
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CoreAppEffects, decorators: [{
|
|
1789
1789
|
type: Injectable
|
|
1790
1790
|
}], ctorParameters: function () { return [{ type: i1$3.Actions }, { type: undefined, decorators: [{
|
|
1791
1791
|
type: Inject,
|
|
@@ -2034,10 +2034,10 @@ class StoreServiceMock extends StoreService {
|
|
|
2034
2034
|
select() {
|
|
2035
2035
|
return of({});
|
|
2036
2036
|
}
|
|
2037
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: StoreServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2038
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: StoreServiceMock }); }
|
|
2037
2039
|
}
|
|
2038
|
-
|
|
2039
|
-
/** @nocollapse */ StoreServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: StoreServiceMock });
|
|
2040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: StoreServiceMock, decorators: [{
|
|
2040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: StoreServiceMock, decorators: [{
|
|
2041
2041
|
type: Injectable
|
|
2042
2042
|
}], ctorParameters: function () { return []; } });
|
|
2043
2043
|
|
|
@@ -2081,11 +2081,11 @@ class CoreModule {
|
|
|
2081
2081
|
storeService.dispatch(new AddAppLoadedConfigModulesAction({ moduleName, moduleConfig }));
|
|
2082
2082
|
}
|
|
2083
2083
|
}
|
|
2084
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CoreModule, deps: [{ token: CORE_ROOT_GUARD, optional: true }, { token: CoreModule, optional: true, skipSelf: true }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2085
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: CoreModule }); }
|
|
2086
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CoreModule }); }
|
|
2084
2087
|
}
|
|
2085
|
-
|
|
2086
|
-
/** @nocollapse */ CoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0-next.2", ngImport: i0, type: CoreModule });
|
|
2087
|
-
/** @nocollapse */ CoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: CoreModule });
|
|
2088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: CoreModule, decorators: [{
|
|
2088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CoreModule, decorators: [{
|
|
2089
2089
|
type: NgModule,
|
|
2090
2090
|
args: [{
|
|
2091
2091
|
imports: [
|
|
@@ -2204,10 +2204,10 @@ class GlobalErrorHandler extends ErrorHandler {
|
|
|
2204
2204
|
// throw error;
|
|
2205
2205
|
super.handleError(error);
|
|
2206
2206
|
}
|
|
2207
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: GlobalErrorHandler, deps: [{ token: LogService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2208
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' }); }
|
|
2207
2209
|
}
|
|
2208
|
-
|
|
2209
|
-
/** @nocollapse */ GlobalErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' });
|
|
2210
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: GlobalErrorHandler, decorators: [{
|
|
2210
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: GlobalErrorHandler, decorators: [{
|
|
2211
2211
|
type: Injectable,
|
|
2212
2212
|
args: [{
|
|
2213
2213
|
providedIn: 'root',
|
|
@@ -2252,10 +2252,10 @@ class HttpErrorHandlerInterceptor {
|
|
|
2252
2252
|
// return the first matching route, if any
|
|
2253
2253
|
return routes.length > 0 ? routes[0] : null;
|
|
2254
2254
|
}
|
|
2255
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: HttpErrorHandlerInterceptor, deps: [{ token: HTTP_ERROR_HANDLER_CONFIG_TOKEN }, { token: i0.Injector }, { token: i2$1.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2256
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: HttpErrorHandlerInterceptor }); }
|
|
2255
2257
|
}
|
|
2256
|
-
|
|
2257
|
-
/** @nocollapse */ HttpErrorHandlerInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: HttpErrorHandlerInterceptor });
|
|
2258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: HttpErrorHandlerInterceptor, decorators: [{
|
|
2258
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: HttpErrorHandlerInterceptor, decorators: [{
|
|
2259
2259
|
type: Injectable
|
|
2260
2260
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
2261
2261
|
type: Inject,
|
|
@@ -2395,10 +2395,10 @@ class ApiQueueService {
|
|
|
2395
2395
|
buildHttpRequest(id, item) {
|
|
2396
2396
|
return this.http[item.method.toLowerCase()](item.uri, item.payload).pipe(tap(() => this.removeQueueItem(id)));
|
|
2397
2397
|
}
|
|
2398
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: ApiQueueService, deps: [{ token: StoreService }, { token: i1$2.HttpClient }, { token: LogService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2399
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: ApiQueueService, providedIn: 'root' }); }
|
|
2398
2400
|
}
|
|
2399
|
-
|
|
2400
|
-
/** @nocollapse */ ApiQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: ApiQueueService, providedIn: 'root' });
|
|
2401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: ApiQueueService, decorators: [{
|
|
2401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: ApiQueueService, decorators: [{
|
|
2402
2402
|
type: Injectable,
|
|
2403
2403
|
args: [{
|
|
2404
2404
|
providedIn: 'root',
|
|
@@ -2734,10 +2734,10 @@ class EuiPermissionService extends EuiService {
|
|
|
2734
2734
|
}
|
|
2735
2735
|
return rights.every((right) => this.userRights.find((uRight) => uRight.id === right.id));
|
|
2736
2736
|
}
|
|
2737
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: EuiPermissionService, deps: [{ token: LogService, optional: true }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2738
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: EuiPermissionService, providedIn: 'root' }); }
|
|
2737
2739
|
}
|
|
2738
|
-
|
|
2739
|
-
/** @nocollapse */ EuiPermissionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: EuiPermissionService, providedIn: 'root' });
|
|
2740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: EuiPermissionService, decorators: [{
|
|
2740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: EuiPermissionService, decorators: [{
|
|
2741
2741
|
type: Injectable,
|
|
2742
2742
|
args: [{
|
|
2743
2743
|
providedIn: 'root',
|
|
@@ -2797,10 +2797,10 @@ class UxDynamicMenuService {
|
|
|
2797
2797
|
return true;
|
|
2798
2798
|
});
|
|
2799
2799
|
}
|
|
2800
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxDynamicMenuService, deps: [{ token: EuiPermissionService }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2801
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxDynamicMenuService, providedIn: 'root' }); }
|
|
2800
2802
|
}
|
|
2801
|
-
|
|
2802
|
-
/** @nocollapse */ UxDynamicMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UxDynamicMenuService, providedIn: 'root' });
|
|
2803
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UxDynamicMenuService, decorators: [{
|
|
2803
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxDynamicMenuService, decorators: [{
|
|
2804
2804
|
type: Injectable,
|
|
2805
2805
|
args: [{
|
|
2806
2806
|
providedIn: 'root',
|
|
@@ -2868,10 +2868,10 @@ class UxErrorFeedbackService {
|
|
|
2868
2868
|
createGlobalErrorManager() {
|
|
2869
2869
|
return new UxErrorManager(this, true);
|
|
2870
2870
|
}
|
|
2871
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxErrorFeedbackService, deps: [{ token: UxAppShellService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2872
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxErrorFeedbackService, providedIn: 'root' }); }
|
|
2871
2873
|
}
|
|
2872
|
-
|
|
2873
|
-
/** @nocollapse */ UxErrorFeedbackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UxErrorFeedbackService, providedIn: 'root' });
|
|
2874
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UxErrorFeedbackService, decorators: [{
|
|
2874
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxErrorFeedbackService, decorators: [{
|
|
2875
2875
|
type: Injectable,
|
|
2876
2876
|
args: [{
|
|
2877
2877
|
providedIn: 'root',
|
|
@@ -2966,13 +2966,14 @@ class UxDynamicComponentService {
|
|
|
2966
2966
|
injectorTokens.set(DYNAMIC_COMPONENT_CONFIG, data);
|
|
2967
2967
|
return new PortalInjector(this.injector, injectorTokens);
|
|
2968
2968
|
}
|
|
2969
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxDynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2970
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxDynamicComponentService }); }
|
|
2969
2971
|
}
|
|
2970
|
-
|
|
2971
|
-
/** @nocollapse */ UxDynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UxDynamicComponentService });
|
|
2972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UxDynamicComponentService, decorators: [{
|
|
2972
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxDynamicComponentService, decorators: [{
|
|
2973
2973
|
type: Injectable
|
|
2974
2974
|
}], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: i0.ApplicationRef }]; } });
|
|
2975
2975
|
|
|
2976
|
+
/* eslint-disable */
|
|
2976
2977
|
const UX_COUNTRIES = {
|
|
2977
2978
|
AF: 'Afghanistan',
|
|
2978
2979
|
AX: 'Aland Islands',
|
|
@@ -3680,10 +3681,10 @@ class UxTimezoneService {
|
|
|
3680
3681
|
getTimezone(tz) {
|
|
3681
3682
|
return UX_TIMEZONES.find((item) => item.name === tz);
|
|
3682
3683
|
}
|
|
3684
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxTimezoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3685
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxTimezoneService }); }
|
|
3683
3686
|
}
|
|
3684
|
-
|
|
3685
|
-
/** @nocollapse */ UxTimezoneService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UxTimezoneService });
|
|
3686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UxTimezoneService, decorators: [{
|
|
3687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxTimezoneService, decorators: [{
|
|
3687
3688
|
type: Injectable
|
|
3688
3689
|
}] });
|
|
3689
3690
|
|
|
@@ -3744,6 +3745,7 @@ class AsyncStorageServiceMock extends AsyncStorageService {
|
|
|
3744
3745
|
* localStorage service
|
|
3745
3746
|
*/
|
|
3746
3747
|
class LocalStorageService extends StorageService {
|
|
3748
|
+
static { this.NAME = 'LocalStorageService'; }
|
|
3747
3749
|
constructor(log) {
|
|
3748
3750
|
super();
|
|
3749
3751
|
this.log = log;
|
|
@@ -3801,11 +3803,10 @@ class LocalStorageService extends StorageService {
|
|
|
3801
3803
|
}
|
|
3802
3804
|
}
|
|
3803
3805
|
}
|
|
3806
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LocalStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3807
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LocalStorageService }); }
|
|
3804
3808
|
}
|
|
3805
|
-
|
|
3806
|
-
/** @nocollapse */ LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LocalStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3807
|
-
/** @nocollapse */ LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LocalStorageService });
|
|
3808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LocalStorageService, decorators: [{
|
|
3809
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LocalStorageService, decorators: [{
|
|
3809
3810
|
type: Injectable
|
|
3810
3811
|
}], ctorParameters: function () { return [{ type: LogService, decorators: [{
|
|
3811
3812
|
type: Optional
|
|
@@ -3815,6 +3816,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2",
|
|
|
3815
3816
|
* sessionStorage service
|
|
3816
3817
|
*/
|
|
3817
3818
|
class SessionStorageService extends StorageService {
|
|
3819
|
+
static { this.NAME = 'SessionStorageService'; }
|
|
3818
3820
|
constructor(log) {
|
|
3819
3821
|
super();
|
|
3820
3822
|
this.log = log;
|
|
@@ -3872,11 +3874,10 @@ class SessionStorageService extends StorageService {
|
|
|
3872
3874
|
}
|
|
3873
3875
|
}
|
|
3874
3876
|
}
|
|
3877
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SessionStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3878
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SessionStorageService }); }
|
|
3875
3879
|
}
|
|
3876
|
-
|
|
3877
|
-
/** @nocollapse */ SessionStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: SessionStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3878
|
-
/** @nocollapse */ SessionStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: SessionStorageService });
|
|
3879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: SessionStorageService, decorators: [{
|
|
3880
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: SessionStorageService, decorators: [{
|
|
3880
3881
|
type: Injectable
|
|
3881
3882
|
}], ctorParameters: function () { return [{ type: LogService, decorators: [{
|
|
3882
3883
|
type: Optional
|
|
@@ -3890,6 +3891,7 @@ const LOCAL_FORAGE_SERVICE_CONFIG_TOKEN = new InjectionToken('LOCAL_FORAGE_SERVI
|
|
|
3890
3891
|
* https://localforage.github.io/localForage
|
|
3891
3892
|
*/
|
|
3892
3893
|
class LocalForageService extends AsyncStorageService {
|
|
3894
|
+
static { this.NAME = 'LocalForageService'; }
|
|
3893
3895
|
constructor(config, log) {
|
|
3894
3896
|
super();
|
|
3895
3897
|
this.config = config;
|
|
@@ -3953,11 +3955,10 @@ class LocalForageService extends AsyncStorageService {
|
|
|
3953
3955
|
}
|
|
3954
3956
|
}));
|
|
3955
3957
|
}
|
|
3958
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3959
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LocalForageService }); }
|
|
3956
3960
|
}
|
|
3957
|
-
|
|
3958
|
-
/** @nocollapse */ LocalForageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3959
|
-
/** @nocollapse */ LocalForageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LocalForageService });
|
|
3960
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LocalForageService, decorators: [{
|
|
3961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LocalForageService, decorators: [{
|
|
3961
3962
|
type: Injectable
|
|
3962
3963
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
3963
3964
|
type: Inject,
|
|
@@ -4162,10 +4163,10 @@ class LocaleService extends EuiService {
|
|
|
4162
4163
|
}
|
|
4163
4164
|
});
|
|
4164
4165
|
}
|
|
4166
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LocaleService, deps: [{ token: StoreService }, { token: GLOBAL_CONFIG_TOKEN }, { token: LOCALE_ID }, { token: LOCALE_ID_MAPPER, optional: true }, { token: I18nService, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4167
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LocaleService, providedIn: 'root' }); }
|
|
4165
4168
|
}
|
|
4166
|
-
|
|
4167
|
-
/** @nocollapse */ LocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LocaleService, providedIn: 'root' });
|
|
4168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LocaleService, decorators: [{
|
|
4169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LocaleService, decorators: [{
|
|
4169
4170
|
type: Injectable,
|
|
4170
4171
|
args: [{
|
|
4171
4172
|
providedIn: 'root',
|
|
@@ -4211,10 +4212,10 @@ class LocaleServiceMock extends LocaleService {
|
|
|
4211
4212
|
this.DEFAULT_LOCALE = state.id || 'en';
|
|
4212
4213
|
return of({ success: true });
|
|
4213
4214
|
}
|
|
4215
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LocaleServiceMock, deps: [{ token: LOCALE_ID, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4216
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LocaleServiceMock }); }
|
|
4214
4217
|
}
|
|
4215
|
-
|
|
4216
|
-
/** @nocollapse */ LocaleServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LocaleServiceMock });
|
|
4217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: LocaleServiceMock, decorators: [{
|
|
4218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LocaleServiceMock, decorators: [{
|
|
4218
4219
|
type: Injectable
|
|
4219
4220
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
4220
4221
|
type: Optional
|
|
@@ -4256,10 +4257,10 @@ class UserService extends EuiService {
|
|
|
4256
4257
|
updateState(userState) {
|
|
4257
4258
|
this.store.dispatch(new UpdateUserStateAction(userState));
|
|
4258
4259
|
}
|
|
4260
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UserService, deps: [{ token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4261
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UserService, providedIn: 'root' }); }
|
|
4259
4262
|
}
|
|
4260
|
-
|
|
4261
|
-
/** @nocollapse */ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
4262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UserService, decorators: [{
|
|
4263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UserService, decorators: [{
|
|
4263
4264
|
type: Injectable,
|
|
4264
4265
|
args: [{
|
|
4265
4266
|
providedIn: 'root',
|
|
@@ -4287,10 +4288,10 @@ class UserServiceMock extends UserService {
|
|
|
4287
4288
|
getUserId() {
|
|
4288
4289
|
return of('anonymous');
|
|
4289
4290
|
}
|
|
4291
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UserServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4292
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UserServiceMock }); }
|
|
4290
4293
|
}
|
|
4291
|
-
|
|
4292
|
-
/** @nocollapse */ UserServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UserServiceMock });
|
|
4293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UserServiceMock, decorators: [{
|
|
4294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UserServiceMock, decorators: [{
|
|
4294
4295
|
type: Injectable
|
|
4295
4296
|
}], ctorParameters: function () { return []; } });
|
|
4296
4297
|
|
|
@@ -4319,10 +4320,10 @@ class AddLangParamInterceptor {
|
|
|
4319
4320
|
params: req.params.set(langParam, langValue),
|
|
4320
4321
|
}));
|
|
4321
4322
|
}
|
|
4323
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AddLangParamInterceptor, deps: [{ token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4324
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AddLangParamInterceptor }); }
|
|
4322
4325
|
}
|
|
4323
|
-
|
|
4324
|
-
/** @nocollapse */ AddLangParamInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: AddLangParamInterceptor });
|
|
4325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
|
|
4326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
|
|
4326
4327
|
type: Injectable
|
|
4327
4328
|
}], ctorParameters: function () { return [{ type: i2.TranslateService }]; } });
|
|
4328
4329
|
|
|
@@ -4338,10 +4339,10 @@ class CachePreventionInterceptor {
|
|
|
4338
4339
|
headers: req.headers.set('Cache-Control', 'No-Cache'),
|
|
4339
4340
|
}));
|
|
4340
4341
|
}
|
|
4342
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CachePreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4343
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CachePreventionInterceptor }); }
|
|
4341
4344
|
}
|
|
4342
|
-
|
|
4343
|
-
/** @nocollapse */ CachePreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: CachePreventionInterceptor });
|
|
4344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
|
|
4345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
|
|
4345
4346
|
type: Injectable
|
|
4346
4347
|
}] });
|
|
4347
4348
|
|
|
@@ -4351,10 +4352,10 @@ class CorsSecurityInterceptor {
|
|
|
4351
4352
|
withCredentials: true,
|
|
4352
4353
|
}));
|
|
4353
4354
|
}
|
|
4355
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CorsSecurityInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4356
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CorsSecurityInterceptor }); }
|
|
4354
4357
|
}
|
|
4355
|
-
|
|
4356
|
-
/** @nocollapse */ CorsSecurityInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: CorsSecurityInterceptor });
|
|
4357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
|
|
4358
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
|
|
4358
4359
|
type: Injectable
|
|
4359
4360
|
}] });
|
|
4360
4361
|
|
|
@@ -4364,10 +4365,10 @@ class CsrfPreventionInterceptor {
|
|
|
4364
4365
|
headers: request.headers.set('X-Requested-With', 'XMLHttpRequest'),
|
|
4365
4366
|
}));
|
|
4366
4367
|
}
|
|
4368
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CsrfPreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4369
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CsrfPreventionInterceptor }); }
|
|
4367
4370
|
}
|
|
4368
|
-
|
|
4369
|
-
/** @nocollapse */ CsrfPreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: CsrfPreventionInterceptor });
|
|
4370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
|
|
4371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
|
|
4371
4372
|
type: Injectable
|
|
4372
4373
|
}] });
|
|
4373
4374
|
|
|
@@ -4432,10 +4433,10 @@ class EuLoginSessionTimeoutHandlingInterceptor {
|
|
|
4432
4433
|
reauthenticate(request, response) {
|
|
4433
4434
|
document.location.reload();
|
|
4434
4435
|
}
|
|
4436
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4437
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor }); }
|
|
4435
4438
|
}
|
|
4436
|
-
|
|
4437
|
-
/** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor });
|
|
4438
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
|
|
4439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
|
|
4439
4440
|
type: Injectable
|
|
4440
4441
|
}] });
|
|
4441
4442
|
|
|
@@ -4454,10 +4455,10 @@ class UxRequestErrorModelInterceptor {
|
|
|
4454
4455
|
return of(err);
|
|
4455
4456
|
}));
|
|
4456
4457
|
}
|
|
4458
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxRequestErrorModelInterceptor, deps: [{ token: UX_ERROR_MAPPING_HANDLER_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4459
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxRequestErrorModelInterceptor }); }
|
|
4457
4460
|
}
|
|
4458
|
-
|
|
4459
|
-
/** @nocollapse */ UxRequestErrorModelInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UxRequestErrorModelInterceptor });
|
|
4460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
|
|
4461
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
|
|
4461
4462
|
type: Injectable
|
|
4462
4463
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
4463
4464
|
type: Inject,
|
|
@@ -4601,10 +4602,10 @@ class OpenIdConnectInterceptor {
|
|
|
4601
4602
|
return this.defaultMaximumRequestRetries;
|
|
4602
4603
|
}
|
|
4603
4604
|
}
|
|
4605
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: OpenIdConnectInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4606
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: OpenIdConnectInterceptor }); }
|
|
4604
4607
|
}
|
|
4605
|
-
|
|
4606
|
-
/** @nocollapse */ OpenIdConnectInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: OpenIdConnectInterceptor });
|
|
4607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: OpenIdConnectInterceptor, decorators: [{
|
|
4608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: OpenIdConnectInterceptor, decorators: [{
|
|
4608
4609
|
type: Injectable
|
|
4609
4610
|
}], ctorParameters: function () { return []; } });
|
|
4610
4611
|
|
|
@@ -4651,10 +4652,10 @@ class OpenIdConnectService {
|
|
|
4651
4652
|
getUserDetails() {
|
|
4652
4653
|
return this.userDetails;
|
|
4653
4654
|
}
|
|
4655
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: OpenIdConnectService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4656
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: OpenIdConnectService, providedIn: 'root' }); }
|
|
4654
4657
|
}
|
|
4655
|
-
|
|
4656
|
-
/** @nocollapse */ OpenIdConnectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: OpenIdConnectService, providedIn: 'root' });
|
|
4657
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0-next.2", ngImport: i0, type: OpenIdConnectService, decorators: [{
|
|
4658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: OpenIdConnectService, decorators: [{
|
|
4658
4659
|
type: Injectable,
|
|
4659
4660
|
args: [{
|
|
4660
4661
|
providedIn: 'root',
|