@eui/core 18.0.0-next.74 → 18.0.0-next.76

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 (36) hide show
  1. package/docs/dependencies.html +18 -18
  2. package/docs/js/search/search_index.js +2 -2
  3. package/esm2022/lib/eui-core.module.mjs +4 -4
  4. package/esm2022/lib/interceptors/add-lang-param.interceptor.mjs +3 -3
  5. package/esm2022/lib/interceptors/cache-prevention.interceptor.mjs +3 -3
  6. package/esm2022/lib/interceptors/cors-security.interceptor.mjs +3 -3
  7. package/esm2022/lib/interceptors/csrf-prevention.interceptor.mjs +3 -3
  8. package/esm2022/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +3 -3
  9. package/esm2022/lib/interceptors/ux-request-error-model.interceptor.mjs +3 -3
  10. package/esm2022/lib/services/dynamic-component/dynamic-component.service.mjs +3 -3
  11. package/esm2022/lib/services/dynamic-menu/dynamic-menu.service.mjs +3 -3
  12. package/esm2022/lib/services/errors/global-error-handler.mjs +3 -3
  13. package/esm2022/lib/services/errors/http-error-handler.interceptor.mjs +3 -3
  14. package/esm2022/lib/services/eui-app-shell.service.mjs +3 -3
  15. package/esm2022/lib/services/eui-theme.service.mjs +3 -3
  16. package/esm2022/lib/services/eui-timezone.service.mjs +3 -3
  17. package/esm2022/lib/services/growl/eui-growl.service.mjs +3 -3
  18. package/esm2022/lib/services/i18n/i18n.loader.mjs +3 -3
  19. package/esm2022/lib/services/i18n/i18n.service.mjs +3 -3
  20. package/esm2022/lib/services/loader/eui-loader.service.mjs +3 -3
  21. package/esm2022/lib/services/locale/locale.service.mjs +3 -3
  22. package/esm2022/lib/services/locale/locale.service.mock.mjs +3 -3
  23. package/esm2022/lib/services/log/log.module.mjs +4 -4
  24. package/esm2022/lib/services/log/log.service.mjs +3 -3
  25. package/esm2022/lib/services/permission/permission.service.mjs +3 -3
  26. package/esm2022/lib/services/queue/api-queue.service.mjs +3 -3
  27. package/esm2022/lib/services/storage/local-forage.service.mjs +3 -3
  28. package/esm2022/lib/services/storage/local-storage.service.mjs +3 -3
  29. package/esm2022/lib/services/storage/session-storage.service.mjs +3 -3
  30. package/esm2022/lib/services/store/effects/app.effects.mjs +3 -3
  31. package/esm2022/lib/services/store/store.service.mjs +3 -3
  32. package/esm2022/lib/services/store/store.service.mock.mjs +3 -3
  33. package/esm2022/lib/services/user/user.service.mjs +3 -3
  34. package/esm2022/lib/services/user/user.service.mock.mjs +3 -3
  35. package/fesm2022/eui-core.mjs +98 -98
  36. 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.1", ngImport: i0, type: _EuiGrowlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
354
+ this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.1", ngImport: i0, type: _EuiGrowlService, providedIn: "root" });
357
+ this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i0, type: _EuiGrowlService, providedIn: "root" });
358
358
  }
359
359
  };
360
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i0, type: EuiGrowlService, decorators: [{
360
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.1", 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.3", 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.1", ngImport: i02, type: _CoreAppEffects });
406
+ this.ɵprov = i02.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i02, type: _CoreAppEffects });
407
407
  }
408
408
  };
409
- i02.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i02, type: CoreAppEffects, decorators: [{
409
+ i02.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.1", 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.3", 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.1", ngImport: i03, type: _LogService });
649
+ this.ɵprov = i03.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i03, type: _LogService });
650
650
  }
651
651
  };
652
- i03.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i03, type: LogService, decorators: [{
652
+ i03.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.1", ngImport: i04, type: _LogModule, deps: [], target: i04.ɵɵFactoryTarget.NgModule });
729
+ this.ɵfac = i04.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.1", ngImport: i04, type: _LogModule });
732
+ this.ɵmod = i04.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-rc.3", ngImport: i04, type: _LogModule });
733
733
  }
734
734
  static {
735
- this.ɵinj = i04.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i04, type: _LogModule });
735
+ this.ɵinj = i04.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i04, type: _LogModule });
736
736
  }
737
737
  };
738
- i04.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i04, type: LogModule, decorators: [{
738
+ i04.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.1", 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.3", 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.1", ngImport: i05, type: _StoreService, providedIn: "root" });
842
+ this.ɵprov = i05.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i05, type: _StoreService, providedIn: "root" });
843
843
  }
844
844
  };
845
- i05.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i05, type: StoreService, decorators: [{
845
+ i05.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.1", ngImport: i06, type: _StoreServiceMock, deps: [], target: i06.ɵɵFactoryTarget.Injectable });
876
+ this.ɵfac = i06.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.1", ngImport: i06, type: _StoreServiceMock });
879
+ this.ɵprov = i06.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i06, type: _StoreServiceMock });
880
880
  }
881
881
  };
882
- i06.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i06, type: StoreServiceMock, decorators: [{
882
+ i06.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.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 });
989
+ this.ɵfac = i07.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.1", ngImport: i07, type: _CoreModule });
992
+ this.ɵmod = i07.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-rc.3", ngImport: i07, type: _CoreModule });
993
993
  }
994
994
  static {
995
- this.ɵinj = i07.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i07, type: _CoreModule });
995
+ this.ɵinj = i07.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i07, type: _CoreModule });
996
996
  }
997
997
  };
998
- i07.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i07, type: CoreModule, decorators: [{
998
+ i07.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.1", 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.3", 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.1", ngImport: i08, type: _GlobalErrorHandler, providedIn: "root" });
1110
+ this.ɵprov = i08.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i08, type: _GlobalErrorHandler, providedIn: "root" });
1111
1111
  }
1112
1112
  };
1113
- i08.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i08, type: GlobalErrorHandler, decorators: [{
1113
+ i08.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.1", 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.3", 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.1", ngImport: i09, type: _HttpErrorHandlerInterceptor });
1170
+ this.ɵprov = i09.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i09, type: _HttpErrorHandlerInterceptor });
1171
1171
  }
1172
1172
  };
1173
- i09.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i09, type: HttpErrorHandlerInterceptor, decorators: [{
1173
+ i09.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.1", 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.3", 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.1", ngImport: i010, type: _ApiQueueService, providedIn: "root" });
1486
+ this.ɵprov = i010.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i010, type: _ApiQueueService, providedIn: "root" });
1487
1487
  }
1488
1488
  };
1489
- i010.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i010, type: ApiQueueService, decorators: [{
1489
+ i010.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.1", 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.3", 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.1", ngImport: i011, type: _I18nLoader });
1729
+ this.ɵprov = i011.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i011, type: _I18nLoader });
1730
1730
  }
1731
1731
  };
1732
- i011.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i011, type: I18nLoader, decorators: [{
1732
+ i011.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.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 });
1931
+ this.ɵfac = i012.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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.1", ngImport: i012, type: _I18nService, providedIn: "root" });
1934
+ this.ɵprov = i012.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i012, type: _I18nService, providedIn: "root" });
1935
1935
  }
1936
1936
  };
1937
- i012.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i012, type: I18nService, decorators: [{
1937
+ i012.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i012, type: I18nService, decorators: [{
1938
1938
  type: Injectable10,
1939
1939
  args: [{
1940
1940
  providedIn: "root"
@@ -2480,13 +2480,13 @@ var EuiPermissionService = class _EuiPermissionService extends EuiService {
2480
2480
  return rights.every((right) => this.userRights.find((uRight) => uRight.id === right.id));
2481
2481
  }
2482
2482
  static {
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 });
2483
+ this.ɵfac = i013.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i013, type: _EuiPermissionService, deps: [{ token: LogService, optional: true }, { token: StoreService }], target: i013.ɵɵFactoryTarget.Injectable });
2484
2484
  }
2485
2485
  static {
2486
- this.ɵprov = i013.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i013, type: _EuiPermissionService, providedIn: "root" });
2486
+ this.ɵprov = i013.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i013, type: _EuiPermissionService, providedIn: "root" });
2487
2487
  }
2488
2488
  };
2489
- i013.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i013, type: EuiPermissionService, decorators: [{
2489
+ i013.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i013, type: EuiPermissionService, decorators: [{
2490
2490
  type: Injectable11,
2491
2491
  args: [{
2492
2492
  providedIn: "root"
@@ -2547,13 +2547,13 @@ var EuiDynamicMenuService = class _EuiDynamicMenuService {
2547
2547
  });
2548
2548
  }
2549
2549
  static {
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 });
2550
+ this.ɵfac = i014.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i014, type: _EuiDynamicMenuService, deps: [{ token: EuiPermissionService }, { token: StoreService }], target: i014.ɵɵFactoryTarget.Injectable });
2551
2551
  }
2552
2552
  static {
2553
- this.ɵprov = i014.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i014, type: _EuiDynamicMenuService, providedIn: "root" });
2553
+ this.ɵprov = i014.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i014, type: _EuiDynamicMenuService, providedIn: "root" });
2554
2554
  }
2555
2555
  };
2556
- i014.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i014, type: EuiDynamicMenuService, decorators: [{
2556
+ i014.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i014, type: EuiDynamicMenuService, decorators: [{
2557
2557
  type: Injectable12,
2558
2558
  args: [{
2559
2559
  providedIn: "root"
@@ -2618,13 +2618,13 @@ var EuiDynamicComponentService = class _EuiDynamicComponentService {
2618
2618
  return new PortalInjector(this.injector, injectorTokens);
2619
2619
  }
2620
2620
  static {
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 });
2621
+ this.ɵfac = i015.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i015, type: _EuiDynamicComponentService, deps: [{ token: i015.ComponentFactoryResolver }, { token: i015.Injector }, { token: i015.ApplicationRef }], target: i015.ɵɵFactoryTarget.Injectable });
2622
2622
  }
2623
2623
  static {
2624
- this.ɵprov = i015.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i015, type: _EuiDynamicComponentService });
2624
+ this.ɵprov = i015.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i015, type: _EuiDynamicComponentService });
2625
2625
  }
2626
2626
  };
2627
- i015.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i015, type: EuiDynamicComponentService, decorators: [{
2627
+ i015.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i015, type: EuiDynamicComponentService, decorators: [{
2628
2628
  type: Injectable13
2629
2629
  }], ctorParameters: () => [{ type: i015.ComponentFactoryResolver }, { type: i015.Injector }, { type: i015.ApplicationRef }] });
2630
2630
 
@@ -3010,13 +3010,13 @@ var EuiAppShellService = class _EuiAppShellService {
3010
3010
  });
3011
3011
  }
3012
3012
  static {
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 });
3013
+ this.ɵfac = i016.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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 });
3014
3014
  }
3015
3015
  static {
3016
- this.ɵprov = i016.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i016, type: _EuiAppShellService, providedIn: "root" });
3016
+ this.ɵprov = i016.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i016, type: _EuiAppShellService, providedIn: "root" });
3017
3017
  }
3018
3018
  };
3019
- i016.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i016, type: EuiAppShellService, decorators: [{
3019
+ i016.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i016, type: EuiAppShellService, decorators: [{
3020
3020
  type: Injectable14,
3021
3021
  args: [{
3022
3022
  providedIn: "root"
@@ -3743,13 +3743,13 @@ var EuiTimezoneService = class _EuiTimezoneService {
3743
3743
  return EUI_TIMEZONES.find((item) => item.name === tz);
3744
3744
  }
3745
3745
  static {
3746
- this.ɵfac = i017.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i017, type: _EuiTimezoneService, deps: [], target: i017.ɵɵFactoryTarget.Injectable });
3746
+ this.ɵfac = i017.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i017, type: _EuiTimezoneService, deps: [], target: i017.ɵɵFactoryTarget.Injectable });
3747
3747
  }
3748
3748
  static {
3749
- this.ɵprov = i017.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i017, type: _EuiTimezoneService });
3749
+ this.ɵprov = i017.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i017, type: _EuiTimezoneService });
3750
3750
  }
3751
3751
  };
3752
- i017.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i017, type: EuiTimezoneService, decorators: [{
3752
+ i017.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i017, type: EuiTimezoneService, decorators: [{
3753
3753
  type: Injectable15
3754
3754
  }] });
3755
3755
 
@@ -3788,13 +3788,13 @@ var EuiThemeService = class _EuiThemeService {
3788
3788
  this.themeSubject.next(theme);
3789
3789
  }
3790
3790
  static {
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 });
3791
+ this.ɵfac = i018.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i018, type: _EuiThemeService, deps: [{ token: GLOBAL_CONFIG_TOKEN, optional: true }], target: i018.ɵɵFactoryTarget.Injectable });
3792
3792
  }
3793
3793
  static {
3794
- this.ɵprov = i018.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i018, type: _EuiThemeService, providedIn: "root" });
3794
+ this.ɵprov = i018.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i018, type: _EuiThemeService, providedIn: "root" });
3795
3795
  }
3796
3796
  };
3797
- i018.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i018, type: EuiThemeService, decorators: [{
3797
+ i018.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i018, type: EuiThemeService, decorators: [{
3798
3798
  type: Injectable16,
3799
3799
  args: [{ providedIn: "root" }]
3800
3800
  }], ctorParameters: () => [{ type: void 0, decorators: [{
@@ -3936,13 +3936,13 @@ var LocalStorageService = class _LocalStorageService extends StorageService {
3936
3936
  }
3937
3937
  }
3938
3938
  static {
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 });
3939
+ this.ɵfac = i019.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i019, type: _LocalStorageService, deps: [{ token: LogService, optional: true }], target: i019.ɵɵFactoryTarget.Injectable });
3940
3940
  }
3941
3941
  static {
3942
- this.ɵprov = i019.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i019, type: _LocalStorageService });
3942
+ this.ɵprov = i019.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i019, type: _LocalStorageService });
3943
3943
  }
3944
3944
  };
3945
- i019.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i019, type: LocalStorageService, decorators: [{
3945
+ i019.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i019, type: LocalStorageService, decorators: [{
3946
3946
  type: Injectable17
3947
3947
  }], ctorParameters: () => [{ type: LogService, decorators: [{
3948
3948
  type: Optional9
@@ -4014,13 +4014,13 @@ var SessionStorageService = class _SessionStorageService extends StorageService
4014
4014
  }
4015
4015
  }
4016
4016
  static {
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 });
4017
+ this.ɵfac = i020.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i020, type: _SessionStorageService, deps: [{ token: LogService, optional: true }], target: i020.ɵɵFactoryTarget.Injectable });
4018
4018
  }
4019
4019
  static {
4020
- this.ɵprov = i020.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i020, type: _SessionStorageService });
4020
+ this.ɵprov = i020.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i020, type: _SessionStorageService });
4021
4021
  }
4022
4022
  };
4023
- i020.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i020, type: SessionStorageService, decorators: [{
4023
+ i020.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i020, type: SessionStorageService, decorators: [{
4024
4024
  type: Injectable18
4025
4025
  }], ctorParameters: () => [{ type: LogService, decorators: [{
4026
4026
  type: Optional10
@@ -4122,13 +4122,13 @@ var LocalForageService = class _LocalForageService extends AsyncStorageService {
4122
4122
  }));
4123
4123
  }
4124
4124
  static {
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 });
4125
+ this.ɵfac = i021.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i021, type: _LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i021.ɵɵFactoryTarget.Injectable });
4126
4126
  }
4127
4127
  static {
4128
- this.ɵprov = i021.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i021, type: _LocalForageService });
4128
+ this.ɵprov = i021.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i021, type: _LocalForageService });
4129
4129
  }
4130
4130
  };
4131
- i021.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i021, type: LocalForageService, decorators: [{
4131
+ i021.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i021, type: LocalForageService, decorators: [{
4132
4132
  type: Injectable19
4133
4133
  }], ctorParameters: () => [{ type: void 0, decorators: [{
4134
4134
  type: Inject9,
@@ -4331,13 +4331,13 @@ var LocaleService = class _LocaleService extends EuiService2 {
4331
4331
  return browserLocales.map((locale) => locale.trim());
4332
4332
  }
4333
4333
  static {
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 });
4334
+ this.ɵfac = i022.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", 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 });
4335
4335
  }
4336
4336
  static {
4337
- this.ɵprov = i022.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i022, type: _LocaleService, providedIn: "root" });
4337
+ this.ɵprov = i022.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i022, type: _LocaleService, providedIn: "root" });
4338
4338
  }
4339
4339
  };
4340
- i022.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i022, type: LocaleService, decorators: [{
4340
+ i022.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i022, type: LocaleService, decorators: [{
4341
4341
  type: Injectable20,
4342
4342
  args: [{
4343
4343
  providedIn: "root"
@@ -4390,13 +4390,13 @@ var LocaleServiceMock = class _LocaleServiceMock extends LocaleService {
4390
4390
  return of9({ success: true });
4391
4391
  }
4392
4392
  static {
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 });
4393
+ this.ɵfac = i023.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i023, type: _LocaleServiceMock, deps: [{ token: LOCALE_ID2, optional: true }], target: i023.ɵɵFactoryTarget.Injectable });
4394
4394
  }
4395
4395
  static {
4396
- this.ɵprov = i023.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i023, type: _LocaleServiceMock });
4396
+ this.ɵprov = i023.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i023, type: _LocaleServiceMock });
4397
4397
  }
4398
4398
  };
4399
- i023.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i023, type: LocaleServiceMock, decorators: [{
4399
+ i023.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i023, type: LocaleServiceMock, decorators: [{
4400
4400
  type: Injectable21
4401
4401
  }], ctorParameters: () => [{ type: void 0, decorators: [{
4402
4402
  type: Optional13
@@ -4632,13 +4632,13 @@ var EuiLoaderService = class _EuiLoaderService {
4632
4632
  }
4633
4633
  }
4634
4634
  static {
4635
- this.ɵfac = i024.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i024, type: _EuiLoaderService, deps: [], target: i024.ɵɵFactoryTarget.Injectable });
4635
+ this.ɵfac = i024.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i024, type: _EuiLoaderService, deps: [], target: i024.ɵɵFactoryTarget.Injectable });
4636
4636
  }
4637
4637
  static {
4638
- this.ɵprov = i024.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i024, type: _EuiLoaderService, providedIn: "root" });
4638
+ this.ɵprov = i024.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i024, type: _EuiLoaderService, providedIn: "root" });
4639
4639
  }
4640
4640
  };
4641
- i024.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i024, type: EuiLoaderService, decorators: [{
4641
+ i024.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i024, type: EuiLoaderService, decorators: [{
4642
4642
  type: Injectable22,
4643
4643
  args: [{
4644
4644
  providedIn: "root"
@@ -4689,13 +4689,13 @@ var UserService = class _UserService extends EuiService3 {
4689
4689
  }
4690
4690
  }
4691
4691
  static {
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 });
4692
+ this.ɵfac = i025.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i025, type: _UserService, deps: [{ token: StoreService }], target: i025.ɵɵFactoryTarget.Injectable });
4693
4693
  }
4694
4694
  static {
4695
- this.ɵprov = i025.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i025, type: _UserService, providedIn: "root" });
4695
+ this.ɵprov = i025.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i025, type: _UserService, providedIn: "root" });
4696
4696
  }
4697
4697
  };
4698
- i025.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i025, type: UserService, decorators: [{
4698
+ i025.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i025, type: UserService, decorators: [{
4699
4699
  type: Injectable23,
4700
4700
  args: [{
4701
4701
  providedIn: "root"
@@ -4721,13 +4721,13 @@ var UserServiceMock = class _UserServiceMock extends UserService {
4721
4721
  updateState(userState, reducer) {
4722
4722
  }
4723
4723
  static {
4724
- this.ɵfac = i026.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i026, type: _UserServiceMock, deps: [], target: i026.ɵɵFactoryTarget.Injectable });
4724
+ this.ɵfac = i026.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i026, type: _UserServiceMock, deps: [], target: i026.ɵɵFactoryTarget.Injectable });
4725
4725
  }
4726
4726
  static {
4727
- this.ɵprov = i026.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i026, type: _UserServiceMock });
4727
+ this.ɵprov = i026.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i026, type: _UserServiceMock });
4728
4728
  }
4729
4729
  };
4730
- i026.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i026, type: UserServiceMock, decorators: [{
4730
+ i026.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i026, type: UserServiceMock, decorators: [{
4731
4731
  type: Injectable24
4732
4732
  }], ctorParameters: () => [] });
4733
4733
 
@@ -4754,13 +4754,13 @@ var AddLangParamInterceptor = class _AddLangParamInterceptor {
4754
4754
  }));
4755
4755
  }
4756
4756
  static {
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 });
4757
+ this.ɵfac = i027.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i027, type: _AddLangParamInterceptor, deps: [{ token: i18.TranslateService }], target: i027.ɵɵFactoryTarget.Injectable });
4758
4758
  }
4759
4759
  static {
4760
- this.ɵprov = i027.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i027, type: _AddLangParamInterceptor });
4760
+ this.ɵprov = i027.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i027, type: _AddLangParamInterceptor });
4761
4761
  }
4762
4762
  };
4763
- i027.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i027, type: AddLangParamInterceptor, decorators: [{
4763
+ i027.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i027, type: AddLangParamInterceptor, decorators: [{
4764
4764
  type: Injectable25
4765
4765
  }], ctorParameters: () => [{ type: i18.TranslateService }] });
4766
4766
 
@@ -4778,13 +4778,13 @@ var CachePreventionInterceptor = class _CachePreventionInterceptor {
4778
4778
  }));
4779
4779
  }
4780
4780
  static {
4781
- this.ɵfac = i028.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i028, type: _CachePreventionInterceptor, deps: [], target: i028.ɵɵFactoryTarget.Injectable });
4781
+ this.ɵfac = i028.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i028, type: _CachePreventionInterceptor, deps: [], target: i028.ɵɵFactoryTarget.Injectable });
4782
4782
  }
4783
4783
  static {
4784
- this.ɵprov = i028.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i028, type: _CachePreventionInterceptor });
4784
+ this.ɵprov = i028.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i028, type: _CachePreventionInterceptor });
4785
4785
  }
4786
4786
  };
4787
- i028.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i028, type: CachePreventionInterceptor, decorators: [{
4787
+ i028.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i028, type: CachePreventionInterceptor, decorators: [{
4788
4788
  type: Injectable26
4789
4789
  }] });
4790
4790
 
@@ -4798,13 +4798,13 @@ var CorsSecurityInterceptor = class _CorsSecurityInterceptor {
4798
4798
  }));
4799
4799
  }
4800
4800
  static {
4801
- this.ɵfac = i029.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i029, type: _CorsSecurityInterceptor, deps: [], target: i029.ɵɵFactoryTarget.Injectable });
4801
+ this.ɵfac = i029.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i029, type: _CorsSecurityInterceptor, deps: [], target: i029.ɵɵFactoryTarget.Injectable });
4802
4802
  }
4803
4803
  static {
4804
- this.ɵprov = i029.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i029, type: _CorsSecurityInterceptor });
4804
+ this.ɵprov = i029.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i029, type: _CorsSecurityInterceptor });
4805
4805
  }
4806
4806
  };
4807
- i029.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i029, type: CorsSecurityInterceptor, decorators: [{
4807
+ i029.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i029, type: CorsSecurityInterceptor, decorators: [{
4808
4808
  type: Injectable27
4809
4809
  }] });
4810
4810
 
@@ -4818,13 +4818,13 @@ var CsrfPreventionInterceptor = class _CsrfPreventionInterceptor {
4818
4818
  }));
4819
4819
  }
4820
4820
  static {
4821
- this.ɵfac = i030.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i030, type: _CsrfPreventionInterceptor, deps: [], target: i030.ɵɵFactoryTarget.Injectable });
4821
+ this.ɵfac = i030.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i030, type: _CsrfPreventionInterceptor, deps: [], target: i030.ɵɵFactoryTarget.Injectable });
4822
4822
  }
4823
4823
  static {
4824
- this.ɵprov = i030.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i030, type: _CsrfPreventionInterceptor });
4824
+ this.ɵprov = i030.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i030, type: _CsrfPreventionInterceptor });
4825
4825
  }
4826
4826
  };
4827
- i030.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i030, type: CsrfPreventionInterceptor, decorators: [{
4827
+ i030.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i030, type: CsrfPreventionInterceptor, decorators: [{
4828
4828
  type: Injectable28
4829
4829
  }] });
4830
4830
 
@@ -4883,13 +4883,13 @@ var EuLoginSessionTimeoutHandlingInterceptor = class _EuLoginSessionTimeoutHandl
4883
4883
  document.location.reload();
4884
4884
  }
4885
4885
  static {
4886
- this.ɵfac = i031.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i031, type: _EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i031.ɵɵFactoryTarget.Injectable });
4886
+ this.ɵfac = i031.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i031, type: _EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i031.ɵɵFactoryTarget.Injectable });
4887
4887
  }
4888
4888
  static {
4889
- this.ɵprov = i031.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i031, type: _EuLoginSessionTimeoutHandlingInterceptor });
4889
+ this.ɵprov = i031.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i031, type: _EuLoginSessionTimeoutHandlingInterceptor });
4890
4890
  }
4891
4891
  };
4892
- i031.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i031, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
4892
+ i031.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i031, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
4893
4893
  type: Injectable29
4894
4894
  }] });
4895
4895
 
@@ -4922,13 +4922,13 @@ var UxRequestErrorModelInterceptor = class _UxRequestErrorModelInterceptor {
4922
4922
  );
4923
4923
  }
4924
4924
  static {
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 });
4925
+ this.ɵfac = i032.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i032, type: _UxRequestErrorModelInterceptor, deps: [{ token: UX_ERROR_MAPPING_HANDLER_TOKEN }], target: i032.ɵɵFactoryTarget.Injectable });
4926
4926
  }
4927
4927
  static {
4928
- this.ɵprov = i032.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i032, type: _UxRequestErrorModelInterceptor });
4928
+ this.ɵprov = i032.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i032, type: _UxRequestErrorModelInterceptor });
4929
4929
  }
4930
4930
  };
4931
- i032.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.1", ngImport: i032, type: UxRequestErrorModelInterceptor, decorators: [{
4931
+ i032.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.3", ngImport: i032, type: UxRequestErrorModelInterceptor, decorators: [{
4932
4932
  type: Injectable30
4933
4933
  }], ctorParameters: () => [{ type: void 0, decorators: [{
4934
4934
  type: Inject12,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/core",
3
- "version": "18.0.0-next.74",
3
+ "version": "18.0.0-next.76",
4
4
  "tag": "next",
5
5
  "description": "eUI core package - holding UI components for Desktop applications",
6
6
  "homepage": "https://eui.ecdevops.eu",
@@ -10,7 +10,7 @@
10
10
  "url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
11
11
  },
12
12
  "peerDependencies": {
13
- "@eui/base": "18.0.0-next.74",
13
+ "@eui/base": "18.0.0-next.76",
14
14
  "rxjs": "^7.4.0",
15
15
  "extend": "^3.0.2",
16
16
  "localforage": "^1.10.0",