@eui/core 21.0.0-alpha.14 → 21.0.0-alpha.16

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.
@@ -3542,6 +3542,7 @@
3542
3542
  hasHeaderLogo: false,
3543
3543
  hasHeaderEnvironment: false,
3544
3544
  hasToolbar: false,
3545
+ hasToolbarMegaMenu: false,
3545
3546
  hasToolbarMenu: false,
3546
3547
  environmentValue: '',
3547
3548
  isSidebarHidden: false,
@@ -121,7 +121,7 @@
121
121
  </ol>
122
122
  <ul class="properties-list">
123
123
  <li>
124
- <b>Version</b> : 21.0.0-alpha.14</li>
124
+ <b>Version</b> : 21.0.0-alpha.16</li>
125
125
  </ul>
126
126
 
127
127
 
@@ -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-next.1", ngImport: i0, type: LogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
673
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LogService }); }
672
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
673
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LogService }); }
674
674
  }
675
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LogService, decorators: [{
675
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", 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-next.1", ngImport: i0, type: LogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
774
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0-next.1", ngImport: i0, type: LogModule }); }
775
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LogModule }); }
773
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
774
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0-next.3", ngImport: i0, type: LogModule }); }
775
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LogModule }); }
776
776
  }
777
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LogModule, decorators: [{
777
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", 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-next.1", ngImport: i0, type: StoreService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
930
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: StoreService, providedIn: 'root' }); }
929
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: StoreService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
930
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: StoreService, providedIn: 'root' }); }
931
931
  }
932
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: StoreService, decorators: [{
932
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", 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-next.1", ngImport: i0, type: StoreServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
952
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: StoreServiceMock }); }
951
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: StoreServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
952
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: StoreServiceMock }); }
953
953
  }
954
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: StoreServiceMock, decorators: [{
954
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", 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-next.1", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1048
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0-next.1", ngImport: i0, type: CoreModule }); }
1049
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: CoreModule }); }
1047
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1048
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0-next.3", ngImport: i0, type: CoreModule }); }
1049
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: CoreModule }); }
1050
1050
  }
1051
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: CoreModule, decorators: [{
1051
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", 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-next.1", ngImport: i0, type: GlobalErrorHandler, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1228
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' }); }
1227
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: GlobalErrorHandler, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
1228
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' }); }
1229
1229
  }
1230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: GlobalErrorHandler, decorators: [{
1230
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", 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-next.1", ngImport: i0, type: HttpErrorHandlerInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1283
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: HttpErrorHandlerInterceptor }); }
1282
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: HttpErrorHandlerInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1283
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: HttpErrorHandlerInterceptor }); }
1284
1284
  }
1285
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: HttpErrorHandlerInterceptor, decorators: [{
1285
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", 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-next.1", ngImport: i0, type: EuiGrowlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1357
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiGrowlService, providedIn: 'root' }); }
1356
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiGrowlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1357
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiGrowlService, providedIn: 'root' }); }
1358
1358
  }
1359
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiGrowlService, decorators: [{
1359
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", 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-next.1", ngImport: i0, type: ApiQueueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1720
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: ApiQueueService, providedIn: 'root' }); }
1719
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: ApiQueueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1720
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: ApiQueueService, providedIn: 'root' }); }
1721
1721
  }
1722
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: ApiQueueService, decorators: [{
1722
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", 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-next.1", ngImport: i0, type: I18nLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1963
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: I18nLoader }); }
1962
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: I18nLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1963
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: I18nLoader }); }
1964
1964
  }
1965
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: I18nLoader, decorators: [{
1965
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", 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-next.1", ngImport: i0, type: I18nService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2205
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: I18nService, providedIn: 'root' }); }
2204
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: I18nService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2205
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: I18nService, providedIn: 'root' }); }
2206
2206
  }
2207
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: I18nService, decorators: [{
2207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: I18nService, decorators: [{
2208
2208
  type: Injectable,
2209
2209
  args: [{
2210
2210
  providedIn: 'root',
@@ -2475,6 +2475,7 @@ class CssUtils {
2475
2475
  this.setCssVar('--eui-app-breadcrumb-height-default', '--eui-app-breadcrumb-height', document, platform);
2476
2476
  this.setCssVar('--eui-app-top-message-height-default', '--eui-app-top-message-height', document, platform);
2477
2477
  this.setCssVar('--eui-app-toolbar-height-default', '--eui-app-toolbar-height', document, platform);
2478
+ this.setCssVar('--eui-app-toolbar-mega-menu-height-default', '--eui-app-toolbar-mega-menu-height', document, platform);
2478
2479
  this.setCssVar('--eui-app-sidebar-width-default', '--eui-app-sidebar-width', document, platform);
2479
2480
  this.setCssVar('--eui-app-sidebar-width-close-default', '--eui-app-sidebar-width-close', document, platform);
2480
2481
  this.setCssVar('--eui-app-sidebar-header-height-default', '--eui-app-sidebar-header-height', document, platform);
@@ -2527,6 +2528,9 @@ class CssUtils {
2527
2528
  static { this.activateToolbarCssVars = (document, platform) => {
2528
2529
  this.setCssVar('--eui-app-toolbar-height-active', '--eui-app-toolbar-height', document, platform);
2529
2530
  }; }
2531
+ static { this.activateToolbarMegaMenuCssVars = (document, platform) => {
2532
+ this.setCssVar('--eui-app-toolbar-mega-menu-height-active', '--eui-app-toolbar-mega-menu-height', document, platform);
2533
+ }; }
2530
2534
  static { this.activateFooterCssVars = (document, platform) => {
2531
2535
  this.setCssVar('--eui-app-footer-height-active', '--eui-app-footer-height', document, platform);
2532
2536
  }; }
@@ -2822,10 +2826,10 @@ class EuiPermissionService extends EuiService {
2822
2826
  }
2823
2827
  return rights.every((right) => this.userRights.find((uRight) => uRight.id === right.id));
2824
2828
  }
2825
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiPermissionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2826
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiPermissionService, providedIn: 'root' }); }
2829
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiPermissionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2830
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiPermissionService, providedIn: 'root' }); }
2827
2831
  }
2828
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiPermissionService, decorators: [{
2832
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiPermissionService, decorators: [{
2829
2833
  type: Injectable,
2830
2834
  args: [{
2831
2835
  providedIn: 'root',
@@ -2883,10 +2887,10 @@ class EuiDynamicMenuService {
2883
2887
  return true;
2884
2888
  });
2885
2889
  }
2886
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiDynamicMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2887
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiDynamicMenuService, providedIn: 'root' }); }
2890
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiDynamicMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2891
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiDynamicMenuService, providedIn: 'root' }); }
2888
2892
  }
2889
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiDynamicMenuService, decorators: [{
2893
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiDynamicMenuService, decorators: [{
2890
2894
  type: Injectable,
2891
2895
  args: [{
2892
2896
  providedIn: 'root',
@@ -2951,10 +2955,10 @@ class EuiDynamicComponentService {
2951
2955
  parent: this.injector,
2952
2956
  });
2953
2957
  }
2954
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiDynamicComponentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2955
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiDynamicComponentService }); }
2958
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiDynamicComponentService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2959
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiDynamicComponentService }); }
2956
2960
  }
2957
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiDynamicComponentService, decorators: [{
2961
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiDynamicComponentService, decorators: [{
2958
2962
  type: Injectable
2959
2963
  }] });
2960
2964
 
@@ -2971,6 +2975,7 @@ const initialState$1 = {
2971
2975
  hasHeaderLogo: false,
2972
2976
  hasHeaderEnvironment: false,
2973
2977
  hasToolbar: false,
2978
+ hasToolbarMegaMenu: false,
2974
2979
  hasToolbarMenu: false,
2975
2980
  environmentValue: '',
2976
2981
  isSidebarHidden: false,
@@ -3233,6 +3238,13 @@ class EuiAppShellService {
3233
3238
  });
3234
3239
  CssUtils.activateToolbarCssVars(this.document, this.platformId);
3235
3240
  }
3241
+ activateToolbarMegaMenu() {
3242
+ this.setState({
3243
+ ...this.state,
3244
+ hasToolbarMegaMenu: true,
3245
+ });
3246
+ CssUtils.activateToolbarMegaMenuCssVars(this.document, this.platformId);
3247
+ }
3236
3248
  activateToolbarMenu() {
3237
3249
  this.setState({
3238
3250
  ...this.state,
@@ -3338,10 +3350,10 @@ class EuiAppShellService {
3338
3350
  }
3339
3351
  });
3340
3352
  }
3341
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiAppShellService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3342
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiAppShellService, providedIn: 'root' }); }
3353
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiAppShellService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3354
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiAppShellService, providedIn: 'root' }); }
3343
3355
  }
3344
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiAppShellService, decorators: [{
3356
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiAppShellService, decorators: [{
3345
3357
  type: Injectable,
3346
3358
  args: [{
3347
3359
  providedIn: 'root',
@@ -4055,10 +4067,10 @@ class EuiTimezoneService {
4055
4067
  getTimezone(tz) {
4056
4068
  return EUI_TIMEZONES.find((item) => item.name === tz);
4057
4069
  }
4058
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiTimezoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4059
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiTimezoneService }); }
4070
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiTimezoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4071
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiTimezoneService }); }
4060
4072
  }
4061
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiTimezoneService, decorators: [{
4073
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiTimezoneService, decorators: [{
4062
4074
  type: Injectable
4063
4075
  }] });
4064
4076
 
@@ -4253,10 +4265,10 @@ class EuiThemeService {
4253
4265
  }
4254
4266
  }
4255
4267
  }
4256
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4257
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiThemeService, providedIn: 'root' }); }
4268
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4269
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiThemeService, providedIn: 'root' }); }
4258
4270
  }
4259
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiThemeService, decorators: [{
4271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiThemeService, decorators: [{
4260
4272
  type: Injectable,
4261
4273
  args: [{
4262
4274
  providedIn: 'root',
@@ -4397,10 +4409,10 @@ class LocalStorageService extends StorageService {
4397
4409
  }
4398
4410
  }
4399
4411
  }
4400
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LocalStorageService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
4401
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LocalStorageService }); }
4412
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LocalStorageService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
4413
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LocalStorageService }); }
4402
4414
  }
4403
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LocalStorageService, decorators: [{
4415
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LocalStorageService, decorators: [{
4404
4416
  type: Injectable
4405
4417
  }] });
4406
4418
 
@@ -4470,10 +4482,10 @@ class SessionStorageService extends StorageService {
4470
4482
  }
4471
4483
  }
4472
4484
  }
4473
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: SessionStorageService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
4474
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: SessionStorageService }); }
4485
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: SessionStorageService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
4486
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: SessionStorageService }); }
4475
4487
  }
4476
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: SessionStorageService, decorators: [{
4488
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: SessionStorageService, decorators: [{
4477
4489
  type: Injectable
4478
4490
  }] });
4479
4491
 
@@ -4576,10 +4588,10 @@ class LocalForageService extends AsyncStorageService {
4576
4588
  },
4577
4589
  }));
4578
4590
  }
4579
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LocalForageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4580
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LocalForageService }); }
4591
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LocalForageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4592
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LocalForageService }); }
4581
4593
  }
4582
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LocalForageService, decorators: [{
4594
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LocalForageService, decorators: [{
4583
4595
  type: Injectable
4584
4596
  }], ctorParameters: () => [] });
4585
4597
 
@@ -4756,10 +4768,10 @@ class LocaleService extends EuiService {
4756
4768
  });
4757
4769
  }
4758
4770
  }
4759
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LocaleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4760
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LocaleService, providedIn: 'root' }); }
4771
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LocaleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4772
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LocaleService, providedIn: 'root' }); }
4761
4773
  }
4762
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LocaleService, decorators: [{
4774
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LocaleService, decorators: [{
4763
4775
  type: Injectable,
4764
4776
  args: [{
4765
4777
  providedIn: 'root',
@@ -4790,10 +4802,10 @@ class LocaleServiceMock extends LocaleService {
4790
4802
  this.DEFAULT_LOCALE = state.id || 'en';
4791
4803
  return of({ success: true });
4792
4804
  }
4793
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LocaleServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4794
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LocaleServiceMock }); }
4805
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LocaleServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
4806
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LocaleServiceMock }); }
4795
4807
  }
4796
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: LocaleServiceMock, decorators: [{
4808
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: LocaleServiceMock, decorators: [{
4797
4809
  type: Injectable
4798
4810
  }], ctorParameters: () => [] });
4799
4811
 
@@ -5085,10 +5097,10 @@ class EuiLoaderService {
5085
5097
  this.loadStyle(dependency);
5086
5098
  }
5087
5099
  }
5088
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5089
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiLoaderService, providedIn: 'root' }); }
5100
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5101
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiLoaderService, providedIn: 'root' }); }
5090
5102
  }
5091
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuiLoaderService, decorators: [{
5103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuiLoaderService, decorators: [{
5092
5104
  type: Injectable,
5093
5105
  args: [{
5094
5106
  providedIn: 'root',
@@ -5150,10 +5162,10 @@ class UserService extends EuiService {
5150
5162
  getSignal() {
5151
5163
  return this.state;
5152
5164
  }
5153
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: UserService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5154
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: UserService, providedIn: 'root' }); }
5165
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: UserService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5166
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: UserService, providedIn: 'root' }); }
5155
5167
  }
5156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: UserService, decorators: [{
5168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: UserService, decorators: [{
5157
5169
  type: Injectable,
5158
5170
  args: [{
5159
5171
  providedIn: 'root',
@@ -5173,10 +5185,10 @@ class UserServiceMock extends UserService {
5173
5185
  updateState(userState, reducer) {
5174
5186
  /* empty */
5175
5187
  }
5176
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: UserServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5177
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: UserServiceMock }); }
5188
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: UserServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5189
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: UserServiceMock }); }
5178
5190
  }
5179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: UserServiceMock, decorators: [{
5191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: UserServiceMock, decorators: [{
5180
5192
  type: Injectable
5181
5193
  }], ctorParameters: () => [] });
5182
5194
 
@@ -5205,10 +5217,10 @@ class AddLangParamInterceptor {
5205
5217
  params: req.params.set(langParam, langValue),
5206
5218
  }));
5207
5219
  }
5208
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: AddLangParamInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5209
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: AddLangParamInterceptor }); }
5220
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: AddLangParamInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5221
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: AddLangParamInterceptor }); }
5210
5222
  }
5211
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
5223
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
5212
5224
  type: Injectable
5213
5225
  }] });
5214
5226
 
@@ -5224,10 +5236,10 @@ class CachePreventionInterceptor {
5224
5236
  headers: req.headers.set('Cache-Control', 'No-Cache'),
5225
5237
  }));
5226
5238
  }
5227
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: CachePreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5228
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: CachePreventionInterceptor }); }
5239
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: CachePreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5240
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: CachePreventionInterceptor }); }
5229
5241
  }
5230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
5242
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
5231
5243
  type: Injectable
5232
5244
  }] });
5233
5245
 
@@ -5237,10 +5249,10 @@ class CorsSecurityInterceptor {
5237
5249
  withCredentials: true,
5238
5250
  }));
5239
5251
  }
5240
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: CorsSecurityInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5241
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: CorsSecurityInterceptor }); }
5252
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: CorsSecurityInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5253
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: CorsSecurityInterceptor }); }
5242
5254
  }
5243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
5255
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
5244
5256
  type: Injectable
5245
5257
  }] });
5246
5258
 
@@ -5250,10 +5262,10 @@ class CsrfPreventionInterceptor {
5250
5262
  headers: request.headers.set('X-Requested-With', 'XMLHttpRequest'),
5251
5263
  }));
5252
5264
  }
5253
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: CsrfPreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5254
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: CsrfPreventionInterceptor }); }
5265
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: CsrfPreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5266
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: CsrfPreventionInterceptor }); }
5255
5267
  }
5256
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
5268
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
5257
5269
  type: Injectable
5258
5270
  }] });
5259
5271
 
@@ -5320,10 +5332,10 @@ class EuLoginSessionTimeoutHandlingInterceptor {
5320
5332
  reauthenticate() {
5321
5333
  document.location.reload();
5322
5334
  }
5323
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5324
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor }); }
5335
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5336
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor }); }
5325
5337
  }
5326
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
5338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
5327
5339
  type: Injectable
5328
5340
  }] });
5329
5341
 
@@ -5347,10 +5359,10 @@ class UxRequestErrorModelInterceptor {
5347
5359
  return of(err);
5348
5360
  }));
5349
5361
  }
5350
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: UxRequestErrorModelInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5351
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: UxRequestErrorModelInterceptor }); }
5362
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: UxRequestErrorModelInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
5363
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: UxRequestErrorModelInterceptor }); }
5352
5364
  }
5353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
5365
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.3", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
5354
5366
  type: Injectable
5355
5367
  }] });
5356
5368