@eui/core 13.0.0-beta.14 → 13.0.0-beta.18

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 (210) hide show
  1. package/docs/classes/ActivatedRouteAction.html +43 -43
  2. package/docs/classes/AddApiQueueItemAction.html +43 -43
  3. package/docs/classes/AddAppLoadedConfigModulesAction.html +43 -43
  4. package/docs/classes/ApiQueueServiceMock.html +26 -526
  5. package/docs/classes/AsyncStorageService.html +43 -469
  6. package/docs/classes/AsyncStorageServiceMock.html +40 -1225
  7. package/docs/classes/EmptyApiQueueAction.html +43 -43
  8. package/docs/classes/EuiCoreRootGuardClass.html +8 -6
  9. package/docs/classes/EuiError.html +8 -6
  10. package/docs/classes/I18nResourceImpl.html +25 -26
  11. package/docs/classes/InitStoreAction.html +43 -43
  12. package/docs/classes/LogServiceMock.html +10 -10
  13. package/docs/classes/OpenIdConnectServiceMock.html +10 -46
  14. package/docs/classes/RemoveApiQueueItemAction.html +43 -43
  15. package/docs/classes/RouterMock.html +77 -84
  16. package/docs/classes/StorageService.html +31 -36
  17. package/docs/classes/StorageServiceMock.html +16 -479
  18. package/docs/classes/StoreMock.html +41 -47
  19. package/docs/classes/TranslateServiceMock.html +251 -270
  20. package/docs/classes/UpdateAppConnectionAction.html +43 -43
  21. package/docs/classes/UpdateAppStatusAction.html +43 -43
  22. package/docs/classes/UpdateAppVersionAction.html +43 -43
  23. package/docs/classes/UpdateCurrentModuleAction.html +43 -43
  24. package/docs/classes/UpdateI18nStateAction.html +43 -43
  25. package/docs/classes/UpdateLocaleStateAction.html +43 -43
  26. package/docs/classes/UpdateNotificationsListAction.html +43 -43
  27. package/docs/classes/UpdateUserDashboardAction.html +43 -43
  28. package/docs/classes/UpdateUserDetailsAction.html +43 -43
  29. package/docs/classes/UpdateUserPreferencesAction.html +43 -43
  30. package/docs/classes/UpdateUserRightsAction.html +43 -43
  31. package/docs/classes/UpdateUserStateAction.html +43 -43
  32. package/docs/classes/UxErrorManager.html +39 -43
  33. package/docs/dependencies.html +44 -41
  34. package/docs/directives/TranslateMockDirective.html +9 -7
  35. package/docs/index.html +7 -6
  36. package/docs/injectables/ApiQueueService.html +33 -40
  37. package/docs/injectables/CoreAppEffects.html +98 -99
  38. package/docs/injectables/EuiPermissionService.html +26 -31
  39. package/docs/injectables/GlobalErrorHandler.html +12 -11
  40. package/docs/injectables/I18nLoader.html +28 -30
  41. package/docs/injectables/I18nService.html +42 -48
  42. package/docs/injectables/I18nServiceMock.html +32 -569
  43. package/docs/injectables/LocalForageService.html +75 -1549
  44. package/docs/injectables/LocalStorageService.html +38 -499
  45. package/docs/injectables/LocaleService.html +23 -28
  46. package/docs/injectables/LocaleServiceMock.html +21 -198
  47. package/docs/injectables/LogService.html +11 -10
  48. package/docs/injectables/OpenIdConnectService.html +10 -10
  49. package/docs/injectables/SessionStorageService.html +38 -499
  50. package/docs/injectables/StoreService.html +24 -28
  51. package/docs/injectables/StoreServiceMock.html +18 -360
  52. package/docs/injectables/UserService.html +24 -27
  53. package/docs/injectables/UserServiceMock.html +31 -196
  54. package/docs/injectables/UxAppShellService.html +299 -355
  55. package/docs/injectables/UxDynamicComponentService.html +16 -16
  56. package/docs/injectables/UxDynamicMenuService.html +38 -40
  57. package/docs/injectables/UxErrorFeedbackService.html +42 -48
  58. package/docs/injectables/UxTimezoneService.html +18 -22
  59. package/docs/interceptors/AddLangParamInterceptor.html +11 -10
  60. package/docs/interceptors/CachePreventionInterceptor.html +11 -10
  61. package/docs/interceptors/CorsSecurityInterceptor.html +11 -10
  62. package/docs/interceptors/CsrfPreventionInterceptor.html +11 -10
  63. package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +11 -10
  64. package/docs/interceptors/HttpErrorHandlerInterceptor.html +11 -10
  65. package/docs/interceptors/OpenIdConnectInterceptor.html +35 -35
  66. package/docs/interceptors/UxRequestErrorModelInterceptor.html +11 -10
  67. package/docs/interfaces/LoadedResources.html +37 -12
  68. package/docs/interfaces/LoadedResourcesError.html +28 -10
  69. package/docs/interfaces/ModuleLoadEvent.html +37 -12
  70. package/docs/interfaces/OpenIdConnectUserDetails.html +64 -18
  71. package/docs/interfaces/ResourceError.html +37 -12
  72. package/docs/interfaces/TimeZone.html +28 -10
  73. package/docs/interfaces/UIState.html +325 -76
  74. package/docs/js/libs/prism.js +46 -14
  75. package/docs/js/menu-wc.js +76 -79
  76. package/docs/js/menu-wc_es5.js +60 -0
  77. package/docs/js/menu.js +15 -11
  78. package/docs/js/search/lunr.min.js +3 -3
  79. package/docs/js/search/search_index.js +2 -2
  80. package/docs/license.html +6 -5
  81. package/docs/miscellaneous/enumerations.html +18 -17
  82. package/docs/miscellaneous/functions.html +261 -140
  83. package/docs/miscellaneous/typealiases.html +18 -17
  84. package/docs/miscellaneous/variables.html +1719 -1811
  85. package/docs/modules/CoreModule.html +13 -14
  86. package/docs/modules/I18nModule.html +11 -11
  87. package/docs/modules/LogModule.html +16 -16
  88. package/docs/modules/TranslateMockModule.html +8 -6
  89. package/docs/modules.html +6 -5
  90. package/docs/pipes/TranslateMockPipe.html +10 -9
  91. package/docs/styles/bootstrap.min.css +4 -3
  92. package/docs/styles/compodoc.css +41 -33
  93. package/docs/styles/dark.css +113 -0
  94. package/docs/styles/laravel.css +52 -6
  95. package/docs/styles/material.css +31 -7
  96. package/docs/styles/original.css +12 -6
  97. package/docs/styles/postmark.css +23 -7
  98. package/docs/styles/prism.css +169 -135
  99. package/docs/styles/readthedocs.css +22 -11
  100. package/docs/styles/stripe.css +48 -5
  101. package/docs/styles/vagrant.css +42 -6
  102. package/{esm2015/eui-core.js → esm2020/eui-core.mjs} +0 -0
  103. package/{esm2015/index.js → esm2020/index.mjs} +0 -0
  104. package/{esm2015/lib/eui-core.module.js → esm2020/lib/eui-core.module.mjs} +5 -5
  105. package/{esm2015/lib/helpers/date-helpers.js → esm2020/lib/helpers/date-helpers.mjs} +0 -0
  106. package/{esm2015/lib/helpers/dom-helpers.js → esm2020/lib/helpers/dom-helpers.mjs} +0 -0
  107. package/{esm2015/lib/helpers/event-helpers.js → esm2020/lib/helpers/event-helpers.mjs} +0 -0
  108. package/{esm2015/lib/helpers/form-helpers.js → esm2020/lib/helpers/form-helpers.mjs} +0 -0
  109. package/{esm2015/lib/helpers/format-helpers.js → esm2020/lib/helpers/format-helpers.mjs} +0 -0
  110. package/{esm2015/lib/helpers/http-helpers.js → esm2020/lib/helpers/http-helpers.mjs} +0 -0
  111. package/{esm2015/lib/helpers/index.js → esm2020/lib/helpers/index.mjs} +0 -0
  112. package/{esm2015/lib/helpers/utils.js → esm2020/lib/helpers/utils.mjs} +0 -0
  113. package/{esm2015/lib/interceptors/add-lang-param.interceptor.js → esm2020/lib/interceptors/add-lang-param.interceptor.mjs} +4 -4
  114. package/{esm2015/lib/interceptors/cache-prevention.interceptor.js → esm2020/lib/interceptors/cache-prevention.interceptor.mjs} +4 -4
  115. package/{esm2015/lib/interceptors/cors-security.interceptor.js → esm2020/lib/interceptors/cors-security.interceptor.mjs} +4 -4
  116. package/{esm2015/lib/interceptors/csrf-prevention.interceptor.js → esm2020/lib/interceptors/csrf-prevention.interceptor.mjs} +4 -4
  117. package/esm2020/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +61 -0
  118. package/{esm2015/lib/interceptors/index.js → esm2020/lib/interceptors/index.mjs} +0 -0
  119. package/{esm2015/lib/interceptors/openid/index.js → esm2020/lib/interceptors/openid/index.mjs} +0 -0
  120. package/esm2020/lib/interceptors/openid/openid-connect.interceptor.mjs +146 -0
  121. package/{esm2015/lib/interceptors/openid/openid-connect.service.js → esm2020/lib/interceptors/openid/openid-connect.service.mjs} +4 -4
  122. package/{esm2015/lib/interceptors/openid/openid-connect.service.mock.js → esm2020/lib/interceptors/openid/openid-connect.service.mock.mjs} +0 -0
  123. package/{esm2015/lib/interceptors/ux-request-error-model.interceptor.js → esm2020/lib/interceptors/ux-request-error-model.interceptor.mjs} +4 -4
  124. package/{esm2015/lib/services/app/eui-init-app.js → esm2020/lib/services/app/eui-init-app.mjs} +0 -0
  125. package/esm2020/lib/services/app/eui-pre-init-app.mjs +42 -0
  126. package/{esm2015/lib/services/app/eui-startup.js → esm2020/lib/services/app/eui-startup.mjs} +0 -0
  127. package/{esm2015/lib/services/app/factories/log.js → esm2020/lib/services/app/factories/log.mjs} +0 -0
  128. package/{esm2015/lib/services/app/index.js → esm2020/lib/services/app/index.mjs} +0 -0
  129. package/esm2020/lib/services/config/defaults.mjs +63 -0
  130. package/{esm2015/lib/services/config/tokens.js → esm2020/lib/services/config/tokens.mjs} +5 -2
  131. package/{esm2015/lib/services/errors/eui.error.js → esm2020/lib/services/errors/eui.error.mjs} +0 -0
  132. package/{esm2015/lib/services/errors/global-error-handler.js → esm2020/lib/services/errors/global-error-handler.mjs} +4 -4
  133. package/{esm2015/lib/services/errors/http-error-handler-callback-functions.js → esm2020/lib/services/errors/http-error-handler-callback-functions.mjs} +0 -0
  134. package/{esm2015/lib/services/errors/http-error-handler.interceptor.js → esm2020/lib/services/errors/http-error-handler.interceptor.mjs} +4 -4
  135. package/{esm2015/lib/services/errors/index.js → esm2020/lib/services/errors/index.mjs} +0 -0
  136. package/{esm2015/lib/services/i18n/i18n.loader.js → esm2020/lib/services/i18n/i18n.loader.mjs} +4 -4
  137. package/{esm2015/lib/services/i18n/i18n.resource.js → esm2020/lib/services/i18n/i18n.resource.mjs} +0 -0
  138. package/esm2020/lib/services/i18n/i18n.service.mjs +222 -0
  139. package/{esm2015/lib/services/i18n/i18n.service.mock.js → esm2020/lib/services/i18n/i18n.service.mock.mjs} +4 -4
  140. package/{esm2015/lib/services/i18n/index.js → esm2020/lib/services/i18n/index.mjs} +0 -0
  141. package/{esm2015/lib/services/index.js → esm2020/lib/services/index.mjs} +0 -0
  142. package/{esm2015/lib/services/locale/index.js → esm2020/lib/services/locale/index.mjs} +0 -0
  143. package/esm2020/lib/services/locale/locale.service.mjs +250 -0
  144. package/{esm2015/lib/services/log/index.js → esm2020/lib/services/log/index.mjs} +0 -0
  145. package/{esm2015/lib/services/log/log.module.js → esm2020/lib/services/log/log.module.mjs} +5 -5
  146. package/{esm2015/lib/services/log/log.service.js → esm2020/lib/services/log/log.service.mjs} +4 -4
  147. package/{esm2015/lib/services/log/log.service.mock.js → esm2020/lib/services/log/log.service.mock.mjs} +0 -0
  148. package/{esm2015/lib/services/permission/permission.service.js → esm2020/lib/services/permission/permission.service.mjs} +5 -5
  149. package/{esm2015/lib/services/queue/api-queue.service.js → esm2020/lib/services/queue/api-queue.service.mjs} +4 -4
  150. package/{esm2015/lib/services/queue/api-queue.service.mock.js → esm2020/lib/services/queue/api-queue.service.mock.mjs} +0 -0
  151. package/{esm2015/lib/services/queue/index.js → esm2020/lib/services/queue/index.mjs} +0 -0
  152. package/{esm2015/lib/services/storage/async-storage.service.js → esm2020/lib/services/storage/async-storage.service.mjs} +0 -0
  153. package/{esm2015/lib/services/storage/async-storage.service.mock.js → esm2020/lib/services/storage/async-storage.service.mock.mjs} +0 -0
  154. package/{esm2015/lib/services/storage/index.js → esm2020/lib/services/storage/index.mjs} +0 -0
  155. package/{esm2015/lib/services/storage/local-forage.service.js → esm2020/lib/services/storage/local-forage.service.mjs} +4 -4
  156. package/{esm2015/lib/services/storage/local-storage.service.js → esm2020/lib/services/storage/local-storage.service.mjs} +4 -4
  157. package/{esm2015/lib/services/storage/session-storage.service.js → esm2020/lib/services/storage/session-storage.service.mjs} +4 -4
  158. package/{esm2015/lib/services/storage/storage.service.js → esm2020/lib/services/storage/storage.service.mjs} +0 -0
  159. package/{esm2015/lib/services/storage/storage.service.mock.js → esm2020/lib/services/storage/storage.service.mock.mjs} +0 -0
  160. package/{esm2015/lib/services/store/actions/app.actions.js → esm2020/lib/services/store/actions/app.actions.mjs} +0 -0
  161. package/{esm2015/lib/services/store/actions/i18n.actions.js → esm2020/lib/services/store/actions/i18n.actions.mjs} +0 -0
  162. package/{esm2015/lib/services/store/actions/index.js → esm2020/lib/services/store/actions/index.mjs} +0 -0
  163. package/{esm2015/lib/services/store/actions/locale.actions.js → esm2020/lib/services/store/actions/locale.actions.mjs} +0 -0
  164. package/{esm2015/lib/services/store/actions/notifications.actions.js → esm2020/lib/services/store/actions/notifications.actions.mjs} +0 -0
  165. package/{esm2015/lib/services/store/actions/user.actions.js → esm2020/lib/services/store/actions/user.actions.mjs} +0 -0
  166. package/{esm2015/lib/services/store/effects/app.effects.js → esm2020/lib/services/store/effects/app.effects.mjs} +5 -5
  167. package/{esm2015/lib/services/store/effects/index.js → esm2020/lib/services/store/effects/index.mjs} +0 -0
  168. package/{esm2015/lib/services/store/index.js → esm2020/lib/services/store/index.mjs} +0 -0
  169. package/esm2020/lib/services/store/reducers/app.reducers.mjs +57 -0
  170. package/{esm2015/lib/services/store/reducers/core.reducers.js → esm2020/lib/services/store/reducers/core.reducers.mjs} +0 -0
  171. package/esm2020/lib/services/store/reducers/i18n.reducers.mjs +18 -0
  172. package/{esm2015/lib/services/store/reducers/index.js → esm2020/lib/services/store/reducers/index.mjs} +0 -0
  173. package/esm2020/lib/services/store/reducers/locale.reducers.mjs +18 -0
  174. package/esm2020/lib/services/store/reducers/meta.reducers.mjs +91 -0
  175. package/{esm2015/lib/services/store/reducers/notifications.reducers.js → esm2020/lib/services/store/reducers/notifications.reducers.mjs} +0 -0
  176. package/esm2020/lib/services/store/reducers/user.reducers.mjs +43 -0
  177. package/{esm2015/lib/services/store/store.service.js → esm2020/lib/services/store/store.service.mjs} +4 -4
  178. package/{esm2015/lib/services/store/store.service.mock.js → esm2020/lib/services/store/store.service.mock.mjs} +4 -4
  179. package/{esm2015/lib/services/user/index.js → esm2020/lib/services/user/index.mjs} +0 -0
  180. package/{esm2015/lib/services/user/user.service.js → esm2020/lib/services/user/user.service.mjs} +4 -4
  181. package/{esm2015/lib/services/user/user.service.mock.js → esm2020/lib/services/user/user.service.mock.mjs} +4 -4
  182. package/esm2020/lib/services/ux-app-shell.service.mjs +633 -0
  183. package/{esm2015/lib/services/ux-dynamic-component/ux-dynamic-component.service.js → esm2020/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs} +4 -4
  184. package/{esm2015/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.js → esm2020/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs} +4 -4
  185. package/{esm2015/lib/services/ux-error-feedback/ux-error-feedback.service.js → esm2020/lib/services/ux-error-feedback/ux-error-feedback.service.mjs} +4 -4
  186. package/{esm2015/lib/services/ux-error-feedback/ux-error-handler.operator.js → esm2020/lib/services/ux-error-feedback/ux-error-handler.operator.mjs} +0 -0
  187. package/{esm2015/lib/services/ux-timezone.service.js → esm2020/lib/services/ux-timezone.service.mjs} +4 -4
  188. package/fesm2015/{eui-core.js → eui-core.mjs} +270 -247
  189. package/fesm2015/eui-core.mjs.map +1 -0
  190. package/fesm2020/eui-core.mjs +4592 -0
  191. package/fesm2020/eui-core.mjs.map +1 -0
  192. package/lib/services/locale/locale.service.d.ts.map +1 -1
  193. package/lib/services/permission/permission.service.d.ts +1 -1
  194. package/lib/services/permission/permission.service.d.ts.map +1 -1
  195. package/package.json +19 -6
  196. package/bundles/eui-core.umd.js +0 -5323
  197. package/bundles/eui-core.umd.js.map +0 -1
  198. package/esm2015/lib/interceptors/eu-login-session-timeout-handling.interceptor.js +0 -61
  199. package/esm2015/lib/interceptors/openid/openid-connect.interceptor.js +0 -146
  200. package/esm2015/lib/services/app/eui-pre-init-app.js +0 -47
  201. package/esm2015/lib/services/config/defaults.js +0 -49
  202. package/esm2015/lib/services/i18n/i18n.service.js +0 -219
  203. package/esm2015/lib/services/locale/locale.service.js +0 -255
  204. package/esm2015/lib/services/store/reducers/app.reducers.js +0 -49
  205. package/esm2015/lib/services/store/reducers/i18n.reducers.js +0 -15
  206. package/esm2015/lib/services/store/reducers/locale.reducers.js +0 -15
  207. package/esm2015/lib/services/store/reducers/meta.reducers.js +0 -92
  208. package/esm2015/lib/services/store/reducers/user.reducers.js +0 -43
  209. package/esm2015/lib/services/ux-app-shell.service.js +0 -584
  210. package/fesm2015/eui-core.js.map +0 -1
@@ -9,20 +9,19 @@ import * as extendProxy from 'extend';
9
9
  import { DateAdapter, MAT_DATE_LOCALE } from '@angular/material/core';
10
10
  import { MomentDateAdapter } from '@angular/material-moment-adapter';
11
11
  import { LOCATION_INITIALIZED, DOCUMENT, isPlatformBrowser, getLocaleId, registerLocaleData } from '@angular/common';
12
+ import { throwError, forkJoin, of, BehaviorSubject, defer, merge, fromEvent, Observable, Subject, from } from 'rxjs';
13
+ import { debounceTime, distinctUntilChanged, map, catchError, switchMap, tap, filter, take, mapTo, mergeMap, concatMap, takeUntil } from 'rxjs/operators';
12
14
  import * as i1$1 from '@ngrx/store';
13
15
  import { createSelector } from '@ngrx/store';
14
- import { throwError, forkJoin, of, BehaviorSubject, defer, Observable, Subject, from } from 'rxjs';
15
- import { debounceTime, distinctUntilChanged, map, catchError, switchMap, tap, filter, take, mapTo, mergeMap, concatMap, takeUntil } from 'rxjs/operators';
16
16
  import { __decorate, __metadata, __awaiter } from 'tslib';
17
- import * as i2 from '@ngx-translate/core';
18
- import { TranslateLoader } from '@ngx-translate/core';
19
17
  import * as i1$3 from '@ngrx/effects';
20
18
  import { ofType, Effect } from '@ngrx/effects';
19
+ import * as i2 from '@ngx-translate/core';
20
+ import { TranslateLoader } from '@ngx-translate/core';
21
21
  import * as i2$1 from '@angular/router';
22
22
  import { NavigationEnd } from '@angular/router';
23
- import isEqual from 'lodash/isEqual';
24
- import get from 'lodash/get';
25
- import { merge, fromEvent, of as of$1 } from 'rxjs/index';
23
+ import isEqual from 'lodash-es/isEqual';
24
+ import get from 'lodash-es/get';
26
25
  import { By } from '@angular/platform-browser';
27
26
  import { FormGroup, FormArray } from '@angular/forms';
28
27
  import { DomPortalOutlet, ComponentPortal, PortalInjector } from '@angular/cdk/portal';
@@ -169,20 +168,22 @@ class LogService extends Logger {
169
168
  return logger;
170
169
  }
171
170
  }
172
- /** @nocollapse */ LogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LogService, deps: [{ token: BASE_LOGGER_NAME_TOKEN }, { token: LOG_LEVEL_TOKEN }, { token: LOG_APPENDERS_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
173
- /** @nocollapse */ LogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LogService });
174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LogService, decorators: [{
171
+ /** @nocollapse */ /** @nocollapse */ LogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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-next.15", ngImport: i0, type: LogService });
173
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: LogService, decorators: [{
175
174
  type: Injectable
176
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
177
- type: Inject,
178
- args: [BASE_LOGGER_NAME_TOKEN]
179
- }] }, { type: i1.LogLevel, decorators: [{
180
- type: Inject,
181
- args: [LOG_LEVEL_TOKEN]
182
- }] }, { type: undefined, decorators: [{
183
- type: Inject,
184
- args: [LOG_APPENDERS_TOKEN]
185
- }] }]; } });
175
+ }], ctorParameters: function () {
176
+ return [{ type: undefined, decorators: [{
177
+ type: Inject,
178
+ args: [BASE_LOGGER_NAME_TOKEN]
179
+ }] }, { type: i1.LogLevel, decorators: [{
180
+ type: Inject,
181
+ args: [LOG_LEVEL_TOKEN]
182
+ }] }, { type: undefined, decorators: [{
183
+ type: Inject,
184
+ args: [LOG_APPENDERS_TOKEN]
185
+ }] }];
186
+ } });
186
187
 
187
188
  const LOG_INSTANCES = {};
188
189
  /**
@@ -235,45 +236,6 @@ function euiLogServiceFactory(injector, rootBaseLoggerName, rootConfig, childBas
235
236
  return logService;
236
237
  }
237
238
 
238
- class LogServiceMock extends LoggerMock {
239
- getLogger() {
240
- return new LoggerMock();
241
- }
242
- }
243
-
244
- const LOG_MODULE_CONFIG_TOKEN = new InjectionToken('LOG_CONFIG');
245
- /**
246
- * Log Module
247
- */
248
- class LogModule {
249
- /** method called in your root module to provide the LogService */
250
- static forRoot(config = DEFAULT_LOG_CONFIG) {
251
- return {
252
- ngModule: LogModule,
253
- providers: [
254
- { provide: LOG_MODULE_CONFIG_TOKEN, useValue: config },
255
- { provide: LogService, useFactory: logServiceFactory, deps: [LOG_MODULE_CONFIG_TOKEN, Injector] },
256
- ],
257
- };
258
- }
259
- /** method called in your other (non root, lazy loaded) modules to import a different instance of LogService */
260
- static forChild(config = DEFAULT_LOG_CONFIG) {
261
- return {
262
- ngModule: LogModule,
263
- providers: [
264
- { provide: LOG_MODULE_CONFIG_TOKEN, useValue: config },
265
- { provide: LogService, useFactory: logServiceFactory, deps: [LOG_MODULE_CONFIG_TOKEN, Injector] },
266
- ],
267
- };
268
- }
269
- }
270
- /** @nocollapse */ LogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
271
- /** @nocollapse */ LogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LogModule });
272
- /** @nocollapse */ LogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LogModule });
273
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LogModule, decorators: [{
274
- type: NgModule
275
- }] });
276
-
277
239
  var CoreAppActionTypes;
278
240
  (function (CoreAppActionTypes) {
279
241
  CoreAppActionTypes["INIT_STORE"] = "[App] Init store";
@@ -348,6 +310,45 @@ class EmptyApiQueueAction {
348
310
  }
349
311
  }
350
312
 
313
+ class LogServiceMock extends LoggerMock {
314
+ getLogger() {
315
+ return new LoggerMock();
316
+ }
317
+ }
318
+
319
+ const LOG_MODULE_CONFIG_TOKEN = new InjectionToken('LOG_CONFIG');
320
+ /**
321
+ * Log Module
322
+ */
323
+ class LogModule {
324
+ /** method called in your root module to provide the LogService */
325
+ static forRoot(config = DEFAULT_LOG_CONFIG) {
326
+ return {
327
+ ngModule: LogModule,
328
+ providers: [
329
+ { provide: LOG_MODULE_CONFIG_TOKEN, useValue: config },
330
+ { provide: LogService, useFactory: logServiceFactory, deps: [LOG_MODULE_CONFIG_TOKEN, Injector] },
331
+ ],
332
+ };
333
+ }
334
+ /** method called in your other (non root, lazy loaded) modules to import a different instance of LogService */
335
+ static forChild(config = DEFAULT_LOG_CONFIG) {
336
+ return {
337
+ ngModule: LogModule,
338
+ providers: [
339
+ { provide: LOG_MODULE_CONFIG_TOKEN, useValue: config },
340
+ { provide: LogService, useFactory: logServiceFactory, deps: [LOG_MODULE_CONFIG_TOKEN, Injector] },
341
+ ],
342
+ };
343
+ }
344
+ }
345
+ /** @nocollapse */ /** @nocollapse */ LogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: LogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
346
+ /** @nocollapse */ /** @nocollapse */ LogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: LogModule });
347
+ /** @nocollapse */ /** @nocollapse */ LogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: LogModule });
348
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: LogModule, decorators: [{
349
+ type: NgModule
350
+ }] });
351
+
351
352
  var BrowserStorageType;
352
353
  (function (BrowserStorageType) {
353
354
  BrowserStorageType[BrowserStorageType["local"] = 0] = "local";
@@ -436,18 +437,20 @@ class StoreService {
436
437
  }
437
438
  }
438
439
  }
439
- /** @nocollapse */ StoreService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: StoreService, deps: [{ token: i1$1.Store, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
440
- /** @nocollapse */ StoreService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: StoreService, providedIn: 'root' });
441
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: StoreService, decorators: [{
440
+ /** @nocollapse */ /** @nocollapse */ StoreService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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-next.15", ngImport: i0, type: StoreService, providedIn: 'root' });
442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: StoreService, decorators: [{
442
443
  type: Injectable,
443
444
  args: [{
444
445
  providedIn: 'root',
445
446
  }]
446
- }], ctorParameters: function () { return [{ type: i1$1.Store, decorators: [{
447
- type: Optional
448
- }] }, { type: LogService, decorators: [{
449
- type: Optional
450
- }] }]; } });
447
+ }], ctorParameters: function () {
448
+ return [{ type: i1$1.Store, decorators: [{
449
+ type: Optional
450
+ }] }, { type: LogService, decorators: [{
451
+ type: Optional
452
+ }] }];
453
+ } });
451
454
 
452
455
  function euiInitApp(injector) {
453
456
  return () => {
@@ -762,16 +765,18 @@ class I18nLoader {
762
765
  return undefined;
763
766
  }
764
767
  }
765
- /** @nocollapse */ I18nLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: I18nLoader, deps: [{ token: i1$2.HttpClient }, { token: LogService, optional: true }, { token: CONFIG_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
766
- /** @nocollapse */ I18nLoader.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: I18nLoader });
767
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: I18nLoader, decorators: [{
768
+ /** @nocollapse */ /** @nocollapse */ I18nLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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-next.15", ngImport: i0, type: I18nLoader });
770
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: I18nLoader, decorators: [{
768
771
  type: Injectable
769
- }], ctorParameters: function () { return [{ type: i1$2.HttpClient }, { type: LogService, decorators: [{
770
- type: Optional
771
- }] }, { type: undefined, decorators: [{
772
- type: Inject,
773
- args: [CONFIG_TOKEN]
774
- }] }]; } });
772
+ }], ctorParameters: function () {
773
+ return [{ type: i1$2.HttpClient }, { type: LogService, decorators: [{
774
+ type: Optional
775
+ }] }, { type: undefined, decorators: [{
776
+ type: Inject,
777
+ args: [CONFIG_TOKEN]
778
+ }] }];
779
+ } });
775
780
  const translateConfig = {
776
781
  loader: {
777
782
  provide: TranslateLoader,
@@ -965,22 +970,24 @@ class I18nService extends EuiLazyService {
965
970
  this.document.documentElement.lang = lang;
966
971
  }
967
972
  }
968
- /** @nocollapse */ I18nService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: I18nService, deps: [{ token: GLOBAL_CONFIG_TOKEN }, { token: i2.TranslateService }, { token: LogService, optional: true }, { token: StoreService }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
969
- /** @nocollapse */ I18nService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: I18nService, providedIn: 'root' });
970
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: I18nService, decorators: [{
973
+ /** @nocollapse */ /** @nocollapse */ I18nService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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-next.15", ngImport: i0, type: I18nService, providedIn: 'root' });
975
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: I18nService, decorators: [{
971
976
  type: Injectable,
972
977
  args: [{
973
978
  providedIn: 'root',
974
979
  }]
975
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
976
- type: Inject,
977
- args: [GLOBAL_CONFIG_TOKEN]
978
- }] }, { type: i2.TranslateService }, { type: LogService, decorators: [{
979
- type: Optional
980
- }] }, { type: StoreService }, { type: Document, decorators: [{
981
- type: Inject,
982
- args: [DOCUMENT]
983
- }] }]; } });
980
+ }], ctorParameters: function () {
981
+ return [{ type: undefined, decorators: [{
982
+ type: Inject,
983
+ args: [GLOBAL_CONFIG_TOKEN]
984
+ }] }, { type: i2.TranslateService }, { type: LogService, decorators: [{
985
+ type: Optional
986
+ }] }, { type: StoreService }, { type: Document, decorators: [{
987
+ type: Inject,
988
+ args: [DOCUMENT]
989
+ }] }];
990
+ } });
984
991
 
985
992
  class I18nServiceMock extends I18nService {
986
993
  constructor() {
@@ -1010,9 +1017,9 @@ class I18nServiceMock extends I18nService {
1010
1017
  return of({ success: true });
1011
1018
  }
1012
1019
  }
1013
- /** @nocollapse */ I18nServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: I18nServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1014
- /** @nocollapse */ I18nServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: I18nServiceMock });
1015
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: I18nServiceMock, decorators: [{
1020
+ /** @nocollapse */ /** @nocollapse */ I18nServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: I18nServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1021
+ /** @nocollapse */ /** @nocollapse */ I18nServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: I18nServiceMock });
1022
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: I18nServiceMock, decorators: [{
1016
1023
  type: Injectable
1017
1024
  }], ctorParameters: function () { return []; } });
1018
1025
 
@@ -1564,24 +1571,26 @@ class UxAppShellService {
1564
1571
  });
1565
1572
  }
1566
1573
  }
1567
- /** @nocollapse */ UxAppShellService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", 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 });
1568
- /** @nocollapse */ UxAppShellService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxAppShellService, providedIn: 'root' });
1569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxAppShellService, decorators: [{
1574
+ /** @nocollapse */ /** @nocollapse */ UxAppShellService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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 });
1575
+ /** @nocollapse */ /** @nocollapse */ UxAppShellService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxAppShellService, providedIn: 'root' });
1576
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxAppShellService, decorators: [{
1570
1577
  type: Injectable,
1571
1578
  args: [{
1572
1579
  providedIn: 'root',
1573
1580
  }]
1574
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
1575
- type: Optional
1576
- }, {
1577
- type: Inject,
1578
- args: [GLOBAL_CONFIG_TOKEN]
1579
- }] }, { type: i1$2.HttpClient }, { type: Object, decorators: [{
1580
- type: Inject,
1581
- args: [PLATFORM_ID]
1582
- }] }, { type: i2$1.Router }, { type: StoreService }, { type: I18nService, decorators: [{
1583
- type: Optional
1584
- }] }]; } });
1581
+ }], ctorParameters: function () {
1582
+ return [{ type: undefined, decorators: [{
1583
+ type: Optional
1584
+ }, {
1585
+ type: Inject,
1586
+ args: [GLOBAL_CONFIG_TOKEN]
1587
+ }] }, { type: i1$2.HttpClient }, { type: Object, decorators: [{
1588
+ type: Inject,
1589
+ args: [PLATFORM_ID]
1590
+ }] }, { type: i2$1.Router }, { type: StoreService }, { type: I18nService, decorators: [{
1591
+ type: Optional
1592
+ }] }];
1593
+ } });
1585
1594
 
1586
1595
  class CoreAppEffects {
1587
1596
  constructor(actions, showConnectionStatus, translateService, asService) {
@@ -1616,8 +1625,8 @@ class CoreAppEffects {
1616
1625
  }));
1617
1626
  }
1618
1627
  }
1619
- /** @nocollapse */ CoreAppEffects.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CoreAppEffects, deps: [{ token: i1$3.Actions }, { token: SHOW_CONNECTION_STATUS_TOKEN }, { token: i2.TranslateService }, { token: UxAppShellService }], target: i0.ɵɵFactoryTarget.Injectable });
1620
- /** @nocollapse */ CoreAppEffects.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CoreAppEffects });
1628
+ /** @nocollapse */ /** @nocollapse */ CoreAppEffects.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CoreAppEffects, deps: [{ token: i1$3.Actions }, { token: SHOW_CONNECTION_STATUS_TOKEN }, { token: i2.TranslateService }, { token: UxAppShellService }], target: i0.ɵɵFactoryTarget.Injectable });
1629
+ /** @nocollapse */ /** @nocollapse */ CoreAppEffects.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CoreAppEffects });
1621
1630
  __decorate([
1622
1631
  Effect(),
1623
1632
  __metadata("design:type", Observable)
@@ -1630,12 +1639,14 @@ __decorate([
1630
1639
  Effect({ dispatch: false }),
1631
1640
  __metadata("design:type", Object)
1632
1641
  ], CoreAppEffects.prototype, "updateAppConnection", void 0);
1633
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CoreAppEffects, decorators: [{
1642
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CoreAppEffects, decorators: [{
1634
1643
  type: Injectable
1635
- }], ctorParameters: function () { return [{ type: i1$3.Actions }, { type: undefined, decorators: [{
1636
- type: Inject,
1637
- args: [SHOW_CONNECTION_STATUS_TOKEN]
1638
- }] }, { type: i2.TranslateService }, { type: UxAppShellService }]; }, propDecorators: { getAppConnectionInformation: [], activatedRoute: [], updateAppConnection: [] } });
1644
+ }], ctorParameters: function () {
1645
+ return [{ type: i1$3.Actions }, { type: undefined, decorators: [{
1646
+ type: Inject,
1647
+ args: [SHOW_CONNECTION_STATUS_TOKEN]
1648
+ }] }, { type: i2.TranslateService }, { type: UxAppShellService }];
1649
+ }, propDecorators: { getAppConnectionInformation: [], activatedRoute: [], updateAppConnection: [] } });
1639
1650
 
1640
1651
  const CoreModuleEffects = [CoreAppEffects];
1641
1652
 
@@ -1880,9 +1891,9 @@ class StoreServiceMock extends StoreService {
1880
1891
  return of({});
1881
1892
  }
1882
1893
  }
1883
- /** @nocollapse */ StoreServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: StoreServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1884
- /** @nocollapse */ StoreServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: StoreServiceMock });
1885
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: StoreServiceMock, decorators: [{
1894
+ /** @nocollapse */ /** @nocollapse */ StoreServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: StoreServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1895
+ /** @nocollapse */ /** @nocollapse */ StoreServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: StoreServiceMock });
1896
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: StoreServiceMock, decorators: [{
1886
1897
  type: Injectable
1887
1898
  }], ctorParameters: function () { return []; } });
1888
1899
 
@@ -1927,28 +1938,30 @@ class CoreModule {
1927
1938
  };
1928
1939
  }
1929
1940
  }
1930
- /** @nocollapse */ CoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CoreModule, deps: [{ token: CORE_ROOT_GUARD, optional: true }, { token: CoreModule, optional: true, skipSelf: true }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule });
1931
- /** @nocollapse */ CoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CoreModule, imports: [HttpClientModule] });
1932
- /** @nocollapse */ CoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CoreModule, imports: [[
1941
+ /** @nocollapse */ /** @nocollapse */ CoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CoreModule, deps: [{ token: CORE_ROOT_GUARD, optional: true }, { token: CoreModule, optional: true, skipSelf: true }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule });
1942
+ /** @nocollapse */ /** @nocollapse */ CoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CoreModule, imports: [HttpClientModule] });
1943
+ /** @nocollapse */ /** @nocollapse */ CoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CoreModule, imports: [[
1933
1944
  HttpClientModule,
1934
1945
  ]] });
1935
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CoreModule, decorators: [{
1946
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CoreModule, decorators: [{
1936
1947
  type: NgModule,
1937
1948
  args: [{
1938
1949
  imports: [
1939
1950
  HttpClientModule,
1940
1951
  ],
1941
1952
  }]
1942
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
1943
- type: Optional
1944
- }, {
1945
- type: Inject,
1946
- args: [CORE_ROOT_GUARD]
1947
- }] }, { type: CoreModule, decorators: [{
1948
- type: Optional
1949
- }, {
1950
- type: SkipSelf
1951
- }] }, { type: i0.Injector }]; } });
1953
+ }], ctorParameters: function () {
1954
+ return [{ type: undefined, decorators: [{
1955
+ type: Optional
1956
+ }, {
1957
+ type: Inject,
1958
+ args: [CORE_ROOT_GUARD]
1959
+ }] }, { type: CoreModule, decorators: [{
1960
+ type: Optional
1961
+ }, {
1962
+ type: SkipSelf
1963
+ }] }, { type: i0.Injector }];
1964
+ } });
1952
1965
  function createEuiCoreRootGuard(core) {
1953
1966
  if (core) {
1954
1967
  throw new TypeError(`CoreModule.forRoot() called twice. Feature modules should use ThemeModule.forChild() instead.`);
@@ -2058,9 +2071,9 @@ class GlobalErrorHandler extends ErrorHandler {
2058
2071
  super.handleError(error);
2059
2072
  }
2060
2073
  }
2061
- /** @nocollapse */ GlobalErrorHandler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: GlobalErrorHandler, deps: [{ token: LogService }], target: i0.ɵɵFactoryTarget.Injectable });
2062
- /** @nocollapse */ GlobalErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' });
2063
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: GlobalErrorHandler, decorators: [{
2074
+ /** @nocollapse */ /** @nocollapse */ GlobalErrorHandler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: GlobalErrorHandler, deps: [{ token: LogService }], target: i0.ɵɵFactoryTarget.Injectable });
2075
+ /** @nocollapse */ /** @nocollapse */ GlobalErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: GlobalErrorHandler, providedIn: 'root' });
2076
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: GlobalErrorHandler, decorators: [{
2064
2077
  type: Injectable,
2065
2078
  args: [{
2066
2079
  providedIn: 'root',
@@ -2107,14 +2120,16 @@ class HttpErrorHandlerInterceptor {
2107
2120
  return routes.length > 0 ? routes[0] : null;
2108
2121
  }
2109
2122
  }
2110
- /** @nocollapse */ HttpErrorHandlerInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: HttpErrorHandlerInterceptor, deps: [{ token: HTTP_ERROR_HANDLER_CONFIG_TOKEN }, { token: i0.Injector }, { token: i2$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
2111
- /** @nocollapse */ HttpErrorHandlerInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: HttpErrorHandlerInterceptor });
2112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: HttpErrorHandlerInterceptor, decorators: [{
2123
+ /** @nocollapse */ /** @nocollapse */ HttpErrorHandlerInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: HttpErrorHandlerInterceptor, deps: [{ token: HTTP_ERROR_HANDLER_CONFIG_TOKEN }, { token: i0.Injector }, { token: i2$1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
2124
+ /** @nocollapse */ /** @nocollapse */ HttpErrorHandlerInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: HttpErrorHandlerInterceptor });
2125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: HttpErrorHandlerInterceptor, decorators: [{
2113
2126
  type: Injectable
2114
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
2115
- type: Inject,
2116
- args: [HTTP_ERROR_HANDLER_CONFIG_TOKEN]
2117
- }] }, { type: i0.Injector }, { type: i2$1.Router }]; } });
2127
+ }], ctorParameters: function () {
2128
+ return [{ type: undefined, decorators: [{
2129
+ type: Inject,
2130
+ args: [HTTP_ERROR_HANDLER_CONFIG_TOKEN]
2131
+ }] }, { type: i0.Injector }, { type: i2$1.Router }];
2132
+ } });
2118
2133
 
2119
2134
  function AlertHttpErrorCallbackFn(error) {
2120
2135
  alert(error.statusText);
@@ -2258,9 +2273,9 @@ class ApiQueueService {
2258
2273
  .pipe(tap(() => this.removeQueueItem(id)));
2259
2274
  }
2260
2275
  }
2261
- /** @nocollapse */ ApiQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: ApiQueueService, deps: [{ token: StoreService }, { token: i1$2.HttpClient }, { token: LogService }], target: i0.ɵɵFactoryTarget.Injectable });
2262
- /** @nocollapse */ ApiQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: ApiQueueService, providedIn: 'root' });
2263
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: ApiQueueService, decorators: [{
2276
+ /** @nocollapse */ /** @nocollapse */ ApiQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: ApiQueueService, deps: [{ token: StoreService }, { token: i1$2.HttpClient }, { token: LogService }], target: i0.ɵɵFactoryTarget.Injectable });
2277
+ /** @nocollapse */ /** @nocollapse */ ApiQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: ApiQueueService, providedIn: 'root' });
2278
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: ApiQueueService, decorators: [{
2264
2279
  type: Injectable,
2265
2280
  args: [{
2266
2281
  providedIn: 'root',
@@ -2540,12 +2555,12 @@ class EuiPermissionService extends EuiService {
2540
2555
  super.initEuiService();
2541
2556
  if (Array.isArray(rights)) {
2542
2557
  this.updateState(rights);
2543
- return of$1({ success: true });
2558
+ return of({ success: true });
2544
2559
  }
2545
2560
  if (this.logger) {
2546
2561
  this.logger.error('Init object should be instance of BaseUserState');
2547
2562
  }
2548
- return of$1({ success: false, error: 'Init object should be instance of BaseUserState' });
2563
+ return of({ success: false, error: 'Init object should be instance of BaseUserState' });
2549
2564
  }
2550
2565
  get userRights() {
2551
2566
  return this.stateInstance;
@@ -2617,16 +2632,18 @@ class EuiPermissionService extends EuiService {
2617
2632
  return rights.every((right) => this.userRights.find((uRight) => uRight.id === right.id));
2618
2633
  }
2619
2634
  }
2620
- /** @nocollapse */ EuiPermissionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: EuiPermissionService, deps: [{ token: LogService, optional: true }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
2621
- /** @nocollapse */ EuiPermissionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: EuiPermissionService, providedIn: 'root' });
2622
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: EuiPermissionService, decorators: [{
2635
+ /** @nocollapse */ /** @nocollapse */ EuiPermissionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: EuiPermissionService, deps: [{ token: LogService, optional: true }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
2636
+ /** @nocollapse */ /** @nocollapse */ EuiPermissionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: EuiPermissionService, providedIn: 'root' });
2637
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: EuiPermissionService, decorators: [{
2623
2638
  type: Injectable,
2624
2639
  args: [{
2625
2640
  providedIn: 'root',
2626
2641
  }]
2627
- }], ctorParameters: function () { return [{ type: LogService, decorators: [{
2628
- type: Optional
2629
- }] }, { type: StoreService }]; } });
2642
+ }], ctorParameters: function () {
2643
+ return [{ type: LogService, decorators: [{
2644
+ type: Optional
2645
+ }] }, { type: StoreService }];
2646
+ } });
2630
2647
 
2631
2648
  class UxDynamicMenuService {
2632
2649
  // TODO: it should be moved euiservice, or it should be static
@@ -2680,9 +2697,9 @@ class UxDynamicMenuService {
2680
2697
  });
2681
2698
  }
2682
2699
  }
2683
- /** @nocollapse */ UxDynamicMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxDynamicMenuService, deps: [{ token: EuiPermissionService }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
2684
- /** @nocollapse */ UxDynamicMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxDynamicMenuService, providedIn: 'root' });
2685
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxDynamicMenuService, decorators: [{
2700
+ /** @nocollapse */ /** @nocollapse */ UxDynamicMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxDynamicMenuService, deps: [{ token: EuiPermissionService }, { token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
2701
+ /** @nocollapse */ /** @nocollapse */ UxDynamicMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxDynamicMenuService, providedIn: 'root' });
2702
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxDynamicMenuService, decorators: [{
2686
2703
  type: Injectable,
2687
2704
  args: [{
2688
2705
  providedIn: 'root',
@@ -2750,9 +2767,9 @@ class UxErrorFeedbackService {
2750
2767
  return new UxErrorManager(this, true);
2751
2768
  }
2752
2769
  }
2753
- /** @nocollapse */ UxErrorFeedbackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxErrorFeedbackService, deps: [{ token: UxAppShellService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
2754
- /** @nocollapse */ UxErrorFeedbackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxErrorFeedbackService, providedIn: 'root' });
2755
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxErrorFeedbackService, decorators: [{
2770
+ /** @nocollapse */ /** @nocollapse */ UxErrorFeedbackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxErrorFeedbackService, deps: [{ token: UxAppShellService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
2771
+ /** @nocollapse */ /** @nocollapse */ UxErrorFeedbackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxErrorFeedbackService, providedIn: 'root' });
2772
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxErrorFeedbackService, decorators: [{
2756
2773
  type: Injectable,
2757
2774
  args: [{
2758
2775
  providedIn: 'root'
@@ -2847,9 +2864,9 @@ class UxDynamicComponentService {
2847
2864
  return new PortalInjector(this.injector, injectorTokens);
2848
2865
  }
2849
2866
  }
2850
- /** @nocollapse */ UxDynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxDynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
2851
- /** @nocollapse */ UxDynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxDynamicComponentService, providedIn: 'root' });
2852
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxDynamicComponentService, decorators: [{
2867
+ /** @nocollapse */ /** @nocollapse */ UxDynamicComponentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxDynamicComponentService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
2868
+ /** @nocollapse */ /** @nocollapse */ UxDynamicComponentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxDynamicComponentService, providedIn: 'root' });
2869
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxDynamicComponentService, decorators: [{
2853
2870
  type: Injectable,
2854
2871
  args: [{ providedIn: 'root' }]
2855
2872
  }], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: i0.Injector }, { type: i0.ApplicationRef }]; } });
@@ -3564,9 +3581,9 @@ class UxTimezoneService {
3564
3581
  });
3565
3582
  }
3566
3583
  }
3567
- /** @nocollapse */ UxTimezoneService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxTimezoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3568
- /** @nocollapse */ UxTimezoneService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxTimezoneService });
3569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxTimezoneService, decorators: [{
3584
+ /** @nocollapse */ /** @nocollapse */ UxTimezoneService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxTimezoneService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3585
+ /** @nocollapse */ /** @nocollapse */ UxTimezoneService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxTimezoneService });
3586
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxTimezoneService, decorators: [{
3570
3587
  type: Injectable
3571
3588
  }] });
3572
3589
 
@@ -3696,13 +3713,15 @@ class LocalStorageService extends StorageService {
3696
3713
  }
3697
3714
  }
3698
3715
  LocalStorageService.NAME = 'LocalStorageService';
3699
- /** @nocollapse */ LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LocalStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3700
- /** @nocollapse */ LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LocalStorageService });
3701
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LocalStorageService, decorators: [{
3716
+ /** @nocollapse */ /** @nocollapse */ LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: LocalStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3717
+ /** @nocollapse */ /** @nocollapse */ LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: LocalStorageService });
3718
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: LocalStorageService, decorators: [{
3702
3719
  type: Injectable
3703
- }], ctorParameters: function () { return [{ type: LogService, decorators: [{
3704
- type: Optional
3705
- }] }]; } });
3720
+ }], ctorParameters: function () {
3721
+ return [{ type: LogService, decorators: [{
3722
+ type: Optional
3723
+ }] }];
3724
+ } });
3706
3725
 
3707
3726
  /**
3708
3727
  * sessionStorage service
@@ -3767,13 +3786,15 @@ class SessionStorageService extends StorageService {
3767
3786
  }
3768
3787
  }
3769
3788
  SessionStorageService.NAME = 'SessionStorageService';
3770
- /** @nocollapse */ SessionStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: SessionStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3771
- /** @nocollapse */ SessionStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: SessionStorageService });
3772
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: SessionStorageService, decorators: [{
3789
+ /** @nocollapse */ /** @nocollapse */ SessionStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: SessionStorageService, deps: [{ token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3790
+ /** @nocollapse */ /** @nocollapse */ SessionStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: SessionStorageService });
3791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: SessionStorageService, decorators: [{
3773
3792
  type: Injectable
3774
- }], ctorParameters: function () { return [{ type: LogService, decorators: [{
3775
- type: Optional
3776
- }] }]; } });
3793
+ }], ctorParameters: function () {
3794
+ return [{ type: LogService, decorators: [{
3795
+ type: Optional
3796
+ }] }];
3797
+ } });
3777
3798
 
3778
3799
  /** @internal */
3779
3800
  const localForage = 'defineDriver' in lf ? lf : lf['default'];
@@ -3856,18 +3877,20 @@ class LocalForageService extends AsyncStorageService {
3856
3877
  }
3857
3878
  }
3858
3879
  LocalForageService.NAME = 'LocalForageService';
3859
- /** @nocollapse */ LocalForageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3860
- /** @nocollapse */ LocalForageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LocalForageService });
3861
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LocalForageService, decorators: [{
3880
+ /** @nocollapse */ /** @nocollapse */ LocalForageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: LocalForageService, deps: [{ token: LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, optional: true }, { token: LogService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
3881
+ /** @nocollapse */ /** @nocollapse */ LocalForageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: LocalForageService });
3882
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: LocalForageService, decorators: [{
3862
3883
  type: Injectable
3863
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
3864
- type: Inject,
3865
- args: [LOCAL_FORAGE_SERVICE_CONFIG_TOKEN]
3866
- }, {
3867
- type: Optional
3868
- }] }, { type: LogService, decorators: [{
3869
- type: Optional
3870
- }] }]; } });
3884
+ }], ctorParameters: function () {
3885
+ return [{ type: undefined, decorators: [{
3886
+ type: Inject,
3887
+ args: [LOCAL_FORAGE_SERVICE_CONFIG_TOKEN]
3888
+ }, {
3889
+ type: Optional
3890
+ }] }, { type: LogService, decorators: [{
3891
+ type: Optional
3892
+ }] }];
3893
+ } });
3871
3894
 
3872
3895
  /**
3873
3896
  * Angular is using a gulp task to generate the locales that we dynamically import. This task can be found here
@@ -3901,7 +3924,7 @@ class LocaleService extends EuiService {
3901
3924
  }
3902
3925
  }
3903
3926
  ngOnDestroy() {
3904
- this.subNotifier.next();
3927
+ this.subNotifier.next(void 0);
3905
3928
  this.subNotifier.complete();
3906
3929
  }
3907
3930
  getState() {
@@ -4046,9 +4069,7 @@ class LocaleService extends EuiService {
4046
4069
  importLocale(id) {
4047
4070
  // in case of an error, catch it and return null
4048
4071
  return import(
4049
- /* webpackExclude: /\.d\.ts$/ */
4050
- /* webpackMode: "lazy-once" */
4051
- /* webpackChunkName: "i18n-base" */
4072
+ /* webpackIgnore: true */
4052
4073
  `@angular/common/locales/${id}`)
4053
4074
  .then(m => m.default)
4054
4075
  .catch(error => {
@@ -4066,9 +4087,7 @@ class LocaleService extends EuiService {
4066
4087
  importExtraLocale(id) {
4067
4088
  // in case of an error, catch it and return null
4068
4089
  return import(
4069
- /* webpackExclude: /\.d\.ts$/ */
4070
- /* webpackMode: "lazy-once" */
4071
- /* webpackChunkName: "i18n-extra" */
4090
+ /* webpackIgnore: true */
4072
4091
  `@angular/common/locales/extra/${id}`)
4073
4092
  .then(m => m.default)
4074
4093
  .catch(error => {
@@ -4087,29 +4106,31 @@ class LocaleService extends EuiService {
4087
4106
  return from(this.importLocale(localeId)).pipe(mergeMap(() => from(this.importExtraLocale(localeId)).pipe(map((data, extraData) => Object.assign({}, { data, localeId, extraData }))), 1));
4088
4107
  }
4089
4108
  }
4090
- /** @nocollapse */ LocaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", 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 });
4091
- /** @nocollapse */ LocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LocaleService, providedIn: 'root' });
4092
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: LocaleService, decorators: [{
4109
+ /** @nocollapse */ /** @nocollapse */ LocaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", 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 });
4110
+ /** @nocollapse */ /** @nocollapse */ LocaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: LocaleService, providedIn: 'root' });
4111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: LocaleService, decorators: [{
4093
4112
  type: Injectable,
4094
4113
  args: [{
4095
4114
  providedIn: 'root'
4096
4115
  }]
4097
- }], ctorParameters: function () { return [{ type: StoreService }, { type: undefined, decorators: [{
4098
- type: Inject,
4099
- args: [GLOBAL_CONFIG_TOKEN]
4100
- }] }, { type: undefined, decorators: [{
4101
- type: Inject,
4102
- args: [LOCALE_ID]
4103
- }] }, { type: undefined, decorators: [{
4104
- type: Optional
4105
- }, {
4106
- type: Inject,
4107
- args: [LOCALE_ID_MAPPER]
4108
- }] }, { type: I18nService, decorators: [{
4109
- type: Optional
4110
- }] }, { type: LogService, decorators: [{
4111
- type: Optional
4112
- }] }]; } });
4116
+ }], ctorParameters: function () {
4117
+ return [{ type: StoreService }, { type: undefined, decorators: [{
4118
+ type: Inject,
4119
+ args: [GLOBAL_CONFIG_TOKEN]
4120
+ }] }, { type: undefined, decorators: [{
4121
+ type: Inject,
4122
+ args: [LOCALE_ID]
4123
+ }] }, { type: undefined, decorators: [{
4124
+ type: Optional
4125
+ }, {
4126
+ type: Inject,
4127
+ args: [LOCALE_ID_MAPPER]
4128
+ }] }, { type: I18nService, decorators: [{
4129
+ type: Optional
4130
+ }] }, { type: LogService, decorators: [{
4131
+ type: Optional
4132
+ }] }];
4133
+ } });
4113
4134
 
4114
4135
  // export const USER_API_CONFIG_TOKEN = new InjectionToken<UserApiConfig>('USER_API_CONFIG');
4115
4136
  // export const DEFAULT_USER_PREFERENCES_TOKEN = new InjectionToken<BaseUserPreferences>('DEFAULT_USER_PREFERENCES');
@@ -4144,9 +4165,9 @@ class UserService extends EuiService {
4144
4165
  this.store.dispatch(new UpdateUserStateAction(userState));
4145
4166
  }
4146
4167
  }
4147
- /** @nocollapse */ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UserService, deps: [{ token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
4148
- /** @nocollapse */ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UserService, providedIn: 'root' });
4149
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UserService, decorators: [{
4168
+ /** @nocollapse */ /** @nocollapse */ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UserService, deps: [{ token: StoreService }], target: i0.ɵɵFactoryTarget.Injectable });
4169
+ /** @nocollapse */ /** @nocollapse */ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UserService, providedIn: 'root' });
4170
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UserService, decorators: [{
4150
4171
  type: Injectable,
4151
4172
  args: [{
4152
4173
  providedIn: 'root',
@@ -4177,9 +4198,9 @@ class UserServiceMock extends UserService {
4177
4198
  return of('anonymous');
4178
4199
  }
4179
4200
  }
4180
- /** @nocollapse */ UserServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UserServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4181
- /** @nocollapse */ UserServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UserServiceMock });
4182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UserServiceMock, decorators: [{
4201
+ /** @nocollapse */ /** @nocollapse */ UserServiceMock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UserServiceMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4202
+ /** @nocollapse */ /** @nocollapse */ UserServiceMock.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UserServiceMock });
4203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UserServiceMock, decorators: [{
4183
4204
  type: Injectable
4184
4205
  }], ctorParameters: function () { return []; } });
4185
4206
 
@@ -4209,9 +4230,9 @@ class AddLangParamInterceptor {
4209
4230
  }));
4210
4231
  }
4211
4232
  }
4212
- /** @nocollapse */ AddLangParamInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: AddLangParamInterceptor, deps: [{ token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
4213
- /** @nocollapse */ AddLangParamInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: AddLangParamInterceptor });
4214
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
4233
+ /** @nocollapse */ /** @nocollapse */ AddLangParamInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: AddLangParamInterceptor, deps: [{ token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
4234
+ /** @nocollapse */ /** @nocollapse */ AddLangParamInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: AddLangParamInterceptor });
4235
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: AddLangParamInterceptor, decorators: [{
4215
4236
  type: Injectable
4216
4237
  }], ctorParameters: function () { return [{ type: i2.TranslateService }]; } });
4217
4238
 
@@ -4228,9 +4249,9 @@ class CachePreventionInterceptor {
4228
4249
  }));
4229
4250
  }
4230
4251
  }
4231
- /** @nocollapse */ CachePreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CachePreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4232
- /** @nocollapse */ CachePreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CachePreventionInterceptor });
4233
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
4252
+ /** @nocollapse */ /** @nocollapse */ CachePreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CachePreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4253
+ /** @nocollapse */ /** @nocollapse */ CachePreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CachePreventionInterceptor });
4254
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CachePreventionInterceptor, decorators: [{
4234
4255
  type: Injectable
4235
4256
  }] });
4236
4257
 
@@ -4241,9 +4262,9 @@ class CorsSecurityInterceptor {
4241
4262
  }));
4242
4263
  }
4243
4264
  }
4244
- /** @nocollapse */ CorsSecurityInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CorsSecurityInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4245
- /** @nocollapse */ CorsSecurityInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CorsSecurityInterceptor });
4246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
4265
+ /** @nocollapse */ /** @nocollapse */ CorsSecurityInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CorsSecurityInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4266
+ /** @nocollapse */ /** @nocollapse */ CorsSecurityInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CorsSecurityInterceptor });
4267
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CorsSecurityInterceptor, decorators: [{
4247
4268
  type: Injectable
4248
4269
  }] });
4249
4270
 
@@ -4254,9 +4275,9 @@ class CsrfPreventionInterceptor {
4254
4275
  }));
4255
4276
  }
4256
4277
  }
4257
- /** @nocollapse */ CsrfPreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CsrfPreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4258
- /** @nocollapse */ CsrfPreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CsrfPreventionInterceptor });
4259
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
4278
+ /** @nocollapse */ /** @nocollapse */ CsrfPreventionInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CsrfPreventionInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4279
+ /** @nocollapse */ /** @nocollapse */ CsrfPreventionInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CsrfPreventionInterceptor });
4280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: CsrfPreventionInterceptor, decorators: [{
4260
4281
  type: Injectable
4261
4282
  }] });
4262
4283
 
@@ -4308,12 +4329,12 @@ class EuLoginSessionTimeoutHandlingInterceptor {
4308
4329
  }
4309
4330
  reauthenticate(request, response) {
4310
4331
  // tslint:disable-next-line:deprecation
4311
- document.location.reload(true);
4332
+ document.location.reload();
4312
4333
  }
4313
4334
  }
4314
- /** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4315
- /** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor });
4316
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
4335
+ /** @nocollapse */ /** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4336
+ /** @nocollapse */ /** @nocollapse */ EuLoginSessionTimeoutHandlingInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor });
4337
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: EuLoginSessionTimeoutHandlingInterceptor, decorators: [{
4317
4338
  type: Injectable
4318
4339
  }] });
4319
4340
 
@@ -4334,14 +4355,16 @@ class UxRequestErrorModelInterceptor {
4334
4355
  }));
4335
4356
  }
4336
4357
  }
4337
- /** @nocollapse */ UxRequestErrorModelInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxRequestErrorModelInterceptor, deps: [{ token: UX_ERROR_MAPPING_HANDLER_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
4338
- /** @nocollapse */ UxRequestErrorModelInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxRequestErrorModelInterceptor });
4339
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
4358
+ /** @nocollapse */ /** @nocollapse */ UxRequestErrorModelInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxRequestErrorModelInterceptor, deps: [{ token: UX_ERROR_MAPPING_HANDLER_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
4359
+ /** @nocollapse */ /** @nocollapse */ UxRequestErrorModelInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxRequestErrorModelInterceptor });
4360
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: UxRequestErrorModelInterceptor, decorators: [{
4340
4361
  type: Injectable
4341
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
4342
- type: Inject,
4343
- args: [UX_ERROR_MAPPING_HANDLER_TOKEN]
4344
- }] }]; } });
4362
+ }], ctorParameters: function () {
4363
+ return [{ type: undefined, decorators: [{
4364
+ type: Inject,
4365
+ args: [UX_ERROR_MAPPING_HANDLER_TOKEN]
4366
+ }] }];
4367
+ } });
4345
4368
 
4346
4369
  class OpenIdConnectInterceptor {
4347
4370
  constructor() {
@@ -4478,9 +4501,9 @@ class OpenIdConnectInterceptor {
4478
4501
  }
4479
4502
  }
4480
4503
  }
4481
- /** @nocollapse */ OpenIdConnectInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: OpenIdConnectInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4482
- /** @nocollapse */ OpenIdConnectInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: OpenIdConnectInterceptor });
4483
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: OpenIdConnectInterceptor, decorators: [{
4504
+ /** @nocollapse */ /** @nocollapse */ OpenIdConnectInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: OpenIdConnectInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4505
+ /** @nocollapse */ /** @nocollapse */ OpenIdConnectInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: OpenIdConnectInterceptor });
4506
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: OpenIdConnectInterceptor, decorators: [{
4484
4507
  type: Injectable
4485
4508
  }], ctorParameters: function () { return []; } });
4486
4509
 
@@ -4495,9 +4518,9 @@ class OpenIdConnectService {
4495
4518
  }
4496
4519
  }
4497
4520
  }
4498
- /** @nocollapse */ OpenIdConnectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: OpenIdConnectService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4499
- /** @nocollapse */ OpenIdConnectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: OpenIdConnectService, providedIn: 'root' });
4500
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.8", ngImport: i0, type: OpenIdConnectService, decorators: [{
4521
+ /** @nocollapse */ /** @nocollapse */ OpenIdConnectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: OpenIdConnectService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4522
+ /** @nocollapse */ /** @nocollapse */ OpenIdConnectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: OpenIdConnectService, providedIn: 'root' });
4523
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0-next.15", ngImport: i0, type: OpenIdConnectService, decorators: [{
4501
4524
  type: Injectable,
4502
4525
  args: [{
4503
4526
  providedIn: 'root'
@@ -4517,4 +4540,4 @@ class OpenIdConnectServiceMock extends OpenIdConnectService {
4517
4540
  */
4518
4541
 
4519
4542
  export { ActivatedRouteAction, AddApiQueueItemAction, AddAppLoadedConfigModulesAction, AddLangParamInterceptor, AlertHttpErrorCallbackFn, ApiQueueService, ApiQueueServiceMock, AsyncStorageService, AsyncStorageServiceMock, BASE_LOGGER_NAME_TOKEN, BASE_NAME_TOKEN, BrowserStorageType, CONFIG_TOKEN, CORE_ROOT_GUARD, CachePreventionInterceptor, ConsoleHttpErrorCallbackFn, CoreAppActionTypes, CoreAppEffects, CoreI18nActionTypes, CoreLocaleActionTypes, CoreModule, CoreModuleEffects, CoreNotificationsActionTypes, CoreUserActionTypes, CorsSecurityInterceptor, CsrfPreventionInterceptor, DYNAMIC_COMPONENT_CONFIG, EUI_CONFIG_TOKEN, EmptyApiQueueAction, ErrorSubClass, EuLoginSessionTimeoutHandlingInterceptor, EuiCoreRootGuardClass, EuiError, EuiPermissionService, GLOBAL_CONFIG_TOKEN, GlobalErrorHandler, GrowlHttpErrorCallbackFn, HTTP_ERROR_HANDLER_CONFIG_TOKEN, HttpErrorHandlerInterceptor, I18nLoader, I18nResourceImpl, I18nService, I18nServiceMock, InitStoreAction, LANG_PARAM_KEY, LOCALE_ID_MAPPER, LOCAL_FORAGE_SERVICE_CONFIG_TOKEN, LOG_APPENDERS_TOKEN, LOG_LEVEL_TOKEN, LocalForageService, LocalStorageService, LocaleService, LogHttpErrorCallbackFn, LogModule, LogService, LogServiceMock, MODULE_CONFIG_TOKEN, MODULE_NAME_TOKEN, OpenIdConnectInterceptor, OpenIdConnectService, OpenIdConnectServiceMock, ROOT_LOG_CONFIG_TOKEN, RemoveApiQueueItemAction, SHOW_CONNECTION_STATUS_TOKEN, SessionStorageService, StorageService, StorageServiceMock, StoreService, StoreServiceMock, UX_COUNTRIES, UX_ERROR_MAPPING_HANDLER_TOKEN, UX_TIMEZONES, UpdateAppConnectionAction, UpdateAppStatusAction, UpdateAppVersionAction, UpdateCurrentModuleAction, UpdateI18nStateAction, UpdateLocaleStateAction, UpdateNotificationsListAction, UpdateUserDashboardAction, UpdateUserDetailsAction, UpdateUserPreferencesAction, UpdateUserRightsAction, UpdateUserStateAction, UserService, UserServiceMock, UxAppShellService, UxDynamicComponentService, UxDynamicMenuService, UxErrorFeedbackService, UxErrorManager, UxRequestErrorModelInterceptor, UxTimezoneService, closestMatchingParent, consumeEvent, corI18nReducers, coreAppReducers, coreLocaleReducers, coreNotificationsReducers, coreUserReducers, createEuiCoreRootGuard, diffDays, diffDaysFromToday, errorCodes, euiCoreRootGuardClass, formatNumber, getGlobalConfig, getHttpErrorHandlingConfig, getModuleConfig, getRootLogConfig, getShowConnectionStatus, getViewElement, handleError, isDefined, loadEuiDynamicEnvironmentConfig, loadState, localForage, localStorageSync, markControlsTouched, markFormGroupTouched, mergeAppHandlerConfigToAppConfig, mergeAppJsonConfigToAppConfig, offset, position, preInitApp, prepareEuiAppConfigToken, coreReducers as reducers, sessionStorageSync, translateConfig, uniqueId, validateEmail, withUxErrorManager };
4520
- //# sourceMappingURL=eui-core.js.map
4543
+ //# sourceMappingURL=eui-core.mjs.map