@eui/core 18.0.0-next.62 → 18.0.0-next.63

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.
Files changed (46) hide show
  1. package/docs/classes/CssUtils.html +57 -0
  2. package/docs/dependencies.html +18 -18
  3. package/docs/injectables/EuiAppShellService.html +0 -119
  4. package/docs/interfaces/UIState.html +45 -180
  5. package/docs/js/search/search_index.js +2 -2
  6. package/docs/miscellaneous/variables.html +1 -4
  7. package/esm2022/lib/eui-core.module.mjs +4 -4
  8. package/esm2022/lib/helpers/css-utils.mjs +24 -1
  9. package/esm2022/lib/interceptors/add-lang-param.interceptor.mjs +3 -3
  10. package/esm2022/lib/interceptors/cache-prevention.interceptor.mjs +3 -3
  11. package/esm2022/lib/interceptors/cors-security.interceptor.mjs +3 -3
  12. package/esm2022/lib/interceptors/csrf-prevention.interceptor.mjs +3 -3
  13. package/esm2022/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +3 -3
  14. package/esm2022/lib/interceptors/ux-request-error-model.interceptor.mjs +3 -3
  15. package/esm2022/lib/services/dynamic-component/dynamic-component.service.mjs +3 -3
  16. package/esm2022/lib/services/dynamic-menu/dynamic-menu.service.mjs +3 -3
  17. package/esm2022/lib/services/errors/global-error-handler.mjs +3 -3
  18. package/esm2022/lib/services/errors/http-error-handler.interceptor.mjs +3 -3
  19. package/esm2022/lib/services/eui-app-shell.service.mjs +20 -57
  20. package/esm2022/lib/services/eui-theme.service.mjs +3 -3
  21. package/esm2022/lib/services/eui-timezone.service.mjs +3 -3
  22. package/esm2022/lib/services/growl/eui-growl.service.mjs +3 -3
  23. package/esm2022/lib/services/i18n/i18n.loader.mjs +3 -3
  24. package/esm2022/lib/services/i18n/i18n.service.mjs +3 -3
  25. package/esm2022/lib/services/loader/eui-loader.service.mjs +3 -3
  26. package/esm2022/lib/services/locale/locale.service.mjs +3 -3
  27. package/esm2022/lib/services/locale/locale.service.mock.mjs +3 -3
  28. package/esm2022/lib/services/log/log.module.mjs +4 -4
  29. package/esm2022/lib/services/log/log.service.mjs +3 -3
  30. package/esm2022/lib/services/permission/permission.service.mjs +3 -3
  31. package/esm2022/lib/services/queue/api-queue.service.mjs +3 -3
  32. package/esm2022/lib/services/storage/local-forage.service.mjs +3 -3
  33. package/esm2022/lib/services/storage/local-storage.service.mjs +3 -3
  34. package/esm2022/lib/services/storage/session-storage.service.mjs +3 -3
  35. package/esm2022/lib/services/store/effects/app.effects.mjs +3 -3
  36. package/esm2022/lib/services/store/store.service.mjs +3 -3
  37. package/esm2022/lib/services/store/store.service.mock.mjs +3 -3
  38. package/esm2022/lib/services/user/user.service.mjs +3 -3
  39. package/esm2022/lib/services/user/user.service.mock.mjs +3 -3
  40. package/fesm2022/eui-core.mjs +137 -151
  41. package/fesm2022/eui-core.mjs.map +2 -2
  42. package/lib/helpers/css-utils.d.ts +16 -15
  43. package/lib/helpers/css-utils.d.ts.map +1 -1
  44. package/lib/services/eui-app-shell.service.d.ts +2 -8
  45. package/lib/services/eui-app-shell.service.d.ts.map +1 -1
  46. package/package.json +2 -2
@@ -351,13 +351,13 @@ var EuiGrowlService = class _EuiGrowlService {
351
351
  this.growl({ severity: "info", summary: "INFO", detail: msg }, false, false, void 0, position2);
352
352
  }
353
353
  static {
354
- this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i0, type: _EuiGrowlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
354
+ this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i0, type: _EuiGrowlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
355
355
  }
356
356
  static {
357
- this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i0, type: _EuiGrowlService, providedIn: "root" });
357
+ this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i0, type: _EuiGrowlService, providedIn: "root" });
358
358
  }
359
359
  };
360
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i0, type: EuiGrowlService, decorators: [{
360
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i0, type: EuiGrowlService, decorators: [{
361
361
  type: Injectable,
362
362
  args: [{
363
363
  providedIn: "root"
@@ -400,13 +400,13 @@ var CoreAppEffects = class _CoreAppEffects {
400
400
  })), { dispatch: false });
401
401
  }
402
402
  static {
403
- this.ɵfac = i02.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i02, type: _CoreAppEffects, deps: [{ token: i1.Actions }, { token: SHOW_CONNECTION_STATUS_TOKEN }, { token: i2.TranslateService }, { token: EuiGrowlService }], target: i02.ɵɵFactoryTarget.Injectable });
403
+ this.ɵfac = i02.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i02, type: _CoreAppEffects, deps: [{ token: i1.Actions }, { token: SHOW_CONNECTION_STATUS_TOKEN }, { token: i2.TranslateService }, { token: EuiGrowlService }], target: i02.ɵɵFactoryTarget.Injectable });
404
404
  }
405
405
  static {
406
- this.ɵprov = i02.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i02, type: _CoreAppEffects });
406
+ this.ɵprov = i02.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i02, type: _CoreAppEffects });
407
407
  }
408
408
  };
409
- i02.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i02, type: CoreAppEffects, decorators: [{
409
+ i02.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i02, type: CoreAppEffects, decorators: [{
410
410
  type: Injectable2
411
411
  }], ctorParameters: () => [{ type: i1.Actions }, { type: void 0, decorators: [{
412
412
  type: Inject,
@@ -643,13 +643,13 @@ var LogService = class _LogService extends Logger {
643
643
  return logger;
644
644
  }
645
645
  static {
646
- this.ɵfac = i03.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i03, type: _LogService, deps: [{ token: BASE_LOGGER_NAME_TOKEN }, { token: LOG_LEVEL_TOKEN }, { token: LOG_APPENDERS_TOKEN }], target: i03.ɵɵFactoryTarget.Injectable });
646
+ this.ɵfac = i03.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i03, type: _LogService, deps: [{ token: BASE_LOGGER_NAME_TOKEN }, { token: LOG_LEVEL_TOKEN }, { token: LOG_APPENDERS_TOKEN }], target: i03.ɵɵFactoryTarget.Injectable });
647
647
  }
648
648
  static {
649
- this.ɵprov = i03.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i03, type: _LogService });
649
+ this.ɵprov = i03.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i03, type: _LogService });
650
650
  }
651
651
  };
652
- i03.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i03, type: LogService, decorators: [{
652
+ i03.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i03, type: LogService, decorators: [{
653
653
  type: Injectable3
654
654
  }], ctorParameters: () => [{ type: void 0, decorators: [{
655
655
  type: Inject2,
@@ -726,16 +726,16 @@ var LogModule = class _LogModule {
726
726
  };
727
727
  }
728
728
  static {
729
- this.ɵfac = i04.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i04, type: _LogModule, deps: [], target: i04.ɵɵFactoryTarget.NgModule });
729
+ this.ɵfac = i04.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i04, type: _LogModule, deps: [], target: i04.ɵɵFactoryTarget.NgModule });
730
730
  }
731
731
  static {
732
- this.ɵmod = i04.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-rc.0", ngImport: i04, type: _LogModule });
732
+ this.ɵmod = i04.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-rc.1", ngImport: i04, type: _LogModule });
733
733
  }
734
734
  static {
735
- this.ɵinj = i04.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i04, type: _LogModule });
735
+ this.ɵinj = i04.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i04, type: _LogModule });
736
736
  }
737
737
  };
738
- i04.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i04, type: LogModule, decorators: [{
738
+ i04.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i04, type: LogModule, decorators: [{
739
739
  type: NgModule
740
740
  }] });
741
741
 
@@ -836,13 +836,13 @@ var StoreService = class _StoreService {
836
836
  }
837
837
  }
838
838
  static {
839
- this.ɵfac = i05.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i05, type: _StoreService, deps: [{ token: i13.Store, optional: true }, { token: LogService, optional: true }], target: i05.ɵɵFactoryTarget.Injectable });
839
+ this.ɵfac = i05.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i05, type: _StoreService, deps: [{ token: i13.Store, optional: true }, { token: LogService, optional: true }], target: i05.ɵɵFactoryTarget.Injectable });
840
840
  }
841
841
  static {
842
- this.ɵprov = i05.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i05, type: _StoreService, providedIn: "root" });
842
+ this.ɵprov = i05.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i05, type: _StoreService, providedIn: "root" });
843
843
  }
844
844
  };
845
- i05.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i05, type: StoreService, decorators: [{
845
+ i05.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i05, type: StoreService, decorators: [{
846
846
  type: Injectable4,
847
847
  args: [{
848
848
  providedIn: "root"
@@ -873,13 +873,13 @@ var StoreServiceMock = class _StoreServiceMock extends StoreService {
873
873
  return of({});
874
874
  }
875
875
  static {
876
- this.ɵfac = i06.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i06, type: _StoreServiceMock, deps: [], target: i06.ɵɵFactoryTarget.Injectable });
876
+ this.ɵfac = i06.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i06, type: _StoreServiceMock, deps: [], target: i06.ɵɵFactoryTarget.Injectable });
877
877
  }
878
878
  static {
879
- this.ɵprov = i06.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i06, type: _StoreServiceMock });
879
+ this.ɵprov = i06.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i06, type: _StoreServiceMock });
880
880
  }
881
881
  };
882
- i06.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i06, type: StoreServiceMock, decorators: [{
882
+ i06.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i06, type: StoreServiceMock, decorators: [{
883
883
  type: Injectable5
884
884
  }], ctorParameters: () => [] });
885
885
 
@@ -986,16 +986,16 @@ var CoreModule = class _CoreModule {
986
986
  }
987
987
  }
988
988
  static {
989
- this.ɵfac = i07.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i07, type: _CoreModule, deps: [{ token: CORE_ROOT_GUARD, optional: true }, { token: _CoreModule, optional: true, skipSelf: true }, { token: i07.Injector }], target: i07.ɵɵFactoryTarget.NgModule });
989
+ this.ɵfac = i07.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i07, type: _CoreModule, deps: [{ token: CORE_ROOT_GUARD, optional: true }, { token: _CoreModule, optional: true, skipSelf: true }, { token: i07.Injector }], target: i07.ɵɵFactoryTarget.NgModule });
990
990
  }
991
991
  static {
992
- this.ɵmod = i07.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-rc.0", ngImport: i07, type: _CoreModule });
992
+ this.ɵmod = i07.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-rc.1", ngImport: i07, type: _CoreModule });
993
993
  }
994
994
  static {
995
- this.ɵinj = i07.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i07, type: _CoreModule });
995
+ this.ɵinj = i07.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i07, type: _CoreModule });
996
996
  }
997
997
  };
998
- i07.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i07, type: CoreModule, decorators: [{
998
+ i07.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i07, type: CoreModule, decorators: [{
999
999
  type: NgModule2,
1000
1000
  args: [{
1001
1001
  imports: [
@@ -1104,13 +1104,13 @@ var GlobalErrorHandler = class _GlobalErrorHandler extends ErrorHandler {
1104
1104
  super.handleError(error);
1105
1105
  }
1106
1106
  static {
1107
- this.ɵfac = i08.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i08, type: _GlobalErrorHandler, deps: [{ token: LogService }], target: i08.ɵɵFactoryTarget.Injectable });
1107
+ this.ɵfac = i08.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i08, type: _GlobalErrorHandler, deps: [{ token: LogService }], target: i08.ɵɵFactoryTarget.Injectable });
1108
1108
  }
1109
1109
  static {
1110
- this.ɵprov = i08.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i08, type: _GlobalErrorHandler, providedIn: "root" });
1110
+ this.ɵprov = i08.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i08, type: _GlobalErrorHandler, providedIn: "root" });
1111
1111
  }
1112
1112
  };
1113
- i08.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i08, type: GlobalErrorHandler, decorators: [{
1113
+ i08.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i08, type: GlobalErrorHandler, decorators: [{
1114
1114
  type: Injectable6,
1115
1115
  args: [{
1116
1116
  providedIn: "root"
@@ -1164,13 +1164,13 @@ var HttpErrorHandlerInterceptor = class _HttpErrorHandlerInterceptor {
1164
1164
  return routes.length > 0 ? routes[0] : null;
1165
1165
  }
1166
1166
  static {
1167
- this.ɵfac = i09.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i09, type: _HttpErrorHandlerInterceptor, deps: [{ token: HTTP_ERROR_HANDLER_CONFIG_TOKEN }, { token: i09.Injector }, { token: i14.Router }], target: i09.ɵɵFactoryTarget.Injectable });
1167
+ this.ɵfac = i09.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i09, type: _HttpErrorHandlerInterceptor, deps: [{ token: HTTP_ERROR_HANDLER_CONFIG_TOKEN }, { token: i09.Injector }, { token: i14.Router }], target: i09.ɵɵFactoryTarget.Injectable });
1168
1168
  }
1169
1169
  static {
1170
- this.ɵprov = i09.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i09, type: _HttpErrorHandlerInterceptor });
1170
+ this.ɵprov = i09.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i09, type: _HttpErrorHandlerInterceptor });
1171
1171
  }
1172
1172
  };
1173
- i09.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i09, type: HttpErrorHandlerInterceptor, decorators: [{
1173
+ i09.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i09, type: HttpErrorHandlerInterceptor, decorators: [{
1174
1174
  type: Injectable7
1175
1175
  }], ctorParameters: () => [{ type: void 0, decorators: [{
1176
1176
  type: Inject4,
@@ -1480,13 +1480,13 @@ var ApiQueueService = class _ApiQueueService {
1480
1480
  return this.http[item.method.toLowerCase()](item.uri, item.payload).pipe(tap3(() => this.removeQueueItem(id)));
1481
1481
  }
1482
1482
  static {
1483
- this.ɵfac = i010.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i010, type: _ApiQueueService, deps: [{ token: StoreService }, { token: i22.HttpClient }, { token: LogService, optional: true }], target: i010.ɵɵFactoryTarget.Injectable });
1483
+ this.ɵfac = i010.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i010, type: _ApiQueueService, deps: [{ token: StoreService }, { token: i22.HttpClient }, { token: LogService, optional: true }], target: i010.ɵɵFactoryTarget.Injectable });
1484
1484
  }
1485
1485
  static {
1486
- this.ɵprov = i010.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i010, type: _ApiQueueService, providedIn: "root" });
1486
+ this.ɵprov = i010.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i010, type: _ApiQueueService, providedIn: "root" });
1487
1487
  }
1488
1488
  };
1489
- i010.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i010, type: ApiQueueService, decorators: [{
1489
+ i010.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i010, type: ApiQueueService, decorators: [{
1490
1490
  type: Injectable8,
1491
1491
  args: [{
1492
1492
  providedIn: "root"
@@ -1723,13 +1723,13 @@ var I18nLoader = class _I18nLoader {
1723
1723
  return void 0;
1724
1724
  }
1725
1725
  static {
1726
- this.ɵfac = i011.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i011, type: _I18nLoader, deps: [{ token: i15.HttpClient }, { token: LogService, optional: true }, { token: CONFIG_TOKEN }], target: i011.ɵɵFactoryTarget.Injectable });
1726
+ this.ɵfac = i011.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i011, type: _I18nLoader, deps: [{ token: i15.HttpClient }, { token: LogService, optional: true }, { token: CONFIG_TOKEN }], target: i011.ɵɵFactoryTarget.Injectable });
1727
1727
  }
1728
1728
  static {
1729
- this.ɵprov = i011.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i011, type: _I18nLoader });
1729
+ this.ɵprov = i011.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i011, type: _I18nLoader });
1730
1730
  }
1731
1731
  };
1732
- i011.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i011, type: I18nLoader, decorators: [{
1732
+ i011.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i011, type: I18nLoader, decorators: [{
1733
1733
  type: Injectable9
1734
1734
  }], ctorParameters: () => [{ type: i15.HttpClient }, { type: LogService, decorators: [{
1735
1735
  type: Optional4
@@ -1928,13 +1928,13 @@ var I18nService = class _I18nService extends EuiLazyService {
1928
1928
  this.document.documentElement.lang = lang;
1929
1929
  }
1930
1930
  static {
1931
- this.ɵfac = i012.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i012, type: _I18nService, deps: [{ token: GLOBAL_CONFIG_TOKEN }, { token: i16.TranslateService }, { token: LogService, optional: true }, { token: StoreService }, { token: DOCUMENT }], target: i012.ɵɵFactoryTarget.Injectable });
1931
+ this.ɵfac = i012.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i012, type: _I18nService, deps: [{ token: GLOBAL_CONFIG_TOKEN }, { token: i16.TranslateService }, { token: LogService, optional: true }, { token: StoreService }, { token: DOCUMENT }], target: i012.ɵɵFactoryTarget.Injectable });
1932
1932
  }
1933
1933
  static {
1934
- this.ɵprov = i012.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i012, type: _I18nService, providedIn: "root" });
1934
+ this.ɵprov = i012.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i012, type: _I18nService, providedIn: "root" });
1935
1935
  }
1936
1936
  };
1937
- i012.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i012, type: I18nService, decorators: [{
1937
+ i012.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i012, type: I18nService, decorators: [{
1938
1938
  type: Injectable10,
1939
1939
  args: [{
1940
1940
  providedIn: "root"
@@ -2159,6 +2159,30 @@ var CssUtils = class {
2159
2159
  this.setCssVar("--eui-app-sidebar-footer-height-default", "--eui-app-sidebar-footer-height");
2160
2160
  };
2161
2161
  }
2162
+ static {
2163
+ this.getBreakpointValues = () => {
2164
+ const breakpoints = [];
2165
+ const xs = this.getCssVarValue("--eui-bp-xs");
2166
+ breakpoints.push({ bkp: "xs", pxValue: xs, value: xs.replace("px", "") });
2167
+ const sm = this.getCssVarValue("--eui-bp-sm");
2168
+ breakpoints.push({ bkp: "sm", pxValue: sm, value: sm.replace("px", "") });
2169
+ const md = this.getCssVarValue("--eui-bp-md");
2170
+ breakpoints.push({ bkp: "md", pxValue: md, value: md.replace("px", "") });
2171
+ const lg = this.getCssVarValue("--eui-bp-lg");
2172
+ breakpoints.push({ bkp: "lg", pxValue: lg, value: lg.replace("px", "") });
2173
+ const xl = this.getCssVarValue("--eui-bp-xl");
2174
+ breakpoints.push({ bkp: "xl", pxValue: xl, value: xl.replace("px", "") });
2175
+ const xxl = this.getCssVarValue("--eui-bp-xxl");
2176
+ breakpoints.push({ bkp: "xxl", pxValue: xxl, value: xxl.replace("px", "") });
2177
+ const fhd = this.getCssVarValue("--eui-bp-fhd");
2178
+ breakpoints.push({ bkp: "fhd", pxValue: fhd, value: fhd.replace("px", "") });
2179
+ const twok = this.getCssVarValue("--eui-bp-2k");
2180
+ breakpoints.push({ bkp: "2k", pxValue: twok, value: twok.replace("px", "") });
2181
+ const fourk = this.getCssVarValue("--eui-bp-4k");
2182
+ breakpoints.push({ bkp: "4k", pxValue: fourk, value: fourk.replace("px", "") });
2183
+ return breakpoints;
2184
+ };
2185
+ }
2162
2186
  static {
2163
2187
  this.activateEditModeCssVars = (isActive) => {
2164
2188
  if (isActive) {
@@ -2456,13 +2480,13 @@ var EuiPermissionService = class _EuiPermissionService extends EuiService {
2456
2480
  return rights.every((right) => this.userRights.find((uRight) => uRight.id === right.id));
2457
2481
  }
2458
2482
  static {
2459
- this.ɵfac = i013.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i013, type: _EuiPermissionService, deps: [{ token: LogService, optional: true }, { token: StoreService }], target: i013.ɵɵFactoryTarget.Injectable });
2483
+ this.ɵfac = i013.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i013, type: _EuiPermissionService, deps: [{ token: LogService, optional: true }, { token: StoreService }], target: i013.ɵɵFactoryTarget.Injectable });
2460
2484
  }
2461
2485
  static {
2462
- this.ɵprov = i013.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i013, type: _EuiPermissionService, providedIn: "root" });
2486
+ this.ɵprov = i013.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i013, type: _EuiPermissionService, providedIn: "root" });
2463
2487
  }
2464
2488
  };
2465
- i013.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i013, type: EuiPermissionService, decorators: [{
2489
+ i013.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i013, type: EuiPermissionService, decorators: [{
2466
2490
  type: Injectable11,
2467
2491
  args: [{
2468
2492
  providedIn: "root"
@@ -2523,13 +2547,13 @@ var EuiDynamicMenuService = class _EuiDynamicMenuService {
2523
2547
  });
2524
2548
  }
2525
2549
  static {
2526
- this.ɵfac = i014.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i014, type: _EuiDynamicMenuService, deps: [{ token: EuiPermissionService }, { token: StoreService }], target: i014.ɵɵFactoryTarget.Injectable });
2550
+ this.ɵfac = i014.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i014, type: _EuiDynamicMenuService, deps: [{ token: EuiPermissionService }, { token: StoreService }], target: i014.ɵɵFactoryTarget.Injectable });
2527
2551
  }
2528
2552
  static {
2529
- this.ɵprov = i014.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i014, type: _EuiDynamicMenuService, providedIn: "root" });
2553
+ this.ɵprov = i014.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i014, type: _EuiDynamicMenuService, providedIn: "root" });
2530
2554
  }
2531
2555
  };
2532
- i014.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i014, type: EuiDynamicMenuService, decorators: [{
2556
+ i014.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i014, type: EuiDynamicMenuService, decorators: [{
2533
2557
  type: Injectable12,
2534
2558
  args: [{
2535
2559
  providedIn: "root"
@@ -2594,13 +2618,13 @@ var EuiDynamicComponentService = class _EuiDynamicComponentService {
2594
2618
  return new PortalInjector(this.injector, injectorTokens);
2595
2619
  }
2596
2620
  static {
2597
- this.ɵfac = i015.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i015, type: _EuiDynamicComponentService, deps: [{ token: i015.ComponentFactoryResolver }, { token: i015.Injector }, { token: i015.ApplicationRef }], target: i015.ɵɵFactoryTarget.Injectable });
2621
+ this.ɵfac = i015.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i015, type: _EuiDynamicComponentService, deps: [{ token: i015.ComponentFactoryResolver }, { token: i015.Injector }, { token: i015.ApplicationRef }], target: i015.ɵɵFactoryTarget.Injectable });
2598
2622
  }
2599
2623
  static {
2600
- this.ɵprov = i015.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i015, type: _EuiDynamicComponentService });
2624
+ this.ɵprov = i015.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i015, type: _EuiDynamicComponentService });
2601
2625
  }
2602
2626
  };
2603
- i015.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i015, type: EuiDynamicComponentService, decorators: [{
2627
+ i015.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i015, type: EuiDynamicComponentService, decorators: [{
2604
2628
  type: Injectable13
2605
2629
  }], ctorParameters: () => [{ type: i015.ComponentFactoryResolver }, { type: i015.Injector }, { type: i015.ApplicationRef }] });
2606
2630
 
@@ -2622,11 +2646,7 @@ var initialState = {
2622
2646
  appSubTitle: "",
2623
2647
  appBaseFontSize: "",
2624
2648
  isSidebarOpen: true,
2625
- isSidebarHover: false,
2626
2649
  isSidebarActive: false,
2627
- isSidebarInnerActive: false,
2628
- isSidebarStateCloseWithIcons: false,
2629
- isSidebarExpandOnHover: true,
2630
2650
  hasSidebar: false,
2631
2651
  hasHeader: false,
2632
2652
  hasBreadcrumb: false,
@@ -2655,6 +2675,7 @@ var initialState = {
2655
2675
  is2K: false,
2656
2676
  is4K: false
2657
2677
  },
2678
+ breakpointValues: [],
2658
2679
  menuLinks: [],
2659
2680
  sidebarLinks: [],
2660
2681
  combinedLinks: [],
@@ -2698,29 +2719,12 @@ var EuiAppShellService = class _EuiAppShellService {
2698
2719
  get isSidebarOpen() {
2699
2720
  return this.state.isSidebarOpen;
2700
2721
  }
2701
- set isSidebarHover(isHover) {
2702
- if (this.state.isSidebarExpandOnHover) {
2703
- this.setState({
2704
- ...this.state,
2705
- isSidebarHover: isHover
2706
- });
2707
- }
2708
- }
2709
- get isSidebarHover() {
2710
- return this.state.isSidebarHover;
2711
- }
2712
2722
  set isSidebarActive(isActive) {
2713
2723
  this.setState({
2714
2724
  ...this.state,
2715
2725
  isSidebarActive: isActive
2716
2726
  });
2717
2727
  }
2718
- set isSidebarInnerActive(isOpen) {
2719
- this.setState({
2720
- ...this.state,
2721
- isSidebarInnerActive: isOpen
2722
- });
2723
- }
2724
2728
  set sidebarLinks(links) {
2725
2729
  this.setState({
2726
2730
  ...this.state,
@@ -2938,9 +2942,6 @@ var EuiAppShellService = class _EuiAppShellService {
2938
2942
  } else {
2939
2943
  classes.push("sidebar--close");
2940
2944
  }
2941
- if (state.isSidebarHover) {
2942
- classes.push("sidebar--hover");
2943
- }
2944
2945
  }
2945
2946
  if (state.deviceInfo?.isFF) {
2946
2947
  classes.push("ff");
@@ -2955,35 +2956,21 @@ var EuiAppShellService = class _EuiAppShellService {
2955
2956
  }
2956
2957
  getBreakpoint(windowWidth) {
2957
2958
  let bkp = "";
2958
- switch (true) {
2959
- case (windowWidth >= 0 && windowWidth < 480):
2960
- bkp = "xs";
2961
- break;
2962
- case (windowWidth >= 480 && windowWidth < 768):
2963
- bkp = "sm";
2964
- break;
2965
- case (windowWidth >= 768 && windowWidth < 996):
2966
- bkp = "md";
2967
- break;
2968
- case (windowWidth >= 996 && windowWidth < 1140):
2969
- bkp = "lg";
2970
- break;
2971
- case (windowWidth >= 1140 && windowWidth < 1400):
2972
- bkp = "xl";
2973
- break;
2974
- case (windowWidth >= 1400 && windowWidth < 1920):
2975
- bkp = "xxl";
2976
- break;
2977
- case (windowWidth >= 1920 && windowWidth < 2560):
2978
- bkp = "fhd";
2979
- break;
2980
- case (windowWidth >= 2560 && windowWidth < 3840):
2981
- bkp = "2k";
2982
- break;
2983
- case windowWidth >= 3840:
2984
- bkp = "4k";
2985
- break;
2959
+ if (this.state.breakpointValues.length === 0) {
2960
+ this.setState({
2961
+ ...this.state,
2962
+ breakpointValues: CssUtils.getBreakpointValues()
2963
+ });
2986
2964
  }
2965
+ this.state.breakpointValues.forEach((b, i) => {
2966
+ if (i < this.state.breakpointValues.length) {
2967
+ if (windowWidth >= b.value && windowWidth < this.state.breakpointValues[i + 1].value) {
2968
+ bkp = b.bkp;
2969
+ }
2970
+ } else if (windowWidth >= b.value) {
2971
+ bkp = b.bkp;
2972
+ }
2973
+ });
2987
2974
  return bkp;
2988
2975
  }
2989
2976
  getBreakpoints(bkp) {
@@ -3007,7 +2994,6 @@ var EuiAppShellService = class _EuiAppShellService {
3007
2994
  const body = res;
3008
2995
  return body || {};
3009
2996
  }
3010
- // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html
3011
2997
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
3012
2998
  handleError(error) {
3013
2999
  console.error("An error occurred", error);
@@ -3024,13 +3010,13 @@ var EuiAppShellService = class _EuiAppShellService {
3024
3010
  });
3025
3011
  }
3026
3012
  static {
3027
- this.ɵfac = i016.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i016, type: _EuiAppShellService, deps: [{ token: GLOBAL_CONFIG_TOKEN, optional: true }, { token: i17.HttpClient }, { token: PLATFORM_ID }, { token: i23.Router }, { token: StoreService }, { token: I18nService, optional: true }], target: i016.ɵɵFactoryTarget.Injectable });
3013
+ this.ɵfac = i016.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i016, type: _EuiAppShellService, deps: [{ token: GLOBAL_CONFIG_TOKEN, optional: true }, { token: i17.HttpClient }, { token: PLATFORM_ID }, { token: i23.Router }, { token: StoreService }, { token: I18nService, optional: true }], target: i016.ɵɵFactoryTarget.Injectable });
3028
3014
  }
3029
3015
  static {
3030
- this.ɵprov = i016.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i016, type: _EuiAppShellService, providedIn: "root" });
3016
+ this.ɵprov = i016.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i016, type: _EuiAppShellService, providedIn: "root" });
3031
3017
  }
3032
3018
  };
3033
- i016.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i016, type: EuiAppShellService, decorators: [{
3019
+ i016.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i016, type: EuiAppShellService, decorators: [{
3034
3020
  type: Injectable14,
3035
3021
  args: [{
3036
3022
  providedIn: "root"
@@ -3757,13 +3743,13 @@ var EuiTimezoneService = class _EuiTimezoneService {
3757
3743
  return EUI_TIMEZONES.find((item) => item.name === tz);
3758
3744
  }
3759
3745
  static {
3760
- this.ɵfac = i017.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i017, type: _EuiTimezoneService, deps: [], target: i017.ɵɵFactoryTarget.Injectable });
3746
+ this.ɵfac = i017.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i017, type: _EuiTimezoneService, deps: [], target: i017.ɵɵFactoryTarget.Injectable });
3761
3747
  }
3762
3748
  static {
3763
- this.ɵprov = i017.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i017, type: _EuiTimezoneService });
3749
+ this.ɵprov = i017.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i017, type: _EuiTimezoneService });
3764
3750
  }
3765
3751
  };
3766
- i017.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i017, type: EuiTimezoneService, decorators: [{
3752
+ i017.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i017, type: EuiTimezoneService, decorators: [{
3767
3753
  type: Injectable15
3768
3754
  }] });
3769
3755
 
@@ -3802,13 +3788,13 @@ var EuiThemeService = class _EuiThemeService {
3802
3788
  this.themeSubject.next(theme);
3803
3789
  }
3804
3790
  static {
3805
- this.ɵfac = i018.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i018, type: _EuiThemeService, deps: [{ token: GLOBAL_CONFIG_TOKEN, optional: true }], target: i018.ɵɵFactoryTarget.Injectable });
3791
+ this.ɵfac = i018.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i018, type: _EuiThemeService, deps: [{ token: GLOBAL_CONFIG_TOKEN, optional: true }], target: i018.ɵɵFactoryTarget.Injectable });
3806
3792
  }
3807
3793
  static {
3808
- this.ɵprov = i018.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i018, type: _EuiThemeService, providedIn: "root" });
3794
+ this.ɵprov = i018.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i018, type: _EuiThemeService, providedIn: "root" });
3809
3795
  }
3810
3796
  };
3811
- i018.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i018, type: EuiThemeService, decorators: [{
3797
+ i018.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i018, type: EuiThemeService, decorators: [{
3812
3798
  type: Injectable16,
3813
3799
  args: [{ providedIn: "root" }]
3814
3800
  }], ctorParameters: () => [{ type: void 0, decorators: [{
@@ -3950,13 +3936,13 @@ var LocalStorageService = class _LocalStorageService extends StorageService {
3950
3936
  }
3951
3937
  }
3952
3938
  static {
3953
- this.ɵfac = i019.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i019, type: _LocalStorageService, deps: [{ token: LogService, optional: true }], target: i019.ɵɵFactoryTarget.Injectable });
3939
+ this.ɵfac = i019.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i019, type: _LocalStorageService, deps: [{ token: LogService, optional: true }], target: i019.ɵɵFactoryTarget.Injectable });
3954
3940
  }
3955
3941
  static {
3956
- this.ɵprov = i019.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i019, type: _LocalStorageService });
3942
+ this.ɵprov = i019.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i019, type: _LocalStorageService });
3957
3943
  }
3958
3944
  };
3959
- i019.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i019, type: LocalStorageService, decorators: [{
3945
+ i019.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i019, type: LocalStorageService, decorators: [{
3960
3946
  type: Injectable17
3961
3947
  }], ctorParameters: () => [{ type: LogService, decorators: [{
3962
3948
  type: Optional9
@@ -4028,13 +4014,13 @@ var SessionStorageService = class _SessionStorageService extends StorageService
4028
4014
  }
4029
4015
  }
4030
4016
  static {
4031
- this.ɵfac = i020.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i020, type: _SessionStorageService, deps: [{ token: LogService, optional: true }], target: i020.ɵɵFactoryTarget.Injectable });
4017
+ this.ɵfac = i020.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i020, type: _SessionStorageService, deps: [{ token: LogService, optional: true }], target: i020.ɵɵFactoryTarget.Injectable });
4032
4018
  }
4033
4019
  static {
4034
- this.ɵprov = i020.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i020, type: _SessionStorageService });
4020
+ this.ɵprov = i020.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i020, type: _SessionStorageService });
4035
4021
  }
4036
4022
  };
4037
- i020.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i020, type: SessionStorageService, decorators: [{
4023
+ i020.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i020, type: SessionStorageService, decorators: [{
4038
4024
  type: Injectable18
4039
4025
  }], ctorParameters: () => [{ type: LogService, decorators: [{
4040
4026
  type: Optional10
@@ -4136,13 +4122,13 @@ var LocalForageService = class _LocalForageService extends AsyncStorageService {
4136
4122
  }));
4137
4123
  }
4138
4124
  static {
4139
- this.ɵfac = i021.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i021, type: _LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i021.ɵɵFactoryTarget.Injectable });
4125
+ this.ɵfac = i021.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i021, type: _LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i021.ɵɵFactoryTarget.Injectable });
4140
4126
  }
4141
4127
  static {
4142
- this.ɵprov = i021.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i021, type: _LocalForageService });
4128
+ this.ɵprov = i021.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i021, type: _LocalForageService });
4143
4129
  }
4144
4130
  };
4145
- i021.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i021, type: LocalForageService, decorators: [{
4131
+ i021.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i021, type: LocalForageService, decorators: [{
4146
4132
  type: Injectable19
4147
4133
  }], ctorParameters: () => [{ type: void 0, decorators: [{
4148
4134
  type: Inject9,
@@ -4345,13 +4331,13 @@ var LocaleService = class _LocaleService extends EuiService2 {
4345
4331
  return browserLocales.map((locale) => locale.trim());
4346
4332
  }
4347
4333
  static {
4348
- this.ɵfac = i022.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i022, type: _LocaleService, deps: [{ token: StoreService }, { token: GLOBAL_CONFIG_TOKEN }, { token: LOCALE_ID }, { token: LOCALE_ID_MAPPER, optional: true }, { token: I18nService, optional: true }, { token: LogService, optional: true }], target: i022.ɵɵFactoryTarget.Injectable });
4334
+ this.ɵfac = i022.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i022, type: _LocaleService, deps: [{ token: StoreService }, { token: GLOBAL_CONFIG_TOKEN }, { token: LOCALE_ID }, { token: LOCALE_ID_MAPPER, optional: true }, { token: I18nService, optional: true }, { token: LogService, optional: true }], target: i022.ɵɵFactoryTarget.Injectable });
4349
4335
  }
4350
4336
  static {
4351
- this.ɵprov = i022.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i022, type: _LocaleService, providedIn: "root" });
4337
+ this.ɵprov = i022.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i022, type: _LocaleService, providedIn: "root" });
4352
4338
  }
4353
4339
  };
4354
- i022.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i022, type: LocaleService, decorators: [{
4340
+ i022.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i022, type: LocaleService, decorators: [{
4355
4341
  type: Injectable20,
4356
4342
  args: [{
4357
4343
  providedIn: "root"
@@ -4404,13 +4390,13 @@ var LocaleServiceMock = class _LocaleServiceMock extends LocaleService {
4404
4390
  return of9({ success: true });
4405
4391
  }
4406
4392
  static {
4407
- this.ɵfac = i023.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i023, type: _LocaleServiceMock, deps: [{ token: LOCALE_ID2, optional: true }], target: i023.ɵɵFactoryTarget.Injectable });
4393
+ this.ɵfac = i023.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i023, type: _LocaleServiceMock, deps: [{ token: LOCALE_ID2, optional: true }], target: i023.ɵɵFactoryTarget.Injectable });
4408
4394
  }
4409
4395
  static {
4410
- this.ɵprov = i023.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i023, type: _LocaleServiceMock });
4396
+ this.ɵprov = i023.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i023, type: _LocaleServiceMock });
4411
4397
  }
4412
4398
  };
4413
- i023.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i023, type: LocaleServiceMock, decorators: [{
4399
+ i023.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i023, type: LocaleServiceMock, decorators: [{
4414
4400
  type: Injectable21
4415
4401
  }], ctorParameters: () => [{ type: void 0, decorators: [{
4416
4402
  type: Optional13
@@ -4646,13 +4632,13 @@ var EuiLoaderService = class _EuiLoaderService {
4646
4632
  }
4647
4633
  }
4648
4634
  static {
4649
- this.ɵfac = i024.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i024, type: _EuiLoaderService, deps: [], target: i024.ɵɵFactoryTarget.Injectable });
4635
+ this.ɵfac = i024.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i024, type: _EuiLoaderService, deps: [], target: i024.ɵɵFactoryTarget.Injectable });
4650
4636
  }
4651
4637
  static {
4652
- this.ɵprov = i024.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i024, type: _EuiLoaderService, providedIn: "root" });
4638
+ this.ɵprov = i024.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i024, type: _EuiLoaderService, providedIn: "root" });
4653
4639
  }
4654
4640
  };
4655
- i024.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i024, type: EuiLoaderService, decorators: [{
4641
+ i024.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i024, type: EuiLoaderService, decorators: [{
4656
4642
  type: Injectable22,
4657
4643
  args: [{
4658
4644
  providedIn: "root"
@@ -4703,13 +4689,13 @@ var UserService = class _UserService extends EuiService3 {
4703
4689
  }
4704
4690
  }
4705
4691
  static {
4706
- this.ɵfac = i025.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i025, type: _UserService, deps: [{ token: StoreService }], target: i025.ɵɵFactoryTarget.Injectable });
4692
+ this.ɵfac = i025.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i025, type: _UserService, deps: [{ token: StoreService }], target: i025.ɵɵFactoryTarget.Injectable });
4707
4693
  }
4708
4694
  static {
4709
- this.ɵprov = i025.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i025, type: _UserService, providedIn: "root" });
4695
+ this.ɵprov = i025.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i025, type: _UserService, providedIn: "root" });
4710
4696
  }
4711
4697
  };
4712
- i025.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i025, type: UserService, decorators: [{
4698
+ i025.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i025, type: UserService, decorators: [{
4713
4699
  type: Injectable23,
4714
4700
  args: [{
4715
4701
  providedIn: "root"
@@ -4735,13 +4721,13 @@ var UserServiceMock = class _UserServiceMock extends UserService {
4735
4721
  updateState(userState, reducer) {
4736
4722
  }
4737
4723
  static {
4738
- this.ɵfac = i026.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i026, type: _UserServiceMock, deps: [], target: i026.ɵɵFactoryTarget.Injectable });
4724
+ this.ɵfac = i026.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i026, type: _UserServiceMock, deps: [], target: i026.ɵɵFactoryTarget.Injectable });
4739
4725
  }
4740
4726
  static {
4741
- this.ɵprov = i026.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i026, type: _UserServiceMock });
4727
+ this.ɵprov = i026.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i026, type: _UserServiceMock });
4742
4728
  }
4743
4729
  };
4744
- i026.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i026, type: UserServiceMock, decorators: [{
4730
+ i026.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i026, type: UserServiceMock, decorators: [{
4745
4731
  type: Injectable24
4746
4732
  }], ctorParameters: () => [] });
4747
4733
 
@@ -4768,13 +4754,13 @@ var AddLangParamInterceptor = class _AddLangParamInterceptor {
4768
4754
  }));
4769
4755
  }
4770
4756
  static {
4771
- this.ɵfac = i027.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i027, type: _AddLangParamInterceptor, deps: [{ token: i18.TranslateService }], target: i027.ɵɵFactoryTarget.Injectable });
4757
+ this.ɵfac = i027.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i027, type: _AddLangParamInterceptor, deps: [{ token: i18.TranslateService }], target: i027.ɵɵFactoryTarget.Injectable });
4772
4758
  }
4773
4759
  static {
4774
- this.ɵprov = i027.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i027, type: _AddLangParamInterceptor });
4760
+ this.ɵprov = i027.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i027, type: _AddLangParamInterceptor });
4775
4761
  }
4776
4762
  };
4777
- i027.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i027, type: AddLangParamInterceptor, decorators: [{
4763
+ i027.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i027, type: AddLangParamInterceptor, decorators: [{
4778
4764
  type: Injectable25
4779
4765
  }], ctorParameters: () => [{ type: i18.TranslateService }] });
4780
4766
 
@@ -4792,13 +4778,13 @@ var CachePreventionInterceptor = class _CachePreventionInterceptor {
4792
4778
  }));
4793
4779
  }
4794
4780
  static {
4795
- this.ɵfac = i028.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i028, type: _CachePreventionInterceptor, deps: [], target: i028.ɵɵFactoryTarget.Injectable });
4781
+ this.ɵfac = i028.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i028, type: _CachePreventionInterceptor, deps: [], target: i028.ɵɵFactoryTarget.Injectable });
4796
4782
  }
4797
4783
  static {
4798
- this.ɵprov = i028.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i028, type: _CachePreventionInterceptor });
4784
+ this.ɵprov = i028.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i028, type: _CachePreventionInterceptor });
4799
4785
  }
4800
4786
  };
4801
- i028.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i028, type: CachePreventionInterceptor, decorators: [{
4787
+ i028.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i028, type: CachePreventionInterceptor, decorators: [{
4802
4788
  type: Injectable26
4803
4789
  }] });
4804
4790
 
@@ -4812,13 +4798,13 @@ var CorsSecurityInterceptor = class _CorsSecurityInterceptor {
4812
4798
  }));
4813
4799
  }
4814
4800
  static {
4815
- this.ɵfac = i029.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i029, type: _CorsSecurityInterceptor, deps: [], target: i029.ɵɵFactoryTarget.Injectable });
4801
+ this.ɵfac = i029.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i029, type: _CorsSecurityInterceptor, deps: [], target: i029.ɵɵFactoryTarget.Injectable });
4816
4802
  }
4817
4803
  static {
4818
- this.ɵprov = i029.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i029, type: _CorsSecurityInterceptor });
4804
+ this.ɵprov = i029.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i029, type: _CorsSecurityInterceptor });
4819
4805
  }
4820
4806
  };
4821
- i029.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i029, type: CorsSecurityInterceptor, decorators: [{
4807
+ i029.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i029, type: CorsSecurityInterceptor, decorators: [{
4822
4808
  type: Injectable27
4823
4809
  }] });
4824
4810
 
@@ -4832,13 +4818,13 @@ var CsrfPreventionInterceptor = class _CsrfPreventionInterceptor {
4832
4818
  }));
4833
4819
  }
4834
4820
  static {
4835
- this.ɵfac = i030.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i030, type: _CsrfPreventionInterceptor, deps: [], target: i030.ɵɵFactoryTarget.Injectable });
4821
+ this.ɵfac = i030.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i030, type: _CsrfPreventionInterceptor, deps: [], target: i030.ɵɵFactoryTarget.Injectable });
4836
4822
  }
4837
4823
  static {
4838
- this.ɵprov = i030.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i030, type: _CsrfPreventionInterceptor });
4824
+ this.ɵprov = i030.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i030, type: _CsrfPreventionInterceptor });
4839
4825
  }
4840
4826
  };
4841
- i030.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i030, type: CsrfPreventionInterceptor, decorators: [{
4827
+ i030.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i030, type: CsrfPreventionInterceptor, decorators: [{
4842
4828
  type: Injectable28
4843
4829
  }] });
4844
4830
 
@@ -4897,13 +4883,13 @@ var EuLoginSessionTimeoutHandlingInterceptor = class _EuLoginSessionTimeoutHandl
4897
4883
  document.location.reload();
4898
4884
  }
4899
4885
  static {
4900
- this.ɵfac = i031.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i031, type: _EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i031.ɵɵFactoryTarget.Injectable });
4886
+ this.ɵfac = i031.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i031, type: _EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i031.ɵɵFactoryTarget.Injectable });
4901
4887
  }
4902
4888
  static {
4903
- this.ɵprov = i031.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i031, type: _EuLoginSessionTimeoutHandlingInterceptor });
4889
+ this.ɵprov = i031.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i031, type: _EuLoginSessionTimeoutHandlingInterceptor });
4904
4890
  }
4905
4891
  };
4906
- i031.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i031, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
4892
+ i031.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i031, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
4907
4893
  type: Injectable29
4908
4894
  }] });
4909
4895
 
@@ -4936,13 +4922,13 @@ var UxRequestErrorModelInterceptor = class _UxRequestErrorModelInterceptor {
4936
4922
  );
4937
4923
  }
4938
4924
  static {
4939
- this.ɵfac = i032.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i032, type: _UxRequestErrorModelInterceptor, deps: [{ token: UX_ERROR_MAPPING_HANDLER_TOKEN }], target: i032.ɵɵFactoryTarget.Injectable });
4925
+ this.ɵfac = i032.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i032, type: _UxRequestErrorModelInterceptor, deps: [{ token: UX_ERROR_MAPPING_HANDLER_TOKEN }], target: i032.ɵɵFactoryTarget.Injectable });
4940
4926
  }
4941
4927
  static {
4942
- this.ɵprov = i032.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i032, type: _UxRequestErrorModelInterceptor });
4928
+ this.ɵprov = i032.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i032, type: _UxRequestErrorModelInterceptor });
4943
4929
  }
4944
4930
  };
4945
- i032.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i032, type: UxRequestErrorModelInterceptor, decorators: [{
4931
+ i032.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i032, type: UxRequestErrorModelInterceptor, decorators: [{
4946
4932
  type: Injectable30
4947
4933
  }], ctorParameters: () => [{ type: void 0, decorators: [{
4948
4934
  type: Inject12,