@eui/core 18.0.0-next.51 → 18.0.0-next.53

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 (50) hide show
  1. package/docs/classes/CssUtils.html +677 -0
  2. package/docs/dependencies.html +19 -21
  3. package/docs/index.html +1 -1
  4. package/docs/injectables/EuiAppShellService.html +149 -1240
  5. package/docs/js/menu-wc.js +3 -0
  6. package/docs/js/menu-wc_es5.js +1 -1
  7. package/docs/js/search/search_index.js +2 -2
  8. package/esm2022/lib/eui-core.module.mjs +5 -5
  9. package/esm2022/lib/helpers/css-utils.mjs +88 -0
  10. package/esm2022/lib/helpers/index.mjs +2 -1
  11. package/esm2022/lib/interceptors/add-lang-param.interceptor.mjs +4 -4
  12. package/esm2022/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
  13. package/esm2022/lib/interceptors/cors-security.interceptor.mjs +4 -4
  14. package/esm2022/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
  15. package/esm2022/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +4 -4
  16. package/esm2022/lib/interceptors/ux-request-error-model.interceptor.mjs +4 -4
  17. package/esm2022/lib/services/dynamic-component/dynamic-component.service.mjs +4 -4
  18. package/esm2022/lib/services/dynamic-menu/dynamic-menu.service.mjs +4 -4
  19. package/esm2022/lib/services/errors/global-error-handler.mjs +4 -4
  20. package/esm2022/lib/services/errors/http-error-handler.interceptor.mjs +4 -4
  21. package/esm2022/lib/services/eui-app-shell.service.mjs +19 -254
  22. package/esm2022/lib/services/eui-theme.service.mjs +4 -4
  23. package/esm2022/lib/services/eui-timezone.service.mjs +4 -4
  24. package/esm2022/lib/services/growl/eui-growl.service.mjs +4 -4
  25. package/esm2022/lib/services/i18n/i18n.loader.mjs +4 -4
  26. package/esm2022/lib/services/i18n/i18n.service.mjs +4 -4
  27. package/esm2022/lib/services/loader/eui-loader.service.mjs +4 -4
  28. package/esm2022/lib/services/locale/locale.service.mjs +4 -4
  29. package/esm2022/lib/services/locale/locale.service.mock.mjs +4 -4
  30. package/esm2022/lib/services/log/log.module.mjs +5 -5
  31. package/esm2022/lib/services/log/log.service.mjs +4 -4
  32. package/esm2022/lib/services/permission/permission.service.mjs +4 -4
  33. package/esm2022/lib/services/queue/api-queue.service.mjs +4 -4
  34. package/esm2022/lib/services/storage/local-forage.service.mjs +4 -4
  35. package/esm2022/lib/services/storage/local-storage.service.mjs +4 -4
  36. package/esm2022/lib/services/storage/session-storage.service.mjs +4 -4
  37. package/esm2022/lib/services/store/effects/app.effects.mjs +4 -4
  38. package/esm2022/lib/services/store/store.service.mjs +4 -4
  39. package/esm2022/lib/services/store/store.service.mock.mjs +4 -4
  40. package/esm2022/lib/services/user/user.service.mjs +4 -4
  41. package/esm2022/lib/services/user/user.service.mock.mjs +4 -4
  42. package/fesm2022/eui-core.mjs +230 -333
  43. package/fesm2022/eui-core.mjs.map +3 -3
  44. package/lib/helpers/css-utils.d.ts +27 -0
  45. package/lib/helpers/css-utils.d.ts.map +1 -0
  46. package/lib/helpers/index.d.ts +1 -0
  47. package/lib/helpers/index.d.ts.map +1 -1
  48. package/lib/services/eui-app-shell.service.d.ts +2 -60
  49. package/lib/services/eui-app-shell.service.d.ts.map +1 -1
  50. 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-next.6", ngImport: i0, type: _EuiGrowlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
354
+ this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", 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-next.6", ngImport: i0, type: _EuiGrowlService, providedIn: "root" });
357
+ this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i0, type: _EuiGrowlService, providedIn: "root" });
358
358
  }
359
359
  };
360
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i0, type: EuiGrowlService, decorators: [{
360
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", 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-next.6", 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.0", 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-next.6", ngImport: i02, type: _CoreAppEffects });
406
+ this.ɵprov = i02.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i02, type: _CoreAppEffects });
407
407
  }
408
408
  };
409
- i02.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i02, type: CoreAppEffects, decorators: [{
409
+ i02.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", 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-next.6", 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.0", 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-next.6", ngImport: i03, type: _LogService });
649
+ this.ɵprov = i03.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i03, type: _LogService });
650
650
  }
651
651
  };
652
- i03.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i03, type: LogService, decorators: [{
652
+ i03.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", 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-next.6", ngImport: i04, type: _LogModule, deps: [], target: i04.ɵɵFactoryTarget.NgModule });
729
+ this.ɵfac = i04.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", 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-next.6", ngImport: i04, type: _LogModule });
732
+ this.ɵmod = i04.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-rc.0", ngImport: i04, type: _LogModule });
733
733
  }
734
734
  static {
735
- this.ɵinj = i04.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i04, type: _LogModule });
735
+ this.ɵinj = i04.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i04, type: _LogModule });
736
736
  }
737
737
  };
738
- i04.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i04, type: LogModule, decorators: [{
738
+ i04.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", 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-next.6", 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.0", 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-next.6", ngImport: i05, type: _StoreService, providedIn: "root" });
842
+ this.ɵprov = i05.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i05, type: _StoreService, providedIn: "root" });
843
843
  }
844
844
  };
845
- i05.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i05, type: StoreService, decorators: [{
845
+ i05.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", 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-next.6", ngImport: i06, type: _StoreServiceMock, deps: [], target: i06.ɵɵFactoryTarget.Injectable });
876
+ this.ɵfac = i06.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", 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-next.6", ngImport: i06, type: _StoreServiceMock });
879
+ this.ɵprov = i06.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i06, type: _StoreServiceMock });
880
880
  }
881
881
  };
882
- i06.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i06, type: StoreServiceMock, decorators: [{
882
+ i06.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", 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-next.6", 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.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 });
990
990
  }
991
991
  static {
992
- this.ɵmod = i07.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.6", ngImport: i07, type: _CoreModule });
992
+ this.ɵmod = i07.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-rc.0", ngImport: i07, type: _CoreModule });
993
993
  }
994
994
  static {
995
- this.ɵinj = i07.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i07, type: _CoreModule });
995
+ this.ɵinj = i07.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i07, type: _CoreModule });
996
996
  }
997
997
  };
998
- i07.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i07, type: CoreModule, decorators: [{
998
+ i07.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", 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-next.6", 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.0", 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-next.6", ngImport: i08, type: _GlobalErrorHandler, providedIn: "root" });
1110
+ this.ɵprov = i08.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i08, type: _GlobalErrorHandler, providedIn: "root" });
1111
1111
  }
1112
1112
  };
1113
- i08.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i08, type: GlobalErrorHandler, decorators: [{
1113
+ i08.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", 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-next.6", 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.0", 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-next.6", ngImport: i09, type: _HttpErrorHandlerInterceptor });
1170
+ this.ɵprov = i09.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i09, type: _HttpErrorHandlerInterceptor });
1171
1171
  }
1172
1172
  };
1173
- i09.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i09, type: HttpErrorHandlerInterceptor, decorators: [{
1173
+ i09.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", 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-next.6", 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.0", 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-next.6", ngImport: i010, type: _ApiQueueService, providedIn: "root" });
1486
+ this.ɵprov = i010.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i010, type: _ApiQueueService, providedIn: "root" });
1487
1487
  }
1488
1488
  };
1489
- i010.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i010, type: ApiQueueService, decorators: [{
1489
+ i010.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", 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-next.6", 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.0", 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-next.6", ngImport: i011, type: _I18nLoader });
1729
+ this.ɵprov = i011.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i011, type: _I18nLoader });
1730
1730
  }
1731
1731
  };
1732
- i011.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i011, type: I18nLoader, decorators: [{
1732
+ i011.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", 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-next.6", 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.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 });
1932
1932
  }
1933
1933
  static {
1934
- this.ɵprov = i012.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i012, type: _I18nService, providedIn: "root" });
1934
+ this.ɵprov = i012.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i012, type: _I18nService, providedIn: "root" });
1935
1935
  }
1936
1936
  };
1937
- i012.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i012, type: I18nService, decorators: [{
1937
+ i012.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i012, type: I18nService, decorators: [{
1938
1938
  type: Injectable10,
1939
1939
  args: [{
1940
1940
  providedIn: "root"
@@ -2129,6 +2129,123 @@ var handleError = (error) => {
2129
2129
  // lib/helpers/utils.mjs
2130
2130
  var isDefined = (value) => value !== void 0 && value !== null;
2131
2131
 
2132
+ // lib/helpers/css-utils.mjs
2133
+ var CssUtils = class {
2134
+ static {
2135
+ this.getCssVarValue = (inputProperty) => {
2136
+ return getComputedStyle(document.documentElement).getPropertyValue(inputProperty);
2137
+ };
2138
+ }
2139
+ static {
2140
+ this.setCssVarValue = (propertyName, propertyValue) => {
2141
+ document.documentElement.style.setProperty(propertyName, propertyValue);
2142
+ };
2143
+ }
2144
+ static {
2145
+ this.setCssVar = (inputProperty, outputProperty) => {
2146
+ const cssVarValue = this.getCssVarValue(inputProperty);
2147
+ this.setCssVarValue(outputProperty, cssVarValue);
2148
+ };
2149
+ }
2150
+ static {
2151
+ this.initCssVars = () => {
2152
+ this.setCssVar("--eui-app-header-height-default", "--eui-app-header-height");
2153
+ this.setCssVar("--eui-app-breadcrumb-height-default", "--eui-app-breadcrumb-height");
2154
+ this.setCssVar("--eui-app-top-message-height-default", "--eui-app-top-message-height");
2155
+ this.setCssVar("--eui-app-toolbar-height-default", "--eui-app-toolbar-height");
2156
+ this.setCssVar("--eui-app-sidebar-width-default", "--eui-app-sidebar-width");
2157
+ this.setCssVar("--eui-app-sidebar-width-close-default", "--eui-app-sidebar-width-close");
2158
+ this.setCssVar("--eui-app-sidebar-header-height-default", "--eui-app-sidebar-header-height");
2159
+ this.setCssVar("--eui-app-sidebar-footer-height-default", "--eui-app-sidebar-footer-height");
2160
+ };
2161
+ }
2162
+ static {
2163
+ this.activateEditModeCssVars = (isActive) => {
2164
+ if (isActive) {
2165
+ this.setCssVarValue("--eui-docpage-navigation-z-index", "inherit");
2166
+ this.setCssVarValue("--eui-z-index-sidebar", "inherit");
2167
+ this.setCssVarValue("--eui-z-index-root", "inherit");
2168
+ } else {
2169
+ this.setCssVarValue("--eui-docpage-navigation-z-index", "2");
2170
+ this.setCssVarValue("--eui-z-index-sidebar", "1044");
2171
+ this.setCssVarValue("--eui-z-index-root", "1");
2172
+ }
2173
+ };
2174
+ }
2175
+ static {
2176
+ this.activateHeaderCssVars = () => {
2177
+ this.setCssVar("--eui-app-header-height-active", "--eui-app-header-height");
2178
+ };
2179
+ }
2180
+ static {
2181
+ this.activateBreadcrumbCssVars = () => {
2182
+ this.setCssVar("--eui-app-breadcrumb-height-active", "--eui-app-breadcrumb-height");
2183
+ };
2184
+ }
2185
+ static {
2186
+ this.activateTopMessageCssVars = (height) => {
2187
+ this.setCssVarValue("--eui-app-top-message-height", `${height}px`);
2188
+ };
2189
+ }
2190
+ static {
2191
+ this.activateToolbarCssVars = () => {
2192
+ this.setCssVar("--eui-app-toolbar-height-active", "--eui-app-toolbar-height");
2193
+ };
2194
+ }
2195
+ static {
2196
+ this.activateFooterCssVars = () => {
2197
+ this.setCssVar("--eui-app-footer-height-active", "--eui-app-footer-height");
2198
+ };
2199
+ }
2200
+ static {
2201
+ this.setHeaderShrinkCssVar = (active) => {
2202
+ if (active) {
2203
+ this.setCssVar("--eui-app-header-height-shrink", "--eui-app-header-height");
2204
+ } else {
2205
+ this.setCssVar("--eui-app-header-height-active", "--eui-app-header-height");
2206
+ }
2207
+ };
2208
+ }
2209
+ static {
2210
+ this.activateSidebarCssVars = () => {
2211
+ this.setCssVar("--eui-app-sidebar-width-active", "--eui-app-sidebar-width");
2212
+ this.setCssVar("--eui-app-sidebar-width-close-active", "--eui-app-sidebar-width-close");
2213
+ };
2214
+ }
2215
+ static {
2216
+ this.removeSidebarCssVars = () => {
2217
+ document.documentElement.style.removeProperty("--eui-app-sidebar-header-height");
2218
+ document.documentElement.style.removeProperty("--eui-app-sidebar-footer-height");
2219
+ document.documentElement.style.removeProperty("--eui-app-sidebar-width");
2220
+ document.documentElement.style.removeProperty("--eui-app-sidebar-width-close");
2221
+ };
2222
+ }
2223
+ static {
2224
+ this.activateSidebarHeaderCssVars = () => {
2225
+ this.setCssVar("--eui-app-sidebar-header-height-active", "--eui-app-sidebar-header-height");
2226
+ };
2227
+ }
2228
+ static {
2229
+ this.activateSidebarFooterCssVars = () => {
2230
+ this.setCssVar("--eui-app-sidebar-footer-height-active", "--eui-app-sidebar-footer-height");
2231
+ };
2232
+ }
2233
+ /**
2234
+ * Gets the viewport height and width and multiple it by 1% to get a value for a vh/vw unit
2235
+ * Sets the value in the --eui-app-vh custom property to the root of the document
2236
+ * Sets the value in the --eui-app-vw custom property to the root of the document
2237
+ * Example for 100% height: calc(var(--eui-app-vh, 1vh) * 100);
2238
+ * Example for 50% height: calc(var(--eui-app-vh, 1vh) * 50);
2239
+ * Example for 50% width: calc(var(--eui-app-vw, 1vw) * 50);
2240
+ */
2241
+ static setAppViewportCssVars() {
2242
+ const vh = window.innerHeight * 0.01;
2243
+ const vw = window.innerWidth * 0.01;
2244
+ this.setCssVarValue("--eui-app-vh", `${vh}px`);
2245
+ this.setCssVarValue("--eui-app-vw", `${vw}px`);
2246
+ }
2247
+ };
2248
+
2132
2249
  // lib/services/permission/permission.service.mjs
2133
2250
  import { Injectable as Injectable11, Optional as Optional6 } from "@angular/core";
2134
2251
  import { EuiService, getUserRights } from "@eui/base";
@@ -2339,13 +2456,13 @@ var EuiPermissionService = class _EuiPermissionService extends EuiService {
2339
2456
  return rights.every((right) => this.userRights.find((uRight) => uRight.id === right.id));
2340
2457
  }
2341
2458
  static {
2342
- this.ɵfac = i013.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i013, type: _EuiPermissionService, deps: [{ token: LogService, optional: true }, { token: StoreService }], target: i013.ɵɵFactoryTarget.Injectable });
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 });
2343
2460
  }
2344
2461
  static {
2345
- this.ɵprov = i013.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i013, type: _EuiPermissionService, providedIn: "root" });
2462
+ this.ɵprov = i013.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i013, type: _EuiPermissionService, providedIn: "root" });
2346
2463
  }
2347
2464
  };
2348
- i013.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i013, type: EuiPermissionService, decorators: [{
2465
+ i013.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i013, type: EuiPermissionService, decorators: [{
2349
2466
  type: Injectable11,
2350
2467
  args: [{
2351
2468
  providedIn: "root"
@@ -2406,13 +2523,13 @@ var EuiDynamicMenuService = class _EuiDynamicMenuService {
2406
2523
  });
2407
2524
  }
2408
2525
  static {
2409
- this.ɵfac = i014.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i014, type: _EuiDynamicMenuService, deps: [{ token: EuiPermissionService }, { token: StoreService }], target: i014.ɵɵFactoryTarget.Injectable });
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 });
2410
2527
  }
2411
2528
  static {
2412
- this.ɵprov = i014.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i014, type: _EuiDynamicMenuService, providedIn: "root" });
2529
+ this.ɵprov = i014.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i014, type: _EuiDynamicMenuService, providedIn: "root" });
2413
2530
  }
2414
2531
  };
2415
- i014.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i014, type: EuiDynamicMenuService, decorators: [{
2532
+ i014.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i014, type: EuiDynamicMenuService, decorators: [{
2416
2533
  type: Injectable12,
2417
2534
  args: [{
2418
2535
  providedIn: "root"
@@ -2477,13 +2594,13 @@ var EuiDynamicComponentService = class _EuiDynamicComponentService {
2477
2594
  return new PortalInjector(this.injector, injectorTokens);
2478
2595
  }
2479
2596
  static {
2480
- this.ɵfac = i015.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i015, type: _EuiDynamicComponentService, deps: [{ token: i015.ComponentFactoryResolver }, { token: i015.Injector }, { token: i015.ApplicationRef }], target: i015.ɵɵFactoryTarget.Injectable });
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 });
2481
2598
  }
2482
2599
  static {
2483
- this.ɵprov = i015.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i015, type: _EuiDynamicComponentService });
2600
+ this.ɵprov = i015.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i015, type: _EuiDynamicComponentService });
2484
2601
  }
2485
2602
  };
2486
- i015.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i015, type: EuiDynamicComponentService, decorators: [{
2603
+ i015.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i015, type: EuiDynamicComponentService, decorators: [{
2487
2604
  type: Injectable13
2488
2605
  }], ctorParameters: () => [{ type: i015.ComponentFactoryResolver }, { type: i015.Injector }, { type: i015.ApplicationRef }] });
2489
2606
 
@@ -2559,7 +2676,6 @@ var EuiAppShellService = class _EuiAppShellService {
2559
2676
  get breakpoint$() {
2560
2677
  return this._breakpoint$.asObservable();
2561
2678
  }
2562
- // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html
2563
2679
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
2564
2680
  get breakpoints$() {
2565
2681
  return this._breakpoints$.asObservable();
@@ -2643,9 +2759,6 @@ var EuiAppShellService = class _EuiAppShellService {
2643
2759
  this.router = router;
2644
2760
  this.storeService = storeService;
2645
2761
  this.i18nService = i18nService;
2646
- this.openModalId = new BehaviorSubject2("");
2647
- this.activeModals = [];
2648
- this.cssVars = [];
2649
2762
  let stateWithConfig = initialState;
2650
2763
  const languages = config?.i18n?.i18nService?.languages || initialState.languages;
2651
2764
  const defaultLanguage = config?.i18n?.i18nService?.defaultLanguage || initialState.activeLanguage;
@@ -2704,7 +2817,6 @@ var EuiAppShellService = class _EuiAppShellService {
2704
2817
  *
2705
2818
  * @param key can be 'key' or 'key.sub.sub'
2706
2819
  */
2707
- // TODO: find the correct type or turn into a generic, https://www.typescriptlang.org/docs/handbook/2/generics.html
2708
2820
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
2709
2821
  getState(key) {
2710
2822
  return defer(() => (
@@ -2726,25 +2838,14 @@ var EuiAppShellService = class _EuiAppShellService {
2726
2838
  ...this.state,
2727
2839
  isDimmerActive: !isActive
2728
2840
  });
2729
- this.activateEditModeCssVars(!isActive);
2841
+ CssUtils.activateEditModeCssVars(!isActive);
2730
2842
  }
2731
2843
  setDimmerActiveState(activeState) {
2732
2844
  this.setState({
2733
2845
  ...this.state,
2734
2846
  isDimmerActive: activeState
2735
2847
  });
2736
- this.activateEditModeCssVars(activeState);
2737
- }
2738
- activateEditModeCssVars(isActive) {
2739
- if (isActive) {
2740
- this._setCssVarValue("--eui-docpage-navigation-z-index", "inherit");
2741
- this._setCssVarValue("--eui-z-index-sidebar", "inherit");
2742
- this._setCssVarValue("--eui-z-index-root", "inherit");
2743
- } else {
2744
- this._setCssVarValue("--eui-docpage-navigation-z-index", "2");
2745
- this._setCssVarValue("--eui-z-index-sidebar", "1044");
2746
- this._setCssVarValue("--eui-z-index-root", "1");
2747
- }
2848
+ CssUtils.activateEditModeCssVars(activeState);
2748
2849
  }
2749
2850
  // --------------
2750
2851
  // public methods
@@ -2763,42 +2864,42 @@ var EuiAppShellService = class _EuiAppShellService {
2763
2864
  hasSidebar: true
2764
2865
  });
2765
2866
  if (!this.state.isSidebarHidden) {
2766
- this.activateSidebarCssVars();
2867
+ CssUtils.activateSidebarCssVars();
2767
2868
  }
2768
2869
  }
2769
2870
  activateSidebarHeader() {
2770
- this.activateSidebarHeaderCssVars();
2871
+ CssUtils.activateSidebarHeaderCssVars();
2771
2872
  }
2772
2873
  activateSidebarFooter() {
2773
- this.activateSidebarFooterCssVars();
2874
+ CssUtils.activateSidebarFooterCssVars();
2774
2875
  }
2775
2876
  activateHeader() {
2776
2877
  this.setState({
2777
2878
  ...this.state,
2778
2879
  hasHeader: true
2779
2880
  });
2780
- this.activateHeaderCssVars();
2881
+ CssUtils.activateHeaderCssVars();
2781
2882
  }
2782
2883
  activateBreadcrumb() {
2783
2884
  this.setState({
2784
2885
  ...this.state,
2785
2886
  hasBreadcrumb: true
2786
2887
  });
2787
- this.activateBreadcrumbCssVars();
2888
+ CssUtils.activateBreadcrumbCssVars();
2788
2889
  }
2789
2890
  activateTopMessage(height) {
2790
2891
  this.setState({
2791
2892
  ...this.state,
2792
2893
  hasTopMessage: true
2793
2894
  });
2794
- this.activateTopMessageCssVars(height);
2895
+ CssUtils.activateTopMessageCssVars(height);
2795
2896
  }
2796
2897
  activateToolbar() {
2797
2898
  this.setState({
2798
2899
  ...this.state,
2799
2900
  hasToolbar: true
2800
2901
  });
2801
- this.activateToolbarCssVars();
2902
+ CssUtils.activateToolbarCssVars();
2802
2903
  }
2803
2904
  activateToolbarMenu() {
2804
2905
  this.setState({
@@ -2806,96 +2907,11 @@ var EuiAppShellService = class _EuiAppShellService {
2806
2907
  hasToolbarMenu: true
2807
2908
  });
2808
2909
  }
2809
- fetchCssVars() {
2810
- const cssVarNames = [
2811
- "--eui-app-header-height-default",
2812
- "--eui-app-header-height-active",
2813
- "--eui-app-header-height-shrink",
2814
- "--eui-app-breadcrumb-height-default",
2815
- "--eui-app-breadcrumb-height-active",
2816
- "--eui-app-top-message-height-default",
2817
- "--eui-app-top-message-height-active",
2818
- "--eui-app-top-message-height-shrink",
2819
- "--eui-app-toolbar-height-default",
2820
- "--eui-app-toolbar-height-active",
2821
- "--eui-app-sidebar-width-default",
2822
- "--eui-app-sidebar-width-active",
2823
- "--eui-app-sidebar-width-close-default",
2824
- "--eui-app-sidebar-width-close-active",
2825
- "--eui-app-sidebar-header-height-default",
2826
- "--eui-app-sidebar-header-height-active",
2827
- "--eui-app-sidebar-footer-height-default",
2828
- "--eui-app-sidebar-footer-height-active"
2829
- ];
2830
- this.cssVars = cssVarNames.map((v) => ({ key: v, value: this.getCssVarValue(v) }));
2831
- }
2832
- initCssVars() {
2833
- this.setCssVar("--eui-app-header-height-default", "--eui-app-header-height");
2834
- this.setCssVar("--eui-app-breadcrumb-height-default", "--eui-app-breadcrumb-height");
2835
- this.setCssVar("--eui-app-top-message-height-default", "--eui-app-top-message-height");
2836
- this.setCssVar("--eui-app-toolbar-height-default", "--eui-app-toolbar-height");
2837
- this.setCssVar("--eui-app-sidebar-width-default", "--eui-app-sidebar-width");
2838
- this.setCssVar("--eui-app-sidebar-width-close-default", "--eui-app-sidebar-width-close");
2839
- this.setCssVar("--eui-app-sidebar-header-height-default", "--eui-app-sidebar-header-height");
2840
- this.setCssVar("--eui-app-sidebar-footer-height-default", "--eui-app-sidebar-footer-height");
2841
- }
2842
- activateHeaderCssVars() {
2843
- this.setCssVar("--eui-app-header-height-active", "--eui-app-header-height");
2844
- }
2845
- activateBreadcrumbCssVars() {
2846
- this.setCssVar("--eui-app-breadcrumb-height-active", "--eui-app-breadcrumb-height");
2847
- }
2848
- activateTopMessageCssVars(height) {
2849
- this._setCssVarValue("--eui-app-top-message-height", `${height}px`);
2850
- }
2851
- activateToolbarCssVars() {
2852
- this.setCssVar("--eui-app-toolbar-height-active", "--eui-app-toolbar-height");
2853
- }
2854
- activateFooterCssVars() {
2855
- this.setCssVar("--eui-app-footer-height-active", "--eui-app-footer-height");
2856
- }
2857
- setHeaderShrinkCssVar(active) {
2858
- if (active) {
2859
- this.setCssVar("--eui-app-header-height-shrink", "--eui-app-header-height");
2860
- } else {
2861
- this.setCssVar("--eui-app-header-height-active", "--eui-app-header-height");
2862
- }
2863
- }
2864
- activateSidebarCssVars() {
2865
- this.setCssVar("--eui-app-sidebar-width-active", "--eui-app-sidebar-width");
2866
- this.setCssVar("--eui-app-sidebar-width-close-active", "--eui-app-sidebar-width-close");
2867
- }
2868
- removeSidebarCssVars() {
2869
- document.documentElement.style.removeProperty("--eui-app-sidebar-header-height");
2870
- document.documentElement.style.removeProperty("--eui-app-sidebar-footer-height");
2871
- document.documentElement.style.removeProperty("--eui-app-sidebar-width");
2872
- document.documentElement.style.removeProperty("--eui-app-sidebar-width-close");
2873
- }
2874
- activateSidebarHeaderCssVars() {
2875
- this.setCssVar("--eui-app-sidebar-header-height-active", "--eui-app-sidebar-header-height");
2876
- }
2877
- activateSidebarFooterCssVars() {
2878
- this.setCssVar("--eui-app-sidebar-footer-height-active", "--eui-app-sidebar-footer-height");
2879
- }
2880
- /**
2881
- * Gets the viewport height and width and multiple it by 1% to get a value for a vh/vw unit
2882
- * Sets the value in the --eui-app-vh custom property to the root of the document
2883
- * Sets the value in the --eui-app-vw custom property to the root of the document
2884
- * Example for 100% height: calc(var(--eui-app-vh, 1vh) * 100);
2885
- * Example for 50% height: calc(var(--eui-app-vh, 1vh) * 50);
2886
- * Example for 50% width: calc(var(--eui-app-vw, 1vw) * 50);
2887
- */
2888
- setAppViewportCssVars() {
2889
- const vh = window.innerHeight * 0.01;
2890
- const vw = window.innerWidth * 0.01;
2891
- this._setCssVarValue("--eui-app-vh", `${vh}px`);
2892
- this._setCssVarValue("--eui-app-vw", `${vw}px`);
2893
- }
2894
2910
  /**
2895
2911
  * Returns the current value of --eui-f-size-base CSS variable
2896
2912
  */
2897
2913
  getBaseFontSize() {
2898
- return this.state.appBaseFontSize || this.getCssVarValue("--eui-f-size-base");
2914
+ return this.state.appBaseFontSize || CssUtils.getCssVarValue("--eui-f-size-base");
2899
2915
  }
2900
2916
  /**
2901
2917
  * Updates the current value of --eui-f-size-base CSS variable and the UIState appBaseFontSize
@@ -2905,132 +2921,15 @@ var EuiAppShellService = class _EuiAppShellService {
2905
2921
  ...this.state,
2906
2922
  appBaseFontSize: newsize
2907
2923
  }, false);
2908
- this._setCssVarValue("--eui-f-size-base", newsize);
2909
- }
2910
- /**
2911
- * @deprecated don't remove as it's used for external legacy project under v17 (csdr-eui-legacy) to support MWP transition
2912
- */
2913
- openModal(modalId) {
2914
- document.body.classList.add("modal-open");
2915
- if (!modalId) {
2916
- modalId = "single_modal";
2917
- }
2918
- this.activeModals.push({
2919
- id: modalId,
2920
- isOpen: true
2921
- });
2922
- setTimeout(() => {
2923
- const el = document.getElementById(modalId + "-close-button");
2924
- if (el) {
2925
- el.focus();
2926
- }
2927
- }, 100);
2928
- }
2929
- /**
2930
- * @deprecated don't remove as it's used for external legacy project under v17 (csdr-eui-legacy) to support MWP transition
2931
- */
2932
- openMessageBox(messageBoxId) {
2933
- if (!messageBoxId) {
2934
- messageBoxId = "messagebox_modal";
2935
- }
2936
- this.openModal(messageBoxId);
2937
- }
2938
- /**
2939
- * @deprecated don't remove as it's used for external legacy project under v17 (csdr-eui-legacy) to support MWP transition
2940
- */
2941
- closeMessageBox(messageBoxId) {
2942
- if (!messageBoxId) {
2943
- messageBoxId = "messagebox_modal";
2944
- }
2945
- this.closeModal(messageBoxId);
2946
- }
2947
- /**
2948
- * @deprecated don't remove as it's used for external legacy project under v17 (csdr-eui-legacy) to support MWP transition
2949
- */
2950
- isModalOpen(modalId) {
2951
- if (!modalId) {
2952
- modalId = "single_modal";
2953
- }
2954
- if (this.activeModals.length) {
2955
- const modalIndex = this.findModalIndex(modalId);
2956
- if (modalIndex !== -1) {
2957
- return this.activeModals[modalIndex].isOpen;
2958
- }
2959
- }
2960
- return false;
2961
- }
2962
- /**
2963
- * @deprecated don't remove as it's used for external legacy project under v17 (csdr-eui-legacy) to support MWP transition
2964
- */
2965
- closeModal(modalId) {
2966
- if (!modalId) {
2967
- modalId = "single_modal";
2968
- }
2969
- const index = this.findModalIndex(modalId);
2970
- if (index >= 0) {
2971
- this.activeModals.splice(index, 1);
2972
- }
2973
- if (this.activeModals && this.activeModals.length <= 0) {
2974
- document.body.classList.remove("modal-open");
2975
- } else {
2976
- const lastModalId = this.activeModals[this.activeModals.length - 1].id;
2977
- if (lastModalId) {
2978
- setTimeout(() => {
2979
- const el = document.getElementById(lastModalId + "-close-button");
2980
- if (el) {
2981
- el.focus();
2982
- }
2983
- }, 100);
2984
- }
2985
- }
2986
- }
2987
- /**
2988
- * @deprecated don't remove as it's used for external legacy project under v17 (csdr-eui-legacy) to support MWP transition
2989
- */
2990
- findModalIndex(modalId) {
2991
- let index = -1;
2992
- if (this.activeModals.length) {
2993
- for (let i = 0; i < this.activeModals.length; i++) {
2994
- if (this.activeModals[i].id === modalId) {
2995
- index = i;
2996
- break;
2997
- }
2998
- }
2999
- }
3000
- return index;
2924
+ CssUtils.setCssVarValue("--eui-f-size-base", newsize);
3001
2925
  }
3002
2926
  // ---------------
3003
2927
  // private getters
3004
2928
  // ---------------
3005
- getCssVarValue(inputProperty) {
3006
- return getComputedStyle(document.documentElement).getPropertyValue(inputProperty);
3007
- }
3008
- setCssVar(inputProperty, outputProperty) {
3009
- const cssVarValue = this.cssVars.filter((v) => v.key === inputProperty)[0].value;
3010
- this._setCssVarValue(outputProperty, cssVarValue);
3011
- }
3012
- _setCssVarValue(varName, varValue) {
3013
- document.documentElement.style.setProperty(varName, varValue);
3014
- }
3015
2929
  getWrapperClasses(state, breakpoint) {
3016
2930
  const classes = [];
3017
2931
  classes.push(breakpoint);
3018
2932
  if (state.hasSidebar) {
3019
- if (state.isSidebarOpen && (state.isSidebarActive || state.isSidebarInnerActive)) {
3020
- classes.push("sidebar-state-open");
3021
- }
3022
- if (!state.isSidebarOpen && (state.isSidebarActive || state.isSidebarInnerActive)) {
3023
- classes.push("sidebar-state-close");
3024
- }
3025
- if (state.isSidebarActive) {
3026
- classes.push("sidebar-active");
3027
- }
3028
- if (state.isSidebarInnerActive) {
3029
- classes.push("sidebar-inner-active");
3030
- }
3031
- if (state.isSidebarStateCloseWithIcons) {
3032
- classes.push("sidebar-state-close-with-icons");
3033
- }
3034
2933
  if (state.isSidebarHidden) {
3035
2934
  classes.push("sidebar--hidden");
3036
2935
  }
@@ -3043,16 +2942,13 @@ var EuiAppShellService = class _EuiAppShellService {
3043
2942
  classes.push("sidebar--hover");
3044
2943
  }
3045
2944
  }
3046
- if (state.deviceInfo && state.deviceInfo.isFF) {
2945
+ if (state.deviceInfo?.isFF) {
3047
2946
  classes.push("ff");
3048
2947
  }
3049
- if (state.deviceInfo && state.deviceInfo.isIE) {
2948
+ if (state.deviceInfo?.isIE) {
3050
2949
  classes.push("ie");
3051
2950
  }
3052
- if (state.deviceInfo && state.deviceInfo.isIE11) {
3053
- classes.push("ie11");
3054
- }
3055
- if (state.deviceInfo && state.deviceInfo.isChrome) {
2951
+ if (state.deviceInfo?.isChrome) {
3056
2952
  classes.push("chrome");
3057
2953
  }
3058
2954
  return classes.join(" ");
@@ -3128,13 +3024,13 @@ var EuiAppShellService = class _EuiAppShellService {
3128
3024
  });
3129
3025
  }
3130
3026
  static {
3131
- this.ɵfac = i016.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", 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 });
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 });
3132
3028
  }
3133
3029
  static {
3134
- this.ɵprov = i016.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i016, type: _EuiAppShellService, providedIn: "root" });
3030
+ this.ɵprov = i016.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i016, type: _EuiAppShellService, providedIn: "root" });
3135
3031
  }
3136
3032
  };
3137
- i016.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i016, type: EuiAppShellService, decorators: [{
3033
+ i016.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i016, type: EuiAppShellService, decorators: [{
3138
3034
  type: Injectable14,
3139
3035
  args: [{
3140
3036
  providedIn: "root"
@@ -3861,13 +3757,13 @@ var EuiTimezoneService = class _EuiTimezoneService {
3861
3757
  return EUI_TIMEZONES.find((item) => item.name === tz);
3862
3758
  }
3863
3759
  static {
3864
- this.ɵfac = i017.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i017, type: _EuiTimezoneService, deps: [], target: i017.ɵɵFactoryTarget.Injectable });
3760
+ this.ɵfac = i017.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i017, type: _EuiTimezoneService, deps: [], target: i017.ɵɵFactoryTarget.Injectable });
3865
3761
  }
3866
3762
  static {
3867
- this.ɵprov = i017.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i017, type: _EuiTimezoneService });
3763
+ this.ɵprov = i017.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i017, type: _EuiTimezoneService });
3868
3764
  }
3869
3765
  };
3870
- i017.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i017, type: EuiTimezoneService, decorators: [{
3766
+ i017.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i017, type: EuiTimezoneService, decorators: [{
3871
3767
  type: Injectable15
3872
3768
  }] });
3873
3769
 
@@ -3906,13 +3802,13 @@ var EuiThemeService = class _EuiThemeService {
3906
3802
  this.themeSubject.next(theme);
3907
3803
  }
3908
3804
  static {
3909
- this.ɵfac = i018.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i018, type: _EuiThemeService, deps: [{ token: GLOBAL_CONFIG_TOKEN, optional: true }], target: i018.ɵɵFactoryTarget.Injectable });
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 });
3910
3806
  }
3911
3807
  static {
3912
- this.ɵprov = i018.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i018, type: _EuiThemeService, providedIn: "root" });
3808
+ this.ɵprov = i018.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i018, type: _EuiThemeService, providedIn: "root" });
3913
3809
  }
3914
3810
  };
3915
- i018.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i018, type: EuiThemeService, decorators: [{
3811
+ i018.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i018, type: EuiThemeService, decorators: [{
3916
3812
  type: Injectable16,
3917
3813
  args: [{ providedIn: "root" }]
3918
3814
  }], ctorParameters: () => [{ type: void 0, decorators: [{
@@ -4054,13 +3950,13 @@ var LocalStorageService = class _LocalStorageService extends StorageService {
4054
3950
  }
4055
3951
  }
4056
3952
  static {
4057
- this.ɵfac = i019.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i019, type: _LocalStorageService, deps: [{ token: LogService, optional: true }], target: i019.ɵɵFactoryTarget.Injectable });
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 });
4058
3954
  }
4059
3955
  static {
4060
- this.ɵprov = i019.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i019, type: _LocalStorageService });
3956
+ this.ɵprov = i019.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i019, type: _LocalStorageService });
4061
3957
  }
4062
3958
  };
4063
- i019.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i019, type: LocalStorageService, decorators: [{
3959
+ i019.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i019, type: LocalStorageService, decorators: [{
4064
3960
  type: Injectable17
4065
3961
  }], ctorParameters: () => [{ type: LogService, decorators: [{
4066
3962
  type: Optional9
@@ -4132,13 +4028,13 @@ var SessionStorageService = class _SessionStorageService extends StorageService
4132
4028
  }
4133
4029
  }
4134
4030
  static {
4135
- this.ɵfac = i020.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i020, type: _SessionStorageService, deps: [{ token: LogService, optional: true }], target: i020.ɵɵFactoryTarget.Injectable });
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 });
4136
4032
  }
4137
4033
  static {
4138
- this.ɵprov = i020.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i020, type: _SessionStorageService });
4034
+ this.ɵprov = i020.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i020, type: _SessionStorageService });
4139
4035
  }
4140
4036
  };
4141
- i020.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i020, type: SessionStorageService, decorators: [{
4037
+ i020.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i020, type: SessionStorageService, decorators: [{
4142
4038
  type: Injectable18
4143
4039
  }], ctorParameters: () => [{ type: LogService, decorators: [{
4144
4040
  type: Optional10
@@ -4240,13 +4136,13 @@ var LocalForageService = class _LocalForageService extends AsyncStorageService {
4240
4136
  }));
4241
4137
  }
4242
4138
  static {
4243
- this.ɵfac = i021.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i021, type: _LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i021.ɵɵFactoryTarget.Injectable });
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 });
4244
4140
  }
4245
4141
  static {
4246
- this.ɵprov = i021.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i021, type: _LocalForageService });
4142
+ this.ɵprov = i021.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i021, type: _LocalForageService });
4247
4143
  }
4248
4144
  };
4249
- i021.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i021, type: LocalForageService, decorators: [{
4145
+ i021.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i021, type: LocalForageService, decorators: [{
4250
4146
  type: Injectable19
4251
4147
  }], ctorParameters: () => [{ type: void 0, decorators: [{
4252
4148
  type: Inject9,
@@ -4449,13 +4345,13 @@ var LocaleService = class _LocaleService extends EuiService2 {
4449
4345
  return browserLocales.map((locale) => locale.trim());
4450
4346
  }
4451
4347
  static {
4452
- this.ɵfac = i022.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", 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 });
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 });
4453
4349
  }
4454
4350
  static {
4455
- this.ɵprov = i022.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i022, type: _LocaleService, providedIn: "root" });
4351
+ this.ɵprov = i022.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i022, type: _LocaleService, providedIn: "root" });
4456
4352
  }
4457
4353
  };
4458
- i022.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i022, type: LocaleService, decorators: [{
4354
+ i022.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i022, type: LocaleService, decorators: [{
4459
4355
  type: Injectable20,
4460
4356
  args: [{
4461
4357
  providedIn: "root"
@@ -4508,13 +4404,13 @@ var LocaleServiceMock = class _LocaleServiceMock extends LocaleService {
4508
4404
  return of9({ success: true });
4509
4405
  }
4510
4406
  static {
4511
- this.ɵfac = i023.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i023, type: _LocaleServiceMock, deps: [{ token: LOCALE_ID2, optional: true }], target: i023.ɵɵFactoryTarget.Injectable });
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 });
4512
4408
  }
4513
4409
  static {
4514
- this.ɵprov = i023.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i023, type: _LocaleServiceMock });
4410
+ this.ɵprov = i023.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i023, type: _LocaleServiceMock });
4515
4411
  }
4516
4412
  };
4517
- i023.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i023, type: LocaleServiceMock, decorators: [{
4413
+ i023.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i023, type: LocaleServiceMock, decorators: [{
4518
4414
  type: Injectable21
4519
4415
  }], ctorParameters: () => [{ type: void 0, decorators: [{
4520
4416
  type: Optional13
@@ -4750,13 +4646,13 @@ var EuiLoaderService = class _EuiLoaderService {
4750
4646
  }
4751
4647
  }
4752
4648
  static {
4753
- this.ɵfac = i024.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i024, type: _EuiLoaderService, deps: [], target: i024.ɵɵFactoryTarget.Injectable });
4649
+ this.ɵfac = i024.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i024, type: _EuiLoaderService, deps: [], target: i024.ɵɵFactoryTarget.Injectable });
4754
4650
  }
4755
4651
  static {
4756
- this.ɵprov = i024.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i024, type: _EuiLoaderService, providedIn: "root" });
4652
+ this.ɵprov = i024.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i024, type: _EuiLoaderService, providedIn: "root" });
4757
4653
  }
4758
4654
  };
4759
- i024.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i024, type: EuiLoaderService, decorators: [{
4655
+ i024.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i024, type: EuiLoaderService, decorators: [{
4760
4656
  type: Injectable22,
4761
4657
  args: [{
4762
4658
  providedIn: "root"
@@ -4807,13 +4703,13 @@ var UserService = class _UserService extends EuiService3 {
4807
4703
  }
4808
4704
  }
4809
4705
  static {
4810
- this.ɵfac = i025.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i025, type: _UserService, deps: [{ token: StoreService }], target: i025.ɵɵFactoryTarget.Injectable });
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 });
4811
4707
  }
4812
4708
  static {
4813
- this.ɵprov = i025.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i025, type: _UserService, providedIn: "root" });
4709
+ this.ɵprov = i025.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i025, type: _UserService, providedIn: "root" });
4814
4710
  }
4815
4711
  };
4816
- i025.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i025, type: UserService, decorators: [{
4712
+ i025.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i025, type: UserService, decorators: [{
4817
4713
  type: Injectable23,
4818
4714
  args: [{
4819
4715
  providedIn: "root"
@@ -4839,13 +4735,13 @@ var UserServiceMock = class _UserServiceMock extends UserService {
4839
4735
  updateState(userState, reducer) {
4840
4736
  }
4841
4737
  static {
4842
- this.ɵfac = i026.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i026, type: _UserServiceMock, deps: [], target: i026.ɵɵFactoryTarget.Injectable });
4738
+ this.ɵfac = i026.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i026, type: _UserServiceMock, deps: [], target: i026.ɵɵFactoryTarget.Injectable });
4843
4739
  }
4844
4740
  static {
4845
- this.ɵprov = i026.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i026, type: _UserServiceMock });
4741
+ this.ɵprov = i026.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i026, type: _UserServiceMock });
4846
4742
  }
4847
4743
  };
4848
- i026.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i026, type: UserServiceMock, decorators: [{
4744
+ i026.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i026, type: UserServiceMock, decorators: [{
4849
4745
  type: Injectable24
4850
4746
  }], ctorParameters: () => [] });
4851
4747
 
@@ -4872,13 +4768,13 @@ var AddLangParamInterceptor = class _AddLangParamInterceptor {
4872
4768
  }));
4873
4769
  }
4874
4770
  static {
4875
- this.ɵfac = i027.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i027, type: _AddLangParamInterceptor, deps: [{ token: i18.TranslateService }], target: i027.ɵɵFactoryTarget.Injectable });
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 });
4876
4772
  }
4877
4773
  static {
4878
- this.ɵprov = i027.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i027, type: _AddLangParamInterceptor });
4774
+ this.ɵprov = i027.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i027, type: _AddLangParamInterceptor });
4879
4775
  }
4880
4776
  };
4881
- i027.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i027, type: AddLangParamInterceptor, decorators: [{
4777
+ i027.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i027, type: AddLangParamInterceptor, decorators: [{
4882
4778
  type: Injectable25
4883
4779
  }], ctorParameters: () => [{ type: i18.TranslateService }] });
4884
4780
 
@@ -4896,13 +4792,13 @@ var CachePreventionInterceptor = class _CachePreventionInterceptor {
4896
4792
  }));
4897
4793
  }
4898
4794
  static {
4899
- this.ɵfac = i028.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i028, type: _CachePreventionInterceptor, deps: [], target: i028.ɵɵFactoryTarget.Injectable });
4795
+ this.ɵfac = i028.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i028, type: _CachePreventionInterceptor, deps: [], target: i028.ɵɵFactoryTarget.Injectable });
4900
4796
  }
4901
4797
  static {
4902
- this.ɵprov = i028.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i028, type: _CachePreventionInterceptor });
4798
+ this.ɵprov = i028.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i028, type: _CachePreventionInterceptor });
4903
4799
  }
4904
4800
  };
4905
- i028.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i028, type: CachePreventionInterceptor, decorators: [{
4801
+ i028.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i028, type: CachePreventionInterceptor, decorators: [{
4906
4802
  type: Injectable26
4907
4803
  }] });
4908
4804
 
@@ -4916,13 +4812,13 @@ var CorsSecurityInterceptor = class _CorsSecurityInterceptor {
4916
4812
  }));
4917
4813
  }
4918
4814
  static {
4919
- this.ɵfac = i029.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i029, type: _CorsSecurityInterceptor, deps: [], target: i029.ɵɵFactoryTarget.Injectable });
4815
+ this.ɵfac = i029.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i029, type: _CorsSecurityInterceptor, deps: [], target: i029.ɵɵFactoryTarget.Injectable });
4920
4816
  }
4921
4817
  static {
4922
- this.ɵprov = i029.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i029, type: _CorsSecurityInterceptor });
4818
+ this.ɵprov = i029.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i029, type: _CorsSecurityInterceptor });
4923
4819
  }
4924
4820
  };
4925
- i029.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i029, type: CorsSecurityInterceptor, decorators: [{
4821
+ i029.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i029, type: CorsSecurityInterceptor, decorators: [{
4926
4822
  type: Injectable27
4927
4823
  }] });
4928
4824
 
@@ -4936,13 +4832,13 @@ var CsrfPreventionInterceptor = class _CsrfPreventionInterceptor {
4936
4832
  }));
4937
4833
  }
4938
4834
  static {
4939
- this.ɵfac = i030.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i030, type: _CsrfPreventionInterceptor, deps: [], target: i030.ɵɵFactoryTarget.Injectable });
4835
+ this.ɵfac = i030.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i030, type: _CsrfPreventionInterceptor, deps: [], target: i030.ɵɵFactoryTarget.Injectable });
4940
4836
  }
4941
4837
  static {
4942
- this.ɵprov = i030.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i030, type: _CsrfPreventionInterceptor });
4838
+ this.ɵprov = i030.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i030, type: _CsrfPreventionInterceptor });
4943
4839
  }
4944
4840
  };
4945
- i030.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i030, type: CsrfPreventionInterceptor, decorators: [{
4841
+ i030.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i030, type: CsrfPreventionInterceptor, decorators: [{
4946
4842
  type: Injectable28
4947
4843
  }] });
4948
4844
 
@@ -5001,13 +4897,13 @@ var EuLoginSessionTimeoutHandlingInterceptor = class _EuLoginSessionTimeoutHandl
5001
4897
  document.location.reload();
5002
4898
  }
5003
4899
  static {
5004
- this.ɵfac = i031.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i031, type: _EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i031.ɵɵFactoryTarget.Injectable });
4900
+ this.ɵfac = i031.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i031, type: _EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i031.ɵɵFactoryTarget.Injectable });
5005
4901
  }
5006
4902
  static {
5007
- this.ɵprov = i031.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i031, type: _EuLoginSessionTimeoutHandlingInterceptor });
4903
+ this.ɵprov = i031.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i031, type: _EuLoginSessionTimeoutHandlingInterceptor });
5008
4904
  }
5009
4905
  };
5010
- i031.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i031, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
4906
+ i031.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i031, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
5011
4907
  type: Injectable29
5012
4908
  }] });
5013
4909
 
@@ -5040,13 +4936,13 @@ var UxRequestErrorModelInterceptor = class _UxRequestErrorModelInterceptor {
5040
4936
  );
5041
4937
  }
5042
4938
  static {
5043
- this.ɵfac = i032.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i032, type: _UxRequestErrorModelInterceptor, deps: [{ token: UX_ERROR_MAPPING_HANDLER_TOKEN }], target: i032.ɵɵFactoryTarget.Injectable });
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 });
5044
4940
  }
5045
4941
  static {
5046
- this.ɵprov = i032.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i032, type: _UxRequestErrorModelInterceptor });
4942
+ this.ɵprov = i032.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i032, type: _UxRequestErrorModelInterceptor });
5047
4943
  }
5048
4944
  };
5049
- i032.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.6", ngImport: i032, type: UxRequestErrorModelInterceptor, decorators: [{
4945
+ i032.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-rc.0", ngImport: i032, type: UxRequestErrorModelInterceptor, decorators: [{
5050
4946
  type: Injectable30
5051
4947
  }], ctorParameters: () => [{ type: void 0, decorators: [{
5052
4948
  type: Inject12,
@@ -5079,6 +4975,7 @@ export {
5079
4975
  CoreUserActionTypes,
5080
4976
  CorsSecurityInterceptor,
5081
4977
  CsrfPreventionInterceptor,
4978
+ CssUtils,
5082
4979
  DYNAMIC_COMPONENT_CONFIG,
5083
4980
  EUI_CONFIG_TOKEN,
5084
4981
  EUI_COUNTRIES,