@eui/core 13.0.0-rc.39 → 13.0.0-rc.42

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 (63) hide show
  1. package/docs/dependencies.html +39 -35
  2. package/docs/injectables/I18nLoader.html +39 -0
  3. package/docs/injectables/UxAppShellService.html +66 -2
  4. package/docs/interfaces/UIState.html +45 -0
  5. package/docs/js/search/search_index.js +2 -2
  6. package/docs/miscellaneous/variables.html +3 -0
  7. package/esm2020/lib/eui-core.module.mjs +4 -4
  8. package/esm2020/lib/helpers/dom-helpers.mjs +3 -1
  9. package/esm2020/lib/helpers/format-helpers.mjs +3 -1
  10. package/esm2020/lib/interceptors/add-lang-param.interceptor.mjs +3 -3
  11. package/esm2020/lib/interceptors/cache-prevention.interceptor.mjs +3 -3
  12. package/esm2020/lib/interceptors/cors-security.interceptor.mjs +3 -3
  13. package/esm2020/lib/interceptors/csrf-prevention.interceptor.mjs +3 -3
  14. package/esm2020/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +3 -3
  15. package/esm2020/lib/interceptors/openid/openid-connect.interceptor.mjs +3 -3
  16. package/esm2020/lib/interceptors/openid/openid-connect.service.mjs +3 -3
  17. package/esm2020/lib/interceptors/ux-request-error-model.interceptor.mjs +3 -3
  18. package/esm2020/lib/services/app/eui-pre-init-app.mjs +3 -1
  19. package/esm2020/lib/services/app/factories/log.mjs +3 -1
  20. package/esm2020/lib/services/errors/global-error-handler.mjs +3 -3
  21. package/esm2020/lib/services/errors/http-error-handler.interceptor.mjs +3 -3
  22. package/esm2020/lib/services/i18n/i18n.loader.mjs +12 -4
  23. package/esm2020/lib/services/i18n/i18n.service.mjs +10 -4
  24. package/esm2020/lib/services/i18n/i18n.service.mock.mjs +3 -3
  25. package/esm2020/lib/services/locale/locale.service.mjs +8 -6
  26. package/esm2020/lib/services/log/log.module.mjs +4 -4
  27. package/esm2020/lib/services/log/log.service.mjs +3 -3
  28. package/esm2020/lib/services/permission/permission.service.mjs +3 -3
  29. package/esm2020/lib/services/queue/api-queue.service.mjs +3 -3
  30. package/esm2020/lib/services/storage/async-storage.service.mjs +1 -1
  31. package/esm2020/lib/services/storage/local-forage.service.mjs +6 -4
  32. package/esm2020/lib/services/storage/local-storage.service.mjs +3 -3
  33. package/esm2020/lib/services/storage/session-storage.service.mjs +3 -3
  34. package/esm2020/lib/services/storage/storage.service.mjs +1 -1
  35. package/esm2020/lib/services/store/effects/app.effects.mjs +3 -3
  36. package/esm2020/lib/services/store/reducers/meta.reducers.mjs +9 -1
  37. package/esm2020/lib/services/store/store.service.mjs +3 -3
  38. package/esm2020/lib/services/store/store.service.mock.mjs +3 -3
  39. package/esm2020/lib/services/user/user.service.mjs +3 -3
  40. package/esm2020/lib/services/user/user.service.mock.mjs +3 -3
  41. package/esm2020/lib/services/ux-app-shell.service.mjs +15 -12
  42. package/esm2020/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +3 -3
  43. package/esm2020/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +3 -3
  44. package/esm2020/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +3 -3
  45. package/esm2020/lib/services/ux-timezone.service.mjs +3 -3
  46. package/fesm2015/eui-core.mjs +142 -105
  47. package/fesm2015/eui-core.mjs.map +1 -1
  48. package/fesm2020/eui-core.mjs +145 -108
  49. package/fesm2020/eui-core.mjs.map +1 -1
  50. package/lib/helpers/dom-helpers.d.ts.map +1 -1
  51. package/lib/helpers/format-helpers.d.ts.map +1 -1
  52. package/lib/services/app/eui-pre-init-app.d.ts.map +1 -1
  53. package/lib/services/app/factories/log.d.ts.map +1 -1
  54. package/lib/services/i18n/i18n.loader.d.ts +5 -0
  55. package/lib/services/i18n/i18n.loader.d.ts.map +1 -1
  56. package/lib/services/i18n/i18n.service.d.ts.map +1 -1
  57. package/lib/services/locale/locale.service.d.ts.map +1 -1
  58. package/lib/services/storage/async-storage.service.d.ts.map +1 -1
  59. package/lib/services/storage/local-forage.service.d.ts.map +1 -1
  60. package/lib/services/store/reducers/meta.reducers.d.ts.map +1 -1
  61. package/lib/services/ux-app-shell.service.d.ts +3 -2
  62. package/lib/services/ux-app-shell.service.d.ts.map +1 -1
  63. package/package.json +1 -1
@@ -168,9 +168,9 @@ class LogService extends Logger {
168
168
  return logger;
169
169
  }
170
170
  }
171
- /** @nocollapse */ /** @nocollapse */ LogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LogService, deps: [{ token: BASE_LOGGER_NAME_TOKEN }, { token: LOG_LEVEL_TOKEN }, { token: LOG_APPENDERS_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
172
- /** @nocollapse */ /** @nocollapse */ LogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LogService });
173
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LogService, decorators: [{
171
+ /** @nocollapse */ /** @nocollapse */ LogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LogService, deps: [{ token: BASE_LOGGER_NAME_TOKEN }, { token: LOG_LEVEL_TOKEN }, { token: LOG_APPENDERS_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
172
+ /** @nocollapse */ /** @nocollapse */ LogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LogService });
173
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LogService, decorators: [{
174
174
  type: Injectable
175
175
  }], ctorParameters: function () {
176
176
  return [{ type: undefined, decorators: [{
@@ -186,12 +186,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImpor
186
186
  } });
187
187
 
188
188
  const LOG_INSTANCES = {};
189
+ /* tslint:disable */
189
190
  /**
190
191
  * Helper function to check if the log config is defined.
191
192
  * Does not check only for empty object, because the config can have other (non-log) parameters
192
193
  * @params config log configuration
193
194
  * @returns true/false
194
195
  */
196
+ /* tslint:enable */
195
197
  function isLogConfigDefined(config) {
196
198
  return config && ('baseLoggerName' in config || 'logLevel' in config || 'logAppenders' in config);
197
199
  }
@@ -342,10 +344,10 @@ class LogModule {
342
344
  };
343
345
  }
344
346
  }
345
- /** @nocollapse */ /** @nocollapse */ LogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
346
- /** @nocollapse */ /** @nocollapse */ LogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LogModule });
347
- /** @nocollapse */ /** @nocollapse */ LogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LogModule });
348
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LogModule, decorators: [{
347
+ /** @nocollapse */ /** @nocollapse */ LogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
348
+ /** @nocollapse */ /** @nocollapse */ LogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LogModule });
349
+ /** @nocollapse */ /** @nocollapse */ LogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LogModule });
350
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LogModule, decorators: [{
349
351
  type: NgModule
350
352
  }] });
351
353
 
@@ -437,9 +439,9 @@ class StoreService {
437
439
  }
438
440
  }
439
441
  }
440
- /** @nocollapse */ /** @nocollapse */ StoreService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: StoreService, deps: [{ token: i1$1.Store, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
441
- /** @nocollapse */ /** @nocollapse */ StoreService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: StoreService, providedIn: 'root' });
442
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: StoreService, decorators: [{
442
+ /** @nocollapse */ /** @nocollapse */ StoreService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: StoreService, deps: [{ token: i1$1.Store, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
443
+ /** @nocollapse */ /** @nocollapse */ StoreService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: StoreService, providedIn: 'root' });
444
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: StoreService, decorators: [{
443
445
  type: Injectable,
444
446
  args: [{
445
447
  providedIn: 'root',
@@ -624,6 +626,7 @@ class I18nLoader {
624
626
  this.logService = logService;
625
627
  this.euiAppConfig = euiAppConfig;
626
628
  this.resources = [];
629
+ this.failedResources = [];
627
630
  // create the resources from the config object
628
631
  const i18nConfig = this.euiAppConfig.global && this.euiAppConfig.global.i18n;
629
632
  const i18nLoaderConfig = i18nConfig && i18nConfig.i18nLoader;
@@ -636,6 +639,7 @@ class I18nLoader {
636
639
  */
637
640
  getTranslation(lang) {
638
641
  return this.loadResources(this.resources, lang).pipe(map((loadedResources) => {
642
+ this.failedResources = loadedResources.hasError ? loadedResources.errors : [];
639
643
  return loadedResources.translations;
640
644
  }));
641
645
  }
@@ -696,6 +700,12 @@ class I18nLoader {
696
700
  return of({ hasError: false, translations: {} });
697
701
  }
698
702
  }
703
+ /**
704
+ * Returns resources that failed
705
+ */
706
+ getFailedResources() {
707
+ return this.failedResources;
708
+ }
699
709
  /**
700
710
  * Create resources from a config file
701
711
  * @param config loader configuration
@@ -765,9 +775,9 @@ class I18nLoader {
765
775
  return undefined;
766
776
  }
767
777
  }
768
- /** @nocollapse */ /** @nocollapse */ I18nLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nLoader, deps: [{ token: i1$2.HttpClient }, { token: LogService, optional: true }, { token: CONFIG_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
769
- /** @nocollapse */ /** @nocollapse */ I18nLoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nLoader });
770
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nLoader, decorators: [{
778
+ /** @nocollapse */ /** @nocollapse */ I18nLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: I18nLoader, deps: [{ token: i1$2.HttpClient }, { token: LogService, optional: true }, { token: CONFIG_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
779
+ /** @nocollapse */ /** @nocollapse */ I18nLoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: I18nLoader });
780
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: I18nLoader, decorators: [{
771
781
  type: Injectable
772
782
  }], ctorParameters: function () {
773
783
  return [{ type: i1$2.HttpClient }, { type: LogService, decorators: [{
@@ -923,6 +933,12 @@ class I18nService extends EuiLazyService {
923
933
  this.setDefaultLanguage(this.config.defaultLanguage);
924
934
  }
925
935
  }), map(() => {
936
+ if (this.translateService.currentLoader instanceof I18nLoader) {
937
+ const failedResources = this.translateService.currentLoader.getFailedResources();
938
+ if (failedResources.length > 0) {
939
+ return { success: false, error: failedResources };
940
+ }
941
+ }
926
942
  return { success: true };
927
943
  }), catchError((error) => {
928
944
  return of({ success: false, error: error });
@@ -970,9 +986,9 @@ class I18nService extends EuiLazyService {
970
986
  this.document.documentElement.lang = lang;
971
987
  }
972
988
  }
973
- /** @nocollapse */ /** @nocollapse */ I18nService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nService, deps: [{ token: GLOBAL_CONFIG_TOKEN }, { token: i2.TranslateService }, { token: LogService, optional: true }, { token: StoreService }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
974
- /** @nocollapse */ /** @nocollapse */ I18nService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nService, providedIn: 'root' });
975
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nService, decorators: [{
989
+ /** @nocollapse */ /** @nocollapse */ I18nService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: I18nService, deps: [{ token: GLOBAL_CONFIG_TOKEN }, { token: i2.TranslateService }, { token: LogService, optional: true }, { token: StoreService }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
990
+ /** @nocollapse */ /** @nocollapse */ I18nService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: I18nService, providedIn: 'root' });
991
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: I18nService, decorators: [{
976
992
  type: Injectable,
977
993
  args: [{
978
994
  providedIn: 'root',
@@ -1017,9 +1033,9 @@ class I18nServiceMock extends I18nService {
1017
1033
  return of({ success: true });
1018
1034
  }
1019
1035
  }
1020
- /** @nocollapse */ /** @nocollapse */ I18nServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1021
- /** @nocollapse */ /** @nocollapse */ I18nServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nServiceMock });
1022
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: I18nServiceMock, decorators: [{
1036
+ /** @nocollapse */ /** @nocollapse */ I18nServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: I18nServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1037
+ /** @nocollapse */ /** @nocollapse */ I18nServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: I18nServiceMock });
1038
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: I18nServiceMock, decorators: [{
1023
1039
  type: Injectable
1024
1040
  }], ctorParameters: function () { return []; } });
1025
1041
 
@@ -1035,6 +1051,7 @@ const initialState = {
1035
1051
  isSidebarActive: false,
1036
1052
  isSidebarInnerActive: false,
1037
1053
  isSidebarStateCloseWithIcons: false,
1054
+ isSidebarExpandOnHover: true,
1038
1055
  hasSidebar: false,
1039
1056
  hasHeader: false,
1040
1057
  hasHeaderLogo: false,
@@ -1139,7 +1156,9 @@ class UxAppShellService {
1139
1156
  this.setState(Object.assign(Object.assign({}, this.state), { isSidebarOpen: isOpen }));
1140
1157
  }
1141
1158
  set isSidebarHover(isHover) {
1142
- this.setState(Object.assign(Object.assign({}, this.state), { isSidebarHover: isHover }));
1159
+ if (this.state.isSidebarExpandOnHover) {
1160
+ this.setState(Object.assign(Object.assign({}, this.state), { isSidebarHover: isHover }));
1161
+ }
1143
1162
  }
1144
1163
  get isSidebarHover() {
1145
1164
  return this.state.isSidebarHover;
@@ -1259,9 +1278,9 @@ class UxAppShellService {
1259
1278
  this.setState(Object.assign(Object.assign({}, this.state), { hasHeader: true }));
1260
1279
  this.activateHeaderCssVars();
1261
1280
  }
1262
- activateTopMessage() {
1281
+ activateTopMessage(height) {
1263
1282
  this.setState(Object.assign(Object.assign({}, this.state), { hasTopMessage: true }));
1264
- this.activateTopMessageCssVars();
1283
+ this.activateTopMessageCssVars(height);
1265
1284
  }
1266
1285
  activateToolbar() {
1267
1286
  this.setState(Object.assign(Object.assign({}, this.state), { hasToolbar: true }));
@@ -1305,8 +1324,8 @@ class UxAppShellService {
1305
1324
  activateHeaderCssVars() {
1306
1325
  this.setCssVar('--eui-app-header-height-active', '--eui-app-header-height');
1307
1326
  }
1308
- activateTopMessageCssVars() {
1309
- this.setCssVar('--eui-app-top-message-height-active', '--eui-app-top-message-height');
1327
+ activateTopMessageCssVars(height) {
1328
+ this._setCssVarValue('--eui-app-top-message-height', `${height}px`);
1310
1329
  }
1311
1330
  activateToolbarCssVars() {
1312
1331
  this.setCssVar('--eui-app-toolbar-height-active', '--eui-app-toolbar-height');
@@ -1587,9 +1606,9 @@ class UxAppShellService {
1587
1606
  });
1588
1607
  }
1589
1608
  }
1590
- /** @nocollapse */ /** @nocollapse */ UxAppShellService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxAppShellService, deps: [{ token: GLOBAL_CONFIG_TOKEN, optional: true }, { token: i1$2.HttpClient }, { token: PLATFORM_ID }, { token: i2$1.Router }, { token: StoreService }, { token: I18nService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1591
- /** @nocollapse */ /** @nocollapse */ UxAppShellService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxAppShellService, providedIn: 'root' });
1592
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxAppShellService, decorators: [{
1609
+ /** @nocollapse */ /** @nocollapse */ UxAppShellService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxAppShellService, deps: [{ token: GLOBAL_CONFIG_TOKEN, optional: true }, { token: i1$2.HttpClient }, { token: PLATFORM_ID }, { token: i2$1.Router }, { token: StoreService }, { token: I18nService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1610
+ /** @nocollapse */ /** @nocollapse */ UxAppShellService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxAppShellService, providedIn: 'root' });
1611
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxAppShellService, decorators: [{
1593
1612
  type: Injectable,
1594
1613
  args: [{
1595
1614
  providedIn: 'root',
@@ -1641,8 +1660,8 @@ class CoreAppEffects {
1641
1660
  }));
1642
1661
  }
1643
1662
  }
1644
- /** @nocollapse */ /** @nocollapse */ CoreAppEffects.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CoreAppEffects, deps: [{ token: i1$3.Actions }, { token: SHOW_CONNECTION_STATUS_TOKEN }, { token: i2.TranslateService }, { token: UxAppShellService }], target: i0.ɵɵFactoryTarget.Injectable });
1645
- /** @nocollapse */ /** @nocollapse */ CoreAppEffects.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CoreAppEffects });
1663
+ /** @nocollapse */ /** @nocollapse */ CoreAppEffects.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CoreAppEffects, deps: [{ token: i1$3.Actions }, { token: SHOW_CONNECTION_STATUS_TOKEN }, { token: i2.TranslateService }, { token: UxAppShellService }], target: i0.ɵɵFactoryTarget.Injectable });
1664
+ /** @nocollapse */ /** @nocollapse */ CoreAppEffects.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CoreAppEffects });
1646
1665
  __decorate([
1647
1666
  Effect()
1648
1667
  ], CoreAppEffects.prototype, "getAppConnectionInformation", void 0);
@@ -1652,7 +1671,7 @@ __decorate([
1652
1671
  __decorate([
1653
1672
  Effect({ dispatch: false })
1654
1673
  ], CoreAppEffects.prototype, "updateAppConnection", void 0);
1655
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CoreAppEffects, decorators: [{
1674
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CoreAppEffects, decorators: [{
1656
1675
  type: Injectable
1657
1676
  }], ctorParameters: function () {
1658
1677
  return [{ type: i1$3.Actions }, { type: undefined, decorators: [{
@@ -1799,10 +1818,12 @@ const coreReducers = Object.assign({}, {
1799
1818
  });
1800
1819
 
1801
1820
  const extend = extendProxy.default || extendProxy;
1821
+ /* tslint:disable */
1802
1822
  /**
1803
1823
  * Utility meta-reducer to load the state from the local storage
1804
1824
  * @param reducer the action reducer
1805
1825
  */
1826
+ /* tslint:enable */
1806
1827
  function localStorageSync(reducer) {
1807
1828
  return cb(reducer, localStorage);
1808
1829
  }
@@ -1815,10 +1836,12 @@ function sessionStorageSync(reducer) {
1815
1836
  }
1816
1837
  // Keys that are allowed to be synced with NgRx state from BrowserStorage
1817
1838
  const disallowedKeys = ['loadedConfigModules', 'connect', 'currentModule', 'status', 'apiQueue'];
1839
+ /* tslint:disable */
1818
1840
  /**
1819
1841
  * filters the AppState by removing those keys from the state and return a new state Object
1820
1842
  * @param app the AppState
1821
1843
  */
1844
+ /* tslint:enable */
1822
1845
  const filterAppState = (app) => {
1823
1846
  // in case app is undefined or null it should return empty object
1824
1847
  if (!app) {
@@ -1833,11 +1856,13 @@ const filterAppState = (app) => {
1833
1856
  return obj;
1834
1857
  }, {});
1835
1858
  };
1859
+ /* tslint:disable */
1836
1860
  /**
1837
1861
  *
1838
1862
  * @param storageType
1839
1863
  */
1840
1864
  const loadState = (storage = localStorage) => {
1865
+ /* tslint:enable */
1841
1866
  try {
1842
1867
  // by default falls back to localStorage
1843
1868
  const serializedState = storage.getItem('state');
@@ -1854,7 +1879,9 @@ const loadState = (storage = localStorage) => {
1854
1879
  return undefined;
1855
1880
  }
1856
1881
  };
1882
+ /* tslint:disable */
1857
1883
  const cb = (reducer, storage) => {
1884
+ /* tslint:enable */
1858
1885
  return function (state, action) {
1859
1886
  var _a;
1860
1887
  if (action.type === CoreAppActionTypes.INIT_STORE) {
@@ -1904,9 +1931,9 @@ class StoreServiceMock extends StoreService {
1904
1931
  return of({});
1905
1932
  }
1906
1933
  }
1907
- /** @nocollapse */ /** @nocollapse */ StoreServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: StoreServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1908
- /** @nocollapse */ /** @nocollapse */ StoreServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: StoreServiceMock });
1909
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: StoreServiceMock, decorators: [{
1934
+ /** @nocollapse */ /** @nocollapse */ StoreServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: StoreServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1935
+ /** @nocollapse */ /** @nocollapse */ StoreServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: StoreServiceMock });
1936
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: StoreServiceMock, decorators: [{
1910
1937
  type: Injectable
1911
1938
  }], ctorParameters: function () { return []; } });
1912
1939
 
@@ -1951,12 +1978,12 @@ class CoreModule {
1951
1978
  };
1952
1979
  }
1953
1980
  }
1954
- /** @nocollapse */ /** @nocollapse */ CoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CoreModule, deps: [{ token: CORE_ROOT_GUARD, optional: true }, { token: CoreModule, optional: true, skipSelf: true }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule });
1955
- /** @nocollapse */ /** @nocollapse */ CoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CoreModule, imports: [HttpClientModule] });
1956
- /** @nocollapse */ /** @nocollapse */ CoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CoreModule, imports: [[
1981
+ /** @nocollapse */ /** @nocollapse */ CoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CoreModule, deps: [{ token: CORE_ROOT_GUARD, optional: true }, { token: CoreModule, optional: true, skipSelf: true }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule });
1982
+ /** @nocollapse */ /** @nocollapse */ CoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CoreModule, imports: [HttpClientModule] });
1983
+ /** @nocollapse */ /** @nocollapse */ CoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CoreModule, imports: [[
1957
1984
  HttpClientModule,
1958
1985
  ]] });
1959
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CoreModule, decorators: [{
1986
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CoreModule, decorators: [{
1960
1987
  type: NgModule,
1961
1988
  args: [{
1962
1989
  imports: [
@@ -1989,12 +2016,14 @@ function euiCoreRootGuardClass() {
1989
2016
  return new EuiCoreRootGuardClass();
1990
2017
  }
1991
2018
 
2019
+ /* tslint:disable */
1992
2020
  /**
1993
2021
  * Function to be used before the AppModule is bootstrapped. It is currently used to load dynamic configurations.
1994
2022
  * It needs to be added in your application main.ts file.
1995
2023
  * @param envConfig the current environment configuration
1996
2024
  * @returns the updated environment configuration, as a promise
1997
2025
  */
2026
+ /* tslint:enable */
1998
2027
  function preInitApp(envConfig) {
1999
2028
  return __awaiter(this, void 0, void 0, function* () {
2000
2029
  const envDynamicConfig = envConfig && envConfig.envDynamicConfig;
@@ -2084,9 +2113,9 @@ class GlobalErrorHandler extends ErrorHandler {
2084
2113
  super.handleError(error);
2085
2114
  }
2086
2115
  }
2087
- /** @nocollapse */ /** @nocollapse */ GlobalErrorHandler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: GlobalErrorHandler, deps: [{ token: LogService }], target: i0.ɵɵFactoryTarget.Injectable });
2088
- /** @nocollapse */ /** @nocollapse */ GlobalErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' });
2089
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: GlobalErrorHandler, decorators: [{
2116
+ /** @nocollapse */ /** @nocollapse */ GlobalErrorHandler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GlobalErrorHandler, deps: [{ token: LogService }], target: i0.ɵɵFactoryTarget.Injectable });
2117
+ /** @nocollapse */ /** @nocollapse */ GlobalErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' });
2118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: GlobalErrorHandler, decorators: [{
2090
2119
  type: Injectable,
2091
2120
  args: [{
2092
2121
  providedIn: 'root',
@@ -2133,9 +2162,9 @@ class HttpErrorHandlerInterceptor {
2133
2162
  return routes.length > 0 ? routes[0] : null;
2134
2163
  }
2135
2164
  }
2136
- /** @nocollapse */ /** @nocollapse */ HttpErrorHandlerInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HttpErrorHandlerInterceptor, deps: [{ token: HTTP_ERROR_HANDLER_CONFIG_TOKEN }, { token: i0.Injector }, { token: i2$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
2137
- /** @nocollapse */ /** @nocollapse */ HttpErrorHandlerInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HttpErrorHandlerInterceptor });
2138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: HttpErrorHandlerInterceptor, decorators: [{
2165
+ /** @nocollapse */ /** @nocollapse */ HttpErrorHandlerInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: HttpErrorHandlerInterceptor, deps: [{ token: HTTP_ERROR_HANDLER_CONFIG_TOKEN }, { token: i0.Injector }, { token: i2$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
2166
+ /** @nocollapse */ /** @nocollapse */ HttpErrorHandlerInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: HttpErrorHandlerInterceptor });
2167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: HttpErrorHandlerInterceptor, decorators: [{
2139
2168
  type: Injectable
2140
2169
  }], ctorParameters: function () {
2141
2170
  return [{ type: undefined, decorators: [{
@@ -2284,9 +2313,9 @@ class ApiQueueService {
2284
2313
  .pipe(tap(() => this.removeQueueItem(id)));
2285
2314
  }
2286
2315
  }
2287
- /** @nocollapse */ /** @nocollapse */ ApiQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ApiQueueService, deps: [{ token: StoreService }, { token: i1$2.HttpClient }, { token: LogService }], target: i0.ɵɵFactoryTarget.Injectable });
2288
- /** @nocollapse */ /** @nocollapse */ ApiQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ApiQueueService, providedIn: 'root' });
2289
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: ApiQueueService, decorators: [{
2316
+ /** @nocollapse */ /** @nocollapse */ ApiQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: ApiQueueService, deps: [{ token: StoreService }, { token: i1$2.HttpClient }, { token: LogService }], target: i0.ɵɵFactoryTarget.Injectable });
2317
+ /** @nocollapse */ /** @nocollapse */ ApiQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: ApiQueueService, providedIn: 'root' });
2318
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: ApiQueueService, decorators: [{
2290
2319
  type: Injectable,
2291
2320
  args: [{
2292
2321
  providedIn: 'root',
@@ -2373,10 +2402,12 @@ const getStyle = (nativeEl, cssProp) => {
2373
2402
  const isStaticPositioned = (nativeEl) => {
2374
2403
  return (getStyle(nativeEl, 'position') || 'static') === 'static';
2375
2404
  };
2405
+ /* tslint:disable */
2376
2406
  /**
2377
2407
  * returns the closest, non-statically positioned parentOffset of a given element
2378
2408
  * @param nativeEl
2379
2409
  */
2410
+ /* tslint:enable */
2380
2411
  const parentOffsetEl = (nativeEl) => {
2381
2412
  let offsetParent = nativeEl.offsetParent || document;
2382
2413
  while (offsetParent && offsetParent !== document &&
@@ -2465,6 +2496,7 @@ const validateEmail = (c) => {
2465
2496
  const uniqueId = () => {
2466
2497
  return Math.random().toString(36).substr(2, 9);
2467
2498
  };
2499
+ /* tslint:disable */
2468
2500
  /**
2469
2501
  * Its job is to parse number and format it based on given input.
2470
2502
  * @param value can be a number or a string number
@@ -2472,6 +2504,7 @@ const uniqueId = () => {
2472
2504
  * @param inDecimalSeparator separator for decimal part of the number default is ','
2473
2505
  * @param inThousandSeparator separator for the whole part of the number default is ''
2474
2506
  */
2507
+ /* tslint:enable */
2475
2508
  const formatNumber = (value, fractionSize = 2, inDecimalSeparator = ',', inThousandSeparator = '') => {
2476
2509
  if (inDecimalSeparator || inThousandSeparator) {
2477
2510
  console.warn('The inDecimalSeparator and inThousandSeparator are deprecated. They will be a ' +
@@ -2639,9 +2672,9 @@ class EuiPermissionService extends EuiService {
2639
2672
  return rights.every((right) => this.userRights.find((uRight) => uRight.id === right.id));
2640
2673
  }
2641
2674
  }
2642
- /** @nocollapse */ /** @nocollapse */ EuiPermissionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: EuiPermissionService, deps: [{ token: LogService, optional: true }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
2643
- /** @nocollapse */ /** @nocollapse */ EuiPermissionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: EuiPermissionService, providedIn: 'root' });
2644
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: EuiPermissionService, decorators: [{
2675
+ /** @nocollapse */ /** @nocollapse */ EuiPermissionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: EuiPermissionService, deps: [{ token: LogService, optional: true }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
2676
+ /** @nocollapse */ /** @nocollapse */ EuiPermissionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: EuiPermissionService, providedIn: 'root' });
2677
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: EuiPermissionService, decorators: [{
2645
2678
  type: Injectable,
2646
2679
  args: [{
2647
2680
  providedIn: 'root',
@@ -2704,9 +2737,9 @@ class UxDynamicMenuService {
2704
2737
  });
2705
2738
  }
2706
2739
  }
2707
- /** @nocollapse */ /** @nocollapse */ UxDynamicMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxDynamicMenuService, deps: [{ token: EuiPermissionService }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
2708
- /** @nocollapse */ /** @nocollapse */ UxDynamicMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxDynamicMenuService, providedIn: 'root' });
2709
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxDynamicMenuService, decorators: [{
2740
+ /** @nocollapse */ /** @nocollapse */ UxDynamicMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxDynamicMenuService, deps: [{ token: EuiPermissionService }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
2741
+ /** @nocollapse */ /** @nocollapse */ UxDynamicMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxDynamicMenuService, providedIn: 'root' });
2742
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxDynamicMenuService, decorators: [{
2710
2743
  type: Injectable,
2711
2744
  args: [{
2712
2745
  providedIn: 'root',
@@ -2774,9 +2807,9 @@ class UxErrorFeedbackService {
2774
2807
  return new UxErrorManager(this, true);
2775
2808
  }
2776
2809
  }
2777
- /** @nocollapse */ /** @nocollapse */ UxErrorFeedbackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxErrorFeedbackService, deps: [{ token: UxAppShellService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
2778
- /** @nocollapse */ /** @nocollapse */ UxErrorFeedbackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxErrorFeedbackService, providedIn: 'root' });
2779
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxErrorFeedbackService, decorators: [{
2810
+ /** @nocollapse */ /** @nocollapse */ UxErrorFeedbackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxErrorFeedbackService, deps: [{ token: UxAppShellService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
2811
+ /** @nocollapse */ /** @nocollapse */ UxErrorFeedbackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxErrorFeedbackService, providedIn: 'root' });
2812
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxErrorFeedbackService, decorators: [{
2780
2813
  type: Injectable,
2781
2814
  args: [{
2782
2815
  providedIn: 'root'
@@ -2871,9 +2904,9 @@ class UxDynamicComponentService {
2871
2904
  return new PortalInjector(this.injector, injectorTokens);
2872
2905
  }
2873
2906
  }
2874
- /** @nocollapse */ /** @nocollapse */ UxDynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxDynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
2875
- /** @nocollapse */ /** @nocollapse */ UxDynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxDynamicComponentService, providedIn: 'root' });
2876
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxDynamicComponentService, decorators: [{
2907
+ /** @nocollapse */ /** @nocollapse */ UxDynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxDynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
2908
+ /** @nocollapse */ /** @nocollapse */ UxDynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxDynamicComponentService, providedIn: 'root' });
2909
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxDynamicComponentService, decorators: [{
2877
2910
  type: Injectable,
2878
2911
  args: [{ providedIn: 'root' }]
2879
2912
  }], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: i0.ApplicationRef }]; } });
@@ -3588,9 +3621,9 @@ class UxTimezoneService {
3588
3621
  });
3589
3622
  }
3590
3623
  }
3591
- /** @nocollapse */ /** @nocollapse */ UxTimezoneService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxTimezoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3592
- /** @nocollapse */ /** @nocollapse */ UxTimezoneService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxTimezoneService });
3593
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxTimezoneService, decorators: [{
3624
+ /** @nocollapse */ /** @nocollapse */ UxTimezoneService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxTimezoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3625
+ /** @nocollapse */ /** @nocollapse */ UxTimezoneService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxTimezoneService });
3626
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxTimezoneService, decorators: [{
3594
3627
  type: Injectable
3595
3628
  }] });
3596
3629
 
@@ -3716,9 +3749,9 @@ class LocalStorageService extends StorageService {
3716
3749
  }
3717
3750
  }
3718
3751
  LocalStorageService.NAME = 'LocalStorageService';
3719
- /** @nocollapse */ /** @nocollapse */ LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocalStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3720
- /** @nocollapse */ /** @nocollapse */ LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocalStorageService });
3721
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocalStorageService, decorators: [{
3752
+ /** @nocollapse */ /** @nocollapse */ LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LocalStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3753
+ /** @nocollapse */ /** @nocollapse */ LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LocalStorageService });
3754
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LocalStorageService, decorators: [{
3722
3755
  type: Injectable
3723
3756
  }], ctorParameters: function () {
3724
3757
  return [{ type: LogService, decorators: [{
@@ -3789,9 +3822,9 @@ class SessionStorageService extends StorageService {
3789
3822
  }
3790
3823
  }
3791
3824
  SessionStorageService.NAME = 'SessionStorageService';
3792
- /** @nocollapse */ /** @nocollapse */ SessionStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: SessionStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3793
- /** @nocollapse */ /** @nocollapse */ SessionStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: SessionStorageService });
3794
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: SessionStorageService, decorators: [{
3825
+ /** @nocollapse */ /** @nocollapse */ SessionStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SessionStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3826
+ /** @nocollapse */ /** @nocollapse */ SessionStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SessionStorageService });
3827
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: SessionStorageService, decorators: [{
3795
3828
  type: Injectable
3796
3829
  }], ctorParameters: function () {
3797
3830
  return [{ type: LogService, decorators: [{
@@ -3799,7 +3832,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImpor
3799
3832
  }] }];
3800
3833
  } });
3801
3834
 
3835
+ /* tslint:disable */
3802
3836
  /** @internal */
3837
+ /* tslint:enable */
3803
3838
  const localForage = 'defineDriver' in lf ? lf : lf['default'];
3804
3839
  const LOCAL_FORAGE_SERVICE_CONFIG_TOKEN = new InjectionToken('LOCAL_FORAGE_SERVICE_CONFIG');
3805
3840
  /**
@@ -3880,9 +3915,9 @@ class LocalForageService extends AsyncStorageService {
3880
3915
  }
3881
3916
  }
3882
3917
  LocalForageService.NAME = 'LocalForageService';
3883
- /** @nocollapse */ /** @nocollapse */ LocalForageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3884
- /** @nocollapse */ /** @nocollapse */ LocalForageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocalForageService });
3885
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocalForageService, decorators: [{
3918
+ /** @nocollapse */ /** @nocollapse */ LocalForageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3919
+ /** @nocollapse */ /** @nocollapse */ LocalForageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LocalForageService });
3920
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LocalForageService, decorators: [{
3886
3921
  type: Injectable
3887
3922
  }], ctorParameters: function () {
3888
3923
  return [{ type: undefined, decorators: [{
@@ -4011,9 +4046,11 @@ class LocaleService extends EuiService {
4011
4046
  bindTranslateServiceLangChangeToState() {
4012
4047
  if (this.i18n) {
4013
4048
  this.i18n.onStateChange.pipe(takeUntil(this.subNotifier),
4049
+ // filter out null values
4050
+ filter(state => state.activeLang !== null),
4014
4051
  // BEWARE: filter is based on convention that locale id sliced(2) will match activeLang e.g. en-US => en
4015
4052
  // Also, if activeLang is 'en' and locale is 'en-GB' it will not trigger locale change
4016
- filter(state => { var _a, _b; return ((_a = state === null || state === void 0 ? void 0 : state.activeLang) === null || _a === void 0 ? void 0 : _a.toLowerCase()) !== ((_b = this.stateInstance) === null || _b === void 0 ? void 0 : _b.id.slice(0, 2).toLowerCase()); }),
4053
+ filter(state => { var _a; return state.activeLang.toLowerCase() !== ((_a = this.stateInstance) === null || _a === void 0 ? void 0 : _a.id.slice(0, 2).toLowerCase()); }),
4017
4054
  // to check if registration of locale otherwise register it
4018
4055
  switchMap(value => of(value).pipe(
4019
4056
  // getLocaleId may throw Error(`Missing locale data for the locale "${locale}".`);
@@ -4027,7 +4064,7 @@ class LocaleService extends EuiService {
4027
4064
  if (this.log) {
4028
4065
  this.logger.debug(error);
4029
4066
  }
4030
- return this.loadLocale(value.activeLang).pipe(filter((s) => s.success), map(() => this.localeMapper(value.activeLang)), catchError(e => {
4067
+ return this.loadLocale(value === null || value === void 0 ? void 0 : value.activeLang).pipe(filter((s) => s.success), map(() => this.localeMapper(value === null || value === void 0 ? void 0 : value.activeLang)), catchError(e => {
4031
4068
  if (this.log) {
4032
4069
  this.logger.debug('Something went terribly really wrong during locale loading', e.err.message);
4033
4070
  }
@@ -4118,9 +4155,9 @@ class LocaleService extends EuiService {
4118
4155
  return from(this.importLocale(localeId)).pipe(mergeMap((data) => from(this.importExtraLocale(localeId)).pipe(map((extraData) => Object.assign({}, { data, localeId, extraData }))), 1));
4119
4156
  }
4120
4157
  }
4121
- /** @nocollapse */ /** @nocollapse */ LocaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, 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: i0.ɵɵFactoryTarget.Injectable });
4122
- /** @nocollapse */ /** @nocollapse */ LocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocaleService, providedIn: 'root' });
4123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: LocaleService, decorators: [{
4158
+ /** @nocollapse */ /** @nocollapse */ LocaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, 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: i0.ɵɵFactoryTarget.Injectable });
4159
+ /** @nocollapse */ /** @nocollapse */ LocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LocaleService, providedIn: 'root' });
4160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LocaleService, decorators: [{
4124
4161
  type: Injectable,
4125
4162
  args: [{
4126
4163
  providedIn: 'root'
@@ -4177,9 +4214,9 @@ class UserService extends EuiService {
4177
4214
  this.store.dispatch(new UpdateUserStateAction(userState));
4178
4215
  }
4179
4216
  }
4180
- /** @nocollapse */ /** @nocollapse */ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UserService, deps: [{ token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
4181
- /** @nocollapse */ /** @nocollapse */ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UserService, providedIn: 'root' });
4182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UserService, decorators: [{
4217
+ /** @nocollapse */ /** @nocollapse */ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UserService, deps: [{ token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
4218
+ /** @nocollapse */ /** @nocollapse */ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UserService, providedIn: 'root' });
4219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UserService, decorators: [{
4183
4220
  type: Injectable,
4184
4221
  args: [{
4185
4222
  providedIn: 'root',
@@ -4210,9 +4247,9 @@ class UserServiceMock extends UserService {
4210
4247
  return of('anonymous');
4211
4248
  }
4212
4249
  }
4213
- /** @nocollapse */ /** @nocollapse */ UserServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UserServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4214
- /** @nocollapse */ /** @nocollapse */ UserServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UserServiceMock });
4215
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UserServiceMock, decorators: [{
4250
+ /** @nocollapse */ /** @nocollapse */ UserServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UserServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4251
+ /** @nocollapse */ /** @nocollapse */ UserServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UserServiceMock });
4252
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UserServiceMock, decorators: [{
4216
4253
  type: Injectable
4217
4254
  }], ctorParameters: function () { return []; } });
4218
4255
 
@@ -4242,9 +4279,9 @@ class AddLangParamInterceptor {
4242
4279
  }));
4243
4280
  }
4244
4281
  }
4245
- /** @nocollapse */ /** @nocollapse */ AddLangParamInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AddLangParamInterceptor, deps: [{ token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
4246
- /** @nocollapse */ /** @nocollapse */ AddLangParamInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AddLangParamInterceptor });
4247
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
4282
+ /** @nocollapse */ /** @nocollapse */ AddLangParamInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AddLangParamInterceptor, deps: [{ token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
4283
+ /** @nocollapse */ /** @nocollapse */ AddLangParamInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AddLangParamInterceptor });
4284
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
4248
4285
  type: Injectable
4249
4286
  }], ctorParameters: function () { return [{ type: i2.TranslateService }]; } });
4250
4287
 
@@ -4261,9 +4298,9 @@ class CachePreventionInterceptor {
4261
4298
  }));
4262
4299
  }
4263
4300
  }
4264
- /** @nocollapse */ /** @nocollapse */ CachePreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CachePreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4265
- /** @nocollapse */ /** @nocollapse */ CachePreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CachePreventionInterceptor });
4266
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
4301
+ /** @nocollapse */ /** @nocollapse */ CachePreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CachePreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4302
+ /** @nocollapse */ /** @nocollapse */ CachePreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CachePreventionInterceptor });
4303
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
4267
4304
  type: Injectable
4268
4305
  }] });
4269
4306
 
@@ -4274,9 +4311,9 @@ class CorsSecurityInterceptor {
4274
4311
  }));
4275
4312
  }
4276
4313
  }
4277
- /** @nocollapse */ /** @nocollapse */ CorsSecurityInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CorsSecurityInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4278
- /** @nocollapse */ /** @nocollapse */ CorsSecurityInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CorsSecurityInterceptor });
4279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
4314
+ /** @nocollapse */ /** @nocollapse */ CorsSecurityInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CorsSecurityInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4315
+ /** @nocollapse */ /** @nocollapse */ CorsSecurityInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CorsSecurityInterceptor });
4316
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
4280
4317
  type: Injectable
4281
4318
  }] });
4282
4319
 
@@ -4287,9 +4324,9 @@ class CsrfPreventionInterceptor {
4287
4324
  }));
4288
4325
  }
4289
4326
  }
4290
- /** @nocollapse */ /** @nocollapse */ CsrfPreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CsrfPreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4291
- /** @nocollapse */ /** @nocollapse */ CsrfPreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CsrfPreventionInterceptor });
4292
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
4327
+ /** @nocollapse */ /** @nocollapse */ CsrfPreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CsrfPreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4328
+ /** @nocollapse */ /** @nocollapse */ CsrfPreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CsrfPreventionInterceptor });
4329
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
4293
4330
  type: Injectable
4294
4331
  }] });
4295
4332
 
@@ -4343,9 +4380,9 @@ class EuLoginSessionTimeoutHandlingInterceptor {
4343
4380
  document.location.reload();
4344
4381
  }
4345
4382
  }
4346
- /** @nocollapse */ /** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4347
- /** @nocollapse */ /** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor });
4348
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
4383
+ /** @nocollapse */ /** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4384
+ /** @nocollapse */ /** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor });
4385
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
4349
4386
  type: Injectable
4350
4387
  }] });
4351
4388
 
@@ -4366,9 +4403,9 @@ class UxRequestErrorModelInterceptor {
4366
4403
  }));
4367
4404
  }
4368
4405
  }
4369
- /** @nocollapse */ /** @nocollapse */ UxRequestErrorModelInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxRequestErrorModelInterceptor, deps: [{ token: UX_ERROR_MAPPING_HANDLER_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
4370
- /** @nocollapse */ /** @nocollapse */ UxRequestErrorModelInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxRequestErrorModelInterceptor });
4371
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
4406
+ /** @nocollapse */ /** @nocollapse */ UxRequestErrorModelInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxRequestErrorModelInterceptor, deps: [{ token: UX_ERROR_MAPPING_HANDLER_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
4407
+ /** @nocollapse */ /** @nocollapse */ UxRequestErrorModelInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxRequestErrorModelInterceptor });
4408
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
4372
4409
  type: Injectable
4373
4410
  }], ctorParameters: function () {
4374
4411
  return [{ type: undefined, decorators: [{
@@ -4512,9 +4549,9 @@ class OpenIdConnectInterceptor {
4512
4549
  }
4513
4550
  }
4514
4551
  }
4515
- /** @nocollapse */ /** @nocollapse */ OpenIdConnectInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OpenIdConnectInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4516
- /** @nocollapse */ /** @nocollapse */ OpenIdConnectInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OpenIdConnectInterceptor });
4517
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OpenIdConnectInterceptor, decorators: [{
4552
+ /** @nocollapse */ /** @nocollapse */ OpenIdConnectInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: OpenIdConnectInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4553
+ /** @nocollapse */ /** @nocollapse */ OpenIdConnectInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: OpenIdConnectInterceptor });
4554
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: OpenIdConnectInterceptor, decorators: [{
4518
4555
  type: Injectable
4519
4556
  }], ctorParameters: function () { return []; } });
4520
4557
 
@@ -4544,9 +4581,9 @@ class OpenIdConnectService {
4544
4581
  return this.userDetails;
4545
4582
  }
4546
4583
  }
4547
- /** @nocollapse */ /** @nocollapse */ OpenIdConnectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OpenIdConnectService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4548
- /** @nocollapse */ /** @nocollapse */ OpenIdConnectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OpenIdConnectService, providedIn: 'root' });
4549
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: OpenIdConnectService, decorators: [{
4584
+ /** @nocollapse */ /** @nocollapse */ OpenIdConnectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: OpenIdConnectService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4585
+ /** @nocollapse */ /** @nocollapse */ OpenIdConnectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: OpenIdConnectService, providedIn: 'root' });
4586
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: OpenIdConnectService, decorators: [{
4550
4587
  type: Injectable,
4551
4588
  args: [{
4552
4589
  providedIn: 'root'