@eui/core 21.0.0-alpha.31 → 21.0.0-alpha.33
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/CHANGELOG.md +112 -0
- package/docs/changelog.html +258 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/fesm2022/eui-core.mjs +128 -97
- package/fesm2022/eui-core.mjs.map +1 -1
- package/package.json +4 -4
- package/{index.d.ts → types/eui-core.d.ts} +9 -1
- package/types/eui-core.d.ts.map +1 -0
- package/index.d.ts.map +0 -1
package/docs/properties.html
CHANGED
package/fesm2022/eui-core.mjs
CHANGED
|
@@ -669,10 +669,10 @@ class LogService extends Logger {
|
|
|
669
669
|
}
|
|
670
670
|
return logger;
|
|
671
671
|
}
|
|
672
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
673
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
672
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
673
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LogService }); }
|
|
674
674
|
}
|
|
675
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
675
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LogService, decorators: [{
|
|
676
676
|
type: Injectable
|
|
677
677
|
}], ctorParameters: () => [] });
|
|
678
678
|
|
|
@@ -770,11 +770,11 @@ class LogModule {
|
|
|
770
770
|
],
|
|
771
771
|
};
|
|
772
772
|
}
|
|
773
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
774
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0-
|
|
775
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0-
|
|
773
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
774
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LogModule }); }
|
|
775
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LogModule }); }
|
|
776
776
|
}
|
|
777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LogModule, decorators: [{
|
|
778
778
|
type: NgModule
|
|
779
779
|
}] });
|
|
780
780
|
|
|
@@ -926,10 +926,10 @@ class StoreService {
|
|
|
926
926
|
isObject(item) {
|
|
927
927
|
return item && typeof item === 'object' && !Array.isArray(item);
|
|
928
928
|
}
|
|
929
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
930
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
929
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: StoreService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
930
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: StoreService, providedIn: 'root' }); }
|
|
931
931
|
}
|
|
932
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: StoreService, decorators: [{
|
|
933
933
|
type: Injectable,
|
|
934
934
|
args: [{
|
|
935
935
|
providedIn: 'root',
|
|
@@ -948,10 +948,10 @@ class StoreServiceMock extends StoreService {
|
|
|
948
948
|
select() {
|
|
949
949
|
return of({});
|
|
950
950
|
}
|
|
951
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
952
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
951
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: StoreServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
952
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: StoreServiceMock }); }
|
|
953
953
|
}
|
|
954
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: StoreServiceMock, decorators: [{
|
|
955
955
|
type: Injectable
|
|
956
956
|
}], ctorParameters: () => [] });
|
|
957
957
|
|
|
@@ -1044,11 +1044,11 @@ class CoreModule {
|
|
|
1044
1044
|
storeService.updateState({ moduleName, moduleConfig }, AddAppLoadedConfigModules);
|
|
1045
1045
|
}
|
|
1046
1046
|
}
|
|
1047
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
1048
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0-
|
|
1049
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0-
|
|
1047
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1048
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0-rc.0", ngImport: i0, type: CoreModule }); }
|
|
1049
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: CoreModule }); }
|
|
1050
1050
|
}
|
|
1051
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
1051
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: CoreModule, decorators: [{
|
|
1052
1052
|
type: NgModule
|
|
1053
1053
|
}], ctorParameters: () => [] });
|
|
1054
1054
|
const createEuiCoreRootGuard = (core) => {
|
|
@@ -1224,10 +1224,10 @@ class GlobalErrorHandler extends ErrorHandler {
|
|
|
1224
1224
|
// throw error;
|
|
1225
1225
|
super.handleError(error);
|
|
1226
1226
|
}
|
|
1227
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
1228
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
1227
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: GlobalErrorHandler, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1228
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' }); }
|
|
1229
1229
|
}
|
|
1230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
1230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: GlobalErrorHandler, decorators: [{
|
|
1231
1231
|
type: Injectable,
|
|
1232
1232
|
args: [{
|
|
1233
1233
|
providedIn: 'root',
|
|
@@ -1279,10 +1279,10 @@ class HttpErrorHandlerInterceptor {
|
|
|
1279
1279
|
// return the first matching route, if any
|
|
1280
1280
|
return routes.length > 0 ? routes[0] : null;
|
|
1281
1281
|
}
|
|
1282
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
1283
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
1282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: HttpErrorHandlerInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1283
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: HttpErrorHandlerInterceptor }); }
|
|
1284
1284
|
}
|
|
1285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
1285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: HttpErrorHandlerInterceptor, decorators: [{
|
|
1286
1286
|
type: Injectable
|
|
1287
1287
|
}] });
|
|
1288
1288
|
|
|
@@ -1353,10 +1353,10 @@ class EuiGrowlService {
|
|
|
1353
1353
|
growlInfo(msg, position) {
|
|
1354
1354
|
this.growl({ severity: 'info', summary: 'INFO', detail: msg }, false, false, undefined, position);
|
|
1355
1355
|
}
|
|
1356
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
1357
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
1356
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiGrowlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1357
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiGrowlService, providedIn: 'root' }); }
|
|
1358
1358
|
}
|
|
1359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
1359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiGrowlService, decorators: [{
|
|
1360
1360
|
type: Injectable,
|
|
1361
1361
|
args: [{
|
|
1362
1362
|
providedIn: 'root',
|
|
@@ -1716,10 +1716,10 @@ class ApiQueueService {
|
|
|
1716
1716
|
buildHttpRequest(id, item) {
|
|
1717
1717
|
return this.http[item.method.toLowerCase()](item.uri, item.payload).pipe(tap(() => this.removeQueueItem(id)));
|
|
1718
1718
|
}
|
|
1719
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
1720
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
1719
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: ApiQueueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1720
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: ApiQueueService, providedIn: 'root' }); }
|
|
1721
1721
|
}
|
|
1722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
1722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: ApiQueueService, decorators: [{
|
|
1723
1723
|
type: Injectable,
|
|
1724
1724
|
args: [{
|
|
1725
1725
|
providedIn: 'root',
|
|
@@ -1959,10 +1959,10 @@ class I18nLoader {
|
|
|
1959
1959
|
}
|
|
1960
1960
|
return undefined;
|
|
1961
1961
|
}
|
|
1962
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
1963
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
1962
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: I18nLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1963
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: I18nLoader }); }
|
|
1964
1964
|
}
|
|
1965
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
1965
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: I18nLoader, decorators: [{
|
|
1966
1966
|
type: Injectable
|
|
1967
1967
|
}], ctorParameters: () => [] });
|
|
1968
1968
|
const translateConfig = {
|
|
@@ -2201,10 +2201,10 @@ class I18nService extends EuiLazyService {
|
|
|
2201
2201
|
updateHTMLDOMLang(lang) {
|
|
2202
2202
|
this.document.documentElement.lang = lang;
|
|
2203
2203
|
}
|
|
2204
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
2205
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
2204
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: I18nService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2205
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: I18nService, providedIn: 'root' }); }
|
|
2206
2206
|
}
|
|
2207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
2207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: I18nService, decorators: [{
|
|
2208
2208
|
type: Injectable,
|
|
2209
2209
|
args: [{
|
|
2210
2210
|
providedIn: 'root',
|
|
@@ -2826,10 +2826,10 @@ class EuiPermissionService extends EuiService {
|
|
|
2826
2826
|
}
|
|
2827
2827
|
return rights.every((right) => this.userRights.find((uRight) => uRight.id === right.id));
|
|
2828
2828
|
}
|
|
2829
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
2830
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
2829
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiPermissionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2830
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiPermissionService, providedIn: 'root' }); }
|
|
2831
2831
|
}
|
|
2832
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
2832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiPermissionService, decorators: [{
|
|
2833
2833
|
type: Injectable,
|
|
2834
2834
|
args: [{
|
|
2835
2835
|
providedIn: 'root',
|
|
@@ -2887,10 +2887,10 @@ class EuiDynamicMenuService {
|
|
|
2887
2887
|
return true;
|
|
2888
2888
|
});
|
|
2889
2889
|
}
|
|
2890
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
2891
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
2890
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiDynamicMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2891
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiDynamicMenuService, providedIn: 'root' }); }
|
|
2892
2892
|
}
|
|
2893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
2893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiDynamicMenuService, decorators: [{
|
|
2894
2894
|
type: Injectable,
|
|
2895
2895
|
args: [{
|
|
2896
2896
|
providedIn: 'root',
|
|
@@ -2955,10 +2955,10 @@ class EuiDynamicComponentService {
|
|
|
2955
2955
|
parent: this.injector,
|
|
2956
2956
|
});
|
|
2957
2957
|
}
|
|
2958
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
2959
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
2958
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiDynamicComponentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2959
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiDynamicComponentService }); }
|
|
2960
2960
|
}
|
|
2961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
2961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiDynamicComponentService, decorators: [{
|
|
2962
2962
|
type: Injectable
|
|
2963
2963
|
}] });
|
|
2964
2964
|
|
|
@@ -3351,10 +3351,10 @@ class EuiAppShellService {
|
|
|
3351
3351
|
}
|
|
3352
3352
|
});
|
|
3353
3353
|
}
|
|
3354
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
3355
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
3354
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiAppShellService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3355
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiAppShellService, providedIn: 'root' }); }
|
|
3356
3356
|
}
|
|
3357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
3357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiAppShellService, decorators: [{
|
|
3358
3358
|
type: Injectable,
|
|
3359
3359
|
args: [{
|
|
3360
3360
|
providedIn: 'root',
|
|
@@ -4068,10 +4068,10 @@ class EuiTimezoneService {
|
|
|
4068
4068
|
getTimezone(tz) {
|
|
4069
4069
|
return EUI_TIMEZONES.find((item) => item.name === tz);
|
|
4070
4070
|
}
|
|
4071
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
4072
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
4071
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiTimezoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4072
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiTimezoneService }); }
|
|
4073
4073
|
}
|
|
4074
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
4074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiTimezoneService, decorators: [{
|
|
4075
4075
|
type: Injectable
|
|
4076
4076
|
}] });
|
|
4077
4077
|
|
|
@@ -4226,7 +4226,10 @@ class EuiThemeService {
|
|
|
4226
4226
|
this._renderThemeCss(themeFound, isActive, compactLink);
|
|
4227
4227
|
}
|
|
4228
4228
|
else if (themeFound.name === EuiTheme.ECL_EC_RTL || themeFound.name === EuiTheme.ECL_EU_RTL) {
|
|
4229
|
-
|
|
4229
|
+
return;
|
|
4230
|
+
}
|
|
4231
|
+
else if (themeFound.name === EuiTheme.ECL_EC || themeFound.name === EuiTheme.ECL_EU) {
|
|
4232
|
+
const rtlLink = this.document.getElementById('eui-theme');
|
|
4230
4233
|
this._renderThemeCss(themeFound, isActive, rtlLink);
|
|
4231
4234
|
}
|
|
4232
4235
|
else {
|
|
@@ -4243,7 +4246,7 @@ class EuiThemeService {
|
|
|
4243
4246
|
}
|
|
4244
4247
|
if (themeFound.styleSheet) {
|
|
4245
4248
|
if (link) {
|
|
4246
|
-
link.href = themeFound.styleSheet
|
|
4249
|
+
link.href = `assets/${themeFound.styleSheet}`;
|
|
4247
4250
|
}
|
|
4248
4251
|
else {
|
|
4249
4252
|
const style = this.document.createElement('link');
|
|
@@ -4266,10 +4269,10 @@ class EuiThemeService {
|
|
|
4266
4269
|
}
|
|
4267
4270
|
}
|
|
4268
4271
|
}
|
|
4269
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
4270
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
4272
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4273
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiThemeService, providedIn: 'root' }); }
|
|
4271
4274
|
}
|
|
4272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
4275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiThemeService, decorators: [{
|
|
4273
4276
|
type: Injectable,
|
|
4274
4277
|
args: [{
|
|
4275
4278
|
providedIn: 'root',
|
|
@@ -4410,10 +4413,10 @@ class LocalStorageService extends StorageService {
|
|
|
4410
4413
|
}
|
|
4411
4414
|
}
|
|
4412
4415
|
}
|
|
4413
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
4414
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
4416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LocalStorageService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4417
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LocalStorageService }); }
|
|
4415
4418
|
}
|
|
4416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
4419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LocalStorageService, decorators: [{
|
|
4417
4420
|
type: Injectable
|
|
4418
4421
|
}] });
|
|
4419
4422
|
|
|
@@ -4483,10 +4486,10 @@ class SessionStorageService extends StorageService {
|
|
|
4483
4486
|
}
|
|
4484
4487
|
}
|
|
4485
4488
|
}
|
|
4486
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
4487
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
4489
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: SessionStorageService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4490
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: SessionStorageService }); }
|
|
4488
4491
|
}
|
|
4489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
4492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: SessionStorageService, decorators: [{
|
|
4490
4493
|
type: Injectable
|
|
4491
4494
|
}] });
|
|
4492
4495
|
|
|
@@ -4589,10 +4592,10 @@ class LocalForageService extends AsyncStorageService {
|
|
|
4589
4592
|
},
|
|
4590
4593
|
}));
|
|
4591
4594
|
}
|
|
4592
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
4593
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
4595
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LocalForageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4596
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LocalForageService }); }
|
|
4594
4597
|
}
|
|
4595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
4598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LocalForageService, decorators: [{
|
|
4596
4599
|
type: Injectable
|
|
4597
4600
|
}], ctorParameters: () => [] });
|
|
4598
4601
|
|
|
@@ -4680,6 +4683,13 @@ class LocaleService extends EuiService {
|
|
|
4680
4683
|
init(state) {
|
|
4681
4684
|
super.initEuiService();
|
|
4682
4685
|
state = state || { id: this.currentLocale };
|
|
4686
|
+
if (state?.id && !this.isValidLocale(state.id)) {
|
|
4687
|
+
const message = `Locale '${state.id}' is not a valid locale string. Please provide a valid locale.`;
|
|
4688
|
+
if (this.log) {
|
|
4689
|
+
this.logger.error(message);
|
|
4690
|
+
}
|
|
4691
|
+
return of({ success: false, error: new Error(message) });
|
|
4692
|
+
}
|
|
4683
4693
|
// bind language changes to locale changes
|
|
4684
4694
|
if (this.config?.bindWithTranslate) {
|
|
4685
4695
|
this.bindTranslateServiceLangChangeToState();
|
|
@@ -4769,10 +4779,31 @@ class LocaleService extends EuiService {
|
|
|
4769
4779
|
});
|
|
4770
4780
|
}
|
|
4771
4781
|
}
|
|
4772
|
-
|
|
4773
|
-
|
|
4782
|
+
/**
|
|
4783
|
+
* Checks if a given locale string is valid according to the Intl.Locale API. (based on BCP 47)
|
|
4784
|
+
* A valid locale string can be used to create a new Intl.Locale object without throwing an error.
|
|
4785
|
+
*
|
|
4786
|
+
* @param localeString - The locale string to be validated.
|
|
4787
|
+
* @returns {boolean} - Returns true if the locale string is valid, false otherwise.
|
|
4788
|
+
*/
|
|
4789
|
+
isValidLocale(localeString) {
|
|
4790
|
+
try {
|
|
4791
|
+
// Normalize: replace underscores with hyphens (support for Angular locale ids)
|
|
4792
|
+
// e.g., 'en_US' -> 'en-US'
|
|
4793
|
+
// Note: Intl.Locale only accepts hyphens as separators
|
|
4794
|
+
// Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale
|
|
4795
|
+
const normalizedString = localeString.replace(/_/g, '-');
|
|
4796
|
+
new Intl.Locale(normalizedString);
|
|
4797
|
+
return true;
|
|
4798
|
+
}
|
|
4799
|
+
catch (error) {
|
|
4800
|
+
return false;
|
|
4801
|
+
}
|
|
4802
|
+
}
|
|
4803
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LocaleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4804
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LocaleService, providedIn: 'root' }); }
|
|
4774
4805
|
}
|
|
4775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
4806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LocaleService, decorators: [{
|
|
4776
4807
|
type: Injectable,
|
|
4777
4808
|
args: [{
|
|
4778
4809
|
providedIn: 'root',
|
|
@@ -4803,10 +4834,10 @@ class LocaleServiceMock extends LocaleService {
|
|
|
4803
4834
|
this.DEFAULT_LOCALE = state.id || 'en';
|
|
4804
4835
|
return of({ success: true });
|
|
4805
4836
|
}
|
|
4806
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
4807
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
4837
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LocaleServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4838
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LocaleServiceMock }); }
|
|
4808
4839
|
}
|
|
4809
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
4840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: LocaleServiceMock, decorators: [{
|
|
4810
4841
|
type: Injectable
|
|
4811
4842
|
}], ctorParameters: () => [] });
|
|
4812
4843
|
|
|
@@ -5098,10 +5129,10 @@ class EuiLoaderService {
|
|
|
5098
5129
|
this.loadStyle(dependency);
|
|
5099
5130
|
}
|
|
5100
5131
|
}
|
|
5101
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
5102
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
5132
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5133
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiLoaderService, providedIn: 'root' }); }
|
|
5103
5134
|
}
|
|
5104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
5135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuiLoaderService, decorators: [{
|
|
5105
5136
|
type: Injectable,
|
|
5106
5137
|
args: [{
|
|
5107
5138
|
providedIn: 'root',
|
|
@@ -5163,10 +5194,10 @@ class UserService extends EuiService {
|
|
|
5163
5194
|
getSignal() {
|
|
5164
5195
|
return this.state;
|
|
5165
5196
|
}
|
|
5166
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
5167
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
5197
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: UserService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5198
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: UserService, providedIn: 'root' }); }
|
|
5168
5199
|
}
|
|
5169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
5200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: UserService, decorators: [{
|
|
5170
5201
|
type: Injectable,
|
|
5171
5202
|
args: [{
|
|
5172
5203
|
providedIn: 'root',
|
|
@@ -5186,10 +5217,10 @@ class UserServiceMock extends UserService {
|
|
|
5186
5217
|
updateState(userState, reducer) {
|
|
5187
5218
|
/* empty */
|
|
5188
5219
|
}
|
|
5189
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
5190
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
5220
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: UserServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5221
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: UserServiceMock }); }
|
|
5191
5222
|
}
|
|
5192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
5223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: UserServiceMock, decorators: [{
|
|
5193
5224
|
type: Injectable
|
|
5194
5225
|
}], ctorParameters: () => [] });
|
|
5195
5226
|
|
|
@@ -5218,10 +5249,10 @@ class AddLangParamInterceptor {
|
|
|
5218
5249
|
params: req.params.set(langParam, langValue),
|
|
5219
5250
|
}));
|
|
5220
5251
|
}
|
|
5221
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
5222
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
5252
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: AddLangParamInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5253
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: AddLangParamInterceptor }); }
|
|
5223
5254
|
}
|
|
5224
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
5255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
|
|
5225
5256
|
type: Injectable
|
|
5226
5257
|
}] });
|
|
5227
5258
|
|
|
@@ -5237,10 +5268,10 @@ class CachePreventionInterceptor {
|
|
|
5237
5268
|
headers: req.headers.set('Cache-Control', 'No-Cache'),
|
|
5238
5269
|
}));
|
|
5239
5270
|
}
|
|
5240
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
5241
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
5271
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: CachePreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5272
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: CachePreventionInterceptor }); }
|
|
5242
5273
|
}
|
|
5243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
5274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
|
|
5244
5275
|
type: Injectable
|
|
5245
5276
|
}] });
|
|
5246
5277
|
|
|
@@ -5250,10 +5281,10 @@ class CorsSecurityInterceptor {
|
|
|
5250
5281
|
withCredentials: true,
|
|
5251
5282
|
}));
|
|
5252
5283
|
}
|
|
5253
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
5254
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
5284
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: CorsSecurityInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5285
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: CorsSecurityInterceptor }); }
|
|
5255
5286
|
}
|
|
5256
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
5287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
|
|
5257
5288
|
type: Injectable
|
|
5258
5289
|
}] });
|
|
5259
5290
|
|
|
@@ -5263,10 +5294,10 @@ class CsrfPreventionInterceptor {
|
|
|
5263
5294
|
headers: request.headers.set('X-Requested-With', 'XMLHttpRequest'),
|
|
5264
5295
|
}));
|
|
5265
5296
|
}
|
|
5266
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
5267
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
5297
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: CsrfPreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5298
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: CsrfPreventionInterceptor }); }
|
|
5268
5299
|
}
|
|
5269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
5300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
|
|
5270
5301
|
type: Injectable
|
|
5271
5302
|
}] });
|
|
5272
5303
|
|
|
@@ -5333,10 +5364,10 @@ class EuLoginSessionTimeoutHandlingInterceptor {
|
|
|
5333
5364
|
reauthenticate() {
|
|
5334
5365
|
document.location.reload();
|
|
5335
5366
|
}
|
|
5336
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
5337
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
5367
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5368
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor }); }
|
|
5338
5369
|
}
|
|
5339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
5370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
|
|
5340
5371
|
type: Injectable
|
|
5341
5372
|
}] });
|
|
5342
5373
|
|
|
@@ -5360,10 +5391,10 @@ class UxRequestErrorModelInterceptor {
|
|
|
5360
5391
|
return of(err);
|
|
5361
5392
|
}));
|
|
5362
5393
|
}
|
|
5363
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-
|
|
5364
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-
|
|
5394
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: UxRequestErrorModelInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5395
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: UxRequestErrorModelInterceptor }); }
|
|
5365
5396
|
}
|
|
5366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-
|
|
5397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-rc.0", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
|
|
5367
5398
|
type: Injectable
|
|
5368
5399
|
}] });
|
|
5369
5400
|
|