@eui/core 23.0.0-alpha.10 → 23.0.0-alpha.12
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 +53 -0
- package/docs/changelog.html +75 -0
- package/docs/injectables/EuiAppShellService.html +2 -2
- package/docs/interfaces/Schema-13.html +1 -1
- package/docs/interfaces/Schema-14.html +1 -1
- package/docs/interfaces/Schema-16.html +1 -1
- package/docs/interfaces/Schema-17.html +1 -1
- package/docs/interfaces/Schema-20.html +1 -1
- package/docs/interfaces/Schema-21.html +1 -1
- package/docs/interfaces/Schema-4.html +1 -1
- package/docs/interfaces/Schema-5.html +1 -1
- package/docs/interfaces/Schema-6.html +1 -1
- package/docs/interfaces/UIState.html +45 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/json/documentation.json +239 -227
- package/docs/llms.txt +53 -52
- package/docs/miscellaneous/functions.html +56 -56
- package/docs/miscellaneous/variables.html +32 -32
- package/docs/properties.html +1 -1
- package/fesm2022/eui-core.mjs +107 -112
- package/fesm2022/eui-core.mjs.map +1 -1
- package/package.json +2 -2
- package/types/eui-core.d.ts +3 -2
- package/types/eui-core.d.ts.map +1 -1
package/fesm2022/eui-core.mjs
CHANGED
|
@@ -705,10 +705,10 @@ class LogService extends Logger {
|
|
|
705
705
|
}
|
|
706
706
|
return logger;
|
|
707
707
|
}
|
|
708
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
709
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
708
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
709
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LogService }); }
|
|
710
710
|
}
|
|
711
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
711
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LogService, decorators: [{
|
|
712
712
|
type: Injectable
|
|
713
713
|
}], ctorParameters: () => [] });
|
|
714
714
|
|
|
@@ -806,11 +806,11 @@ class LogModule {
|
|
|
806
806
|
],
|
|
807
807
|
};
|
|
808
808
|
}
|
|
809
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
810
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.
|
|
811
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.
|
|
809
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
810
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.2", ngImport: i0, type: LogModule }); }
|
|
811
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LogModule }); }
|
|
812
812
|
}
|
|
813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LogModule, decorators: [{
|
|
814
814
|
type: NgModule
|
|
815
815
|
}] });
|
|
816
816
|
|
|
@@ -965,10 +965,10 @@ class StoreService {
|
|
|
965
965
|
isObject(item) {
|
|
966
966
|
return item && typeof item === 'object' && !Array.isArray(item);
|
|
967
967
|
}
|
|
968
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
969
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
968
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: StoreService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
969
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: StoreService, providedIn: 'root' }); }
|
|
970
970
|
}
|
|
971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: StoreService, decorators: [{
|
|
972
972
|
type: Injectable,
|
|
973
973
|
args: [{
|
|
974
974
|
providedIn: 'root',
|
|
@@ -986,10 +986,10 @@ class StoreServiceMock extends StoreService {
|
|
|
986
986
|
select() {
|
|
987
987
|
return of({});
|
|
988
988
|
}
|
|
989
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
990
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
989
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: StoreServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
990
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: StoreServiceMock }); }
|
|
991
991
|
}
|
|
992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
992
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: StoreServiceMock, decorators: [{
|
|
993
993
|
type: Injectable
|
|
994
994
|
}], ctorParameters: () => [] });
|
|
995
995
|
|
|
@@ -1082,11 +1082,11 @@ class CoreModule {
|
|
|
1082
1082
|
storeService.updateState({ moduleName, moduleConfig }, AddAppLoadedConfigModules);
|
|
1083
1083
|
}
|
|
1084
1084
|
}
|
|
1085
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
1086
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.
|
|
1087
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.
|
|
1085
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1086
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.2", ngImport: i0, type: CoreModule }); }
|
|
1087
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: CoreModule }); }
|
|
1088
1088
|
}
|
|
1089
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
1089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: CoreModule, decorators: [{
|
|
1090
1090
|
type: NgModule
|
|
1091
1091
|
}], ctorParameters: () => [] });
|
|
1092
1092
|
const createEuiCoreRootGuard = (core) => {
|
|
@@ -1232,10 +1232,10 @@ class GlobalErrorHandler extends ErrorHandler {
|
|
|
1232
1232
|
// throw error;
|
|
1233
1233
|
super.handleError(error);
|
|
1234
1234
|
}
|
|
1235
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
1236
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
1235
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: GlobalErrorHandler, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1236
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' }); }
|
|
1237
1237
|
}
|
|
1238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
1238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: GlobalErrorHandler, decorators: [{
|
|
1239
1239
|
type: Injectable,
|
|
1240
1240
|
args: [{
|
|
1241
1241
|
providedIn: 'root',
|
|
@@ -1287,10 +1287,10 @@ class HttpErrorHandlerInterceptor {
|
|
|
1287
1287
|
// return the first matching route, if any
|
|
1288
1288
|
return routes.length > 0 ? routes[0] : null;
|
|
1289
1289
|
}
|
|
1290
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
1291
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
1290
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: HttpErrorHandlerInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1291
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: HttpErrorHandlerInterceptor }); }
|
|
1292
1292
|
}
|
|
1293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
1293
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: HttpErrorHandlerInterceptor, decorators: [{
|
|
1294
1294
|
type: Injectable
|
|
1295
1295
|
}] });
|
|
1296
1296
|
|
|
@@ -1413,10 +1413,10 @@ class EuiGrowlService {
|
|
|
1413
1413
|
growlInfo(msg, position) {
|
|
1414
1414
|
this.growl({ severity: 'info', summary: 'INFO', detail: msg }, false, false, undefined, position);
|
|
1415
1415
|
}
|
|
1416
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
1417
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
1416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiGrowlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1417
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiGrowlService, providedIn: 'root' }); }
|
|
1418
1418
|
}
|
|
1419
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
1419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiGrowlService, decorators: [{
|
|
1420
1420
|
type: Injectable,
|
|
1421
1421
|
args: [{
|
|
1422
1422
|
providedIn: 'root',
|
|
@@ -1776,10 +1776,10 @@ class ApiQueueService {
|
|
|
1776
1776
|
buildHttpRequest(id, item) {
|
|
1777
1777
|
return this.http[item.method.toLowerCase()](item.uri, item.payload).pipe(tap(() => this.removeQueueItem(id)));
|
|
1778
1778
|
}
|
|
1779
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
1780
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
1779
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: ApiQueueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1780
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: ApiQueueService, providedIn: 'root' }); }
|
|
1781
1781
|
}
|
|
1782
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
1782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: ApiQueueService, decorators: [{
|
|
1783
1783
|
type: Injectable,
|
|
1784
1784
|
args: [{
|
|
1785
1785
|
providedIn: 'root',
|
|
@@ -2052,10 +2052,10 @@ class I18nLoader {
|
|
|
2052
2052
|
}
|
|
2053
2053
|
return undefined;
|
|
2054
2054
|
}
|
|
2055
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
2056
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
2055
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: I18nLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2056
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: I18nLoader }); }
|
|
2057
2057
|
}
|
|
2058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
2058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: I18nLoader, decorators: [{
|
|
2059
2059
|
type: Injectable
|
|
2060
2060
|
}], ctorParameters: () => [] });
|
|
2061
2061
|
const translateConfig = {
|
|
@@ -2292,10 +2292,10 @@ class I18nService extends EuiLazyService {
|
|
|
2292
2292
|
updateHTMLDOMLang(lang) {
|
|
2293
2293
|
this.document.documentElement.lang = lang;
|
|
2294
2294
|
}
|
|
2295
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
2296
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
2295
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: I18nService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2296
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: I18nService, providedIn: 'root' }); }
|
|
2297
2297
|
}
|
|
2298
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
2298
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: I18nService, decorators: [{
|
|
2299
2299
|
type: Injectable,
|
|
2300
2300
|
args: [{
|
|
2301
2301
|
providedIn: 'root',
|
|
@@ -2928,10 +2928,10 @@ class EuiPermissionService extends EuiService {
|
|
|
2928
2928
|
}
|
|
2929
2929
|
return rights.every((right) => this.userRights.find((uRight) => uRight.id === right.id));
|
|
2930
2930
|
}
|
|
2931
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
2932
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
2931
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiPermissionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2932
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiPermissionService, providedIn: 'root' }); }
|
|
2933
2933
|
}
|
|
2934
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
2934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiPermissionService, decorators: [{
|
|
2935
2935
|
type: Injectable,
|
|
2936
2936
|
args: [{
|
|
2937
2937
|
providedIn: 'root',
|
|
@@ -2989,10 +2989,10 @@ class EuiDynamicMenuService {
|
|
|
2989
2989
|
return true;
|
|
2990
2990
|
});
|
|
2991
2991
|
}
|
|
2992
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
2993
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
2992
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiDynamicMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2993
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiDynamicMenuService, providedIn: 'root' }); }
|
|
2994
2994
|
}
|
|
2995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
2995
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiDynamicMenuService, decorators: [{
|
|
2996
2996
|
type: Injectable,
|
|
2997
2997
|
args: [{
|
|
2998
2998
|
providedIn: 'root',
|
|
@@ -3057,10 +3057,10 @@ class EuiDynamicComponentService {
|
|
|
3057
3057
|
parent: this.injector,
|
|
3058
3058
|
});
|
|
3059
3059
|
}
|
|
3060
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
3061
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
3060
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiDynamicComponentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3061
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiDynamicComponentService }); }
|
|
3062
3062
|
}
|
|
3063
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
3063
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiDynamicComponentService, decorators: [{
|
|
3064
3064
|
type: Injectable
|
|
3065
3065
|
}] });
|
|
3066
3066
|
|
|
@@ -3071,10 +3071,10 @@ const initialState$1 = {
|
|
|
3071
3071
|
appBaseFontSize: '',
|
|
3072
3072
|
isSidebarOpen: true,
|
|
3073
3073
|
isSidebarActive: false,
|
|
3074
|
-
hasFixedPosition: true,
|
|
3075
3074
|
hasSidebar: false,
|
|
3076
3075
|
hasSideContainer: false,
|
|
3077
3076
|
hasHeader: false,
|
|
3077
|
+
isShrinkHeaderActive: false,
|
|
3078
3078
|
hasBreadcrumb: false,
|
|
3079
3079
|
hasHeaderLogo: false,
|
|
3080
3080
|
hasHeaderEnvironment: false,
|
|
@@ -3216,6 +3216,7 @@ class EuiAppShellService {
|
|
|
3216
3216
|
this._breakpoints$ = new BehaviorSubject({});
|
|
3217
3217
|
this.bindActiveLanguageToAppShellState();
|
|
3218
3218
|
}
|
|
3219
|
+
//eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
3219
3220
|
setState(nextState, updateI18 = true) {
|
|
3220
3221
|
let breakpoint, breakpoints;
|
|
3221
3222
|
let combinedLinks;
|
|
@@ -3412,12 +3413,6 @@ class EuiAppShellService {
|
|
|
3412
3413
|
if (state.deviceInfo?.isChrome) {
|
|
3413
3414
|
classes.push('chrome');
|
|
3414
3415
|
}
|
|
3415
|
-
if (state.hasFixedPosition) {
|
|
3416
|
-
classes.push('fixed-position');
|
|
3417
|
-
}
|
|
3418
|
-
else {
|
|
3419
|
-
classes.push('relative-position');
|
|
3420
|
-
}
|
|
3421
3416
|
return classes.join(' ');
|
|
3422
3417
|
}
|
|
3423
3418
|
getBreakpoint(windowWidth) {
|
|
@@ -3475,10 +3470,10 @@ class EuiAppShellService {
|
|
|
3475
3470
|
}
|
|
3476
3471
|
});
|
|
3477
3472
|
}
|
|
3478
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
3479
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
3473
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiAppShellService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3474
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiAppShellService, providedIn: 'root' }); }
|
|
3480
3475
|
}
|
|
3481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
3476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiAppShellService, decorators: [{
|
|
3482
3477
|
type: Injectable,
|
|
3483
3478
|
args: [{
|
|
3484
3479
|
providedIn: 'root',
|
|
@@ -4192,10 +4187,10 @@ class EuiTimezoneService {
|
|
|
4192
4187
|
getTimezone(tz) {
|
|
4193
4188
|
return EUI_TIMEZONES.find((item) => item.name === tz);
|
|
4194
4189
|
}
|
|
4195
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
4196
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
4190
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiTimezoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4191
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiTimezoneService }); }
|
|
4197
4192
|
}
|
|
4198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
4193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiTimezoneService, decorators: [{
|
|
4199
4194
|
type: Injectable
|
|
4200
4195
|
}] });
|
|
4201
4196
|
|
|
@@ -4376,10 +4371,10 @@ class EuiThemeService {
|
|
|
4376
4371
|
}
|
|
4377
4372
|
}
|
|
4378
4373
|
}
|
|
4379
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
4380
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
4374
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4375
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiThemeService, providedIn: 'root' }); }
|
|
4381
4376
|
}
|
|
4382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
4377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiThemeService, decorators: [{
|
|
4383
4378
|
type: Injectable,
|
|
4384
4379
|
args: [{
|
|
4385
4380
|
providedIn: 'root',
|
|
@@ -4520,10 +4515,10 @@ class LocalStorageService extends StorageService {
|
|
|
4520
4515
|
}
|
|
4521
4516
|
}
|
|
4522
4517
|
}
|
|
4523
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
4524
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
4518
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LocalStorageService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4519
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LocalStorageService }); }
|
|
4525
4520
|
}
|
|
4526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
4521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LocalStorageService, decorators: [{
|
|
4527
4522
|
type: Injectable
|
|
4528
4523
|
}] });
|
|
4529
4524
|
|
|
@@ -4593,10 +4588,10 @@ class SessionStorageService extends StorageService {
|
|
|
4593
4588
|
}
|
|
4594
4589
|
}
|
|
4595
4590
|
}
|
|
4596
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
4597
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
4591
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: SessionStorageService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4592
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: SessionStorageService }); }
|
|
4598
4593
|
}
|
|
4599
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
4594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: SessionStorageService, decorators: [{
|
|
4600
4595
|
type: Injectable
|
|
4601
4596
|
}] });
|
|
4602
4597
|
|
|
@@ -4699,10 +4694,10 @@ class LocalForageService extends AsyncStorageService {
|
|
|
4699
4694
|
},
|
|
4700
4695
|
}));
|
|
4701
4696
|
}
|
|
4702
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
4703
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
4697
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LocalForageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4698
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LocalForageService }); }
|
|
4704
4699
|
}
|
|
4705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
4700
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LocalForageService, decorators: [{
|
|
4706
4701
|
type: Injectable
|
|
4707
4702
|
}], ctorParameters: () => [] });
|
|
4708
4703
|
|
|
@@ -4907,10 +4902,10 @@ class LocaleService extends EuiService {
|
|
|
4907
4902
|
return false;
|
|
4908
4903
|
}
|
|
4909
4904
|
}
|
|
4910
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
4911
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
4905
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LocaleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4906
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LocaleService, providedIn: 'root' }); }
|
|
4912
4907
|
}
|
|
4913
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
4908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LocaleService, decorators: [{
|
|
4914
4909
|
type: Injectable,
|
|
4915
4910
|
args: [{
|
|
4916
4911
|
providedIn: 'root',
|
|
@@ -4941,10 +4936,10 @@ class LocaleServiceMock extends LocaleService {
|
|
|
4941
4936
|
this.DEFAULT_LOCALE = state.id || 'en';
|
|
4942
4937
|
return of({ success: true });
|
|
4943
4938
|
}
|
|
4944
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
4945
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
4939
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LocaleServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4940
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LocaleServiceMock }); }
|
|
4946
4941
|
}
|
|
4947
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
4942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: LocaleServiceMock, decorators: [{
|
|
4948
4943
|
type: Injectable
|
|
4949
4944
|
}], ctorParameters: () => [] });
|
|
4950
4945
|
|
|
@@ -5235,10 +5230,10 @@ class EuiLoaderService {
|
|
|
5235
5230
|
this.loadStyle(dependency);
|
|
5236
5231
|
}
|
|
5237
5232
|
}
|
|
5238
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
5239
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
5233
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5234
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiLoaderService, providedIn: 'root' }); }
|
|
5240
5235
|
}
|
|
5241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
5236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuiLoaderService, decorators: [{
|
|
5242
5237
|
type: Injectable,
|
|
5243
5238
|
args: [{
|
|
5244
5239
|
providedIn: 'root',
|
|
@@ -5300,10 +5295,10 @@ class UserService extends EuiService {
|
|
|
5300
5295
|
getSignal() {
|
|
5301
5296
|
return this.state;
|
|
5302
5297
|
}
|
|
5303
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
5304
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
5298
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: UserService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5299
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: UserService, providedIn: 'root' }); }
|
|
5305
5300
|
}
|
|
5306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
5301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: UserService, decorators: [{
|
|
5307
5302
|
type: Injectable,
|
|
5308
5303
|
args: [{
|
|
5309
5304
|
providedIn: 'root',
|
|
@@ -5323,10 +5318,10 @@ class UserServiceMock extends UserService {
|
|
|
5323
5318
|
updateState(userState, reducer) {
|
|
5324
5319
|
/* empty */
|
|
5325
5320
|
}
|
|
5326
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
5327
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
5321
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: UserServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5322
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: UserServiceMock }); }
|
|
5328
5323
|
}
|
|
5329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
5324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: UserServiceMock, decorators: [{
|
|
5330
5325
|
type: Injectable
|
|
5331
5326
|
}], ctorParameters: () => [] });
|
|
5332
5327
|
|
|
@@ -5355,10 +5350,10 @@ class AddLangParamInterceptor {
|
|
|
5355
5350
|
params: req.params.set(langParam, langValue),
|
|
5356
5351
|
}));
|
|
5357
5352
|
}
|
|
5358
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
5359
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
5353
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: AddLangParamInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5354
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: AddLangParamInterceptor }); }
|
|
5360
5355
|
}
|
|
5361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
5356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
|
|
5362
5357
|
type: Injectable
|
|
5363
5358
|
}] });
|
|
5364
5359
|
|
|
@@ -5374,10 +5369,10 @@ class CachePreventionInterceptor {
|
|
|
5374
5369
|
headers: req.headers.set('Cache-Control', 'No-Cache'),
|
|
5375
5370
|
}));
|
|
5376
5371
|
}
|
|
5377
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
5378
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
5372
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: CachePreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5373
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: CachePreventionInterceptor }); }
|
|
5379
5374
|
}
|
|
5380
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
5375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
|
|
5381
5376
|
type: Injectable
|
|
5382
5377
|
}] });
|
|
5383
5378
|
|
|
@@ -5387,10 +5382,10 @@ class CorsSecurityInterceptor {
|
|
|
5387
5382
|
withCredentials: true,
|
|
5388
5383
|
}));
|
|
5389
5384
|
}
|
|
5390
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
5391
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
5385
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: CorsSecurityInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5386
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: CorsSecurityInterceptor }); }
|
|
5392
5387
|
}
|
|
5393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
5388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
|
|
5394
5389
|
type: Injectable
|
|
5395
5390
|
}] });
|
|
5396
5391
|
|
|
@@ -5400,10 +5395,10 @@ class CsrfPreventionInterceptor {
|
|
|
5400
5395
|
headers: request.headers.set('X-Requested-With', 'XMLHttpRequest'),
|
|
5401
5396
|
}));
|
|
5402
5397
|
}
|
|
5403
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
5404
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
5398
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: CsrfPreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5399
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: CsrfPreventionInterceptor }); }
|
|
5405
5400
|
}
|
|
5406
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
5401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
|
|
5407
5402
|
type: Injectable
|
|
5408
5403
|
}] });
|
|
5409
5404
|
|
|
@@ -5470,10 +5465,10 @@ class EuLoginSessionTimeoutHandlingInterceptor {
|
|
|
5470
5465
|
reauthenticate() {
|
|
5471
5466
|
document.location.reload();
|
|
5472
5467
|
}
|
|
5473
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
5474
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
5468
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5469
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor }); }
|
|
5475
5470
|
}
|
|
5476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
5471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
|
|
5477
5472
|
type: Injectable
|
|
5478
5473
|
}] });
|
|
5479
5474
|
|
|
@@ -5497,10 +5492,10 @@ class UxRequestErrorModelInterceptor {
|
|
|
5497
5492
|
return of(err);
|
|
5498
5493
|
}));
|
|
5499
5494
|
}
|
|
5500
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
5501
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.
|
|
5495
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: UxRequestErrorModelInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5496
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: UxRequestErrorModelInterceptor }); }
|
|
5502
5497
|
}
|
|
5503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
5498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
|
|
5504
5499
|
type: Injectable
|
|
5505
5500
|
}] });
|
|
5506
5501
|
|
|
@@ -5553,10 +5548,10 @@ class TranslateMockPipe {
|
|
|
5553
5548
|
transform(text) {
|
|
5554
5549
|
return !text ? TRANSLATED_STRING : `${text}-${TRANSLATED_STRING}`;
|
|
5555
5550
|
}
|
|
5556
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
5557
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.
|
|
5551
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: TranslateMockPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
5552
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.2", ngImport: i0, type: TranslateMockPipe, isStandalone: true, name: "translate" }); }
|
|
5558
5553
|
}
|
|
5559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
5554
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: TranslateMockPipe, decorators: [{
|
|
5560
5555
|
type: Pipe,
|
|
5561
5556
|
args: [{ name: 'translate' }]
|
|
5562
5557
|
}] });
|
|
@@ -5568,10 +5563,10 @@ class TranslateMockDirective {
|
|
|
5568
5563
|
ngAfterViewChecked() {
|
|
5569
5564
|
this._element.nativeElement.innerText += TRANSLATED_STRING;
|
|
5570
5565
|
}
|
|
5571
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
5572
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.
|
|
5566
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: TranslateMockDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5567
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.2", type: TranslateMockDirective, isStandalone: true, selector: "[translate]", inputs: { translateParams: "translateParams" }, ngImport: i0 }); }
|
|
5573
5568
|
}
|
|
5574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
5569
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: TranslateMockDirective, decorators: [{
|
|
5575
5570
|
type: Directive,
|
|
5576
5571
|
args: [{
|
|
5577
5572
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -5581,11 +5576,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImpor
|
|
|
5581
5576
|
type: Input
|
|
5582
5577
|
}] } });
|
|
5583
5578
|
class TranslateMockModule {
|
|
5584
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.
|
|
5585
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.
|
|
5586
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.
|
|
5579
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: TranslateMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
5580
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.2", ngImport: i0, type: TranslateMockModule, imports: [TranslateMockPipe, TranslateMockDirective], exports: [TranslateMockPipe, TranslateMockDirective] }); }
|
|
5581
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: TranslateMockModule, providers: [{ provide: TranslateService, useClass: TranslateServiceMock }] }); }
|
|
5587
5582
|
}
|
|
5588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.
|
|
5583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.2", ngImport: i0, type: TranslateMockModule, decorators: [{
|
|
5589
5584
|
type: NgModule,
|
|
5590
5585
|
args: [{
|
|
5591
5586
|
imports: [TranslateMockPipe, TranslateMockDirective],
|