@eui/core 17.0.0-next.10 → 17.0.0-next.12

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 (199) hide show
  1. package/docs/classes/ActivatedRouteAction.html +282 -0
  2. package/docs/classes/AddApiQueueItemAction.html +282 -0
  3. package/docs/classes/AddAppLoadedConfigModulesAction.html +282 -0
  4. package/docs/classes/ApiQueueServiceMock.html +549 -0
  5. package/docs/classes/AsyncStorageService.html +923 -0
  6. package/docs/classes/AsyncStorageServiceMock.html +427 -0
  7. package/docs/classes/EmptyApiQueueAction.html +282 -0
  8. package/docs/classes/ErrorSubClass.html +357 -0
  9. package/docs/classes/EuiCoreRootGuardClass.html +167 -0
  10. package/docs/classes/EuiError.html +363 -0
  11. package/docs/classes/I18nResourceImpl.html +504 -0
  12. package/docs/classes/InitStoreAction.html +282 -0
  13. package/docs/classes/LogServiceMock.html +223 -0
  14. package/docs/classes/OpenIdConnectServiceMock.html +223 -0
  15. package/docs/classes/RemoveApiQueueItemAction.html +282 -0
  16. package/docs/classes/RouterMock.html +495 -0
  17. package/docs/classes/StorageService.html +630 -0
  18. package/docs/classes/StorageServiceMock.html +325 -0
  19. package/docs/classes/StoreMock.html +404 -0
  20. package/docs/classes/TranslateServiceMock.html +907 -0
  21. package/docs/classes/UpdateAppConnectionAction.html +282 -0
  22. package/docs/classes/UpdateAppStatusAction.html +282 -0
  23. package/docs/classes/UpdateAppVersionAction.html +282 -0
  24. package/docs/classes/UpdateCurrentModuleAction.html +282 -0
  25. package/docs/classes/UpdateI18nStateAction.html +282 -0
  26. package/docs/classes/UpdateLocaleStateAction.html +282 -0
  27. package/docs/classes/UpdateNotificationsListAction.html +282 -0
  28. package/docs/classes/UpdateUserDashboardAction.html +282 -0
  29. package/docs/classes/UpdateUserDetailsAction.html +282 -0
  30. package/docs/classes/UpdateUserPreferencesAction.html +282 -0
  31. package/docs/classes/UpdateUserRightsAction.html +282 -0
  32. package/docs/classes/UpdateUserStateAction.html +282 -0
  33. package/docs/dependencies.html +333 -0
  34. package/docs/directives/TranslateMockDirective.html +266 -0
  35. package/docs/fonts/ionicons.eot +0 -0
  36. package/docs/fonts/ionicons.svg +2090 -0
  37. package/docs/fonts/ionicons.ttf +0 -0
  38. package/docs/fonts/ionicons.woff +0 -0
  39. package/docs/fonts/ionicons.woff2 +0 -0
  40. package/docs/fonts/roboto-v15-latin-300.eot +0 -0
  41. package/docs/fonts/roboto-v15-latin-300.svg +314 -0
  42. package/docs/fonts/roboto-v15-latin-300.ttf +0 -0
  43. package/docs/fonts/roboto-v15-latin-300.woff +0 -0
  44. package/docs/fonts/roboto-v15-latin-300.woff2 +0 -0
  45. package/docs/fonts/roboto-v15-latin-700.eot +0 -0
  46. package/docs/fonts/roboto-v15-latin-700.svg +310 -0
  47. package/docs/fonts/roboto-v15-latin-700.ttf +0 -0
  48. package/docs/fonts/roboto-v15-latin-700.woff +0 -0
  49. package/docs/fonts/roboto-v15-latin-700.woff2 +0 -0
  50. package/docs/fonts/roboto-v15-latin-italic.eot +0 -0
  51. package/docs/fonts/roboto-v15-latin-italic.svg +323 -0
  52. package/docs/fonts/roboto-v15-latin-italic.ttf +0 -0
  53. package/docs/fonts/roboto-v15-latin-italic.woff +0 -0
  54. package/docs/fonts/roboto-v15-latin-italic.woff2 +0 -0
  55. package/docs/fonts/roboto-v15-latin-regular.eot +0 -0
  56. package/docs/fonts/roboto-v15-latin-regular.svg +308 -0
  57. package/docs/fonts/roboto-v15-latin-regular.ttf +0 -0
  58. package/docs/fonts/roboto-v15-latin-regular.woff +0 -0
  59. package/docs/fonts/roboto-v15-latin-regular.woff2 +0 -0
  60. package/docs/images/compodoc-vectorise-inverted.png +0 -0
  61. package/docs/images/compodoc-vectorise-inverted.svg +201 -0
  62. package/docs/images/compodoc-vectorise.png +0 -0
  63. package/docs/images/compodoc-vectorise.svg +201 -0
  64. package/docs/images/favicon.ico +0 -0
  65. package/docs/index.html +171 -0
  66. package/docs/injectables/ApiQueueService.html +792 -0
  67. package/docs/injectables/CoreAppEffects.html +390 -0
  68. package/docs/injectables/EuiAppShellService.html +2346 -0
  69. package/docs/injectables/EuiDynamicComponentService.html +433 -0
  70. package/docs/injectables/EuiDynamicMenuService.html +377 -0
  71. package/docs/injectables/EuiGrowlService.html +821 -0
  72. package/docs/injectables/EuiPermissionService.html +642 -0
  73. package/docs/injectables/EuiTimezoneService.html +378 -0
  74. package/docs/injectables/GlobalErrorHandler.html +291 -0
  75. package/docs/injectables/I18nLoader.html +589 -0
  76. package/docs/injectables/I18nService.html +927 -0
  77. package/docs/injectables/I18nServiceMock.html +626 -0
  78. package/docs/injectables/LocalForageService.html +761 -0
  79. package/docs/injectables/LocalStorageService.html +548 -0
  80. package/docs/injectables/LocaleService.html +753 -0
  81. package/docs/injectables/LocaleServiceMock.html +453 -0
  82. package/docs/injectables/LogService.html +352 -0
  83. package/docs/injectables/OpenIdConnectService.html +225 -0
  84. package/docs/injectables/SessionStorageService.html +548 -0
  85. package/docs/injectables/StoreService.html +641 -0
  86. package/docs/injectables/StoreServiceMock.html +455 -0
  87. package/docs/injectables/UserService.html +738 -0
  88. package/docs/injectables/UserServiceMock.html +635 -0
  89. package/docs/interceptors/AddLangParamInterceptor.html +303 -0
  90. package/docs/interceptors/CachePreventionInterceptor.html +252 -0
  91. package/docs/interceptors/CorsSecurityInterceptor.html +252 -0
  92. package/docs/interceptors/CsrfPreventionInterceptor.html +252 -0
  93. package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +252 -0
  94. package/docs/interceptors/HttpErrorHandlerInterceptor.html +319 -0
  95. package/docs/interceptors/OpenIdConnectInterceptor.html +345 -0
  96. package/docs/interceptors/UxRequestErrorModelInterceptor.html +295 -0
  97. package/docs/interfaces/EuiTimeZone.html +247 -0
  98. package/docs/interfaces/LoadedResources.html +292 -0
  99. package/docs/interfaces/LoadedResourcesError.html +247 -0
  100. package/docs/interfaces/ModuleLoadEvent.html +292 -0
  101. package/docs/interfaces/OpenIdConnectUserDetails.html +439 -0
  102. package/docs/interfaces/ResourceError.html +298 -0
  103. package/docs/interfaces/UIState.html +1945 -0
  104. package/docs/js/compodoc.js +14 -0
  105. package/docs/js/lazy-load-graphs.js +44 -0
  106. package/docs/js/libs/EventDispatcher.js +5 -0
  107. package/docs/js/libs/bootstrap-native.js +1 -0
  108. package/docs/js/libs/clipboard.min.js +7 -0
  109. package/docs/js/libs/custom-elements-es5-adapter.js +15 -0
  110. package/docs/js/libs/custom-elements.min.js +38 -0
  111. package/docs/js/libs/d3.v3.min.js +2 -0
  112. package/docs/js/libs/deep-iterator.js +2 -0
  113. package/docs/js/libs/es6-shim.min.js +11 -0
  114. package/docs/js/libs/htmlparser.js +23 -0
  115. package/docs/js/libs/innersvg.js +9 -0
  116. package/docs/js/libs/lit-html.js +1 -0
  117. package/docs/js/libs/prism.js +46 -0
  118. package/docs/js/libs/promise.min.js +6 -0
  119. package/docs/js/libs/svg-pan-zoom.min.js +3 -0
  120. package/docs/js/libs/tablesort.min.js +6 -0
  121. package/docs/js/libs/tablesort.number.min.js +6 -0
  122. package/docs/js/libs/vis.min.js +47 -0
  123. package/docs/js/libs/zepto.min.js +2 -0
  124. package/docs/js/menu-wc.js +377 -0
  125. package/docs/js/menu-wc_es5.js +42 -0
  126. package/docs/js/menu.js +325 -0
  127. package/docs/js/routes.js +301 -0
  128. package/docs/js/search/lunr.min.js +6 -0
  129. package/docs/js/search/search-lunr.js +67 -0
  130. package/docs/js/search/search.js +268 -0
  131. package/docs/js/search/search_index.js +4 -0
  132. package/docs/js/sourceCode.js +58 -0
  133. package/docs/js/svg-pan-zoom.controls.js +53 -0
  134. package/docs/js/tabs.js +21 -0
  135. package/docs/js/tree.js +147 -0
  136. package/docs/license.html +379 -0
  137. package/docs/miscellaneous/enumerations.html +418 -0
  138. package/docs/miscellaneous/functions.html +1754 -0
  139. package/docs/miscellaneous/typealiases.html +258 -0
  140. package/docs/miscellaneous/variables.html +3969 -0
  141. package/docs/modules/CoreModule.html +254 -0
  142. package/docs/modules/I18nModule.html +198 -0
  143. package/docs/modules/LogModule.html +301 -0
  144. package/docs/modules/TranslateMockModule.html +176 -0
  145. package/docs/modules.html +168 -0
  146. package/docs/pipes/TranslateMockPipe.html +225 -0
  147. package/docs/properties.html +124 -0
  148. package/docs/styles/bootstrap-card.css +219 -0
  149. package/docs/styles/bootstrap.min.css +6 -0
  150. package/docs/styles/compodoc.css +1121 -0
  151. package/docs/styles/dark.css +121 -0
  152. package/docs/styles/ionicons.min.css +11 -0
  153. package/docs/styles/laravel.css +113 -0
  154. package/docs/styles/material.css +131 -0
  155. package/docs/styles/original.css +51 -0
  156. package/docs/styles/postmark.css +238 -0
  157. package/docs/styles/prism.css +301 -0
  158. package/docs/styles/readthedocs.css +117 -0
  159. package/docs/styles/reset.css +129 -0
  160. package/docs/styles/stripe.css +106 -0
  161. package/docs/styles/style.css +7 -0
  162. package/docs/styles/tablesort.css +33 -0
  163. package/docs/styles/vagrant.css +130 -0
  164. package/esm2022/lib/eui-core.module.mjs +5 -5
  165. package/esm2022/lib/interceptors/add-lang-param.interceptor.mjs +4 -4
  166. package/esm2022/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
  167. package/esm2022/lib/interceptors/cors-security.interceptor.mjs +4 -4
  168. package/esm2022/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
  169. package/esm2022/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +4 -4
  170. package/esm2022/lib/interceptors/openid/openid-connect.interceptor.mjs +4 -4
  171. package/esm2022/lib/interceptors/openid/openid-connect.service.mjs +4 -4
  172. package/esm2022/lib/interceptors/ux-request-error-model.interceptor.mjs +4 -4
  173. package/esm2022/lib/services/dynamic-component/dynamic-component.service.mjs +4 -4
  174. package/esm2022/lib/services/dynamic-menu/dynamic-menu.service.mjs +4 -4
  175. package/esm2022/lib/services/errors/global-error-handler.mjs +4 -4
  176. package/esm2022/lib/services/errors/http-error-handler.interceptor.mjs +4 -4
  177. package/esm2022/lib/services/eui-app-shell.service.mjs +4 -4
  178. package/esm2022/lib/services/eui-timezone.service.mjs +4 -4
  179. package/esm2022/lib/services/growl/eui-growl.service.mjs +4 -4
  180. package/esm2022/lib/services/i18n/i18n.loader.mjs +4 -4
  181. package/esm2022/lib/services/i18n/i18n.service.mjs +4 -4
  182. package/esm2022/lib/services/i18n/i18n.service.mock.mjs +4 -4
  183. package/esm2022/lib/services/locale/locale.service.mjs +4 -4
  184. package/esm2022/lib/services/locale/locale.service.mock.mjs +4 -4
  185. package/esm2022/lib/services/log/log.module.mjs +5 -5
  186. package/esm2022/lib/services/log/log.service.mjs +4 -4
  187. package/esm2022/lib/services/permission/permission.service.mjs +4 -4
  188. package/esm2022/lib/services/queue/api-queue.service.mjs +4 -4
  189. package/esm2022/lib/services/storage/local-forage.service.mjs +4 -4
  190. package/esm2022/lib/services/storage/local-storage.service.mjs +4 -4
  191. package/esm2022/lib/services/storage/session-storage.service.mjs +4 -4
  192. package/esm2022/lib/services/store/effects/app.effects.mjs +4 -4
  193. package/esm2022/lib/services/store/store.service.mjs +4 -4
  194. package/esm2022/lib/services/store/store.service.mock.mjs +4 -4
  195. package/esm2022/lib/services/user/user.service.mjs +4 -4
  196. package/esm2022/lib/services/user/user.service.mock.mjs +4 -4
  197. package/fesm2022/eui-core.mjs +101 -101
  198. package/fesm2022/eui-core.mjs.map +1 -1
  199. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ var COMPODOC_SEARCH_INDEX = {
2
+ "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/classes/ActivatedRouteAction.html",[0,0.891,1,2.957]],["body/classes/ActivatedRouteAction.html",[1,3.867,2,1.204,3,0.143,4,0.126,5,2.512,6,1.922,7,1.792,8,0.179,9,1.272,10,1.829,11,2.708,12,0.335,13,0.659,14,1.992,15,6.319,16,0.398,17,0.012,18,0.314,19,0.314,20,1.204,21,1.054,22,5.325,23,0.01,24,0.01]],["title/classes/AddApiQueueItemAction.html",[0,0.891,25,3.212]],["body/classes/AddApiQueueItemAction.html",[2,1.184,3,0.141,4,0.124,5,2.471,6,1.89,7,1.763,8,0.177,9,1.259,10,1.81,11,2.688,12,0.356,13,0.648,14,1.959,16,0.391,17,0.012,18,0.309,19,0.309,20,1.184,21,1.037,23,0.01,24,0.01,25,4.132,26,5.67,27,5.238]],["title/classes/AddAppLoadedConfigModulesAction.html",[0,0.891,28,3.212]],["body/classes/AddAppLoadedConfigModulesAction.html",[2,1.184,3,0.141,4,0.124,5,2.471,6,1.89,7,1.763,8,0.177,9,1.259,10,1.81,11,2.688,12,0.356,13,0.648,14,1.959,16,0.391,17,0.012,18,0.309,19,0.309,20,1.184,21,1.037,23,0.01,24,0.01,26,5.67,28,4.132,29,5.238]],["title/interceptors/AddLangParamInterceptor.html",[30,2.199,31,3.554]],["body/interceptors/AddLangParamInterceptor.html",[3,0.13,4,0.114,8,0.163,12,0.277,13,0.599,16,0.467,17,0.012,18,0.369,19,0.369,23,0.009,24,0.009,30,2.615,31,4.226,32,2.749,33,4.842,34,3.517,35,4.842,36,1.811,37,4.842,38,3.517,39,3.82,40,3.82,41,3.517,42,4.842,43,4.842,44,2.749,45,3.517,46,4.842,47,0.937,48,3.378,49,4.842,50,5.465,51,3.517,52,3.551,53,3.222,54,3.551,55,3.517,56,0.725,57,1.377]],["title/injectables/ApiQueueService.html",[58,1.324,59,3.212]],["body/injectables/ApiQueueService.html",[3,0.064,4,0.056,7,0.8,8,0.08,12,0.3,13,0.294,16,0.475,17,0.011,18,0.375,19,0.375,20,0.847,21,0.741,23,0.006,24,0.006,36,2.274,38,1.726,44,2.632,45,3.82,47,0.561,53,1.224,56,0.987,57,1.93,59,1.875,60,0.747,61,2.074,62,2.377,63,3.269,64,4.045,65,3.269,66,3.269,67,3.269,68,3.269,69,4.045,70,3.269,71,1.726,72,2.023,73,3.269,74,2.286,75,2.841,76,2.377,77,1.305,78,5.834,79,5.26,80,1.875,81,6.168,82,2.377,83,2.955,84,3.745,85,4.696,86,3.745,87,5.305,88,1.318,89,3.745,90,2.377,91,2.377,92,1.284,93,3.134,94,5.552,95,2.074,96,2.377,97,2.481,98,4.045,99,2.377,100,2.72,101,1.349,102,2.377,103,2.377,104,2.377,105,2.377,106,2.377,107,2.074,108,4.149,109,2.72,110,3.269,111,2.074,112,2.074,113,2.074,114,2.074,115,2.074,116,1.508,117,2.074,118,2.074,119,2.074,120,1.424,121,2.377,122,2.243,123,2.074,124,2.377,125,1.726]],["title/classes/ApiQueueServiceMock.html",[0,0.891,126,3.554]],["body/classes/ApiQueueServiceMock.html",[2,0.847,3,0.101,4,0.088,8,0.126,12,0.233,13,0.651,16,0.393,17,0.012,18,0.31,19,0.31,20,0.847,21,0.742,23,0.008,24,0.008,36,1.402,44,2.988,45,3.822,47,0.788,53,1.931,56,1.131,57,1.976,59,2.956,61,3.271,63,5.307,64,5.307,65,4.592,66,5.307,67,4.592,68,5.307,69,5.307,70,5.307,77,1.042,81,4.797,85,2.534,88,1.73,94,4.592,95,3.271,97,2.482,98,3.271,100,2.722,107,3.271,108,5.202,109,3.822,110,4.592,111,3.271,112,3.271,113,3.271,114,3.271,115,3.271,116,2.378,117,3.271,118,3.271,119,3.271,120,2.245,126,3.271,127,3.748,128,1.306]],["title/classes/AsyncStorageService.html",[0,0.891,129,2.957]],["body/classes/AsyncStorageService.html",[0,0.537,2,0.555,3,0.066,4,0.058,8,0.083,12,0.316,16,0.534,17,0.012,18,0.421,19,0.393,21,1.414,23,0.006,24,0.006,36,2.305,47,0.576,56,1.05,57,1.994,77,1.516,88,1.347,90,1.558,92,2.557,116,3.398,120,1.471,122,1.471,128,0.856,129,1.783,130,2.143,131,1.937,132,2.143,133,4.673,134,4.088,135,1.265,136,2.143,137,1.937,138,2.143,139,1.558,140,6.5,141,3.438,142,2.557,143,3.031,144,3.657,145,4.224,146,2.599,147,4.734,148,3.791,149,3.931,150,4.224,151,4.224,152,3.858,153,2.143,154,2.143,155,1.661,156,2.143,157,3.031,158,2.142,159,2.599,160,3.353,161,1.937,162,2.143,163,2.143]],["title/classes/AsyncStorageServiceMock.html",[0,0.891,164,3.554]],["body/classes/AsyncStorageServiceMock.html",[2,1.1,3,0.131,4,0.115,8,0.164,17,0.012,18,0.41,23,0.009,24,0.009,47,0.94,56,1.185,57,2.087,77,0.963,88,1.785,128,1.696,129,3.535,130,4.247,141,5.044,142,3.751,143,5.478,144,3.943,145,5.478,164,4.247,165,4.867]],["title/interceptors/CachePreventionInterceptor.html",[30,2.199,166,3.554]],["body/interceptors/CachePreventionInterceptor.html",[3,0.148,4,0.13,8,0.186,12,0.244,16,0.411,17,0.012,18,0.325,19,0.325,23,0.01,24,0.01,32,3.127,47,1.016,48,3.664,51,4,52,3.852,53,3.495,54,3.852,55,4,56,0.825,57,1.567,166,4.807,167,5.508,168,4.807]],["title/injectables/CoreAppEffects.html",[58,1.324,169,3.554]],["body/injectables/CoreAppEffects.html",[1,2.106,3,0.078,4,0.068,8,0.098,9,0.836,12,0.232,13,0.359,15,3.81,16,0.217,17,0.013,18,0.258,19,0.171,20,1.187,21,1.039,23,0.007,24,0.007,50,4.609,57,1.242,60,0.912,97,2.956,169,2.531,170,2.9,171,4.366,172,4.366,173,2.9,174,5.251,175,4.366,176,3.81,177,4.366,178,3.444,179,5.251,180,4.366,181,2.9,182,4.366,183,4.366,184,2.9,185,4.366,186,2.249,187,2.288,188,5.251,189,2.9,190,1.961,191,2.9,192,3.171,193,2.9,194,2.9,195,2.9,196,2.9,197,2.9,198,2.9,199,2.9,200,2.9,201,2.106,202,2.9,203,2.9,204,2.288,205,2.9,206,2.9,207,2.531,208,2.9,209,2.288,210,2.9,211,2.9,212,4.366,213,4.366,214,5.251,215,2.9,216,6.585,217,2.9,218,3.81,219,2.288,220,2.531,221,2.9,222,2.531,223,2.531,224,2.9,225,2.9,226,4.366,227,4.366,228,2.9,229,4.366,230,2.288,231,4.366,232,3.81,233,3.81,234,2.9,235,1.428]],["title/modules/CoreModule.html",[186,2.098,236,3.212]],["body/modules/CoreModule.html",[3,0.14,4,0.123,12,0.23,16,0.389,17,0.012,18,0.307,19,0.307,23,0.01,24,0.01,47,0.78,56,0.981,77,1.297,236,4.11,237,2.958,238,4.546,239,4.546,240,4.159,241,4.546,242,5.21,243,3.784,244,5.169,245,5.655,246,4.546,247,4.11,248,3.227,249,4.11,250,5.21,251,5.21,252,5.21,253,5.21]],["title/interceptors/CorsSecurityInterceptor.html",[30,2.199,254,3.554]],["body/interceptors/CorsSecurityInterceptor.html",[3,0.148,4,0.13,8,0.186,12,0.244,16,0.411,17,0.012,18,0.325,19,0.325,23,0.01,24,0.01,32,3.127,44,3.127,47,1.016,48,3.664,52,3.852,53,3.495,54,3.852,56,0.825,57,1.567,254,4.807,255,5.508,256,5.508,257,4]],["title/interceptors/CsrfPreventionInterceptor.html",[30,2.199,258,3.554]],["body/interceptors/CsrfPreventionInterceptor.html",[3,0.148,4,0.13,8,0.186,12,0.244,16,0.411,17,0.012,18,0.325,19,0.325,23,0.01,24,0.01,32,3.127,44,3.127,47,1.016,48,3.664,52,3.852,53,3.495,54,3.852,56,0.825,57,1.567,168,4.807,257,4,258,4.807,259,5.508]],["title/classes/EmptyApiQueueAction.html",[0,0.891,260,3.554]],["body/classes/EmptyApiQueueAction.html",[2,1.224,3,0.146,4,0.128,5,2.554,6,1.954,7,1.823,8,0.182,9,1.285,10,1.848,11,2.729,12,0.337,13,0.67,14,2.025,16,0.405,17,0.012,18,0.319,19,0.319,20,1.224,21,1.072,23,0.01,24,0.01,260,4.726,261,5.415]],["title/classes/ErrorSubClass.html",[0,0.891,262,3.212]],["body/classes/ErrorSubClass.html",[2,1.063,3,0.127,4,0.111,8,0.158,9,1.174,10,2.19,12,0.332,13,0.582,16,0.351,17,0.012,18,0.403,19,0.403,23,0.009,24,0.009,77,1.575,230,4.84,262,3.708,263,4.102,264,4.96,265,5.354,266,4.102,267,4.84,268,5.354,269,3.091]],["title/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html",[30,2.199,270,3.554]],["body/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html",[3,0.146,4,0.128,8,0.182,12,0.24,16,0.405,17,0.011,18,0.319,19,0.319,23,0.01,24,0.01,32,3.075,44,3.075,47,1.005,48,3.626,52,3.812,53,3.458,54,3.812,56,0.811,57,1.54,257,3.933,270,4.726,271,5.415,272,5.415,273,3.933,274,4.726,275,5.415]],["title/classes/EuiCoreRootGuardClass.html",[0,0.891,276,3.554]],["body/classes/EuiCoreRootGuardClass.html",[2,1.397,3,0.166,4,0.146,13,0.9,17,0.011,23,0.011,24,0.011,238,5.394,239,5.394,276,5.394]],["title/injectables/EuiDynamicComponentService.html",[58,1.324,277,3.554]],["body/injectables/EuiDynamicComponentService.html",[3,0.103,4,0.091,8,0.129,10,1.834,12,0.295,13,0.475,16,0.498,17,0.012,18,0.363,19,0.363,23,0.008,24,0.008,36,2.001,41,3.885,47,0.801,56,0.801,60,1.207,80,3.027,88,1.092,142,2.889,152,2.299,248,3.033,269,2.421,277,3.349,278,3.349,279,3.837,280,3.837,281,3.837,282,6.159,283,5.256,284,5.35,285,5.35,286,3.837,287,5.35,288,5.35,289,4.669,290,6.663,291,6.159,292,5.35,293,3.349,294,5.35,295,3.837,296,4.669,297,3.349,298,3.837,299,3.837,300,3.837,301,5.35,302,6.159,303,3.837,304,3.837,305,3.837,306,3.837,307,3.837,308,3.837,309,3.837]],["title/injectables/EuiDynamicMenuService.html",[58,1.324,310,3.554]],["body/injectables/EuiDynamicMenuService.html",[3,0.128,4,0.112,8,0.16,9,1.182,12,0.304,13,0.588,16,0.461,17,0.012,18,0.364,19,0.364,20,1.073,21,0.94,23,0.009,24,0.009,47,0.925,56,0.925,60,1.492,72,3.335,75,3.335,93,5.095,278,4.143,310,4.143,311,4.747,312,4.747,313,6.174,314,6.174,315,6.862,316,4.747,317,4.871,318,4.747,319,4.747,320,4.747]],["title/classes/EuiError.html",[0,0.891,321,3.554]],["body/classes/EuiError.html",[2,1.057,3,0.126,4,0.11,8,0.158,9,1.17,10,2.188,12,0.332,13,0.579,16,0.349,17,0.012,18,0.402,19,0.402,23,0.009,24,0.009,77,1.573,128,1.63,230,4.824,262,3.69,263,4.082,264,4.948,265,5.337,266,4.082,267,4.824,268,5.337,269,2.767,321,4.082]],["title/injectables/EuiGrowlService.html",[58,1.324,178,3.212]],["body/injectables/EuiGrowlService.html",[3,0.077,4,0.068,8,0.097,9,0.828,12,0.317,16,0.466,17,0.012,18,0.368,19,0.368,20,1.482,21,1.298,23,0.007,24,0.007,47,0.648,56,0.982,60,0.901,77,1.575,78,2.26,88,1.936,97,2.739,158,1.297,178,2.26,233,3.776,267,4.918,269,3.245,322,2.865,323,2.865,324,4.327,325,4.327,326,4.327,327,4.327,328,4.327,329,4.327,330,5.213,331,5.213,332,4.327,333,4.327,334,4.327,335,4.327,336,2.865,337,4.327,338,5.213,339,4.327,340,3.786,341,7.308,342,3.776,343,2.865,344,2.865,345,2.865,346,2.865,347,2.865,348,2.865,349,3.776,350,2.865,351,2.501,352,2.26,353,3.142]],["title/injectables/EuiPermissionService.html",[58,1.324,317,3.212]],["body/injectables/EuiPermissionService.html",[3,0.08,4,0.07,8,0.1,12,0.304,13,0.367,16,0.514,17,0.012,18,0.392,19,0.392,23,0.007,24,0.007,36,1.659,47,0.664,56,0.994,57,1.262,60,0.931,72,2.396,74,1.929,75,2.396,77,1.481,85,2.003,88,0.843,97,2.509,101,1.682,125,3.222,128,1.032,135,1.526,209,3.5,219,4.659,246,2.585,247,2.337,317,2.337,352,5.903,354,2.962,355,2.337,356,4.436,357,4.436,358,4.436,359,3.186,360,2.185,361,2.657,362,2.337,363,1.682,364,2.962,365,2.962,366,6.177,367,2.962,368,2.962,369,2.962,370,2.962,371,4.436,372,2.585,373,3.5,374,2.962,375,2.585,376,2.585,377,2.962,378,5.319,379,2.962,380,2.962,381,2.962,382,2.585,383,2.962,384,2.585,385,2.962,386,4.989,387,2.962,388,2.962,389,4.436,390,2.962,391,2.003,392,4.436,393,2.509,394,2.962,395,5.154,396,2.962,397,2.962,398,2.337]],["title/interfaces/EuiTimeZone.html",[399,2.584,400,3.212]],["body/interfaces/EuiTimeZone.html",[3,0.152,4,0.133,8,0.19,9,1.317,12,0.304,17,0.012,18,0.438,23,0.01,24,0.01,77,1.531,400,4.447,401,3.377,402,4.92,403,4.92,404,7.427]],["title/injectables/EuiTimezoneService.html",[58,1.324,405,3.554]],["body/injectables/EuiTimezoneService.html",[3,0.124,4,0.109,8,0.155,12,0.268,16,0.452,17,0.012,18,0.399,19,0.357,23,0.009,24,0.009,47,0.907,56,1.076,60,1.449,77,1.517,264,3.348,400,4.779,402,4.023,403,4.023,405,4.023,406,6.765,407,6.057,408,6.765,409,6.057,410,3.637,411,3.637,412,6.765,413,4.61,414,4.023,415,4.61,416,4.61,417,4.61,418,4.61,419,5.286,420,4.61]],["title/injectables/GlobalErrorHandler.html",[58,1.324,421,3.554]],["body/injectables/GlobalErrorHandler.html",[3,0.143,4,0.125,8,0.178,12,0.293,13,0.656,16,0.495,17,0.012,18,0.391,19,0.391,23,0.01,24,0.01,47,0.992,56,0.793,60,1.665,74,3.14,88,1.506,128,1.845,235,3.26,421,4.622,422,5.296,423,5.296,424,5.296,425,6.62,426,5.296,427,5.296]],["title/interceptors/HttpErrorHandlerInterceptor.html",[30,2.199,428,3.554]],["body/interceptors/HttpErrorHandlerInterceptor.html",[3,0.134,4,0.117,8,0.167,12,0.281,13,0.615,16,0.475,17,0.012,18,0.375,19,0.375,23,0.01,24,0.01,32,2.82,47,0.952,48,3.434,51,3.608,52,3.61,53,3.275,54,3.61,55,3.608,56,0.744,57,1.413,235,2.446,248,2.446,283,5.832,428,4.335,429,4.335,430,4.967,431,4.335,432,5.549,433,7.393]],["title/injectables/I18nLoader.html",[58,1.324,434,3.554]],["body/injectables/I18nLoader.html",[3,0.093,4,0.081,8,0.116,10,2.101,12,0.297,13,0.426,16,0.502,17,0.012,18,0.397,19,0.397,23,0.007,24,0.007,34,4.212,36,1.852,39,3.905,45,2.498,47,0.741,56,1.049,57,1.912,60,1.081,73,4.32,74,2.758,77,1.256,80,2.713,88,0.978,93,3.348,122,2.06,248,1.694,353,2.498,410,2.713,434,3.002,435,2.498,436,3.905,437,5.8,438,4.32,439,4.95,440,4.95,441,3.439,442,5.536,443,3.002,444,3.905,445,6.11,446,3.905,447,3.002,448,4.546,449,3.439,450,3.439,451,2.713,452,3.439,453,3.439,454,3.439,455,3.439,456,2.498,457,2.713,458,3.439,459,2.713,460,3.439]],["title/modules/I18nModule.html",[186,2.098,461,3.212]],["body/modules/I18nModule.html",[3,0.154,4,0.135,17,0.011,23,0.01,24,0.01,36,2.133,47,0.854,56,0.854,186,3.57,237,3.239,240,3.62,244,4.5,245,5.467,461,5.467,462,5.704,463,4.5,464,4.978,465,4.978,466,4.5,467,4.143]],["title/classes/I18nResourceImpl.html",[0,0.891,448,2.754]],["body/classes/I18nResourceImpl.html",[2,0.809,3,0.096,4,0.084,8,0.121,10,1.953,12,0.286,13,0.631,16,0.483,17,0.012,18,0.381,19,0.403,23,0.008,24,0.008,34,4.307,36,2.417,39,4.019,40,2.824,47,0.763,56,0.888,77,1.524,88,1.018,92,3.49,97,1.689,100,2.6,150,2.824,158,1.62,296,3.125,353,2.6,448,4.011,451,5.386,456,4.958,468,3.58,469,5.095,470,5.095,471,5.095,472,3.58,473,5.931,474,5.095,475,3.58,476,5.095,477,3.58,478,5.176,479,3.58,480,5.095,481,3.58,482,3.125,483,3.125,484,3.58,485,5.095,486,3.58,487,3.58,488,3.125,489,3.58,490,4.446]],["title/injectables/I18nService.html",[58,1.324,491,2.957]],["body/injectables/I18nService.html",[3,0.065,4,0.057,8,0.081,10,1.458,12,0.324,13,0.298,16,0.547,17,0.012,18,0.432,19,0.411,23,0.006,24,0.006,36,1.415,41,1.748,47,0.566,50,4.178,56,1.02,57,1.937,60,0.757,72,2.043,74,2.302,75,2.043,77,1.311,83,1.898,88,1.076,101,1.366,109,1.748,116,1.527,125,1.748,128,0.838,148,1.24,152,3.448,158,1.711,186,2.728,204,1.898,232,2.1,243,4.181,248,2.301,269,2.893,359,3.66,360,1.863,361,2.265,373,1.898,391,2.558,393,2.204,436,2.984,443,2.1,444,4.541,445,2.1,446,1.898,491,1.748,492,2.1,493,2.406,494,3.301,495,3.301,496,4.078,497,2.406,498,3.393,499,5.296,500,2.1,501,2.1,502,2.406,503,2.406,504,2.747,505,1.748,506,1.748,507,1.898,508,1.898,509,1.898,510,2.406,511,3.782,512,2.1,513,2.406,514,4.078,515,2.1,516,1.748,517,2.1,518,2.1,519,3.686,520,1.898,521,1.748,522,2.1,523,2.1,524,2.1,525,3.301,526,2.1,527,2.1,528,3.301,529,2.1,530,1.627,531,1.898,532,2.406,533,2.984]],["title/injectables/I18nServiceMock.html",[58,1.324,534,3.554]],["body/injectables/I18nServiceMock.html",[3,0.09,4,0.079,8,0.113,10,1.338,12,0.277,13,0.602,16,0.468,17,0.012,18,0.422,19,0.37,23,0.007,24,0.007,36,1.255,47,0.728,56,1.073,57,2.037,60,1.055,77,0.963,83,2.647,88,0.954,101,1.905,116,2.129,125,2.437,128,1.169,158,1.518,186,3.231,204,2.647,243,2.437,248,1.652,269,2.201,359,3.426,360,2.395,361,2.913,373,2.647,393,2.294,436,4.512,444,3.836,491,2.437,494,4.244,495,4.991,496,4.991,498,2.437,504,2.437,512,2.928,515,2.928,516,2.437,517,2.928,518,2.928,519,4.512,520,2.647,521,2.437,522,2.928,523,2.928,524,2.928,525,4.244,526,2.928,527,2.928,528,4.244,529,2.928,530,2.269,531,2.647,533,5.476,534,2.928,535,3.355,536,4.244,537,4.244,538,4.863,539,3.355,540,3.355,541,3.355,542,3.355]],["title/classes/InitStoreAction.html",[0,0.891,543,3.212]],["body/classes/InitStoreAction.html",[2,1.184,3,0.141,4,0.124,5,2.471,6,1.89,7,1.763,8,0.177,9,1.259,10,1.81,11,2.688,12,0.356,13,0.648,14,1.959,16,0.391,17,0.012,18,0.309,19,0.309,20,1.184,21,1.037,23,0.01,24,0.01,26,5.67,543,4.132,544,5.238]],["title/interfaces/LoadedResources.html",[399,2.584,545,3.554]],["body/interfaces/LoadedResources.html",[3,0.145,4,0.127,8,0.181,9,1.28,12,0.322,17,0.012,19,0.395,23,0.01,24,0.01,92,3.613,93,4.524,97,3.155,401,3.225,435,3.911,451,5.741,545,4.699,546,6.351,547,7.277]],["title/interfaces/LoadedResourcesError.html",[399,2.584,548,3.554]],["body/interfaces/LoadedResourcesError.html",[3,0.153,4,0.134,8,0.191,9,1.322,12,0.305,17,0.012,23,0.01,24,0.01,77,1.367,235,3.667,401,3.396,435,4.118,448,4.67,456,5.408,548,4.949]],["title/injectables/LocalForageService.html",[58,1.324,549,3.554]],["body/injectables/LocalForageService.html",[3,0.077,4,0.068,8,0.097,9,0.83,12,0.301,13,0.356,16,0.49,17,0.012,18,0.444,19,0.387,20,0.65,21,1.388,23,0.007,24,0.007,36,2.455,47,0.65,56,1.02,57,1.995,60,0.904,74,1.885,77,1.491,88,1.234,90,1.824,92,2.82,116,3.691,120,1.721,122,1.721,128,1.001,129,2.087,133,3.784,134,2.752,135,2.234,141,3.793,142,2.82,143,3.421,144,3.544,145,3.421,146,1.944,148,3.768,149,4.221,150,4.588,151,4.588,153,2.508,154,2.508,155,1.944,156,2.508,157,3.421,158,1.962,159,1.944,160,2.508,240,2.752,248,1.415,363,2.462,431,2.508,549,3.784,550,2.508,551,2.874,552,5.448,553,2.874,554,2.874,555,2.874,556,2.874]],["title/injectables/LocalStorageService.html",[58,1.324,557,3.554]],["body/injectables/LocalStorageService.html",[3,0.099,4,0.087,8,0.124,9,0.994,12,0.305,13,0.455,16,0.488,17,0.012,18,0.457,19,0.386,20,0.831,21,1.365,23,0.008,24,0.008,36,2.445,47,0.777,56,0.979,60,1.156,74,2.257,77,1.487,88,1.477,90,2.333,92,3.25,101,2.087,120,2.202,122,2.202,128,1.281,131,2.9,134,4.149,135,2.674,139,2.333,142,2.803,144,3.417,146,2.486,148,3.687,149,4.069,155,2.486,159,2.486,190,2.486,235,1.81,240,3.294,362,2.9,363,2.087,550,3.208,557,4.53,558,3.676,559,4.747]],["title/injectables/LocaleService.html",[58,1.324,560,3.212]],["body/injectables/LocaleService.html",[3,0.084,4,0.074,8,0.106,12,0.331,13,0.388,16,0.558,17,0.012,18,0.414,19,0.414,23,0.007,24,0.007,47,0.693,56,1.015,57,1.843,60,0.986,71,2.278,72,2.5,74,2.012,75,1.694,77,1.342,85,2.121,88,1.317,128,1.093,148,1.616,152,1.879,158,1.419,190,3.13,269,2.748,293,2.737,355,2.474,359,4.06,360,2.28,361,2.772,363,2.628,391,3.13,393,2.865,398,2.474,457,2.474,463,3.651,491,3.362,498,3.362,500,4.04,505,2.278,506,2.278,507,2.474,508,2.474,509,2.474,536,4.04,560,2.474,561,2.737,562,4.04,563,4.629,564,4.629,565,4.04,566,5.3,567,2.737,568,2.737,569,4.791,570,2.737,571,2.737,572,3.136,573,3.136]],["title/injectables/LocaleServiceMock.html",[58,1.324,574,3.554]],["body/injectables/LocaleServiceMock.html",[3,0.12,4,0.105,8,0.15,12,0.313,13,0.55,16,0.529,17,0.012,18,0.418,19,0.418,23,0.009,24,0.009,47,0.885,56,1.06,57,1.889,60,1.396,77,1.401,85,3.002,88,1.263,128,1.547,269,2.009,359,3.978,360,2.91,361,3.539,393,2.787,560,3.502,562,5.157,565,3.875,567,3.875,568,3.875,569,5.585,570,3.875,574,3.875,575,4.44,576,4.44]],["title/modules/LogModule.html",[186,2.098,577,3.212]],["body/modules/LogModule.html",[3,0.125,4,0.109,12,0.269,16,0.454,17,0.012,18,0.359,19,0.359,20,1.374,21,1.203,23,0.009,24,0.009,36,1.733,47,0.694,56,0.91,74,2.642,186,3.13,237,3.45,240,3.856,241,4.043,244,4.794,245,3.654,248,2.993,363,2.63,459,3.654,464,5.303,465,5.303,466,4.794,467,3.364,504,3.364,530,3.133,577,3.654,578,4.632,579,4.632,580,6.283,581,4.632,582,4.043,583,4.632,584,5.303,585,4.632]],["title/injectables/LogService.html",[58,1.324,74,1.77]],["body/injectables/LogService.html",[3,0.114,4,0.1,8,0.142,12,0.253,13,0.523,16,0.427,17,0.011,18,0.428,19,0.382,20,1.292,21,0.836,23,0.009,24,0.009,36,2.138,40,3.333,47,0.856,56,0.633,60,1.328,74,1.837,77,1.374,97,2.696,100,3.069,128,1.472,135,2.177,144,3.245,353,4.151,363,2.399,384,3.687,410,3.333,586,4.225,587,4.225,588,3.687,589,4.225,590,4.225,591,4.225,592,4.225,593,3.687,594,7.771,595,4.988,596,4.225,597,5.715,598,5.715,599,4.988,600,4.988,601,4.225,602,5.715,603,4.225,604,3.687,605,4.225,606,4.225]],["title/classes/LogServiceMock.html",[0,0.891,607,3.554]],["body/classes/LogServiceMock.html",[2,1.337,3,0.159,4,0.14,8,0.199,17,0.011,23,0.011,24,0.011,47,1.061,56,0.886,128,2.061,595,6.618,607,5.162,608,5.915,609,5.915]],["title/interfaces/ModuleLoadEvent.html",[399,2.584,610,3.554]],["body/interfaces/ModuleLoadEvent.html",[3,0.147,4,0.129,8,0.184,9,1.289,12,0.324,17,0.012,18,0.432,19,0.397,23,0.01,24,0.01,77,1.334,97,3.178,141,5.312,235,3.602,401,3.262,492,4.752,610,4.752]],["title/interceptors/OpenIdConnectInterceptor.html",[30,2.199,611,3.554]],["body/interceptors/OpenIdConnectInterceptor.html",[3,0.13,4,0.114,8,0.162,9,1.193,12,0.276,13,0.772,16,0.36,17,0.012,18,0.284,19,0.284,20,1.409,21,1.234,23,0.009,24,0.009,32,2.736,44,2.736,47,0.934,48,3.367,52,3.54,53,3.211,54,3.54,56,0.722,57,1.371,218,4.205,257,3.499,269,2.18,340,5.019,611,4.205,612,3.499,613,4.818,614,6.234,615,6.234,616,6.234,617,4.918,618,4.205]],["title/injectables/OpenIdConnectService.html",[58,1.324,619,3.212]],["body/injectables/OpenIdConnectService.html",[3,0.157,4,0.138,8,0.197,13,0.871,17,0.011,23,0.011,24,0.011,47,1.053,56,0.875,57,1.662,60,1.837,612,4.243,619,4.609,620,5.099,621,6.584]],["title/classes/OpenIdConnectServiceMock.html",[0,0.891,622,3.554]],["body/classes/OpenIdConnectServiceMock.html",[2,1.321,3,0.157,4,0.138,8,0.197,17,0.011,23,0.011,24,0.011,47,1.053,56,0.875,57,1.662,128,2.036,612,4.243,619,4.609,621,6.584,622,5.099,623,5.843]],["title/interfaces/OpenIdConnectUserDetails.html",[399,2.584,624,3.554]],["body/interfaces/OpenIdConnectUserDetails.html",[3,0.123,4,0.108,8,0.154,9,1.152,12,0.338,17,0.012,19,0.483,23,0.009,24,0.009,77,1.622,401,2.735,612,3.316,620,3.985,624,3.985,625,6.734,626,6.734,627,6.734,628,6.734,629,6.734,630,6.734]],["title/classes/RemoveApiQueueItemAction.html",[0,0.891,631,3.212]],["body/classes/RemoveApiQueueItemAction.html",[2,1.204,3,0.143,4,0.126,5,2.512,6,1.922,7,1.792,8,0.179,9,1.272,10,1.829,11,2.708,12,0.335,13,0.659,14,1.992,16,0.398,17,0.012,18,0.314,19,0.314,20,1.204,21,1.054,23,0.01,24,0.01,77,1.433,631,4.201,632,5.325]],["title/interfaces/ResourceError.html",[399,2.584,633,3.554]],["body/interfaces/ResourceError.html",[3,0.143,4,0.126,8,0.179,9,1.272,12,0.32,17,0.012,19,0.447,23,0.01,24,0.01,77,1.315,97,3.134,235,3.566,401,3.19,435,3.867,448,4.493,456,5.259,633,4.647,634,7.241]],["title/classes/RouterMock.html",[0,0.891,635,3.554]],["body/classes/RouterMock.html",[2,0.915,3,0.109,4,0.096,8,0.136,9,1.062,10,2.03,12,0.28,13,0.687,16,0.415,17,0.012,18,0.327,19,0.327,20,1.432,21,1.254,23,0.008,24,0.008,47,0.831,56,1.021,77,1.46,88,1.579,192,4.031,466,3.193,635,3.532,636,4.047,637,5.55,638,5.55,639,5.55,640,6.335,641,5.55,642,5.55,643,6.335,644,4.047,645,4.047,646,4.047,647,4.047,648,5.55,649,4.047,650,4.844,651,4.047]],["title/injectables/SessionStorageService.html",[58,1.324,652,3.554]],["body/injectables/SessionStorageService.html",[3,0.099,4,0.087,8,0.124,9,0.994,12,0.305,13,0.455,16,0.488,17,0.012,18,0.457,19,0.386,20,0.831,21,1.365,23,0.008,24,0.008,36,2.445,47,0.777,56,0.979,60,1.156,74,2.257,77,1.487,88,1.477,90,2.333,92,3.25,101,2.087,120,2.202,122,2.202,128,1.281,131,2.9,134,4.149,135,2.674,139,2.333,142,2.803,144,3.417,146,2.486,148,3.687,149,4.069,155,2.486,159,2.486,190,2.486,235,1.81,240,3.294,273,4.37,362,2.9,363,2.087,652,4.53,653,3.676,654,3.676]],["title/classes/StorageService.html",[0,0.891,139,2.584]],["body/classes/StorageService.html",[0,0.724,2,0.748,3,0.089,4,0.078,8,0.112,12,0.315,16,0.533,17,0.012,18,0.431,19,0.391,21,1.368,23,0.007,24,0.007,36,2.33,47,0.721,56,1.035,77,1.518,88,1.614,90,2.1,92,3.065,101,1.879,120,1.982,122,1.982,132,2.888,134,4.384,135,1.705,136,2.888,137,2.611,138,2.888,139,2.1,140,6.765,142,2.6,144,3.759,146,3.256,148,3.764,149,3.837,152,3.966,155,2.238,158,1.497,159,3.256,161,2.611,162,2.888,163,2.888,190,2.238,235,1.63,655,3.309]],["title/classes/StorageServiceMock.html",[0,0.891,656,3.554]],["body/classes/StorageServiceMock.html",[2,1.224,3,0.146,4,0.128,8,0.182,17,0.012,18,0.43,23,0.01,24,0.01,47,1.005,56,1.142,77,1.072,88,1.91,128,1.887,139,3.437,142,3.94,144,4.143,656,4.726,657,5.415]],["title/classes/StoreMock.html",[0,0.891,658,3.554]],["body/classes/StoreMock.html",[2,1.123,3,0.134,4,0.117,8,0.167,9,1.217,12,0.22,13,0.787,16,0.371,17,0.012,18,0.293,19,0.293,20,1.123,21,0.983,23,0.01,24,0.01,47,0.952,56,1.107,88,1.413,393,2.999,658,4.335,659,4.967,660,7.012,661,5.532,662,7.012,663,5.016,664,4.967,665,4.967,666,4.335]],["title/injectables/StoreService.html",[58,1.324,72,2.199]],["body/injectables/StoreService.html",[3,0.097,4,0.085,7,1.209,8,0.121,12,0.314,13,0.445,16,0.531,17,0.012,18,0.419,19,0.419,23,0.008,24,0.008,47,0.765,48,2.759,56,1.064,57,1.022,60,1.13,71,2.61,72,1.941,74,2.814,75,3.693,77,1.281,88,1.691,148,1.851,158,2.312,269,2.312,360,2.516,393,1.695,661,4.03,663,4.03,667,3.136,668,4.458,669,4.458,670,5.187,671,3.594,672,4.458,673,3.594,674,3.594,675,5.108,676,4.458,677,3.594,678,5.108,679,5.108,680,3.136,681,4.458,682,3.71,683,4.03,684,3.594,685,5.108,686,4.458,687,2.61,688,3.594,689,3.594]],["title/injectables/StoreServiceMock.html",[58,1.324,690,3.554]],["body/injectables/StoreServiceMock.html",[3,0.126,4,0.11,8,0.158,12,0.207,13,0.757,16,0.349,17,0.012,18,0.276,19,0.276,23,0.009,24,0.009,47,0.916,56,1.152,60,1.471,72,2.526,88,2.056,128,1.63,360,3.355,393,2.206,661,5.375,663,5.375,668,5.946,669,5.337,670,5.946,680,4.082,681,5.337,682,4.441,683,4.824,690,4.082,691,4.677]],["title/directives/TranslateMockDirective.html",[692,3.554,693,3.212]],["body/directives/TranslateMockDirective.html",[3,0.148,4,0.13,6,1.988,8,0.186,12,0.3,13,0.682,16,0.411,17,0.012,18,0.325,19,0.325,23,0.01,24,0.01,289,5.921,521,4,666,4.807,693,4.345,694,5.508,695,4,696,5.508,697,4.807,698,6.784,699,6.784,700,5.508,701,5.508]],["title/modules/TranslateMockModule.html",[186,2.098,702,3.212]],["body/modules/TranslateMockModule.html",[3,0.163,4,0.143,17,0.011,23,0.011,24,0.011,237,3.443,693,5.672,695,4.404,702,4.784,703,6.064,704,5.672,705,6.064]],["title/pipes/TranslateMockPipe.html",[516,2.957,704,3.212]],["body/pipes/TranslateMockPipe.html",[3,0.153,4,0.134,12,0.251,16,0.424,17,0.012,18,0.407,19,0.335,23,0.01,24,0.01,47,0.849,56,0.849,77,1.474,521,4.118,695,4.118,697,4.949,704,4.473,706,5.67,707,5.67,708,5.67,709,4.949]],["title/classes/TranslateServiceMock.html",[0,0.891,710,3.554]],["body/classes/TranslateServiceMock.html",[2,0.644,3,0.077,4,0.067,8,0.096,9,0.824,12,0.343,16,0.464,17,0.013,18,0.367,19,0.367,20,1.618,21,1.417,23,0.006,24,0.006,34,3.128,47,0.645,56,1.048,57,1.861,77,1.556,88,1.478,148,1.467,192,4.205,249,3.398,438,4.533,537,3.759,617,5.16,695,2.069,710,2.486,711,4.307,712,4.307,713,4.307,714,4.307,715,4.307,716,4.307,717,4.307,718,4.307,719,4.307,720,4.307,721,5.194,722,5.194,723,4.307,724,4.307,725,2.848,726,2.848,727,2.848,728,2.848,729,2.848,730,2.848,731,2.848,732,2.848,733,2.848,734,2.848,735,2.486,736,2.848,737,2.848,738,2.848]],["title/classes/UpdateAppConnectionAction.html",[0,0.891,201,2.957]],["body/classes/UpdateAppConnectionAction.html",[2,1.204,3,0.143,4,0.126,5,2.512,6,1.922,7,1.792,8,0.179,9,1.272,10,1.829,11,2.708,12,0.335,13,0.659,14,1.992,16,0.398,17,0.012,18,0.314,19,0.314,20,1.204,21,1.054,23,0.01,24,0.01,97,3.416,201,3.867,739,5.325]],["title/classes/UpdateAppStatusAction.html",[0,0.891,740,3.212]],["body/classes/UpdateAppStatusAction.html",[2,1.204,3,0.143,4,0.126,5,2.512,6,1.922,7,1.792,8,0.179,9,1.272,10,1.829,11,2.708,12,0.335,13,0.659,14,1.992,16,0.398,17,0.012,18,0.314,19,0.314,20,1.204,21,1.054,23,0.01,24,0.01,77,1.433,740,4.201,741,5.325]],["title/classes/UpdateAppVersionAction.html",[0,0.891,742,3.212]],["body/classes/UpdateAppVersionAction.html",[2,1.204,3,0.143,4,0.126,5,2.512,6,1.922,7,1.792,8,0.179,9,1.272,10,1.829,11,2.708,12,0.335,13,0.659,14,1.992,16,0.398,17,0.012,18,0.314,19,0.314,20,1.204,21,1.054,23,0.01,24,0.01,77,1.433,742,4.201,743,5.325]],["title/classes/UpdateCurrentModuleAction.html",[0,0.891,744,3.212]],["body/classes/UpdateCurrentModuleAction.html",[2,1.204,3,0.143,4,0.126,5,2.512,6,1.922,7,1.792,8,0.179,9,1.272,10,1.829,11,2.708,12,0.335,13,0.659,14,1.992,16,0.398,17,0.012,18,0.314,19,0.314,20,1.204,21,1.054,23,0.01,24,0.01,77,1.433,744,4.201,745,5.325]],["title/classes/UpdateI18nStateAction.html",[0,0.891,746,3.212]],["body/classes/UpdateI18nStateAction.html",[2,1.204,3,0.143,4,0.126,6,1.922,7,1.792,8,0.179,9,1.272,10,1.829,11,2.708,12,0.335,13,0.659,14,1.992,16,0.398,17,0.012,18,0.314,19,0.314,20,1.204,21,1.054,23,0.01,24,0.01,533,5.712,746,4.201,747,4.201,748,5.325]],["title/classes/UpdateLocaleStateAction.html",[0,0.891,749,3.212]],["body/classes/UpdateLocaleStateAction.html",[2,1.204,3,0.143,4,0.126,6,1.922,7,1.792,8,0.179,9,1.272,10,1.829,11,2.708,12,0.335,13,0.659,14,1.992,16,0.398,17,0.012,18,0.314,19,0.314,20,1.204,21,1.054,23,0.01,24,0.01,569,5.712,749,4.201,750,4.201,751,5.325]],["title/classes/UpdateNotificationsListAction.html",[0,0.891,752,3.212]],["body/classes/UpdateNotificationsListAction.html",[2,1.224,3,0.146,4,0.128,6,1.954,7,1.823,8,0.182,9,1.285,10,1.848,11,2.729,12,0.337,13,0.67,14,2.025,16,0.405,17,0.012,18,0.319,19,0.319,20,1.224,21,1.072,23,0.01,24,0.01,752,4.272,753,4.272,754,5.415]],["title/classes/UpdateUserDashboardAction.html",[0,0.891,755,3.212]],["body/classes/UpdateUserDashboardAction.html",[2,1.224,3,0.146,4,0.128,6,1.954,7,1.823,8,0.182,9,1.285,10,1.848,11,2.729,12,0.337,13,0.67,14,2.025,16,0.405,17,0.012,18,0.319,19,0.319,20,1.224,21,1.072,23,0.01,24,0.01,755,4.272,756,3.243,757,5.415]],["title/classes/UpdateUserDetailsAction.html",[0,0.891,758,3.212]],["body/classes/UpdateUserDetailsAction.html",[2,1.204,3,0.143,4,0.126,6,1.922,7,1.792,8,0.179,9,1.272,10,1.829,11,2.708,12,0.335,13,0.659,14,1.992,16,0.398,17,0.012,18,0.314,19,0.314,20,1.204,21,1.054,23,0.01,24,0.01,756,3.19,758,4.201,759,7.241,760,5.325]],["title/classes/UpdateUserPreferencesAction.html",[0,0.891,761,3.212]],["body/classes/UpdateUserPreferencesAction.html",[2,1.204,3,0.143,4,0.126,6,1.922,7,1.792,8,0.179,9,1.272,10,1.829,11,2.708,12,0.335,13,0.659,14,1.992,16,0.398,17,0.012,18,0.314,19,0.314,20,1.204,21,1.054,23,0.01,24,0.01,756,3.19,761,4.201,762,6.319,763,5.325]],["title/classes/UpdateUserRightsAction.html",[0,0.891,764,3.212]],["body/classes/UpdateUserRightsAction.html",[2,1.204,3,0.143,4,0.126,6,1.922,7,1.792,8,0.179,9,1.272,10,1.829,11,2.708,12,0.335,13,0.659,14,1.992,16,0.398,17,0.012,18,0.314,19,0.314,20,1.204,21,1.054,23,0.01,24,0.01,395,6.319,756,3.19,764,4.201,765,5.325]],["title/classes/UpdateUserStateAction.html",[0,0.891,766,3.554]],["body/classes/UpdateUserStateAction.html",[2,1.204,3,0.143,4,0.126,6,1.922,7,1.792,8,0.179,9,1.272,10,1.829,11,2.708,12,0.335,13,0.659,14,1.992,16,0.398,17,0.012,18,0.314,19,0.314,20,1.204,21,1.054,23,0.01,24,0.01,756,3.19,766,4.647,767,5.712,768,5.325]],["title/injectables/UserService.html",[58,1.324,769,3.212]],["body/injectables/UserService.html",[3,0.086,4,0.076,8,0.108,12,0.344,13,0.397,16,0.581,17,0.013,18,0.427,19,0.427,23,0.007,24,0.007,47,0.705,56,1.058,57,1.747,60,1.009,71,2.331,72,2.543,75,1.734,77,0.932,88,1.586,128,1.118,148,1.653,152,4.231,158,2.13,269,2.779,355,2.532,359,4.094,360,2.319,361,4.094,391,4.422,393,2.221,505,2.331,506,2.331,507,2.532,508,2.532,509,2.532,682,4.46,767,4.398,769,2.532,770,3.21,771,2.801,772,4.109,773,3.21,774,3.21,775,3.21]],["title/injectables/UserServiceMock.html",[58,1.324,776,3.554]],["body/injectables/UserServiceMock.html",[3,0.105,4,0.092,8,0.132,12,0.297,13,0.672,16,0.502,17,0.012,18,0.367,19,0.367,23,0.008,24,0.008,47,0.813,56,1.175,57,1.543,60,1.231,88,1.771,128,1.364,152,4.228,158,1.772,269,1.772,359,3.25,360,2.672,361,3.25,391,2.648,393,1.847,505,2.844,506,2.844,762,5.433,767,4.28,769,3.089,771,3.417,772,3.417,776,3.417,777,3.916,778,6.225,779,6.225,780,6.225,781,6.225,782,6.225,783,6.225]],["title/interceptors/UxRequestErrorModelInterceptor.html",[30,2.199,784,3.554]],["body/interceptors/UxRequestErrorModelInterceptor.html",[3,0.139,4,0.122,8,0.174,12,0.288,13,0.638,16,0.486,17,0.012,18,0.384,19,0.384,23,0.01,24,0.01,32,2.926,44,2.926,47,0.975,48,3.515,51,3.743,52,3.695,53,3.353,54,3.695,55,3.743,56,0.772,57,1.466,235,2.538,784,4.498,785,5.154,786,5.154,787,5.154,788,7.134]],["title/dependencies.html",[789,2.961,790,4.278]],["body/dependencies.html",[17,0.013,23,0.004,24,0.004,47,0.246,75,1.939,135,0.846,248,0.809,446,2.185,520,3.714,552,1.433,582,1.433,593,1.433,676,1.433,790,1.433,791,1.642,792,7.244,793,7.022,794,1.642,795,2.769,796,1.642,797,1.642,798,2.769,799,2.769,800,1.433,801,1.642,802,2.769,803,1.642,804,1.642,805,1.642,806,1.642,807,5.94,808,1.642,809,1.642,810,1.642,811,1.642,812,1.642,813,1.642,814,2.769,815,2.769,816,1.642,817,2.769,818,3.591,819,1.642,820,1.642,821,1.642,822,1.642,823,1.642,824,1.642,825,3.591,826,1.642,827,1.642,828,1.642,829,1.642,830,5.707,831,1.642,832,1.642,833,2.769,834,1.642,835,1.642,836,2.769,837,1.642,838,1.642,839,1.642,840,1.642,841,1.642,842,1.642,843,1.642,844,1.642,845,5.433,846,1.642,847,1.642,848,4.708,849,3.591,850,5.433,851,1.642,852,1.642,853,1.642,854,1.642,855,1.642,856,1.642,857,1.642,858,1.642,859,1.642,860,1.642,861,2.769,862,1.642,863,4.216,864,2.769,865,1.642,866,1.642,867,1.642,868,1.642,869,1.642,870,2.769,871,1.642,872,1.642,873,1.642,874,1.642,875,1.642,876,1.642,877,4.708,878,1.642,879,1.642,880,5.94,881,1.642,882,1.642,883,1.642,884,1.642,885,3.591,886,1.642,887,1.642,888,1.642,889,3.591,890,1.642,891,2.769,892,1.642,893,1.642,894,1.642,895,1.642,896,1.642,897,1.642,898,1.642,899,1.642,900,1.642,901,1.642,902,1.642,903,1.642,904,1.642,905,1.642,906,1.642,907,1.642,908,1.433,909,1.642,910,1.642,911,1.642,912,1.642,913,1.642,914,2.769,915,1.642,916,1.642,917,1.642,918,1.642,919,1.642,920,1.642,921,1.642,922,1.642,923,1.642,924,1.642,925,2.769,926,1.642,927,1.642,928,1.642,929,1.642,930,1.642,931,1.642,932,1.642,933,1.642,934,1.642,935,1.642,936,1.642,937,1.642,938,1.642,939,1.642,940,1.642,941,1.642,942,1.642,943,1.642,944,1.642,945,2.769,946,1.642,947,1.642,948,1.642,949,1.642,950,1.642,951,1.642,952,1.642,953,1.642,954,1.433,955,1.642,956,1.642,957,1.433,958,1.433,959,1.642,960,1.642,961,1.642,962,1.642,963,1.642,964,1.642,965,1.642,966,1.642,967,1.642,968,1.642,969,1.642,970,1.642,971,1.642,972,1.642,973,1.642,974,1.642,975,3.591,976,4.216,977,2.769,978,1.642,979,1.642,980,1.642,981,2.769,982,2.769,983,1.642,984,2.769,985,1.642,986,1.642,987,1.642]],["title/miscellaneous/enumerations.html",[988,2.032,989,4.278]],["body/miscellaneous/enumerations.html",[5,1.529,8,0.109,17,0.012,21,1.595,23,0.007,24,0.007,38,2.355,41,2.355,75,1.751,78,3.742,81,4.424,142,1.751,186,1.67,219,5.411,222,2.83,223,2.83,237,1.841,248,1.597,273,2.355,360,1.597,386,2.558,393,2.645,398,6.15,411,2.558,463,3.742,504,2.355,559,2.558,571,4.139,667,2.83,686,4.139,687,2.355,747,2.558,750,2.558,753,2.558,756,1.942,988,1.942,989,2.83,990,3.242,991,4.743,992,2.83,993,4.743,994,2.83,995,4.743,996,2.83,997,4.743,998,2.83,999,4.743,1000,2.83,1001,3.242,1002,7.634,1003,3.242,1004,3.242,1005,3.242,1006,3.242,1007,3.242,1008,3.242,1009,3.242,1010,3.242,1011,3.242,1012,5.608,1013,3.242,1014,3.242,1015,2.83,1016,3.242,1017,3.242,1018,3.242,1019,3.242,1020,3.242,1021,3.242,1022,3.242,1023,3.242,1024,3.242,1025,3.242,1026,3.242,1027,3.242]],["title/miscellaneous/functions.html",[988,2.032,1028,4.278]],["body/miscellaneous/functions.html",[4,0.034,7,0.837,8,0.049,12,0.314,16,0.535,17,0.012,18,0.419,19,0.419,20,0.739,21,0.647,23,0.004,24,0.004,36,1.451,38,1.051,56,1.017,74,1.421,77,1.157,92,0.781,93,2.211,97,1.83,134,1.578,135,1.281,157,2.579,158,1.978,161,1.961,176,1.263,187,1.141,209,1.961,220,1.263,235,2.775,243,2.374,248,2.152,269,0.655,273,1.051,274,2.853,283,5.491,340,1.806,342,3.814,349,2.853,360,1.61,363,2.709,393,1.173,411,1.141,429,1.263,432,1.263,442,5.927,447,4.164,457,3.061,459,1.961,467,1.806,478,2.853,490,2.17,498,2.818,501,3.386,514,1.263,530,0.978,559,1.961,580,5.264,584,2.17,599,2.17,600,1.263,650,1.263,672,3.814,682,3.465,683,3.061,800,2.17,954,1.263,988,0.867,1015,1.263,1028,1.263,1029,2.486,1030,3.88,1031,4.37,1032,2.486,1033,2.486,1034,3.88,1035,2.486,1036,4.37,1037,3.88,1038,3.269,1039,3.269,1040,2.486,1041,5.391,1042,2.486,1043,2.486,1044,2.486,1045,2.486,1046,2.486,1047,2.486,1048,2.486,1049,2.486,1050,3.269,1051,2.486,1052,2.486,1053,2.486,1054,2.486,1055,2.486,1056,2.486,1057,2.486,1058,2.486,1059,2.486,1060,1.447,1061,5.391,1062,1.447,1063,1.447,1064,1.447,1065,1.447,1066,1.447,1067,2.486,1068,2.486,1069,2.486,1070,2.486,1071,1.447,1072,1.447,1073,1.447,1074,1.447,1075,2.486,1076,1.447,1077,3.269,1078,1.447,1079,1.447,1080,3.88,1081,1.447,1082,1.447,1083,1.447,1084,1.447,1085,1.447,1086,2.486,1087,2.486,1088,1.447,1089,2.486,1090,3.269,1091,2.486,1092,2.486,1093,1.447,1094,3.269,1095,1.447,1096,1.447,1097,1.447,1098,1.447,1099,2.486,1100,2.486,1101,1.447,1102,1.447,1103,1.447,1104,1.447,1105,1.447,1106,1.447,1107,1.447,1108,1.447,1109,1.447,1110,2.486,1111,1.447,1112,1.447,1113,1.447,1114,2.486,1115,1.447]],["title/index.html",[8,0.137,1116,3.554]],["body/index.html",[2,1.354,17,0.011,23,0.011,24,0.011,60,1.883,237,3.4,401,3.587,516,4.349,618,6.228,692,5.226,1116,5.226,1117,5.988,1118,5.988,1119,5.988,1120,5.988]],["title/license.html",[588,2.961,1121,3.393,1122,2.677]],["body/license.html",[10,1.097,12,0.033,17,0.002,21,0.146,23,0.002,24,0.002,87,0.646,101,1.079,108,1.077,109,1.718,123,1.192,135,0.381,137,0.584,151,0.584,187,1.077,192,0.992,207,0.646,247,0.584,249,2.943,264,3.483,297,0.646,340,0.537,351,0.646,352,2.186,366,0.646,372,1.192,375,0.646,376,1.192,382,0.646,386,4.138,414,0.646,419,1.659,467,1.381,482,1.192,483,0.646,488,1.192,519,0.584,530,1.286,531,2.186,546,0.646,604,0.646,617,1.5,687,1.718,709,0.646,735,0.646,957,0.646,958,3.479,988,0.443,1122,2.943,1123,4.796,1124,2.365,1125,7.524,1126,3.446,1127,0.646,1128,2.418,1129,0.74,1130,1.365,1131,0.74,1132,0.74,1133,7.591,1134,3.731,1135,1.365,1136,5.898,1137,4.62,1138,0.74,1139,0.74,1140,2.771,1141,4.428,1142,0.74,1143,4.428,1144,0.74,1145,5.493,1146,6.143,1147,3.446,1148,2.771,1149,0.74,1150,2.771,1151,0.74,1152,0.74,1153,0.74,1154,0.74,1155,0.74,1156,0.74,1157,1.365,1158,5.374,1159,0.74,1160,2.365,1161,2.365,1162,4.428,1163,3.731,1164,5.604,1165,2.771,1166,1.365,1167,3.446,1168,0.74,1169,1.365,1170,0.74,1171,1.901,1172,0.74,1173,0.74,1174,3.987,1175,3.446,1176,1.365,1177,3.129,1178,0.74,1179,0.74,1180,1.901,1181,1.365,1182,0.74,1183,0.74,1184,0.74,1185,1.365,1186,0.74,1187,0.74,1188,0.74,1189,0.74,1190,1.365,1191,0.74,1192,2.771,1193,2.771,1194,2.771,1195,2.771,1196,2.365,1197,0.74,1198,0.74,1199,0.74,1200,1.365,1201,0.74,1202,1.901,1203,3.129,1204,3.446,1205,1.365,1206,0.74,1207,0.74,1208,0.74,1209,0.74,1210,1.901,1211,1.365,1212,0.74,1213,0.74,1214,1.365,1215,3.987,1216,0.74,1217,1.365,1218,0.74,1219,0.74,1220,1.365,1221,3.129,1222,0.74,1223,1.365,1224,0.74,1225,0.74,1226,1.365,1227,1.365,1228,2.365,1229,0.74,1230,0.74,1231,0.74,1232,0.74,1233,0.74,1234,2.771,1235,1.901,1236,1.901,1237,0.74,1238,0.74,1239,0.74,1240,1.901,1241,0.74,1242,0.74,1243,0.74,1244,1.901,1245,0.74,1246,1.365,1247,0.74,1248,0.74,1249,0.74,1250,0.74,1251,1.365,1252,0.74,1253,1.901,1254,0.74,1255,1.901,1256,1.365,1257,0.74,1258,0.74,1259,0.74,1260,0.74,1261,0.74,1262,0.74,1263,2.365,1264,1.365,1265,0.74,1266,0.74,1267,1.365,1268,0.74,1269,0.74,1270,1.365,1271,3.129,1272,0.74,1273,2.365,1274,1.365,1275,1.192,1276,1.365,1277,1.365,1278,1.365,1279,1.365,1280,1.365,1281,1.365,1282,0.74,1283,0.74,1284,0.74,1285,0.74,1286,0.74,1287,1.901,1288,0.74,1289,0.74,1290,0.74,1291,3.731,1292,3.129,1293,0.74,1294,0.74,1295,0.74,1296,2.365,1297,0.74,1298,0.74,1299,0.74,1300,1.365,1301,2.365,1302,0.74,1303,2.365,1304,1.365,1305,0.74,1306,2.365,1307,0.74,1308,0.74,1309,0.74,1310,0.74,1311,0.74,1312,0.74,1313,0.74,1314,1.901,1315,1.365,1316,0.74,1317,0.74,1318,0.74,1319,1.365,1320,0.74,1321,2.365,1322,1.901,1323,0.74,1324,0.74,1325,0.74,1326,0.74,1327,3.129,1328,0.74,1329,0.74,1330,1.901,1331,1.365,1332,0.74,1333,0.74,1334,0.74,1335,0.74,1336,1.901,1337,0.74,1338,0.74,1339,0.74,1340,1.365,1341,0.74,1342,1.365,1343,1.365,1344,0.74,1345,0.74,1346,0.74,1347,0.74,1348,0.74,1349,0.74,1350,1.365,1351,1.901,1352,1.365,1353,2.365,1354,1.365,1355,1.365,1356,2.365,1357,0.74,1358,1.365,1359,0.74,1360,1.365,1361,0.74,1362,2.365,1363,0.74,1364,0.74,1365,0.74,1366,0.74,1367,0.74,1368,0.74,1369,1.365,1370,0.74,1371,0.74,1372,0.74,1373,0.74,1374,0.74,1375,2.771,1376,1.365,1377,0.74,1378,0.74,1379,0.74,1380,0.74,1381,0.74,1382,0.74,1383,0.74,1384,0.74,1385,0.74,1386,0.74,1387,0.74,1388,0.74,1389,0.74,1390,2.771,1391,0.74,1392,0.74,1393,0.74,1394,1.901,1395,0.74,1396,0.74,1397,1.365,1398,1.365,1399,0.74,1400,0.74,1401,0.74,1402,1.901,1403,0.74,1404,1.365,1405,0.74,1406,0.74,1407,0.74,1408,0.74,1409,0.74,1410,1.365,1411,0.74,1412,0.74,1413,0.74,1414,0.74,1415,0.74,1416,1.365,1417,0.74,1418,0.74,1419,0.74,1420,1.365,1421,0.74,1422,0.74,1423,1.901,1424,0.74,1425,0.74,1426,0.74,1427,1.365,1428,0.74,1429,0.74,1430,1.365,1431,0.74,1432,0.74,1433,0.74,1434,0.74,1435,0.74,1436,0.74,1437,0.74,1438,0.74,1439,0.74,1440,1.365,1441,0.74,1442,1.365,1443,1.365,1444,0.74,1445,0.74,1446,0.74,1447,0.74,1448,0.74,1449,0.74,1450,0.74,1451,0.74,1452,0.74,1453,0.74,1454,0.74,1455,0.74,1456,1.365,1457,0.74,1458,0.74,1459,1.365,1460,0.74,1461,0.74,1462,0.74,1463,0.74,1464,0.74,1465,0.74,1466,0.74,1467,0.74,1468,0.74,1469,0.74,1470,0.74,1471,1.365,1472,1.365,1473,0.74,1474,0.74,1475,0.74,1476,0.74,1477,0.74,1478,0.74,1479,0.74,1480,0.74,1481,0.74,1482,0.74,1483,2.365,1484,1.901,1485,0.74,1486,0.74,1487,0.74,1488,0.74,1489,0.74,1490,0.74,1491,0.74,1492,0.74,1493,0.74,1494,0.74,1495,3.129,1496,0.74,1497,1.901,1498,2.365,1499,0.74,1500,0.74,1501,0.74,1502,0.74,1503,0.74,1504,0.74,1505,0.74,1506,0.74,1507,1.901,1508,1.901,1509,1.365,1510,1.365,1511,1.365,1512,0.74,1513,0.74,1514,0.74,1515,0.74,1516,0.74,1517,0.74,1518,0.74,1519,0.74,1520,1.365,1521,0.74,1522,0.74,1523,0.74,1524,1.365,1525,1.365,1526,1.365,1527,0.74,1528,0.74,1529,0.74,1530,0.74,1531,0.74,1532,1.365,1533,0.74,1534,0.74,1535,0.74,1536,0.74,1537,0.74,1538,0.74,1539,0.74,1540,1.365,1541,0.74,1542,0.74,1543,0.74]],["title/modules.html",[237,3.165]],["body/modules.html",[17,0.011,23,0.011,24,0.011,236,4.845,237,3.487,461,4.845,577,4.845,702,4.845,1544,7.958]],["title/properties.html",[9,0.938,789,2.961]],["body/properties.html",[9,1.161,17,0.012,23,0.011,24,0.011,687,4.404,908,5.292,1122,4.784,1127,5.292,1128,5.292,1275,5.292,1545,6.064]],["title/miscellaneous/typealiases.html",[988,2.032,1546,4.902]],["body/miscellaneous/typealiases.html",[1,3.43,5,2.228,8,0.159,12,0.209,17,0.012,23,0.009,24,0.009,25,3.726,28,3.726,158,2.137,201,3.43,543,3.726,561,4.122,566,5.371,631,3.726,740,3.726,742,3.726,744,3.726,746,3.726,747,3.726,749,3.726,750,3.726,752,3.726,753,3.726,755,3.726,756,2.829,758,3.726,761,3.726,764,3.726,988,2.829,992,4.122,994,4.122,996,4.122,998,4.122,1000,4.122,1547,4.723,1548,6.154,1549,6.154,1550,6.154,1551,6.154,1552,6.154,1553,4.723]]],"invertedIndex":[["",{"_index":17,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"properties.html":{},"miscellaneous/typealiases.html":{}}}],["0",{"_index":218,"title":{},"body":{"injectables/CoreAppEffects.html":{},"interceptors/OpenIdConnectInterceptor.html":{}}}],["0.1.5",{"_index":896,"title":{},"body":{"dependencies.html":{}}}],["0.11.0",{"_index":818,"title":{},"body":{"dependencies.html":{}}}],["0.14.0",{"_index":824,"title":{},"body":{"dependencies.html":{}}}],["0.2.4",{"_index":838,"title":{},"body":{"dependencies.html":{}}}],["0.4.0",{"_index":894,"title":{},"body":{"dependencies.html":{}}}],["0.5.43",{"_index":876,"title":{},"body":{"dependencies.html":{}}}],["0.9.2",{"_index":898,"title":{},"body":{"dependencies.html":{}}}],["1",{"_index":618,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"index.html":{}}}],["1.0",{"_index":1540,"title":{},"body":{"license.html":{}}}],["1.0.31",{"_index":959,"title":{},"body":{"dependencies.html":{}}}],["1.1",{"_index":1127,"title":{},"body":{"license.html":{},"properties.html":{}}}],["1.1.20150312",{"_index":928,"title":{},"body":{"dependencies.html":{}}}],["1.1.22",{"_index":936,"title":{},"body":{"dependencies.html":{}}}],["1.10.0",{"_index":963,"title":{},"body":{"dependencies.html":{}}}],["1.11.5",{"_index":951,"title":{},"body":{"dependencies.html":{}}}],["1.2.10",{"_index":920,"title":{},"body":{"dependencies.html":{}}}],["1.2.3",{"_index":857,"title":{},"body":{"dependencies.html":{}}}],["1.2.5",{"_index":922,"title":{},"body":{"dependencies.html":{}}}],["1.29.0",{"_index":948,"title":{},"body":{"dependencies.html":{}}}],["1.4.8",{"_index":911,"title":{},"body":{"dependencies.html":{}}}],["1.5.1",{"_index":926,"title":{},"body":{"dependencies.html":{}}}],["1.6.0",{"_index":870,"title":{},"body":{"dependencies.html":{}}}],["1.8.2",{"_index":969,"title":{},"body":{"dependencies.html":{}}}],["1.9.0",{"_index":973,"title":{},"body":{"dependencies.html":{}}}],["10.8.6",{"_index":953,"title":{},"body":{"dependencies.html":{}}}],["10.9.1",{"_index":905,"title":{},"body":{"dependencies.html":{}}}],["14",{"_index":205,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["15",{"_index":1178,"title":{},"body":{"license.html":{}}}],["15.0.0",{"_index":842,"title":{},"body":{"dependencies.html":{}}}],["15.0.1",{"_index":865,"title":{},"body":{"dependencies.html":{}}}],["16.0.0",{"_index":908,"title":{},"body":{"dependencies.html":{},"properties.html":{}}}],["16.2.0",{"_index":848,"title":{},"body":{"dependencies.html":{}}}],["16.3.0",{"_index":830,"title":{},"body":{"dependencies.html":{}}}],["16.3.7",{"_index":913,"title":{},"body":{"dependencies.html":{}}}],["17.0.0",{"_index":792,"title":{},"body":{"dependencies.html":{}}}],["2",{"_index":376,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["2.0",{"_index":1543,"title":{},"body":{"license.html":{}}}],["2.0.0",{"_index":891,"title":{},"body":{"dependencies.html":{}}}],["2.0.10",{"_index":902,"title":{},"body":{"dependencies.html":{}}}],["2.0.11",{"_index":917,"title":{},"body":{"dependencies.html":{}}}],["2.0.8",{"_index":965,"title":{},"body":{"dependencies.html":{}}}],["2.1",{"_index":1537,"title":{},"body":{"license.html":{}}}],["2.1.0",{"_index":890,"title":{},"body":{"dependencies.html":{}}}],["2.1.3",{"_index":939,"title":{},"body":{"dependencies.html":{}}}],["2.2.1",{"_index":886,"title":{},"body":{"dependencies.html":{}}}],["2.28.1",{"_index":862,"title":{},"body":{"dependencies.html":{}}}],["2.3.0",{"_index":822,"title":{},"body":{"dependencies.html":{}}}],["2.3.2",{"_index":956,"title":{},"body":{"dependencies.html":{}}}],["2.5.1",{"_index":931,"title":{},"body":{"dependencies.html":{}}}],["20.6.3",{"_index":874,"title":{},"body":{"dependencies.html":{}}}],["2007",{"_index":1131,"title":{},"body":{"license.html":{}}}],["23",{"_index":1118,"title":{},"body":{"index.html":{}}}],["238",{"_index":1516,"title":{},"body":{"license.html":{}}}],["3.0",{"_index":1538,"title":{},"body":{"license.html":{}}}],["3.0.0",{"_index":934,"title":{},"body":{"dependencies.html":{}}}],["3.0.3",{"_index":864,"title":{},"body":{"dependencies.html":{}}}],["3.2.0",{"_index":884,"title":{},"body":{"dependencies.html":{}}}],["3.42.0",{"_index":971,"title":{},"body":{"dependencies.html":{}}}],["3.9.0",{"_index":976,"title":{},"body":{"dependencies.html":{}}}],["3000",{"_index":350,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["32",{"_index":1119,"title":{},"body":{"index.html":{}}}],["4",{"_index":1117,"title":{},"body":{"index.html":{}}}],["4.1.8",{"_index":840,"title":{},"body":{"dependencies.html":{}}}],["4.14.198",{"_index":828,"title":{},"body":{"dependencies.html":{}}}],["4.17.21",{"_index":962,"title":{},"body":{"dependencies.html":{}}}],["4.3.0",{"_index":945,"title":{},"body":{"dependencies.html":{}}}],["4.3.6",{"_index":872,"title":{},"body":{"dependencies.html":{}}}],["4.7.8",{"_index":967,"title":{},"body":{"dependencies.html":{}}}],["46.8.1",{"_index":859,"title":{},"body":{"dependencies.html":{}}}],["5",{"_index":1531,"title":{},"body":{"license.html":{}}}],["5.0.0",{"_index":867,"title":{},"body":{"dependencies.html":{}}}],["5.1.0",{"_index":887,"title":{},"body":{"dependencies.html":{}}}],["5.1.1",{"_index":879,"title":{},"body":{"dependencies.html":{}}}],["5.2.2",{"_index":826,"title":{},"body":{"dependencies.html":{}}}],["6",{"_index":1388,"title":{},"body":{"license.html":{}}}],["6.0.0",{"_index":987,"title":{},"body":{"dependencies.html":{}}}],["6.4.2",{"_index":881,"title":{},"body":{"dependencies.html":{}}}],["6.7.2",{"_index":861,"title":{},"body":{"dependencies.html":{}}}],["7",{"_index":1120,"title":{},"body":{"index.html":{}}}],["7.0.0",{"_index":900,"title":{},"body":{"dependencies.html":{}}}],["7.18.6",{"_index":943,"title":{},"body":{"dependencies.html":{}}}],["7.8.1",{"_index":820,"title":{},"body":{"dependencies.html":{}}}],["8.0.0",{"_index":844,"title":{},"body":{"dependencies.html":{}}}],["8.49.0",{"_index":846,"title":{},"body":{"dependencies.html":{}}}],["9",{"_index":1480,"title":{},"body":{"license.html":{}}}],["9.0.0",{"_index":866,"title":{},"body":{"dependencies.html":{}}}],["_element",{"_index":701,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["above",{"_index":1263,"title":{},"body":{"license.html":{}}}],["absence",{"_index":1382,"title":{},"body":{"license.html":{}}}],["abstract",{"_index":140,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["accept",{"_index":1358,"title":{},"body":{"license.html":{}}}],["acceptance",{"_index":1423,"title":{},"body":{"license.html":{}}}],["accepted",{"_index":1440,"title":{},"body":{"license.html":{}}}],["accepting",{"_index":1426,"title":{},"body":{"license.html":{}}}],["accepts",{"_index":365,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["access",{"_index":1216,"title":{},"body":{"license.html":{}}}],["accessible",{"_index":1278,"title":{},"body":{"license.html":{}}}],["accessors",{"_index":536,"title":{},"body":{"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{}}}],["accordance",{"_index":1449,"title":{},"body":{"license.html":{}}}],["according",{"_index":1530,"title":{},"body":{"license.html":{}}}],["accuracy",{"_index":1383,"title":{},"body":{"license.html":{}}}],["act",{"_index":1205,"title":{},"body":{"license.html":{}}}],["action",{"_index":7,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/ApiQueueService.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"injectables/StoreService.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"miscellaneous/functions.html":{}}}],["action.payload",{"_index":183,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["actionkey",{"_index":681,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["actionreducer",{"_index":683,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"miscellaneous/functions.html":{}}}],["actions",{"_index":174,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["activated",{"_index":1009,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["activated_route",{"_index":1008,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["activatedroute",{"_index":15,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"injectables/CoreAppEffects.html":{}}}],["activatedrouteaction",{"_index":1,"title":{"classes/ActivatedRouteAction.html":{}},"body":{"classes/ActivatedRouteAction.html":{},"injectables/CoreAppEffects.html":{},"miscellaneous/typealiases.html":{}}}],["acts",{"_index":592,"title":{},"body":{"injectables/LogService.html":{}}}],["adapter",{"_index":816,"title":{},"body":{"dependencies.html":{}}}],["add",{"_index":41,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/I18nService.html":{},"miscellaneous/enumerations.html":{}}}],["add(component",{"_index":286,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["add_api_queue_item",{"_index":1011,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["add_app_loaded_config_modules",{"_index":1005,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["addapiqueueitemaction",{"_index":25,"title":{"classes/AddApiQueueItemAction.html":{}},"body":{"classes/AddApiQueueItemAction.html":{},"miscellaneous/typealiases.html":{}}}],["addapploadedconfigmodulesaction",{"_index":28,"title":{"classes/AddAppLoadedConfigModulesAction.html":{}},"body":{"classes/AddAppLoadedConfigModulesAction.html":{},"miscellaneous/typealiases.html":{}}}],["addautosavehandler",{"_index":668,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["addautosavehandler(stateslice",{"_index":671,"title":{},"body":{"injectables/StoreService.html":{}}}],["added",{"_index":1106,"title":{},"body":{"miscellaneous/functions.html":{}}}],["adding",{"_index":37,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["addition",{"_index":1269,"title":{},"body":{"license.html":{}}}],["additional",{"_index":1321,"title":{},"body":{"license.html":{}}}],["addlangparaminterceptor",{"_index":31,"title":{"interceptors/AddLangParamInterceptor.html":{}},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["addlangs",{"_index":720,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["addlangs(langs",{"_index":732,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["addlocale",{"_index":562,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["addlocale(id",{"_index":567,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["addqueueitem",{"_index":63,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["addqueueitem(id",{"_index":76,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["addresources",{"_index":436,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["addresources(config",{"_index":443,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{}}}],["adds",{"_index":80,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/I18nLoader.html":{}}}],["advantage",{"_index":1505,"title":{},"body":{"license.html":{}}}],["advised",{"_index":1412,"title":{},"body":{"license.html":{}}}],["affect",{"_index":1487,"title":{},"body":{"license.html":{}}}],["affirming",{"_index":1446,"title":{},"body":{"license.html":{}}}],["afterviewchecked",{"_index":696,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["against",{"_index":1438,"title":{},"body":{"license.html":{}}}],["agree",{"_index":1430,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":1420,"title":{},"body":{"license.html":{}}}],["agreements",{"_index":1417,"title":{},"body":{"license.html":{}}}],["alerthttperrorcallbackfn",{"_index":1029,"title":{},"body":{"miscellaneous/functions.html":{}}}],["alerthttperrorcallbackfn(error",{"_index":1060,"title":{},"body":{"miscellaneous/functions.html":{}}}],["aliases",{"_index":1547,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["allowed",{"_index":1259,"title":{},"body":{"license.html":{}}}],["allows",{"_index":678,"title":{},"body":{"injectables/StoreService.html":{}}}],["along",{"_index":1272,"title":{},"body":{"license.html":{}}}],["alter",{"_index":1323,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":1158,"title":{},"body":{"license.html":{}}}],["angular",{"_index":807,"title":{},"body":{"dependencies.html":{}}}],["angular/animations",{"_index":791,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk",{"_index":813,"title":{},"body":{"dependencies.html":{}}}],["angular/cli",{"_index":809,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":794,"title":{},"body":{"dependencies.html":{}}}],["angular/compiler",{"_index":795,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":796,"title":{},"body":{"dependencies.html":{}}}],["angular/elements",{"_index":803,"title":{},"body":{"dependencies.html":{}}}],["angular/forms",{"_index":797,"title":{},"body":{"dependencies.html":{}}}],["angular/language",{"_index":804,"title":{},"body":{"dependencies.html":{}}}],["angular/material",{"_index":814,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":798,"title":{},"body":{"dependencies.html":{}}}],["angular/router",{"_index":801,"title":{},"body":{"dependencies.html":{}}}],["angular/service",{"_index":805,"title":{},"body":{"dependencies.html":{}}}],["animations",{"_index":817,"title":{},"body":{"dependencies.html":{}}}],["another",{"_index":519,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"license.html":{}}}],["any,lang",{"_index":475,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["any,undefined",{"_index":774,"title":{},"body":{"injectables/UserService.html":{}}}],["apexcharts",{"_index":970,"title":{},"body":{"dependencies.html":{}}}],["api",{"_index":1012,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["apiqueueitem",{"_index":79,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["apiqueueservice",{"_index":59,"title":{"injectables/ApiQueueService.html":{}},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["apiqueueservicemock",{"_index":126,"title":{"classes/ApiQueueServiceMock.html":{}},"body":{"classes/ApiQueueServiceMock.html":{}}}],["app",{"_index":1002,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["app.ts",{"_index":1050,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appconfig",{"_index":1080,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appenders",{"_index":599,"title":{},"body":{"injectables/LogService.html":{},"miscellaneous/functions.html":{}}}],["appendix",{"_index":1331,"title":{},"body":{"license.html":{}}}],["applicable",{"_index":1175,"title":{},"body":{"license.html":{}}}],["application",{"_index":1107,"title":{},"body":{"miscellaneous/functions.html":{}}}],["applicationref",{"_index":285,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["applies",{"_index":1132,"title":{},"body":{"license.html":{}}}],["apply",{"_index":1256,"title":{},"body":{"license.html":{}}}],["appmodule",{"_index":1102,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appref",{"_index":284,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["approved",{"_index":1502,"title":{},"body":{"license.html":{}}}],["args",{"_index":268,"title":{},"body":{"classes/ErrorSubClass.html":{},"classes/EuiError.html":{}}}],["arises",{"_index":1528,"title":{},"body":{"license.html":{}}}],["arising",{"_index":1402,"title":{},"body":{"license.html":{}}}],["array",{"_index":93,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiDynamicMenuService.html":{},"injectables/I18nLoader.html":{},"interfaces/LoadedResources.html":{},"miscellaneous/functions.html":{}}}],["arrow",{"_index":856,"title":{},"body":{"dependencies.html":{}}}],["article",{"_index":1177,"title":{},"body":{"license.html":{}}}],["ascending",{"_index":119,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["asserted",{"_index":1437,"title":{},"body":{"license.html":{}}}],["asservice",{"_index":177,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["associated",{"_index":149,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["async",{"_index":147,"title":{},"body":{"classes/AsyncStorageService.html":{}}}],["asynchronous",{"_index":133,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["asynchronously",{"_index":1096,"title":{},"body":{"miscellaneous/functions.html":{}}}],["asyncstorageservice",{"_index":129,"title":{"classes/AsyncStorageService.html":{}},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{}}}],["asyncstorageservicemock",{"_index":164,"title":{"classes/AsyncStorageServiceMock.html":{}},"body":{"classes/AsyncStorageServiceMock.html":{}}}],["attached",{"_index":1274,"title":{},"body":{"license.html":{}}}],["attribution",{"_index":1295,"title":{},"body":{"license.html":{}}}],["authorised",{"_index":1138,"title":{},"body":{"license.html":{}}}],["authority",{"_index":1355,"title":{},"body":{"license.html":{}}}],["authorship",{"_index":1349,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":1473,"title":{},"body":{"license.html":{}}}],["available",{"_index":1160,"title":{},"body":{"license.html":{}}}],["babel/plugin",{"_index":940,"title":{},"body":{"dependencies.html":{}}}],["back",{"_index":526,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["base",{"_index":593,"title":{},"body":{"injectables/LogService.html":{},"dependencies.html":{}}}],["based",{"_index":109,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/I18nService.html":{},"license.html":{}}}],["baseglobalconfig",{"_index":500,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{}}}],["basis",{"_index":1374,"title":{},"body":{"license.html":{}}}],["becoming",{"_index":1318,"title":{},"body":{"license.html":{}}}],["before",{"_index":1101,"title":{},"body":{"miscellaneous/functions.html":{}}}],["begin",{"_index":115,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["behalf",{"_index":1427,"title":{},"body":{"license.html":{}}}],["behaviorsubject",{"_index":726,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["behaviorsubject(true",{"_index":727,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["belgian",{"_index":1527,"title":{},"body":{"license.html":{}}}],["below",{"_index":1135,"title":{},"body":{"license.html":{}}}],["benefits",{"_index":1285,"title":{},"body":{"license.html":{}}}],["better",{"_index":918,"title":{},"body":{"dependencies.html":{}}}],["between",{"_index":1483,"title":{},"body":{"license.html":{}}}],["beware",{"_index":111,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["boolean",{"_index":97,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResources.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/ResourceError.html":{},"classes/UpdateAppConnectionAction.html":{},"miscellaneous/functions.html":{}}}],["bootstrapped",{"_index":1103,"title":{},"body":{"miscellaneous/functions.html":{}}}],["both",{"_index":1326,"title":{},"body":{"license.html":{}}}],["bottom",{"_index":351,"title":{},"body":{"injectables/EuiGrowlService.html":{},"license.html":{}}}],["breach",{"_index":1474,"title":{},"body":{"license.html":{}}}],["brings",{"_index":1357,"title":{},"body":{"license.html":{}}}],["browse",{"_index":1544,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":799,"title":{},"body":{"dependencies.html":{}}}],["browserstoragetype",{"_index":686,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{}}}],["bugs",{"_index":1370,"title":{},"body":{"license.html":{}}}],["business",{"_index":1523,"title":{},"body":{"license.html":{}}}],["c",{"_index":1129,"title":{},"body":{"license.html":{}}}],["cachepreventioninterceptor",{"_index":166,"title":{"interceptors/CachePreventionInterceptor.html":{}},"body":{"interceptors/CachePreventionInterceptor.html":{}}}],["callback",{"_index":342,"title":{},"body":{"injectables/EuiGrowlService.html":{},"miscellaneous/functions.html":{}}}],["called",{"_index":465,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["carry",{"_index":1308,"title":{},"body":{"license.html":{}}}],["case",{"_index":101,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"license.html":{}}}],["cases",{"_index":1391,"title":{},"body":{"license.html":{}}}],["cause",{"_index":1307,"title":{},"body":{"license.html":{}}}],["caused",{"_index":1396,"title":{},"body":{"license.html":{}}}],["cecill",{"_index":1542,"title":{},"body":{"license.html":{}}}],["chain",{"_index":1348,"title":{},"body":{"license.html":{}}}],["channel",{"_index":1464,"title":{},"body":{"license.html":{}}}],["charge",{"_index":1421,"title":{},"body":{"license.html":{}}}],["check",{"_index":209,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"miscellaneous/functions.html":{}}}],["checkattributepermission",{"_index":356,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkattributepermission(rightsandpermission",{"_index":364,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkpermission",{"_index":357,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkpermission(rightid",{"_index":388,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkright",{"_index":358,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkright(rightid",{"_index":390,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["childbaseloggername",{"_index":1069,"title":{},"body":{"miscellaneous/functions.html":{}}}],["childconfig",{"_index":1070,"title":{},"body":{"miscellaneous/functions.html":{}}}],["choice",{"_index":1506,"title":{},"body":{"license.html":{}}}],["choose",{"_index":1418,"title":{},"body":{"license.html":{}}}],["chrome",{"_index":882,"title":{},"body":{"dependencies.html":{}}}],["circumstance",{"_index":1232,"title":{},"body":{"license.html":{}}}],["claims",{"_index":1436,"title":{},"body":{"license.html":{}}}],["class",{"_index":0,"title":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"classes/I18nResourceImpl.html":{},"classes/InitStoreAction.html":{},"classes/LogServiceMock.html":{},"classes/OpenIdConnectServiceMock.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{}},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["classes",{"_index":2,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"classes/I18nResourceImpl.html":{},"classes/InitStoreAction.html":{},"classes/LogServiceMock.html":{},"classes/OpenIdConnectServiceMock.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"index.html":{}}}],["classify",{"_index":1172,"title":{},"body":{"license.html":{}}}],["classlist.js",{"_index":927,"title":{},"body":{"dependencies.html":{}}}],["clause",{"_index":1314,"title":{},"body":{"license.html":{}}}],["clear",{"_index":1451,"title":{},"body":{"license.html":{}}}],["cleargrowl",{"_index":330,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["cleave.js",{"_index":909,"title":{},"body":{"dependencies.html":{}}}],["cli",{"_index":802,"title":{},"body":{"dependencies.html":{}}}],["clicking",{"_index":1442,"title":{},"body":{"license.html":{}}}],["client",{"_index":950,"title":{},"body":{"dependencies.html":{}}}],["code",{"_index":264,"title":{},"body":{"classes/ErrorSubClass.html":{},"classes/EuiError.html":{},"injectables/EuiTimezoneService.html":{},"license.html":{}}}],["codes",{"_index":413,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["comes",{"_index":368,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["commercial",{"_index":1409,"title":{},"body":{"license.html":{}}}],["commission",{"_index":1495,"title":{},"body":{"license.html":{}}}],["common",{"_index":1539,"title":{},"body":{"license.html":{}}}],["communicate",{"_index":1235,"title":{},"body":{"license.html":{}}}],["communicated",{"_index":1159,"title":{},"body":{"license.html":{}}}],["communicates",{"_index":1196,"title":{},"body":{"license.html":{}}}],["communicating",{"_index":1211,"title":{},"body":{"license.html":{}}}],["communication",{"_index":1204,"title":{},"body":{"license.html":{}}}],["communities",{"_index":1513,"title":{},"body":{"license.html":{}}}],["community",{"_index":1130,"title":{},"body":{"license.html":{}}}],["compare",{"_index":486,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compatibility",{"_index":1325,"title":{},"body":{"license.html":{}}}],["compatible",{"_index":1327,"title":{},"body":{"license.html":{}}}],["competent",{"_index":1519,"title":{},"body":{"license.html":{}}}],["compiled",{"_index":1187,"title":{},"body":{"license.html":{}}}],["compiletranslations",{"_index":469,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compiletranslations(translations",{"_index":477,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compiletranslationsfn",{"_index":474,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["complete",{"_index":1482,"title":{},"body":{"license.html":{}}}],["completes",{"_index":114,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["compliance",{"_index":1478,"title":{},"body":{"license.html":{}}}],["compodoc/compodoc",{"_index":935,"title":{},"body":{"dependencies.html":{}}}],["compodoc/ngd",{"_index":937,"title":{},"body":{"dependencies.html":{}}}],["component",{"_index":290,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["component.service.ts",{"_index":280,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["component/dynamic",{"_index":279,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["componentfactoryresolver",{"_index":282,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["componentportal",{"_index":303,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["componentref",{"_index":305,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["componenttype",{"_index":287,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["computer",{"_index":1190,"title":{},"body":{"license.html":{}}}],["concerning",{"_index":1377,"title":{},"body":{"license.html":{}}}],["conclude",{"_index":1419,"title":{},"body":{"license.html":{}}}],["concluded",{"_index":1468,"title":{},"body":{"license.html":{}}}],["concrete",{"_index":136,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["condition",{"_index":1389,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":1322,"title":{},"body":{"license.html":{}}}],["conducts",{"_index":1521,"title":{},"body":{"license.html":{}}}],["config",{"_index":248,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiDynamicComponentService.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"modules/LogModule.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["configuration",{"_index":447,"title":{},"body":{"injectables/I18nLoader.html":{},"miscellaneous/functions.html":{}}}],["configurations",{"_index":1105,"title":{},"body":{"miscellaneous/functions.html":{}}}],["conflict",{"_index":1333,"title":{},"body":{"license.html":{}}}],["connect.interceptor.ts",{"_index":613,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["connect.service.mock.ts",{"_index":623,"title":{},"body":{"classes/OpenIdConnectServiceMock.html":{}}}],["connect.service.ts",{"_index":620,"title":{},"body":{"injectables/OpenIdConnectService.html":{},"interfaces/OpenIdConnectUserDetails.html":{}}}],["connected",{"_index":224,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["connection",{"_index":222,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/enumerations.html":{}}}],["connectionstatus",{"_index":176,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/functions.html":{}}}],["consent",{"_index":1447,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":1425,"title":{},"body":{"license.html":{}}}],["consolehttperrorcallbackfn",{"_index":1032,"title":{},"body":{"miscellaneous/functions.html":{}}}],["consolehttperrorcallbackfn(error",{"_index":1062,"title":{},"body":{"miscellaneous/functions.html":{}}}],["const",{"_index":188,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["constructor",{"_index":13,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"classes/EuiCoreRootGuardClass.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["constructor(_element",{"_index":700,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["constructor(actions",{"_index":173,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["constructor(baseglobalconfig",{"_index":497,"title":{},"body":{"injectables/I18nService.html":{}}}],["constructor(code",{"_index":266,"title":{},"body":{"classes/ErrorSubClass.html":{},"classes/EuiError.html":{}}}],["constructor(componentfactoryresolver",{"_index":281,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["constructor(config",{"_index":431,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/LocalForageService.html":{}}}],["constructor(errormappinghandler",{"_index":787,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["constructor(euipermission",{"_index":316,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["constructor(http",{"_index":441,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["constructor(locale_id",{"_index":576,"title":{},"body":{"injectables/LocaleServiceMock.html":{}}}],["constructor(log",{"_index":362,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{}}}],["constructor(logservice",{"_index":426,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["constructor(name",{"_index":596,"title":{},"body":{"injectables/LogService.html":{}}}],["constructor(payload",{"_index":14,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{}}}],["constructor(prefix",{"_index":472,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["constructor(store",{"_index":71,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/UserService.html":{}}}],["constructor(translateservice",{"_index":49,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["construed",{"_index":1491,"title":{},"body":{"license.html":{}}}],["contain",{"_index":375,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["contains",{"_index":105,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["content",{"_index":735,"title":{},"body":{"classes/TranslateServiceMock.html":{},"license.html":{}}}],["continue",{"_index":103,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["continueonerror",{"_index":99,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["continues",{"_index":1280,"title":{},"body":{"license.html":{}}}],["continuously",{"_index":1364,"title":{},"body":{"license.html":{}}}],["contributes",{"_index":1199,"title":{},"body":{"license.html":{}}}],["contributions",{"_index":1361,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":1356,"title":{},"body":{"license.html":{}}}],["contributor(s",{"_index":1197,"title":{},"body":{"license.html":{}}}],["contributors",{"_index":1360,"title":{},"body":{"license.html":{}}}],["convenient",{"_index":1182,"title":{},"body":{"license.html":{}}}],["convert",{"_index":418,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["converts",{"_index":91,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["copies",{"_index":1215,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1271,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":1313,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1143,"title":{},"body":{"license.html":{}}}],["core",{"_index":878,"title":{},"body":{"dependencies.html":{}}}],["core.module.ts",{"_index":239,"title":{},"body":{"modules/CoreModule.html":{},"classes/EuiCoreRootGuardClass.html":{}}}],["coreappactions",{"_index":1548,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["coreappactiontypes",{"_index":991,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["coreappactiontypes.activated_route",{"_index":22,"title":{},"body":{"classes/ActivatedRouteAction.html":{}}}],["coreappactiontypes.add_api_queue_item",{"_index":27,"title":{},"body":{"classes/AddApiQueueItemAction.html":{}}}],["coreappactiontypes.add_app_loaded_config_modules",{"_index":29,"title":{},"body":{"classes/AddAppLoadedConfigModulesAction.html":{}}}],["coreappactiontypes.empty_api_queue",{"_index":261,"title":{},"body":{"classes/EmptyApiQueueAction.html":{}}}],["coreappactiontypes.init_store",{"_index":544,"title":{},"body":{"classes/InitStoreAction.html":{}}}],["coreappactiontypes.remove_api_queue_item",{"_index":632,"title":{},"body":{"classes/RemoveApiQueueItemAction.html":{}}}],["coreappactiontypes.update_app_connection",{"_index":739,"title":{},"body":{"classes/UpdateAppConnectionAction.html":{}}}],["coreappactiontypes.update_app_status",{"_index":741,"title":{},"body":{"classes/UpdateAppStatusAction.html":{}}}],["coreappactiontypes.update_app_version",{"_index":743,"title":{},"body":{"classes/UpdateAppVersionAction.html":{}}}],["coreappactiontypes.update_current_module",{"_index":745,"title":{},"body":{"classes/UpdateCurrentModuleAction.html":{}}}],["coreappeffects",{"_index":169,"title":{"injectables/CoreAppEffects.html":{}},"body":{"injectables/CoreAppEffects.html":{}}}],["corei18nactions",{"_index":1549,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corei18nactiontypes",{"_index":993,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corei18nactiontypes.update_i18n_state",{"_index":748,"title":{},"body":{"classes/UpdateI18nStateAction.html":{}}}],["corelocaleactions",{"_index":1550,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corelocaleactiontypes",{"_index":995,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corelocaleactiontypes.update_locale_state",{"_index":751,"title":{},"body":{"classes/UpdateLocaleStateAction.html":{}}}],["coremodule",{"_index":236,"title":{"modules/CoreModule.html":{}},"body":{"modules/CoreModule.html":{},"modules.html":{}}}],["corenotificationsactions",{"_index":1551,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corenotificationsactiontypes",{"_index":997,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corenotificationsactiontypes.update_notifications_list",{"_index":754,"title":{},"body":{"classes/UpdateNotificationsListAction.html":{}}}],["coreuseractions",{"_index":1552,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["coreuseractiontypes",{"_index":999,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["coreuseractiontypes.update_user_dashboard",{"_index":757,"title":{},"body":{"classes/UpdateUserDashboardAction.html":{}}}],["coreuseractiontypes.update_user_details",{"_index":760,"title":{},"body":{"classes/UpdateUserDetailsAction.html":{}}}],["coreuseractiontypes.update_user_preferences",{"_index":763,"title":{},"body":{"classes/UpdateUserPreferencesAction.html":{}}}],["coreuseractiontypes.update_user_rights",{"_index":765,"title":{},"body":{"classes/UpdateUserRightsAction.html":{}}}],["coreuseractiontypes.update_user_state",{"_index":768,"title":{},"body":{"classes/UpdateUserStateAction.html":{}}}],["corssecurityinterceptor",{"_index":254,"title":{"interceptors/CorsSecurityInterceptor.html":{}},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["countries",{"_index":414,"title":{},"body":{"injectables/EuiTimezoneService.html":{},"license.html":{}}}],["country",{"_index":419,"title":{},"body":{"injectables/EuiTimezoneService.html":{},"license.html":{}}}],["court",{"_index":1511,"title":{},"body":{"license.html":{}}}],["coverage",{"_index":885,"title":{},"body":{"dependencies.html":{}}}],["covered",{"_index":1142,"title":{},"body":{"license.html":{}}}],["created",{"_index":604,"title":{},"body":{"injectables/LogService.html":{},"license.html":{}}}],["createeffect",{"_index":179,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["createurltree",{"_index":640,"title":{},"body":{"classes/RouterMock.html":{}}}],["creating",{"_index":589,"title":{},"body":{"injectables/LogService.html":{}}}],["creation",{"_index":1200,"title":{},"body":{"license.html":{}}}],["csrfpreventioninterceptor",{"_index":258,"title":{"interceptors/CsrfPreventionInterceptor.html":{}},"body":{"interceptors/CsrfPreventionInterceptor.html":{}}}],["current",{"_index":38,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["currentlang",{"_index":711,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["currentlanguage",{"_index":538,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["currentlocale",{"_index":564,"title":{},"body":{"injectables/LocaleService.html":{}}}],["currently",{"_index":1104,"title":{},"body":{"miscellaneous/functions.html":{}}}],["customary",{"_index":1344,"title":{},"body":{"license.html":{}}}],["damage",{"_index":1410,"title":{},"body":{"license.html":{}}}],["damages",{"_index":1394,"title":{},"body":{"license.html":{}}}],["danger",{"_index":234,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["dashboard",{"_index":1027,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["data",{"_index":297,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{},"license.html":{}}}],["date",{"_index":1312,"title":{},"body":{"license.html":{}}}],["debouncetime",{"_index":660,"title":{},"body":{"classes/StoreMock.html":{}}}],["declarations",{"_index":703,"title":{},"body":{"modules/TranslateMockModule.html":{}}}],["default",{"_index":20,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"injectables/EuiDynamicMenuService.html":{},"injectables/EuiGrowlService.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StoreMock.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"miscellaneous/functions.html":{}}}],["default_language",{"_index":728,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["default_log_config",{"_index":584,"title":{},"body":{"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["defaultmaximumrequestretries",{"_index":614,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["defects",{"_index":1369,"title":{},"body":{"license.html":{}}}],["defend",{"_index":1432,"title":{},"body":{"license.html":{}}}],["define",{"_index":1168,"title":{},"body":{"license.html":{}}}],["defined",{"_index":187,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["definition",{"_index":455,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["definitions",{"_index":1155,"title":{},"body":{"license.html":{}}}],["departmentnumber",{"_index":625,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["dependence",{"_index":1170,"title":{},"body":{"license.html":{}}}],["dependencies",{"_index":790,"title":{"dependencies.html":{}},"body":{"dependencies.html":{}}}],["deprive",{"_index":1284,"title":{},"body":{"license.html":{}}}],["derivative",{"_index":1162,"title":{},"body":{"license.html":{}}}],["desc",{"_index":404,"title":{},"body":{"interfaces/EuiTimeZone.html":{}}}],["describing",{"_index":1345,"title":{},"body":{"license.html":{}}}],["description",{"_index":36,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"miscellaneous/functions.html":{}}}],["detached",{"_index":309,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["detaches",{"_index":307,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["detail",{"_index":231,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["details",{"_index":1022,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["detector",{"_index":933,"title":{},"body":{"dependencies.html":{}}}],["determine",{"_index":162,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["determined",{"_index":1173,"title":{},"body":{"license.html":{}}}],["dev",{"_index":978,"title":{},"body":{"dependencies.html":{}}}],["dev.4",{"_index":915,"title":{},"body":{"dependencies.html":{}}}],["development",{"_index":1372,"title":{},"body":{"license.html":{}}}],["device",{"_index":932,"title":{},"body":{"dependencies.html":{}}}],["devkit/build",{"_index":808,"title":{},"body":{"dependencies.html":{}}}],["devtools",{"_index":834,"title":{},"body":{"dependencies.html":{}}}],["different",{"_index":583,"title":{},"body":{"modules/LogModule.html":{}}}],["direct",{"_index":1399,"title":{},"body":{"license.html":{}}}],["directive",{"_index":692,"title":{"directives/TranslateMockDirective.html":{}},"body":{"index.html":{}}}],["directives",{"_index":694,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["directly",{"_index":1395,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":1303,"title":{},"body":{"license.html":{}}}],["dispatch",{"_index":661,"title":{},"body":{"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatch(action",{"_index":674,"title":{},"body":{"injectables/StoreService.html":{}}}],["dispatchaction",{"_index":669,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatchaction(state",{"_index":680,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatching",{"_index":82,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["display",{"_index":1237,"title":{},"body":{"license.html":{}}}],["displaying",{"_index":1445,"title":{},"body":{"license.html":{}}}],["displays",{"_index":343,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["disposal",{"_index":1219,"title":{},"body":{"license.html":{}}}],["distinctuntilchanged",{"_index":662,"title":{},"body":{"classes/StoreMock.html":{}}}],["distribute",{"_index":1240,"title":{},"body":{"license.html":{}}}],["distributed",{"_index":1157,"title":{},"body":{"license.html":{}}}],["distributes",{"_index":1195,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":1210,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":1203,"title":{},"body":{"license.html":{}}}],["document",{"_index":499,"title":{},"body":{"injectables/I18nService.html":{}}}],["domain",{"_index":626,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["domainusername",{"_index":627,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["domportaloutlet",{"_index":302,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["done",{"_index":1315,"title":{},"body":{"license.html":{}}}],["dot",{"_index":370,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["down",{"_index":1515,"title":{},"body":{"license.html":{}}}],["download",{"_index":1461,"title":{},"body":{"license.html":{}}}],["drop",{"_index":206,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["duration",{"_index":1230,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":800,"title":{},"body":{"dependencies.html":{},"miscellaneous/functions.html":{}}}],["dynamic_component_config",{"_index":299,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["dynamically",{"_index":293,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{},"injectables/LocaleService.html":{}}}],["e.g",{"_index":373,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["each",{"_index":1273,"title":{},"body":{"license.html":{}}}],["easily",{"_index":1276,"title":{},"body":{"license.html":{}}}],["ecl/ecl",{"_index":981,"title":{},"body":{"dependencies.html":{}}}],["ecl/preset",{"_index":977,"title":{},"body":{"dependencies.html":{}}}],["ecl/resources",{"_index":979,"title":{},"body":{"dependencies.html":{}}}],["ecl/theme",{"_index":974,"title":{},"body":{"dependencies.html":{}}}],["eclipse",{"_index":1541,"title":{},"body":{"license.html":{}}}],["economic",{"_index":1261,"title":{},"body":{"license.html":{}}}],["effective",{"_index":1260,"title":{},"body":{"license.html":{}}}],["el",{"_index":288,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["electronic",{"_index":1458,"title":{},"body":{"license.html":{}}}],["element",{"_index":295,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["elementref",{"_index":289,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{},"directives/TranslateMockDirective.html":{}}}],["elements",{"_index":869,"title":{},"body":{"dependencies.html":{}}}],["email",{"_index":628,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["emission",{"_index":116,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{}}}],["emit",{"_index":523,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["empty",{"_index":1015,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["empty_api_queue",{"_index":1014,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["emptyapiqueueaction",{"_index":260,"title":{"classes/EmptyApiQueueAction.html":{}},"body":{"classes/EmptyApiQueueAction.html":{}}}],["enabled",{"_index":211,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["enforceability",{"_index":1489,"title":{},"body":{"license.html":{}}}],["enforceable",{"_index":1494,"title":{},"body":{"license.html":{}}}],["english",{"_index":420,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["enumerations",{"_index":989,"title":{"miscellaneous/enumerations.html":{}},"body":{"miscellaneous/enumerations.html":{}}}],["envapphandler",{"_index":1086,"title":{},"body":{"miscellaneous/functions.html":{}}}],["envappjsonconfig",{"_index":1089,"title":{},"body":{"miscellaneous/functions.html":{}}}],["envconfig",{"_index":1109,"title":{},"body":{"miscellaneous/functions.html":{}}}],["environment",{"_index":1110,"title":{},"body":{"miscellaneous/functions.html":{}}}],["equal",{"_index":484,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["equals",{"_index":470,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["equals(obj",{"_index":481,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["error",{"_index":235,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalStorageService.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/ResourceError.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"miscellaneous/functions.html":{}}}],["errorhandler",{"_index":424,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["errormappinghandler",{"_index":788,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["errors",{"_index":546,"title":{},"body":{"interfaces/LoadedResources.html":{},"license.html":{}}}],["errorsubclass",{"_index":262,"title":{"classes/ErrorSubClass.html":{}},"body":{"classes/ErrorSubClass.html":{},"classes/EuiError.html":{}}}],["es",{"_index":961,"title":{},"body":{"dependencies.html":{}}}],["eslint",{"_index":845,"title":{},"body":{"dependencies.html":{}}}],["eslint/builder",{"_index":847,"title":{},"body":{"dependencies.html":{}}}],["eslint/eslint",{"_index":849,"title":{},"body":{"dependencies.html":{}}}],["eslint/parser",{"_index":860,"title":{},"body":{"dependencies.html":{}}}],["eslint/schematics",{"_index":852,"title":{},"body":{"dependencies.html":{}}}],["eslint/template",{"_index":853,"title":{},"body":{"dependencies.html":{}}}],["essential",{"_index":1217,"title":{},"body":{"license.html":{}}}],["establishing",{"_index":1518,"title":{},"body":{"license.html":{}}}],["eu",{"_index":975,"title":{},"body":{"dependencies.html":{}}}],["eui",{"_index":204,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["eui/ecl",{"_index":985,"title":{},"body":{"dependencies.html":{}}}],["eui/styles",{"_index":983,"title":{},"body":{"dependencies.html":{}}}],["eui/tools",{"_index":986,"title":{},"body":{"dependencies.html":{}}}],["eui_config_token",{"_index":250,"title":{},"body":{"modules/CoreModule.html":{}}}],["euiappconfig",{"_index":442,"title":{},"body":{"injectables/I18nLoader.html":{},"miscellaneous/functions.html":{}}}],["euiapphandlersconfig",{"_index":1087,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euiappjsonconfig",{"_index":1090,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euiconfig",{"_index":1094,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euicorerootguardclass",{"_index":276,"title":{"classes/EuiCoreRootGuardClass.html":{}},"body":{"classes/EuiCoreRootGuardClass.html":{}}}],["euidynamiccomponentservice",{"_index":277,"title":{"injectables/EuiDynamicComponentService.html":{}},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["euidynamicmenuservice",{"_index":310,"title":{"injectables/EuiDynamicMenuService.html":{}},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["euienvconfig",{"_index":1099,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euierror",{"_index":321,"title":{"classes/EuiError.html":{}},"body":{"classes/EuiError.html":{}}}],["euigrowlmessage",{"_index":337,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["euigrowlservice",{"_index":178,"title":{"injectables/EuiGrowlService.html":{}},"body":{"injectables/CoreAppEffects.html":{},"injectables/EuiGrowlService.html":{}}}],["euilazyservice",{"_index":493,"title":{},"body":{"injectables/I18nService.html":{}}}],["euilogservicefactory",{"_index":1033,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euilogservicefactory(injector",{"_index":1066,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euipermission",{"_index":318,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["euipermissionservice",{"_index":317,"title":{"injectables/EuiPermissionService.html":{}},"body":{"injectables/EuiDynamicMenuService.html":{},"injectables/EuiPermissionService.html":{}}}],["euiservice",{"_index":355,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["euiservicestatus",{"_index":502,"title":{},"body":{"injectables/I18nService.html":{}}}],["euitimezone",{"_index":400,"title":{"interfaces/EuiTimeZone.html":{}},"body":{"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{}}}],["euitimezoneservice",{"_index":405,"title":{"injectables/EuiTimezoneService.html":{}},"body":{"injectables/EuiTimezoneService.html":{}}}],["euiuserright",{"_index":395,"title":{},"body":{"injectables/EuiPermissionService.html":{},"classes/UpdateUserRightsAction.html":{}}}],["euloginsessiontimeouthandlinginterceptor",{"_index":270,"title":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["eupl",{"_index":1128,"title":{},"body":{"license.html":{},"properties.html":{}}}],["european",{"_index":1123,"title":{},"body":{"license.html":{}}}],["even",{"_index":1411,"title":{},"body":{"license.html":{}}}],["event",{"_index":957,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["events",{"_index":637,"title":{},"body":{"classes/RouterMock.html":{}}}],["example",{"_index":1459,"title":{},"body":{"license.html":{}}}],["except",{"_index":1342,"title":{},"body":{"license.html":{}}}],["exception",{"_index":1286,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":1228,"title":{},"body":{"license.html":{}}}],["executable",{"_index":1161,"title":{},"body":{"license.html":{}}}],["execution",{"_index":113,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["exercise",{"_index":1258,"title":{},"body":{"license.html":{}}}],["exercised",{"_index":1245,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":1455,"title":{},"body":{"license.html":{}}}],["exhaustion",{"_index":1289,"title":{},"body":{"license.html":{}}}],["exist",{"_index":603,"title":{},"body":{"injectables/LogService.html":{}}}],["exports",{"_index":705,"title":{},"body":{"modules/TranslateMockModule.html":{}}}],["expressed",{"_index":1152,"title":{},"body":{"license.html":{}}}],["expressly",{"_index":1317,"title":{},"body":{"license.html":{}}}],["extend",{"_index":138,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["extends",{"_index":128,"title":{},"body":{"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"classes/OpenIdConnectServiceMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageServiceMock.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["extent",{"_index":1140,"title":{},"body":{"license.html":{}}}],["extract",{"_index":185,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fact",{"_index":1439,"title":{},"body":{"license.html":{}}}],["failed",{"_index":449,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["fails",{"_index":102,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["failure",{"_index":1407,"title":{},"body":{"license.html":{}}}],["false",{"_index":353,"title":{},"body":{"injectables/EuiGrowlService.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["far",{"_index":1253,"title":{},"body":{"license.html":{}}}],["feature",{"_index":210,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fee",{"_index":1422,"title":{},"body":{"license.html":{}}}],["fetch",{"_index":528,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["field",{"_index":379,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["fields",{"_index":377,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["file",{"_index":4,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"miscellaneous/functions.html":{}}}],["filtereuimenuitemswithrights",{"_index":314,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["filtereuimenuitemswithrights(links",{"_index":319,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["finished",{"_index":1367,"title":{},"body":{"license.html":{}}}],["first",{"_index":367,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["firstname",{"_index":629,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["fitness",{"_index":1379,"title":{},"body":{"license.html":{}}}],["followed",{"_index":369,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["following",{"_index":1147,"title":{},"body":{"license.html":{}}}],["follows",{"_index":118,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["forage.service.ts",{"_index":551,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["forchild",{"_index":241,"title":{},"body":{"modules/CoreModule.html":{},"modules/LogModule.html":{}}}],["forchild(config",{"_index":579,"title":{},"body":{"modules/LogModule.html":{}}}],["forchild(modulename",{"_index":242,"title":{},"body":{"modules/CoreModule.html":{}}}],["form",{"_index":1181,"title":{},"body":{"license.html":{}}}],["formats",{"_index":1248,"title":{},"body":{"license.html":{}}}],["forroot",{"_index":245,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["forroot(config",{"_index":585,"title":{},"body":{"modules/LogModule.html":{}}}],["free",{"_index":1227,"title":{},"body":{"license.html":{}}}],["freely",{"_index":1277,"title":{},"body":{"license.html":{}}}],["freeze",{"_index":837,"title":{},"body":{"dependencies.html":{}}}],["fromevent(window",{"_index":196,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["full",{"_index":1477,"title":{},"body":{"license.html":{}}}],["fully",{"_index":503,"title":{},"body":{"injectables/I18nService.html":{}}}],["function",{"_index":158,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/EuiGrowlService.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocaleService.html":{},"classes/StorageService.html":{},"injectables/StoreService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["functionalities",{"_index":1218,"title":{},"body":{"license.html":{}}}],["functions",{"_index":1028,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["functions.ts",{"_index":1031,"title":{},"body":{"miscellaneous/functions.html":{}}}],["general",{"_index":1533,"title":{},"body":{"license.html":{}}}],["generally",{"_index":1186,"title":{},"body":{"license.html":{}}}],["generic",{"_index":132,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["get(content",{"_index":734,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["get(key",{"_index":146,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["getappconnectioninformation",{"_index":171,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["getbrowserlang",{"_index":721,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["getcorechildproviders",{"_index":1035,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcorechildproviders(modulename",{"_index":1076,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcoreproviders",{"_index":1038,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcountries",{"_index":406,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["getcurrentlanguage",{"_index":542,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["getcurrentlocale",{"_index":573,"title":{},"body":{"injectables/LocaleService.html":{}}}],["getdependencyproviders",{"_index":1039,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getfailedresources",{"_index":437,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["getglobalconfig",{"_index":1040,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getglobalconfig(appconfig",{"_index":1079,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gethttperrorhandlingconfig",{"_index":1042,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gethttperrorhandlingconfig(appconfig",{"_index":1081,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlangs",{"_index":722,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["getlogappendersconfig",{"_index":1043,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlogappendersconfig(config",{"_index":1071,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlogger",{"_index":595,"title":{},"body":{"injectables/LogService.html":{},"classes/LogServiceMock.html":{}}}],["getlogger(loggername",{"_index":601,"title":{},"body":{"injectables/LogService.html":{}}}],["getmenulinks",{"_index":315,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["getmoduleconfig",{"_index":1044,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getmoduleconfig(appconfig",{"_index":1082,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getonlangchange",{"_index":541,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["getpath",{"_index":471,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["getpath(lang",{"_index":489,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["getpreviouslocale",{"_index":572,"title":{},"body":{"injectables/LocaleService.html":{}}}],["getqueue",{"_index":64,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["getqueueitem",{"_index":65,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["getqueueitem(id",{"_index":95,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["getrootlogconfig",{"_index":1045,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getrootlogconfig(appconfig",{"_index":1083,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gets",{"_index":410,"title":{},"body":{"injectables/EuiTimezoneService.html":{},"injectables/I18nLoader.html":{},"injectables/LogService.html":{}}}],["getshowconnectionstatus",{"_index":1046,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getshowconnectionstatus(globalconfig",{"_index":1084,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getstate",{"_index":359,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["getstate(key",{"_index":507,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["getstate(keyormapfn",{"_index":508,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["getstate(mapfn",{"_index":505,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["gettimezone",{"_index":407,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["gettimezone(tz",{"_index":415,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["gettimezones",{"_index":408,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["getting",{"_index":588,"title":{"license.html":{}},"body":{"injectables/LogService.html":{}}}],["gettranslation",{"_index":438,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/TranslateServiceMock.html":{}}}],["gettranslation(lang",{"_index":450,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["getuserdetails",{"_index":621,"title":{},"body":{"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{}}}],["getuserid",{"_index":778,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["given",{"_index":125,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["giving",{"_index":1207,"title":{},"body":{"license.html":{}}}],["globalconfig",{"_index":498,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"miscellaneous/functions.html":{}}}],["globalerrorhandler",{"_index":421,"title":{"injectables/GlobalErrorHandler.html":{}},"body":{"injectables/GlobalErrorHandler.html":{}}}],["globalstate",{"_index":664,"title":{},"body":{"classes/StoreMock.html":{}}}],["gnu",{"_index":1532,"title":{},"body":{"license.html":{}}}],["going",{"_index":525,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["goodwill",{"_index":1405,"title":{},"body":{"license.html":{}}}],["governed",{"_index":1524,"title":{},"body":{"license.html":{}}}],["gpl",{"_index":1534,"title":{},"body":{"license.html":{}}}],["grant",{"_index":1292,"title":{},"body":{"license.html":{}}}],["granted",{"_index":1221,"title":{},"body":{"license.html":{}}}],["grants",{"_index":1223,"title":{},"body":{"license.html":{}}}],["growl",{"_index":331,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["growl(msg",{"_index":336,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["growl.service.ts",{"_index":323,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["growlcallback",{"_index":324,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["growlerror",{"_index":332,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["growlerror(msg",{"_index":345,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["growlhttperrorcallbackfn",{"_index":1047,"title":{},"body":{"miscellaneous/functions.html":{}}}],["growlhttperrorcallbackfn(error",{"_index":1063,"title":{},"body":{"miscellaneous/functions.html":{}}}],["growlinfo",{"_index":333,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["growlinfo(msg",{"_index":346,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["growllife",{"_index":325,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["growlmessages",{"_index":326,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["growlposition",{"_index":327,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["growlsuccess",{"_index":334,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["growlsuccess(msg",{"_index":347,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["growlwarning",{"_index":335,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["growlwarning(msg",{"_index":348,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["hammerjs",{"_index":964,"title":{},"body":{"dependencies.html":{}}}],["handleautosave",{"_index":670,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["handlebars",{"_index":966,"title":{},"body":{"dependencies.html":{}}}],["handleerror",{"_index":425,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleerror(error",{"_index":427,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler",{"_index":672,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/functions.html":{}}}],["handler.interceptor.ts",{"_index":430,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["handler.ts",{"_index":423,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handling.interceptor.ts",{"_index":275,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["harmless",{"_index":1434,"title":{},"body":{"license.html":{}}}],["haserror",{"_index":547,"title":{},"body":{"interfaces/LoadedResources.html":{}}}],["he/she",{"_index":1306,"title":{},"body":{"license.html":{}}}],["header",{"_index":42,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["headers",{"_index":46,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["held",{"_index":1266,"title":{},"body":{"license.html":{}}}],["helper",{"_index":157,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"miscellaneous/functions.html":{}}}],["here",{"_index":1262,"title":{},"body":{"license.html":{}}}],["hereby",{"_index":1222,"title":{},"body":{"license.html":{}}}],["hereunder",{"_index":1351,"title":{},"body":{"license.html":{}}}],["him/her",{"_index":1353,"title":{},"body":{"license.html":{}}}],["his/her",{"_index":1334,"title":{},"body":{"license.html":{}}}],["hold",{"_index":1433,"title":{},"body":{"license.html":{}}}],["holder",{"_index":1144,"title":{},"body":{"license.html":{}}}],["host",{"_index":292,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["html",{"_index":888,"title":{},"body":{"dependencies.html":{}}}],["http",{"_index":45,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/I18nLoader.html":{}}}],["http://localhost:4200/login",{"_index":648,"title":{},"body":{"classes/RouterMock.html":{}}}],["httpclient",{"_index":73,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{}}}],["httperrorhandlerconfig",{"_index":432,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"miscellaneous/functions.html":{}}}],["httperrorhandlerinterceptor",{"_index":428,"title":{"interceptors/HttpErrorHandlerInterceptor.html":{}},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["httperrorresponse",{"_index":1061,"title":{},"body":{"miscellaneous/functions.html":{}}}],["httphandler",{"_index":54,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["httprequest",{"_index":52,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["https://citnet.tech.ec.europa.eu/citnet/stash/projects/csdr/repos/root",{"_index":1545,"title":{},"body":{"properties.html":{}}}],["https://localforage.github.io/localforage",{"_index":556,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["human",{"_index":1179,"title":{},"body":{"license.html":{}}}],["i18n",{"_index":463,"title":{},"body":{"modules/I18nModule.html":{},"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["i18n.onready('my_module').pipe(switchmap(()=>translate.get('eui.key",{"_index":522,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["i18nloader",{"_index":434,"title":{"injectables/I18nLoader.html":{}},"body":{"injectables/I18nLoader.html":{}}}],["i18nloaderconfig",{"_index":444,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["i18nmodule",{"_index":461,"title":{"modules/I18nModule.html":{}},"body":{"modules/I18nModule.html":{},"modules.html":{}}}],["i18nresourceimpl",{"_index":448,"title":{"classes/I18nResourceImpl.html":{}},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["i18nservice",{"_index":491,"title":{"injectables/I18nService.html":{}},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{}}}],["i18nservicemock",{"_index":534,"title":{"injectables/I18nServiceMock.html":{}},"body":{"injectables/I18nServiceMock.html":{}}}],["i18nstate",{"_index":533,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/UpdateI18nStateAction.html":{}}}],["icon",{"_index":1443,"title":{},"body":{"license.html":{}}}],["icons",{"_index":980,"title":{},"body":{"dependencies.html":{}}}],["id",{"_index":85,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["identical",{"_index":1503,"title":{},"body":{"license.html":{}}}],["immediately",{"_index":1149,"title":{},"body":{"license.html":{}}}],["implementation",{"_index":163,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["implements",{"_index":6,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"directives/TranslateMockDirective.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{}}}],["import",{"_index":582,"title":{},"body":{"modules/LogModule.html":{},"dependencies.html":{}}}],["impose",{"_index":1320,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":1294,"title":{},"body":{"license.html":{}}}],["improved",{"_index":1365,"title":{},"body":{"license.html":{}}}],["include",{"_index":1305,"title":{},"body":{"license.html":{}}}],["including",{"_index":1236,"title":{},"body":{"license.html":{}}}],["incurred",{"_index":1435,"title":{},"body":{"license.html":{}}}],["indemnify",{"_index":1431,"title":{},"body":{"license.html":{}}}],["indemnity",{"_index":1424,"title":{},"body":{"license.html":{}}}],["index",{"_index":8,"title":{"index.html":{}},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["indicate",{"_index":1337,"title":{},"body":{"license.html":{}}}],["indicates",{"_index":482,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["indirect",{"_index":1400,"title":{},"body":{"license.html":{}}}],["infinite",{"_index":906,"title":{},"body":{"dependencies.html":{}}}],["info",{"_index":3,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["information",{"_index":1456,"title":{},"body":{"license.html":{}}}],["informed",{"_index":221,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["infringement",{"_index":1384,"title":{},"body":{"license.html":{}}}],["inherent",{"_index":1371,"title":{},"body":{"license.html":{}}}],["init",{"_index":360,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["init(i18nstate",{"_index":539,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["init(langstate",{"_index":510,"title":{},"body":{"injectables/I18nService.html":{}}}],["init(rights",{"_index":394,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["init(state",{"_index":568,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["init(userstate",{"_index":771,"title":{},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["init(version",{"_index":684,"title":{},"body":{"injectables/StoreService.html":{}}}],["init_store",{"_index":1001,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["initialize",{"_index":396,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["initstoreaction",{"_index":543,"title":{"classes/InitStoreAction.html":{}},"body":{"classes/InitStoreAction.html":{},"miscellaneous/typealiases.html":{}}}],["injectable",{"_index":58,"title":{"injectables/ApiQueueService.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"injectables/OpenIdConnectService.html":{},"injectables/SessionStorageService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}},"body":{}}],["injectables",{"_index":60,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"injectables/OpenIdConnectService.html":{},"injectables/SessionStorageService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"index.html":{}}}],["injected",{"_index":294,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["injector",{"_index":283,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"miscellaneous/functions.html":{}}}],["inputs",{"_index":698,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["inside",{"_index":87,"title":{},"body":{"injectables/ApiQueueService.html":{},"license.html":{}}}],["instance",{"_index":459,"title":{},"body":{"injectables/I18nLoader.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["instant",{"_index":723,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["instant(key",{"_index":736,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["intact",{"_index":1298,"title":{},"body":{"license.html":{}}}],["intellectual",{"_index":1385,"title":{},"body":{"license.html":{}}}],["intended",{"_index":1283,"title":{},"body":{"license.html":{}}}],["intercept",{"_index":48,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/StoreService.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["intercept(req",{"_index":51,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["intercept(request",{"_index":257,"title":{},"body":{"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{}}}],["interceptor",{"_index":30,"title":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["interceptors",{"_index":32,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["interface",{"_index":399,"title":{"interfaces/EuiTimeZone.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"interfaces/ResourceError.html":{}},"body":{}}],["interfaces",{"_index":401,"title":{},"body":{"interfaces/EuiTimeZone.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"interfaces/ResourceError.html":{},"index.html":{}}}],["interpretation",{"_index":1510,"title":{},"body":{"license.html":{}}}],["interpreted",{"_index":1189,"title":{},"body":{"license.html":{}}}],["intl",{"_index":921,"title":{},"body":{"dependencies.html":{}}}],["invalid",{"_index":1485,"title":{},"body":{"license.html":{}}}],["invented",{"_index":1252,"title":{},"body":{"license.html":{}}}],["irrevocable",{"_index":1452,"title":{},"body":{"license.html":{}}}],["irrevocably",{"_index":1454,"title":{},"body":{"license.html":{}}}],["iscloseallsticky",{"_index":328,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["isdeepmerge",{"_index":1092,"title":{},"body":{"miscellaneous/functions.html":{}}}],["iserror",{"_index":634,"title":{},"body":{"interfaces/ResourceError.html":{}}}],["isfeatureenabled",{"_index":212,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["isgrowlsticky",{"_index":329,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["isloaded",{"_index":712,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["isloadedsubject",{"_index":713,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["islogconfigdefined",{"_index":1048,"title":{},"body":{"miscellaneous/functions.html":{}}}],["islogconfigdefined(config",{"_index":1072,"title":{},"body":{"miscellaneous/functions.html":{}}}],["ismultiple",{"_index":339,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["iso",{"_index":412,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["iso2country",{"_index":409,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["iso2country(iso",{"_index":417,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["issticky",{"_index":338,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["istanbul",{"_index":892,"title":{},"body":{"dependencies.html":{}}}],["item",{"_index":78,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiGrowlService.html":{},"miscellaneous/enumerations.html":{}}}],["items",{"_index":94,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["itself",{"_index":591,"title":{},"body":{"injectables/LogService.html":{}}}],["jasmine",{"_index":877,"title":{},"body":{"dependencies.html":{}}}],["javascript",{"_index":554,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["js",{"_index":955,"title":{},"body":{"dependencies.html":{}}}],["jsdoc",{"_index":858,"title":{},"body":{"dependencies.html":{}}}],["jsrsasign",{"_index":952,"title":{},"body":{"dependencies.html":{}}}],["jurisdiction",{"_index":1507,"title":{},"body":{"license.html":{}}}],["justice",{"_index":1512,"title":{},"body":{"license.html":{}}}],["k",{"_index":391,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["karma",{"_index":880,"title":{},"body":{"dependencies.html":{}}}],["keep",{"_index":1297,"title":{},"body":{"license.html":{}}}],["key",{"_index":148,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/I18nService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"injectables/StoreService.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{}}}],["keyormapfn",{"_index":509,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["kind",{"_index":1376,"title":{},"body":{"license.html":{}}}],["known",{"_index":1250,"title":{},"body":{"license.html":{}}}],["laid",{"_index":1514,"title":{},"body":{"license.html":{}}}],["lang",{"_index":34,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"classes/TranslateServiceMock.html":{}}}],["lang_param_key",{"_index":43,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["langs",{"_index":733,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["langstate",{"_index":511,"title":{},"body":{"injectables/I18nService.html":{}}}],["language",{"_index":39,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{}}}],["languages",{"_index":714,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["last",{"_index":378,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["lastname",{"_index":630,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["later",{"_index":1251,"title":{},"body":{"license.html":{}}}],["launcher",{"_index":883,"title":{},"body":{"dependencies.html":{}}}],["law",{"_index":1174,"title":{},"body":{"license.html":{}}}],["laws",{"_index":1416,"title":{},"body":{"license.html":{}}}],["lazy",{"_index":581,"title":{},"body":{"modules/LogModule.html":{}}}],["lazyload",{"_index":494,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyload(config",{"_index":512,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyloadinit",{"_index":495,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyloadinit(moduleconfig",{"_index":513,"title":{},"body":{"injectables/I18nService.html":{}}}],["legal",{"_index":1193,"title":{},"body":{"license.html":{}}}],["lend",{"_index":1241,"title":{},"body":{"license.html":{}}}],["lending",{"_index":1208,"title":{},"body":{"license.html":{}}}],["level",{"_index":597,"title":{},"body":{"injectables/LogService.html":{}}}],["liability",{"_index":1390,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1398,"title":{},"body":{"license.html":{}}}],["library",{"_index":555,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["licence",{"_index":1125,"title":{},"body":{"license.html":{}}}],["licences",{"_index":1330,"title":{},"body":{"license.html":{}}}],["license",{"_index":1122,"title":{"license.html":{}},"body":{"license.html":{},"properties.html":{}}}],["licensed",{"_index":1150,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":1164,"title":{},"body":{"license.html":{}}}],["licensee's",{"_index":1332,"title":{},"body":{"license.html":{}}}],["licensor",{"_index":1146,"title":{},"body":{"license.html":{}}}],["life",{"_index":233,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/EuiGrowlService.html":{}}}],["lifespan",{"_index":216,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["limitation",{"_index":1287,"title":{},"body":{"license.html":{}}}],["limitations",{"_index":1281,"title":{},"body":{"license.html":{}}}],["line",{"_index":1214,"title":{},"body":{"license.html":{}}}],["linguistic",{"_index":1497,"title":{},"body":{"license.html":{}}}],["links",{"_index":320,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["list",{"_index":411,"title":{},"body":{"injectables/EuiTimezoneService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["listed",{"_index":1264,"title":{},"body":{"license.html":{}}}],["literal",{"_index":26,"title":{},"body":{"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/InitStoreAction.html":{}}}],["litigation",{"_index":1508,"title":{},"body":{"license.html":{}}}],["load",{"_index":457,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/LocaleService.html":{},"miscellaneous/functions.html":{}}}],["loaded",{"_index":504,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/enumerations.html":{}}}],["loadedresources",{"_index":545,"title":{"interfaces/LoadedResources.html":{}},"body":{"interfaces/LoadedResources.html":{}}}],["loadedresourceserror",{"_index":548,"title":{"interfaces/LoadedResourcesError.html":{}},"body":{"interfaces/LoadedResourcesError.html":{}}}],["loader",{"_index":446,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"dependencies.html":{}}}],["loadeuidynamicenvironmentconfig",{"_index":1049,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loadeuidynamicenvironmentconfig(url",{"_index":1095,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loadresources",{"_index":439,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loadresources(resources",{"_index":453,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loads",{"_index":454,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loaduserdetails",{"_index":779,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["loaduserpreferences",{"_index":780,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["local",{"_index":559,"title":{},"body":{"injectables/LocalStorageService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["locale",{"_index":571,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["locale_id",{"_index":565,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["localemapper",{"_index":566,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/typealiases.html":{}}}],["localeservice",{"_index":560,"title":{"injectables/LocaleService.html":{}},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["localeservicemock",{"_index":574,"title":{"injectables/LocaleServiceMock.html":{}},"body":{"injectables/LocaleServiceMock.html":{}}}],["localestate",{"_index":569,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"classes/UpdateLocaleStateAction.html":{}}}],["localforage",{"_index":552,"title":{},"body":{"injectables/LocalForageService.html":{},"dependencies.html":{}}}],["localforageservice",{"_index":549,"title":{"injectables/LocalForageService.html":{}},"body":{"injectables/LocalForageService.html":{}}}],["localstorage",{"_index":558,"title":{},"body":{"injectables/LocalStorageService.html":{}}}],["localstorageservice",{"_index":557,"title":{"injectables/LocalStorageService.html":{}},"body":{"injectables/LocalStorageService.html":{}}}],["localstoragesync",{"_index":1051,"title":{},"body":{"miscellaneous/functions.html":{}}}],["localstoragesync(reducer",{"_index":1113,"title":{},"body":{"miscellaneous/functions.html":{}}}],["location",{"_index":1463,"title":{},"body":{"license.html":{}}}],["lodash",{"_index":960,"title":{},"body":{"dependencies.html":{}}}],["log",{"_index":363,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"injectables/SessionStorageService.html":{},"miscellaneous/functions.html":{}}}],["logappender",{"_index":600,"title":{},"body":{"injectables/LogService.html":{},"miscellaneous/functions.html":{}}}],["logconfig",{"_index":580,"title":{},"body":{"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["logger",{"_index":594,"title":{},"body":{"injectables/LogService.html":{}}}],["loggermock",{"_index":609,"title":{},"body":{"classes/LogServiceMock.html":{}}}],["loggername",{"_index":605,"title":{},"body":{"injectables/LogService.html":{}}}],["loggers",{"_index":590,"title":{},"body":{"injectables/LogService.html":{}}}],["loghttperrorcallbackfn",{"_index":1053,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loghttperrorcallbackfn(error",{"_index":1064,"title":{},"body":{"miscellaneous/functions.html":{}}}],["login",{"_index":272,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["loglevel",{"_index":598,"title":{},"body":{"injectables/LogService.html":{}}}],["logmodule",{"_index":577,"title":{"modules/LogModule.html":{}},"body":{"modules/LogModule.html":{},"modules.html":{}}}],["logservice",{"_index":74,"title":{"injectables/LogService.html":{}},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"injectables/SessionStorageService.html":{},"injectables/StoreService.html":{},"miscellaneous/functions.html":{}}}],["logservicefactory",{"_index":1054,"title":{},"body":{"miscellaneous/functions.html":{}}}],["logservicefactory(config",{"_index":1074,"title":{},"body":{"miscellaneous/functions.html":{}}}],["logservicemock",{"_index":607,"title":{"classes/LogServiceMock.html":{}},"body":{"classes/LogServiceMock.html":{}}}],["long",{"_index":1279,"title":{},"body":{"license.html":{}}}],["loss",{"_index":1404,"title":{},"body":{"license.html":{}}}],["machine",{"_index":1270,"title":{},"body":{"license.html":{}}}],["main.ts",{"_index":1108,"title":{},"body":{"miscellaneous/functions.html":{}}}],["make",{"_index":1234,"title":{},"body":{"license.html":{}}}],["makes",{"_index":1201,"title":{},"body":{"license.html":{}}}],["making",{"_index":1213,"title":{},"body":{"license.html":{}}}],["malfunction",{"_index":1408,"title":{},"body":{"license.html":{}}}],["map((action",{"_index":182,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["map((connected",{"_index":198,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mapfn",{"_index":506,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["marbles",{"_index":897,"title":{},"body":{"dependencies.html":{}}}],["marked",{"_index":946,"title":{},"body":{"dependencies.html":{}}}],["marks",{"_index":1341,"title":{},"body":{"license.html":{}}}],["mask",{"_index":912,"title":{},"body":{"dependencies.html":{}}}],["matches",{"_index":84,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["matching",{"_index":24,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"properties.html":{},"miscellaneous/typealiases.html":{}}}],["material",{"_index":1401,"title":{},"body":{"license.html":{}}}],["matter",{"_index":112,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["mean",{"_index":1153,"title":{},"body":{"license.html":{}}}],["meaning",{"_index":1156,"title":{},"body":{"license.html":{}}}],["means",{"_index":1457,"title":{},"body":{"license.html":{}}}],["meant",{"_index":1188,"title":{},"body":{"license.html":{}}}],["media",{"_index":1246,"title":{},"body":{"license.html":{}}}],["mentioned",{"_index":1176,"title":{},"body":{"license.html":{}}}],["menu.service.ts",{"_index":312,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["menu/dynamic",{"_index":311,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["menulinks",{"_index":313,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["merchantability",{"_index":1378,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1091,"title":{},"body":{"miscellaneous/functions.html":{}}}],["merge(fromevent(window",{"_index":194,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mergeapphandlerconfigtoappconfig",{"_index":1055,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeapphandlerconfigtoappconfig(euiappconfig",{"_index":1085,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeappjsonconfigtoappconfig",{"_index":1056,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeappjsonconfigtoappconfig(euiappconfig",{"_index":1088,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergemap((route",{"_index":184,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mergeuserpreferences",{"_index":781,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["message",{"_index":230,"title":{},"body":{"injectables/CoreAppEffects.html":{},"classes/ErrorSubClass.html":{},"classes/EuiError.html":{}}}],["meta",{"_index":1114,"title":{},"body":{"miscellaneous/functions.html":{}}}],["metadata",{"_index":697,"title":{},"body":{"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{}}}],["method",{"_index":464,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["methods",{"_index":47,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"dependencies.html":{}}}],["miscellaneous",{"_index":988,"title":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/typealiases.html":{}}}],["misconduct",{"_index":1393,"title":{},"body":{"license.html":{}}}],["mock",{"_index":930,"title":{},"body":{"dependencies.html":{}}}],["model.interceptor.ts",{"_index":786,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["modification",{"_index":1169,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":1166,"title":{},"body":{"license.html":{}}}],["modified",{"_index":1311,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":1198,"title":{},"body":{"license.html":{}}}],["modify",{"_index":1185,"title":{},"body":{"license.html":{}}}],["module",{"_index":186,"title":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{},"modules/TranslateMockModule.html":{}},"body":{"injectables/CoreAppEffects.html":{},"modules/I18nModule.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/enumerations.html":{}}}],["moduleconfig",{"_index":514,"title":{},"body":{"injectables/I18nService.html":{},"miscellaneous/functions.html":{}}}],["moduleloadevent",{"_index":610,"title":{"interfaces/ModuleLoadEvent.html":{}},"body":{"interfaces/ModuleLoadEvent.html":{}}}],["modulename",{"_index":243,"title":{},"body":{"modules/CoreModule.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"miscellaneous/functions.html":{}}}],["modules",{"_index":237,"title":{"modules.html":{}},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{},"modules/TranslateMockModule.html":{},"miscellaneous/enumerations.html":{},"index.html":{},"modules.html":{}}}],["modulewithproviders",{"_index":244,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["moment",{"_index":815,"title":{},"body":{"dependencies.html":{}}}],["moral",{"_index":1255,"title":{},"body":{"license.html":{}}}],["more",{"_index":246,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiPermissionService.html":{}}}],["msg",{"_index":267,"title":{},"body":{"classes/ErrorSubClass.html":{},"classes/EuiError.html":{},"injectables/EuiGrowlService.html":{}}}],["multiple",{"_index":385,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["name",{"_index":18,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"miscellaneous/functions.html":{}}}],["names",{"_index":1340,"title":{},"body":{"license.html":{}}}],["natural",{"_index":1192,"title":{},"body":{"license.html":{}}}],["navigate",{"_index":641,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigate(url",{"_index":649,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigatebyurl",{"_index":642,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigatebyurl(url",{"_index":651,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigationend(0",{"_index":647,"title":{},"body":{"classes/RouterMock.html":{}}}],["ne",{"_index":638,"title":{},"body":{"classes/RouterMock.html":{}}}],["necessary",{"_index":1267,"title":{},"body":{"license.html":{}}}],["needs",{"_index":220,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/functions.html":{}}}],["new",{"_index":192,"title":{},"body":{"injectables/CoreAppEffects.html":{},"classes/RouterMock.html":{},"classes/TranslateServiceMock.html":{},"license.html":{}}}],["next",{"_index":53,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["next.11",{"_index":984,"title":{},"body":{"dependencies.html":{}}}],["next.2",{"_index":812,"title":{},"body":{"dependencies.html":{}}}],["ng",{"_index":810,"title":{},"body":{"dependencies.html":{}}}],["ngrx",{"_index":676,"title":{},"body":{"injectables/StoreService.html":{},"dependencies.html":{}}}],["ngrx/component",{"_index":836,"title":{},"body":{"dependencies.html":{}}}],["ngrx/effects",{"_index":829,"title":{},"body":{"dependencies.html":{}}}],["ngrx/entity",{"_index":835,"title":{},"body":{"dependencies.html":{}}}],["ngrx/router",{"_index":831,"title":{},"body":{"dependencies.html":{}}}],["ngrx/schematics",{"_index":832,"title":{},"body":{"dependencies.html":{}}}],["ngrx/store",{"_index":833,"title":{},"body":{"dependencies.html":{}}}],["ngx",{"_index":520,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"dependencies.html":{}}}],["node",{"_index":904,"title":{},"body":{"dependencies.html":{}}}],["non",{"_index":530,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["nothing",{"_index":1282,"title":{},"body":{"license.html":{}}}],["notice",{"_index":1148,"title":{},"body":{"license.html":{}}}],["notices",{"_index":1301,"title":{},"body":{"license.html":{}}}],["notif",{"_index":1019,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["now",{"_index":1249,"title":{},"body":{"license.html":{}}}],["null",{"_index":349,"title":{},"body":{"injectables/EuiGrowlService.html":{},"miscellaneous/functions.html":{}}}],["number",{"_index":340,"title":{},"body":{"injectables/EuiGrowlService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["numerous",{"_index":1366,"title":{},"body":{"license.html":{}}}],["obj",{"_index":485,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["object",{"_index":92,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/AsyncStorageService.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResources.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"miscellaneous/functions.html":{}}}],["obligations",{"_index":1291,"title":{},"body":{"license.html":{}}}],["observable",{"_index":57,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiPermissionService.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"injectables/StoreService.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["observable((observer",{"_index":644,"title":{},"body":{"classes/RouterMock.html":{}}}],["observepreferencesupdate",{"_index":782,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["observer",{"_index":924,"title":{},"body":{"dependencies.html":{}}}],["observer.complete",{"_index":646,"title":{},"body":{"classes/RouterMock.html":{}}}],["observer.next(this.ne",{"_index":645,"title":{},"body":{"classes/RouterMock.html":{}}}],["offer",{"_index":1319,"title":{},"body":{"license.html":{}}}],["offering",{"_index":1460,"title":{},"body":{"license.html":{}}}],["office",{"_index":1526,"title":{},"body":{"license.html":{}}}],["offline').pipe(mapto(false))).pipe",{"_index":197,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["oftype(coreappactiontypes.activated_route",{"_index":181,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["oftype(coreappactiontypes.update_app_connection",{"_index":200,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["oidc",{"_index":949,"title":{},"body":{"dependencies.html":{}}}],["once",{"_index":524,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["ondefaultlangchange",{"_index":715,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["ondefaultlangchangesubject",{"_index":716,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["one",{"_index":150,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/I18nResourceImpl.html":{},"injectables/LocalForageService.html":{}}}],["onlangchange",{"_index":537,"title":{},"body":{"injectables/I18nServiceMock.html":{},"classes/TranslateServiceMock.html":{}}}],["onlangchangesubject",{"_index":717,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["online').pipe(mapto(true",{"_index":195,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["onready",{"_index":496,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["onready(modulename",{"_index":515,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["ontranslationchange",{"_index":718,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["ontranslationchangesubject",{"_index":719,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["open",{"_index":1535,"title":{},"body":{"license.html":{}}}],["openidconnectinterceptor",{"_index":611,"title":{"interceptors/OpenIdConnectInterceptor.html":{}},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["openidconnectservice",{"_index":619,"title":{"injectables/OpenIdConnectService.html":{}},"body":{"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{}}}],["openidconnectservicemock",{"_index":622,"title":{"classes/OpenIdConnectServiceMock.html":{}},"body":{"classes/OpenIdConnectServiceMock.html":{}}}],["openidconnectuserdetails",{"_index":624,"title":{"interfaces/OpenIdConnectUserDetails.html":{}},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["optional",{"_index":19,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"miscellaneous/functions.html":{}}}],["order",{"_index":108,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"license.html":{}}}],["origin",{"_index":1346,"title":{},"body":{"license.html":{}}}],["original",{"_index":1145,"title":{},"body":{"license.html":{}}}],["osl",{"_index":1536,"title":{},"body":{"license.html":{}}}],["others",{"_index":380,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["otherwise",{"_index":488,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["out",{"_index":1403,"title":{},"body":{"license.html":{}}}],["overview",{"_index":1116,"title":{"index.html":{}},"body":{"index.html":{}}}],["overwrite",{"_index":86,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["owned",{"_index":1352,"title":{},"body":{"license.html":{}}}],["owners",{"_index":1288,"title":{},"body":{"license.html":{}}}],["package",{"_index":789,"title":{"dependencies.html":{},"properties.html":{}},"body":{}}],["packages/.../app.actions.ts",{"_index":992,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../eui",{"_index":1036,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../http",{"_index":1030,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../i18n.actions.ts",{"_index":994,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../locale.actions.ts",{"_index":996,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../locale.service.ts",{"_index":1553,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["packages/.../log.ts",{"_index":1034,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../meta.reducers.ts",{"_index":1052,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../notifications.actions.ts",{"_index":998,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../store.service.ts",{"_index":990,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["packages/.../tokens.ts",{"_index":1041,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../user.actions.ts",{"_index":1000,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/eui",{"_index":238,"title":{},"body":{"modules/CoreModule.html":{},"classes/EuiCoreRootGuardClass.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/add",{"_index":33,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/cache",{"_index":167,"title":{},"body":{"interceptors/CachePreventionInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/cors",{"_index":255,"title":{},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/csrf",{"_index":259,"title":{},"body":{"interceptors/CsrfPreventionInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/eu",{"_index":271,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/openid/openid",{"_index":612,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/ux",{"_index":785,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/mocks/router.mock.ts",{"_index":636,"title":{},"body":{"classes/RouterMock.html":{}}}],["packages/eui/packages/core/src/lib/mocks/store.mock.ts",{"_index":659,"title":{},"body":{"classes/StoreMock.html":{}}}],["packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts",{"_index":695,"title":{},"body":{"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/app/eui",{"_index":1075,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/app/factories/log.ts",{"_index":1065,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/config/tokens.ts",{"_index":1078,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/dynamic",{"_index":278,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/eui.error.ts",{"_index":263,"title":{},"body":{"classes/ErrorSubClass.html":{},"classes/EuiError.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/global",{"_index":422,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/http",{"_index":429,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/eui",{"_index":402,"title":{},"body":{"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{}}}],["packages/eui/packages/core/src/lib/services/growl/eui",{"_index":322,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts",{"_index":435,"title":{},"body":{"injectables/I18nLoader.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.module.ts",{"_index":462,"title":{},"body":{"modules/I18nModule.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.resource.ts",{"_index":468,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.service.mock.ts",{"_index":535,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts",{"_index":492,"title":{},"body":{"injectables/I18nService.html":{},"interfaces/ModuleLoadEvent.html":{}}}],["packages/eui/packages/core/src/lib/services/locale/locale.service.mock.ts",{"_index":575,"title":{},"body":{"injectables/LocaleServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/locale/locale.service.ts",{"_index":561,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.module.ts",{"_index":578,"title":{},"body":{"modules/LogModule.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.service.mock.ts",{"_index":608,"title":{},"body":{"classes/LogServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.service.ts",{"_index":586,"title":{},"body":{"injectables/LogService.html":{}}}],["packages/eui/packages/core/src/lib/services/permission/permission.service.ts",{"_index":354,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["packages/eui/packages/core/src/lib/services/queue/api",{"_index":61,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/async",{"_index":130,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/local",{"_index":550,"title":{},"body":{"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/session",{"_index":653,"title":{},"body":{"injectables/SessionStorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/storage.service.mock.ts",{"_index":657,"title":{},"body":{"classes/StorageServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/storage.service.ts",{"_index":655,"title":{},"body":{"classes/StorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts",{"_index":5,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts",{"_index":747,"title":{},"body":{"classes/UpdateI18nStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts",{"_index":750,"title":{},"body":{"classes/UpdateLocaleStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts",{"_index":753,"title":{},"body":{"classes/UpdateNotificationsListAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts",{"_index":756,"title":{},"body":{"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/effects/app.effects.ts",{"_index":170,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["packages/eui/packages/core/src/lib/services/store/reducers/meta.reducers.ts",{"_index":1112,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/store/store.service.mock.ts",{"_index":691,"title":{},"body":{"injectables/StoreServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/store/store.service.ts",{"_index":667,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{}}}],["packages/eui/packages/core/src/lib/services/user/user.service.mock.ts",{"_index":777,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/user/user.service.ts",{"_index":770,"title":{},"body":{"injectables/UserService.html":{}}}],["packagr",{"_index":811,"title":{},"body":{"dependencies.html":{}}}],["param.interceptor.ts",{"_index":35,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["parameter",{"_index":40,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["parameters",{"_index":16,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"miscellaneous/functions.html":{}}}],["parser",{"_index":854,"title":{},"body":{"dependencies.html":{}}}],["part",{"_index":382,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["particular",{"_index":1380,"title":{},"body":{"license.html":{}}}],["parties",{"_index":1484,"title":{},"body":{"license.html":{}}}],["pass",{"_index":251,"title":{},"body":{"modules/CoreModule.html":{}}}],["passed",{"_index":298,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["patent",{"_index":1299,"title":{},"body":{"license.html":{}}}],["patents",{"_index":1265,"title":{},"body":{"license.html":{}}}],["path",{"_index":490,"title":{},"body":{"classes/I18nResourceImpl.html":{},"miscellaneous/functions.html":{}}}],["payload",{"_index":11,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{}}}],["people",{"_index":1183,"title":{},"body":{"license.html":{}}}],["perform",{"_index":1238,"title":{},"body":{"license.html":{}}}],["permission",{"_index":366,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["permits",{"_index":1254,"title":{},"body":{"license.html":{}}}],["persist",{"_index":602,"title":{},"body":{"injectables/LogService.html":{}}}],["person",{"_index":1194,"title":{},"body":{"license.html":{}}}],["persons",{"_index":1397,"title":{},"body":{"license.html":{}}}],["pikaday",{"_index":968,"title":{},"body":{"dependencies.html":{}}}],["pipe",{"_index":516,"title":{"pipes/TranslateMockPipe.html":{}},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"index.html":{}}}],["pipes",{"_index":706,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["placed",{"_index":123,"title":{},"body":{"injectables/ApiQueueService.html":{},"license.html":{}}}],["plugin",{"_index":850,"title":{},"body":{"dependencies.html":{}}}],["polyfill",{"_index":925,"title":{},"body":{"dependencies.html":{}}}],["portal",{"_index":291,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["portalcomponentinstance",{"_index":304,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["portalhost",{"_index":301,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["portalhostref",{"_index":308,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["position",{"_index":341,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["possibility",{"_index":1413,"title":{},"body":{"license.html":{}}}],["possible",{"_index":1097,"title":{},"body":{"miscellaneous/functions.html":{}}}],["power",{"_index":1354,"title":{},"body":{"license.html":{}}}],["pre",{"_index":478,"title":{},"body":{"classes/I18nResourceImpl.html":{},"miscellaneous/functions.html":{}}}],["prefer",{"_index":855,"title":{},"body":{"dependencies.html":{}}}],["preferences",{"_index":1024,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["prefix",{"_index":476,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["preinitapp",{"_index":1057,"title":{},"body":{"miscellaneous/functions.html":{}}}],["preinitapp(envconfig",{"_index":1098,"title":{},"body":{"miscellaneous/functions.html":{}}}],["prejudice",{"_index":1479,"title":{},"body":{"license.html":{}}}],["prepareeuiappconfigtoken",{"_index":1058,"title":{},"body":{"miscellaneous/functions.html":{}}}],["prepareeuiappconfigtoken(euiconfig",{"_index":1093,"title":{},"body":{"miscellaneous/functions.html":{}}}],["present",{"_index":679,"title":{},"body":{"injectables/StoreService.html":{}}}],["prettier",{"_index":863,"title":{},"body":{"dependencies.html":{}}}],["prevail",{"_index":1335,"title":{},"body":{"license.html":{}}}],["prevention.interceptor.ts",{"_index":168,"title":{},"body":{"interceptors/CachePreventionInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{}}}],["previouslocale",{"_index":563,"title":{},"body":{"injectables/LocaleService.html":{}}}],["primary",{"_index":1522,"title":{},"body":{"license.html":{}}}],["prismjs",{"_index":947,"title":{},"body":{"dependencies.html":{}}}],["private",{"_index":942,"title":{},"body":{"dependencies.html":{}}}],["process",{"_index":98,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processallqueueitems",{"_index":66,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processallqueueitems(continueonerror",{"_index":96,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["processallqueueitemssequential",{"_index":67,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processallqueueitemssequential(ascending",{"_index":107,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processed",{"_index":480,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["processor",{"_index":479,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["processqueueitem",{"_index":68,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processqueueitem(id",{"_index":121,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["product",{"_index":1415,"title":{},"body":{"license.html":{}}}],["program",{"_index":1191,"title":{},"body":{"license.html":{}}}],["progress",{"_index":1363,"title":{},"body":{"license.html":{}}}],["prohibited",{"_index":1139,"title":{},"body":{"license.html":{}}}],["prominent",{"_index":1309,"title":{},"body":{"license.html":{}}}],["promise",{"_index":501,"title":{},"body":{"injectables/I18nService.html":{},"miscellaneous/functions.html":{}}}],["properties",{"_index":9,"title":{"properties.html":{}},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiGrowlService.html":{},"interfaces/EuiTimeZone.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StoreMock.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"properties.html":{}}}],["property",{"_index":1386,"title":{},"body":{"license.html":{}}}],["proposal",{"_index":941,"title":{},"body":{"dependencies.html":{}}}],["protection",{"_index":1338,"title":{},"body":{"license.html":{}}}],["provide",{"_index":467,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["provided",{"_index":531,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"license.html":{}}}],["provider",{"_index":1077,"title":{},"body":{"miscellaneous/functions.html":{}}}],["providers",{"_index":253,"title":{},"body":{"modules/CoreModule.html":{}}}],["provides",{"_index":1268,"title":{},"body":{"license.html":{}}}],["providing",{"_index":247,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiPermissionService.html":{},"license.html":{}}}],["provision",{"_index":1336,"title":{},"body":{"license.html":{}}}],["provisions",{"_index":1441,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":675,"title":{},"body":{"injectables/StoreService.html":{}}}],["public",{"_index":10,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"injectables/EuiDynamicComponentService.html":{},"classes/EuiError.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"license.html":{}}}],["publicly",{"_index":1239,"title":{},"body":{"license.html":{}}}],["publish",{"_index":1496,"title":{},"body":{"license.html":{}}}],["published",{"_index":1500,"title":{},"body":{"license.html":{}}}],["purpose",{"_index":1381,"title":{},"body":{"license.html":{}}}],["queue",{"_index":81,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"miscellaneous/enumerations.html":{}}}],["queue.service.mock.ts",{"_index":127,"title":{},"body":{"classes/ApiQueueServiceMock.html":{}}}],["queue.service.ts",{"_index":62,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["quill",{"_index":914,"title":{},"body":{"dependencies.html":{}}}],["rc.0",{"_index":793,"title":{},"body":{"dependencies.html":{}}}],["readable",{"_index":1180,"title":{},"body":{"license.html":{}}}],["readiness",{"_index":154,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["ready",{"_index":141,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{},"interfaces/ModuleLoadEvent.html":{}}}],["reason",{"_index":1373,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":1343,"title":{},"body":{"license.html":{}}}],["received",{"_index":1475,"title":{},"body":{"license.html":{}}}],["reducer",{"_index":682,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"miscellaneous/functions.html":{}}}],["reducing",{"_index":1499,"title":{},"body":{"license.html":{}}}],["refactor",{"_index":208,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["refer",{"_index":1302,"title":{},"body":{"license.html":{}}}],["reference",{"_index":296,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{},"classes/I18nResourceImpl.html":{}}}],["refers",{"_index":1329,"title":{},"body":{"license.html":{}}}],["reflects",{"_index":153,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["reformed",{"_index":1492,"title":{},"body":{"license.html":{}}}],["regarding",{"_index":1467,"title":{},"body":{"license.html":{}}}],["registered",{"_index":1525,"title":{},"body":{"license.html":{}}}],["remain",{"_index":1476,"title":{},"body":{"license.html":{}}}],["remap",{"_index":895,"title":{},"body":{"dependencies.html":{}}}],["remote",{"_index":1462,"title":{},"body":{"license.html":{}}}],["remove",{"_index":142,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"miscellaneous/enumerations.html":{}}}],["remove(key",{"_index":155,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["remove(portalhostref",{"_index":306,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["remove_api_queue_item",{"_index":1013,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["removeallqueueitem",{"_index":69,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["removeapiqueueitemaction",{"_index":631,"title":{"classes/RemoveApiQueueItemAction.html":{}},"body":{"classes/RemoveApiQueueItemAction.html":{},"miscellaneous/typealiases.html":{}}}],["removeasync",{"_index":143,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{}}}],["removeasync(key",{"_index":156,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["removedresources",{"_index":460,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["removequeueitem",{"_index":70,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["removequeueitem(id",{"_index":124,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["removeresources",{"_index":440,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["removeresources(removedresources",{"_index":458,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["removes",{"_index":122,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/AsyncStorageService.html":{},"injectables/I18nLoader.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["rent",{"_index":1242,"title":{},"body":{"license.html":{}}}],["renting",{"_index":1209,"title":{},"body":{"license.html":{}}}],["reporter",{"_index":889,"title":{},"body":{"dependencies.html":{}}}],["repository",{"_index":1275,"title":{},"body":{"license.html":{},"properties.html":{}}}],["represents",{"_index":1481,"title":{},"body":{"license.html":{}}}],["reproduce",{"_index":1233,"title":{},"body":{"license.html":{}}}],["reproduced",{"_index":1470,"title":{},"body":{"license.html":{}}}],["reproducing",{"_index":1347,"title":{},"body":{"license.html":{}}}],["req",{"_index":55,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["request",{"_index":44,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["requested",{"_index":1466,"title":{},"body":{"license.html":{}}}],["required",{"_index":1171,"title":{},"body":{"license.html":{}}}],["reselect",{"_index":839,"title":{},"body":{"dependencies.html":{}}}],["residence",{"_index":1529,"title":{},"body":{"license.html":{}}}],["resides",{"_index":1520,"title":{},"body":{"license.html":{}}}],["resize",{"_index":923,"title":{},"body":{"dependencies.html":{}}}],["resource",{"_index":456,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["resourceerror",{"_index":633,"title":{"interfaces/ResourceError.html":{}},"body":{"interfaces/ResourceError.html":{}}}],["resources",{"_index":445,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{}}}],["response",{"_index":117,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["responses",{"_index":106,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["responsibility",{"_index":1429,"title":{},"body":{"license.html":{}}}],["responsible",{"_index":587,"title":{},"body":{"injectables/LogService.html":{}}}],["rest",{"_index":104,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["restrict",{"_index":1324,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":1293,"title":{},"body":{"license.html":{}}}],["result",{"_index":527,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["resulting",{"_index":1509,"title":{},"body":{"license.html":{}}}],["results",{"_index":23,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"properties.html":{},"miscellaneous/typealiases.html":{}}}],["retrieve",{"_index":90,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["retrycallback",{"_index":616,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["retrycount",{"_index":615,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["return",{"_index":191,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["returns",{"_index":56,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"miscellaneous/functions.html":{}}}],["reuse",{"_index":606,"title":{},"body":{"injectables/LogService.html":{}}}],["right",{"_index":352,"title":{},"body":{"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"license.html":{}}}],["right.permission",{"_index":374,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["right1.right2.permission",{"_index":381,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["rightid",{"_index":389,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["rights",{"_index":386,"title":{},"body":{"injectables/EuiPermissionService.html":{},"miscellaneous/enumerations.html":{},"license.html":{}}}],["rightsandpermission",{"_index":387,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["root",{"_index":466,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{},"classes/RouterMock.html":{}}}],["rootbaseloggername",{"_index":1067,"title":{},"body":{"miscellaneous/functions.html":{}}}],["rootconfig",{"_index":1068,"title":{},"body":{"miscellaneous/functions.html":{}}}],["route",{"_index":1010,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["route.snapshot.data['module",{"_index":189,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["router",{"_index":433,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["routermock",{"_index":635,"title":{"classes/RouterMock.html":{}},"body":{"classes/RouterMock.html":{}}}],["routerstate",{"_index":639,"title":{},"body":{"classes/RouterMock.html":{}}}],["royalty",{"_index":1226,"title":{},"body":{"license.html":{}}}],["rules",{"_index":1450,"title":{},"body":{"license.html":{}}}],["rxjs",{"_index":819,"title":{},"body":{"dependencies.html":{}}}],["sake",{"_index":1328,"title":{},"body":{"license.html":{}}}],["same",{"_index":487,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["saveuserpreferences",{"_index":783,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["scope",{"_index":1220,"title":{},"body":{"license.html":{}}}],["scroll",{"_index":907,"title":{},"body":{"dependencies.html":{}}}],["security.interceptor.ts",{"_index":256,"title":{},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["select",{"_index":663,"title":{},"body":{"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["select(key",{"_index":688,"title":{},"body":{"injectables/StoreService.html":{}}}],["select(selector",{"_index":665,"title":{},"body":{"classes/StoreMock.html":{}}}],["selector",{"_index":666,"title":{},"body":{"classes/StoreMock.html":{},"directives/TranslateMockDirective.html":{}}}],["selling",{"_index":1206,"title":{},"body":{"license.html":{}}}],["separated",{"_index":371,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["serializeurl",{"_index":643,"title":{},"body":{"classes/RouterMock.html":{}}}],["serve",{"_index":517,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["server",{"_index":452,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["service",{"_index":135,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/EuiPermissionService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LogService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["services",{"_index":137,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{},"license.html":{}}}],["session",{"_index":273,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/SessionStorageService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["sessionstorage",{"_index":654,"title":{},"body":{"injectables/SessionStorageService.html":{}}}],["sessionstorageservice",{"_index":652,"title":{"injectables/SessionStorageService.html":{}},"body":{"injectables/SessionStorageService.html":{}}}],["sessionstoragesync",{"_index":1059,"title":{},"body":{"miscellaneous/functions.html":{}}}],["sessionstoragesync(reducer",{"_index":1115,"title":{},"body":{"miscellaneous/functions.html":{}}}],["set",{"_index":144,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LogService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{}}}],["set(key",{"_index":159,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["setasync",{"_index":145,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{}}}],["setasync(key",{"_index":160,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["setdefaultlang",{"_index":724,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["setdefaultlang(lang",{"_index":737,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["sets",{"_index":120,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["severity",{"_index":227,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["shall",{"_index":1296,"title":{},"body":{"license.html":{}}}],["showconnectionstatus",{"_index":175,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["similar",{"_index":1448,"title":{},"body":{"license.html":{}}}],["similarly",{"_index":1453,"title":{},"body":{"license.html":{}}}],["slice",{"_index":775,"title":{},"body":{"injectables/UserService.html":{}}}],["software",{"_index":1134,"title":{},"body":{"license.html":{}}}],["sole",{"_index":1428,"title":{},"body":{"license.html":{}}}],["source",{"_index":958,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["sourcemap",{"_index":893,"title":{},"body":{"dependencies.html":{}}}],["spec",{"_index":899,"title":{},"body":{"dependencies.html":{}}}],["stack",{"_index":265,"title":{},"body":{"classes/ErrorSubClass.html":{},"classes/EuiError.html":{}}}],["stackblitz/sdk",{"_index":972,"title":{},"body":{"dependencies.html":{}}}],["started",{"_index":1121,"title":{"license.html":{}},"body":{}}],["startup.ts",{"_index":1037,"title":{},"body":{"miscellaneous/functions.html":{}}}],["state",{"_index":393,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["stated",{"_index":1387,"title":{},"body":{"license.html":{}}}],["stateslice",{"_index":673,"title":{},"body":{"injectables/StoreService.html":{}}}],["static",{"_index":240,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"modules/LogModule.html":{},"injectables/SessionStorageService.html":{}}}],["stating",{"_index":1310,"title":{},"body":{"license.html":{}}}],["status",{"_index":223,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/enumerations.html":{}}}],["statutory",{"_index":1414,"title":{},"body":{"license.html":{}}}],["stoppage",{"_index":1406,"title":{},"body":{"license.html":{}}}],["storage",{"_index":134,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"miscellaneous/functions.html":{}}}],["storage.service.mock.ts",{"_index":165,"title":{},"body":{"classes/AsyncStorageServiceMock.html":{}}}],["storage.service.ts",{"_index":131,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{}}}],["storageservice",{"_index":139,"title":{"classes/StorageService.html":{}},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{}}}],["storageservicemock",{"_index":656,"title":{"classes/StorageServiceMock.html":{}},"body":{"classes/StorageServiceMock.html":{}}}],["storagetype",{"_index":685,"title":{},"body":{"injectables/StoreService.html":{}}}],["store",{"_index":75,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiDynamicMenuService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/UserService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{}}}],["store.dispatch",{"_index":677,"title":{},"body":{"injectables/StoreService.html":{}}}],["store.select",{"_index":689,"title":{},"body":{"injectables/StoreService.html":{}}}],["stored",{"_index":1469,"title":{},"body":{"license.html":{}}}],["storemock",{"_index":658,"title":{"classes/StoreMock.html":{}},"body":{"classes/StoreMock.html":{}}}],["storeservice",{"_index":72,"title":{"injectables/StoreService.html":{}},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiDynamicMenuService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{}}}],["storeservicemock",{"_index":690,"title":{"injectables/StoreServiceMock.html":{}},"body":{"injectables/StoreServiceMock.html":{}}}],["string",{"_index":77,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"modules/CoreModule.html":{},"classes/ErrorSubClass.html":{},"classes/EuiError.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"injectables/StoreService.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"injectables/UserService.html":{},"miscellaneous/functions.html":{}}}],["study",{"_index":1184,"title":{},"body":{"license.html":{}}}],["sub",{"_index":1243,"title":{},"body":{"license.html":{}}}],["subject",{"_index":617,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"classes/TranslateServiceMock.html":{},"license.html":{}}}],["sublicensable",{"_index":1229,"title":{},"body":{"license.html":{}}}],["subscribes",{"_index":89,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["subsequent",{"_index":1359,"title":{},"body":{"license.html":{}}}],["success",{"_index":228,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["such",{"_index":1141,"title":{},"body":{"license.html":{}}}],["suffix",{"_index":473,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["summary",{"_index":229,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["support",{"_index":207,"title":{},"body":{"injectables/CoreAppEffects.html":{},"license.html":{}}}],["supports",{"_index":1247,"title":{},"body":{"license.html":{}}}],["t",{"_index":152,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"classes/StorageService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["table",{"_index":919,"title":{},"body":{"dependencies.html":{}}}],["take",{"_index":1504,"title":{},"body":{"license.html":{}}}],["tap((connected",{"_index":202,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["template",{"_index":851,"title":{},"body":{"dependencies.html":{}}}],["terminate",{"_index":1472,"title":{},"body":{"license.html":{}}}],["termination",{"_index":1471,"title":{},"body":{"license.html":{}}}],["terms",{"_index":1137,"title":{},"body":{"license.html":{}}}],["text",{"_index":709,"title":{},"body":{"pipes/TranslateMockPipe.html":{},"license.html":{}}}],["therefore",{"_index":1368,"title":{},"body":{"license.html":{}}}],["thereof",{"_index":1167,"title":{},"body":{"license.html":{}}}],["thereto",{"_index":1290,"title":{},"body":{"license.html":{}}}],["this.actions.pipe",{"_index":180,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.asservice.growl",{"_index":226,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.isloadedsubject.asobservable",{"_index":725,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.ondefaultlangchangesubject.asobservable",{"_index":729,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.onlangchangesubject.asobservable",{"_index":730,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.ontranslationchangesubject.asobservable",{"_index":731,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.showconnectionstatus",{"_index":214,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.showconnectionstatus?.enabled",{"_index":215,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.showconnectionstatus?.messagebox?.lifespan",{"_index":217,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.translateservice.get('eui.connected').subscribe((translation",{"_index":225,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["those",{"_index":1244,"title":{},"body":{"license.html":{}}}],["through",{"_index":529,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["time",{"_index":151,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"license.html":{}}}],["timeout",{"_index":274,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"miscellaneous/functions.html":{}}}],["timestamp",{"_index":110,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["timezone",{"_index":875,"title":{},"body":{"dependencies.html":{}}}],["timezone.service.ts",{"_index":403,"title":{},"body":{"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{}}}],["todo",{"_index":203,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["token",{"_index":300,"title":{},"body":{"injectables/EuiDynamicComponentService.html":{}}}],["trade",{"_index":1339,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":1300,"title":{},"body":{"license.html":{}}}],["transform",{"_index":707,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["transform(text",{"_index":708,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["transformer",{"_index":938,"title":{},"body":{"dependencies.html":{}}}],["translate",{"_index":521,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{}}}],["translate/core",{"_index":841,"title":{},"body":{"dependencies.html":{}}}],["translate/http",{"_index":843,"title":{},"body":{"dependencies.html":{}}}],["translatemockdirective",{"_index":693,"title":{"directives/TranslateMockDirective.html":{}},"body":{"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{}}}],["translatemockmodule",{"_index":702,"title":{"modules/TranslateMockModule.html":{}},"body":{"modules/TranslateMockModule.html":{},"modules.html":{}}}],["translatemockpipe",{"_index":704,"title":{"pipes/TranslateMockPipe.html":{}},"body":{"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{}}}],["translateparams",{"_index":699,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["translateservice",{"_index":50,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{}}}],["translateservicemock",{"_index":710,"title":{"classes/TranslateServiceMock.html":{}},"body":{"classes/TranslateServiceMock.html":{}}}],["translation",{"_index":232,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{}}}],["translations",{"_index":451,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResources.html":{}}}],["transmitting",{"_index":1212,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":1517,"title":{},"body":{"license.html":{}}}],["true",{"_index":100,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["true/false",{"_index":1073,"title":{},"body":{"miscellaneous/functions.html":{}}}],["ts",{"_index":903,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":821,"title":{},"body":{"dependencies.html":{}}}],["type",{"_index":12,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"classes/ErrorSubClass.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/typealiases.html":{}}}],["typealiases",{"_index":1546,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":213,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["types/cleave.js",{"_index":910,"title":{},"body":{"dependencies.html":{}}}],["types/jasmine",{"_index":871,"title":{},"body":{"dependencies.html":{}}}],["types/jasminewd2",{"_index":901,"title":{},"body":{"dependencies.html":{}}}],["types/lodash",{"_index":827,"title":{},"body":{"dependencies.html":{}}}],["types/marked",{"_index":944,"title":{},"body":{"dependencies.html":{}}}],["types/node",{"_index":873,"title":{},"body":{"dependencies.html":{}}}],["types/quill",{"_index":916,"title":{},"body":{"dependencies.html":{}}}],["typescript",{"_index":825,"title":{},"body":{"dependencies.html":{}}}],["tz",{"_index":416,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["undefined",{"_index":190,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["under",{"_index":1136,"title":{},"body":{"license.html":{}}}],["unenforceable",{"_index":1486,"title":{},"body":{"license.html":{}}}],["union",{"_index":1124,"title":{},"body":{"license.html":{}}}],["unique",{"_index":1501,"title":{},"body":{"license.html":{}}}],["unless",{"_index":1316,"title":{},"body":{"license.html":{}}}],["update",{"_index":398,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["update_app_connection",{"_index":1004,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_app_status",{"_index":1006,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_app_version",{"_index":1003,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_current_module",{"_index":1007,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_i18n_state",{"_index":1016,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_locale_state",{"_index":1017,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_notifications_list",{"_index":1018,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_dashboard",{"_index":1026,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_details",{"_index":1021,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_preferences",{"_index":1023,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_rights",{"_index":1025,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_state",{"_index":1020,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["updateappconnection",{"_index":172,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["updateappconnectionaction",{"_index":201,"title":{"classes/UpdateAppConnectionAction.html":{}},"body":{"injectables/CoreAppEffects.html":{},"classes/UpdateAppConnectionAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateappconnectionaction(connected",{"_index":199,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["updateappstatusaction",{"_index":740,"title":{"classes/UpdateAppStatusAction.html":{}},"body":{"classes/UpdateAppStatusAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateappversionaction",{"_index":742,"title":{"classes/UpdateAppVersionAction.html":{}},"body":{"classes/UpdateAppVersionAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatecurrentmoduleaction",{"_index":744,"title":{"classes/UpdateCurrentModuleAction.html":{}},"body":{"classes/UpdateCurrentModuleAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatecurrentmoduleaction(module",{"_index":193,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["updated",{"_index":1111,"title":{},"body":{"miscellaneous/functions.html":{}}}],["updatei18nstateaction",{"_index":746,"title":{"classes/UpdateI18nStateAction.html":{}},"body":{"classes/UpdateI18nStateAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatelocalestateaction",{"_index":749,"title":{"classes/UpdateLocaleStateAction.html":{}},"body":{"classes/UpdateLocaleStateAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatenotificationslistaction",{"_index":752,"title":{"classes/UpdateNotificationsListAction.html":{}},"body":{"classes/UpdateNotificationsListAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatestate",{"_index":361,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["updatestate(i18nstate",{"_index":540,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["updatestate(langstate",{"_index":532,"title":{},"body":{"injectables/I18nService.html":{}}}],["updatestate(rights",{"_index":397,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["updatestate(slice",{"_index":773,"title":{},"body":{"injectables/UserService.html":{}}}],["updatestate(state",{"_index":570,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["updatestate(userstate",{"_index":772,"title":{},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["updateuserdashboardaction",{"_index":755,"title":{"classes/UpdateUserDashboardAction.html":{}},"body":{"classes/UpdateUserDashboardAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserdetailsaction",{"_index":758,"title":{"classes/UpdateUserDetailsAction.html":{}},"body":{"classes/UpdateUserDetailsAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserpreferencesaction",{"_index":761,"title":{"classes/UpdateUserPreferencesAction.html":{}},"body":{"classes/UpdateUserPreferencesAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserrightsaction",{"_index":764,"title":{"classes/UpdateUserRightsAction.html":{}},"body":{"classes/UpdateUserRightsAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserstateaction",{"_index":766,"title":{"classes/UpdateUserStateAction.html":{}},"body":{"classes/UpdateUserStateAction.html":{}}}],["upon",{"_index":1165,"title":{},"body":{"license.html":{}}}],["url",{"_index":650,"title":{},"body":{"classes/RouterMock.html":{},"miscellaneous/functions.html":{}}}],["usage",{"_index":1202,"title":{},"body":{"license.html":{}}}],["use",{"_index":249,"title":{},"body":{"modules/CoreModule.html":{},"classes/TranslateServiceMock.html":{},"license.html":{}}}],["use(lang",{"_index":738,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["used",{"_index":1100,"title":{},"body":{"miscellaneous/functions.html":{}}}],["useful",{"_index":383,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["user",{"_index":219,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"miscellaneous/enumerations.html":{}}}],["user's",{"_index":392,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["userdetails",{"_index":759,"title":{},"body":{"classes/UpdateUserDetailsAction.html":{}}}],["userpreferences",{"_index":762,"title":{},"body":{"classes/UpdateUserPreferencesAction.html":{},"injectables/UserServiceMock.html":{}}}],["userservice",{"_index":769,"title":{"injectables/UserService.html":{}},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["userservicemock",{"_index":776,"title":{"injectables/UserServiceMock.html":{}},"body":{"injectables/UserServiceMock.html":{}}}],["userstate",{"_index":767,"title":{},"body":{"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["using",{"_index":553,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["utility",{"_index":161,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{},"miscellaneous/functions.html":{}}}],["uxmessage",{"_index":344,"title":{},"body":{"injectables/EuiGrowlService.html":{}}}],["uxrequesterrormodelinterceptor",{"_index":784,"title":{"interceptors/UxRequestErrorModelInterceptor.html":{}},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["v",{"_index":1126,"title":{},"body":{"license.html":{}}}],["v.1.1",{"_index":1151,"title":{},"body":{"license.html":{}}}],["valid",{"_index":1493,"title":{},"body":{"license.html":{}}}],["validity",{"_index":1488,"title":{},"body":{"license.html":{}}}],["value",{"_index":21,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"injectables/EuiDynamicMenuService.html":{},"injectables/EuiGrowlService.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["version",{"_index":687,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{},"license.html":{},"properties.html":{}}}],["versions",{"_index":1498,"title":{},"body":{"license.html":{}}}],["vested",{"_index":1231,"title":{},"body":{"license.html":{}}}],["via",{"_index":252,"title":{},"body":{"modules/CoreModule.html":{}}}],["void",{"_index":88,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/EuiDynamicComponentService.html":{},"injectables/EuiGrowlService.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["waives",{"_index":1257,"title":{},"body":{"license.html":{}}}],["want",{"_index":384,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LogService.html":{}}}],["warning",{"_index":83,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["warranties",{"_index":1304,"title":{},"body":{"license.html":{}}}],["warrants",{"_index":1350,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1362,"title":{},"body":{"license.html":{}}}],["way",{"_index":372,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["web",{"_index":954,"title":{},"body":{"dependencies.html":{},"miscellaneous/functions.html":{}}}],["webcomponents",{"_index":982,"title":{},"body":{"dependencies.html":{}}}],["webcomponents/custom",{"_index":868,"title":{},"body":{"dependencies.html":{}}}],["website",{"_index":1465,"title":{},"body":{"license.html":{}}}],["whether",{"_index":483,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["whole",{"_index":1490,"title":{},"body":{"license.html":{}}}],["wide",{"_index":1225,"title":{},"body":{"license.html":{}}}],["wilful",{"_index":1392,"title":{},"body":{"license.html":{}}}],["willingness",{"_index":1154,"title":{},"body":{"license.html":{}}}],["window",{"_index":1444,"title":{},"body":{"license.html":{}}}],["without",{"_index":1375,"title":{},"body":{"license.html":{}}}],["work",{"_index":1133,"title":{},"body":{"license.html":{}}}],["worker",{"_index":806,"title":{},"body":{"dependencies.html":{}}}],["works",{"_index":1163,"title":{},"body":{"license.html":{}}}],["world",{"_index":1224,"title":{},"body":{"license.html":{}}}],["wrapper",{"_index":518,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["xhr",{"_index":929,"title":{},"body":{"dependencies.html":{}}}],["yes",{"_index":269,"title":{},"body":{"classes/ErrorSubClass.html":{},"injectables/EuiDynamicComponentService.html":{},"classes/EuiError.html":{},"injectables/EuiGrowlService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/StoreService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"miscellaneous/functions.html":{}}}],["zone.js",{"_index":823,"title":{},"body":{"dependencies.html":{}}}]],"pipeline":["stemmer"]},
3
+ "store": {"classes/ActivatedRouteAction.html":{"url":"classes/ActivatedRouteAction.html","title":"class - ActivatedRouteAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ActivatedRouteAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: ActivatedRoute)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n ActivatedRoute\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : ActivatedRoute\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.ACTIVATED_ROUTE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AddApiQueueItemAction.html":{"url":"classes/AddApiQueueItemAction.html","title":"class - AddApiQueueItemAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AddApiQueueItemAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: literal type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n literal type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : literal type\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.ADD_API_QUEUE_ITEM\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AddAppLoadedConfigModulesAction.html":{"url":"classes/AddAppLoadedConfigModulesAction.html","title":"class - AddAppLoadedConfigModulesAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AddAppLoadedConfigModulesAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: literal type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n literal type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : literal type\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.ADD_APP_LOADED_CONFIG_MODULES\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/AddLangParamInterceptor.html":{"url":"interceptors/AddLangParamInterceptor.html","title":"interceptor - AddLangParamInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n AddLangParamInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/add-lang-param.interceptor.ts\n \n\n\n \n Description\n \n \n Interceptor for adding the current language as parameter\nAdd the header (LANG_PARAM_KEY, ) to your request http headers\n\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(translateService: TranslateService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ApiQueueService.html":{"url":"injectables/ApiQueueService.html","title":"injectable - ApiQueueService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ApiQueueService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/queue/api-queue.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addQueueItem\n \n \n getQueue\n \n \n getQueueItem\n \n \n processAllQueueItems\n \n \n processAllQueueItemsSequential\n \n \n processQueueItem\n \n \n removeAllQueueItem\n \n \n removeQueueItem\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: StoreService, http: HttpClient, logService: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n http\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addQueueItem\n \n \n \n \n \n \naddQueueItem(id: string, item: ApiQueueItem)\n \n \n\n\n\n\n \n \n Adds an item in the queue by dispatching an action to the store.\nWARNING if matches any other queue item id will overwrite it.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nThe id of the item inside the queue.\nWARNING if matches any other queue item id will overwrite it.\n\n\n \n \n \n item\n \n ApiQueueItem\n \n\n \n No\n \n\n\n \n \nan item for Queue\n\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getQueue\n \n \n \n \n \n \ngetQueue()\n \n \n\n\n\n\n \n \n Subscribes to the store to retrieve queue and then converts the queue object to an array of items.\n\n\n \n Returns : Observable\n\n \n \n An Observable of array of all items inside the current queue (ApiQueueItem[])\n\n \n \n \n \n \n \n \n \n \n \n \n getQueueItem\n \n \n \n \n \n \ngetQueueItem(id: string)\n \n \n\n\n\n\n \n \n Subscribes to the store to retrieve an item from the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nid of the item inside the queue\n\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n An Observable of ApiQueueItem type\n\n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItems\n \n \n \n \n \n \nprocessAllQueueItems(continueOnError: boolean)\n \n \n\n\n\n\n \n \n Process all the items inside the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n continueOnError\n \n boolean\n \n\n \n No\n \n\n \n true\n \n\n \n \nin case of an item request fails continue with the rest in queue\n\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n An Observable with an array which contains all responses from all items in queue.\n\n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItemsSequential\n \n \n \n \n \n \nprocessAllQueueItemsSequential(ascending: boolean)\n \n \n\n\n\n\n \n \n Process all items in queue after it order them based on their timestamp. Beware that order\nmatter in execution of Http Request in queue. When a request completes only then next will begin. Emission\nor Http response follows order.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n ascending\n \n boolean\n \n\n \n No\n \n\n \n true\n \n\n \n \nsets the order of queue items based on timestamp\n\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n processQueueItem\n \n \n \n \n \n \nprocessQueueItem(id: string)\n \n \n\n\n\n\n \n \n Process an item from the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nid of the item inside the queue\n\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n An Observable of type any\n\n \n \n \n \n \n \n \n \n \n \n \n removeAllQueueItem\n \n \n \n \n \n \nremoveAllQueueItem()\n \n \n\n\n\n\n \n \n Removes all items placed in the queue.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n removeQueueItem\n \n \n \n \n \n \nremoveQueueItem(id: string)\n \n \n\n\n\n\n \n \n Removes a given item from the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nid of the item inside the queue\n\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/ApiQueueServiceMock.html":{"url":"classes/ApiQueueServiceMock.html","title":"class - ApiQueueServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ApiQueueServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/queue/api-queue.service.mock.ts\n \n\n\n\n \n Extends\n \n \n ApiQueueService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addQueueItem\n \n \n getQueue\n \n \n getQueueItem\n \n \n processAllQueueItems\n \n \n processQueueItem\n \n \n removeAllQueueItem\n \n \n removeQueueItem\n \n \n processAllQueueItemsSequential\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addQueueItem\n \n \n \n \n \n \naddQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n getQueue\n \n \n \n \n \n \ngetQueue()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n getQueueItem\n \n \n \n \n \n \ngetQueueItem(id: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItems\n \n \n \n \n \n \nprocessAllQueueItems()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n processQueueItem\n \n \n \n \n \n \nprocessQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAllQueueItem\n \n \n \n \n \n \nremoveAllQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n removeQueueItem\n \n \n \n \n \n \nremoveQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItemsSequential\n \n \n \n \n \n \nprocessAllQueueItemsSequential(ascending: boolean)\n \n \n\n\n\n\n \n \n Process all items in queue after it order them based on their timestamp. Beware that order\nmatter in execution of Http Request in queue. When a request completes only then next will begin. Emission\nor Http response follows order.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n ascending\n \n boolean\n \n\n \n No\n \n\n \n true\n \n\n \n \nsets the order of queue items based on timestamp\n\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AsyncStorageService.html":{"url":"classes/AsyncStorageService.html","title":"class - AsyncStorageService","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AsyncStorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/async-storage.service.ts\n \n\n\n \n Description\n \n \n Generic asynchronous storage service. Concrete asynchronous storage services must extend this class\n\n \n\n \n Extends\n \n \n StorageService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Abstract\n get\n \n \n Abstract\n get\n \n \n Abstract\n ready\n \n \n Abstract\n remove\n \n \n removeAsync\n \n \n Abstract\n set\n \n \n Abstract\n set\n \n \n setAsync\n \n \n setAsync\n \n \n Abstract\n name\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from async storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable of value\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n ready\n \n \n \n \n \n \n \n ready()\n \n \n\n\n\n\n \n \n reflects the readiness of the storage\n\n\n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n remove\n \n \n \n \n \n \n \n remove(key: string)\n \n \n\n\n\n\n \n \n removes an object from async storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAsync\n \n \n \n \n \n \nremoveAsync(key: string)\n \n \n\n\n\n\n \n \n asynchronous helper for remove function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in async storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: T)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync(key: string, value: any)\n \n \n\n\n\n\n \n \n asynchronous helper for set function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync(key: string, value: T)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n name\n \n \n \n \n \n \n \n name()\n \n \n\n\n\n\n \n \n utility function, to determine the storage implementation\n\n\n \n Returns : string\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AsyncStorageServiceMock.html":{"url":"classes/AsyncStorageServiceMock.html","title":"class - AsyncStorageServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AsyncStorageServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/async-storage.service.mock.ts\n \n\n\n\n \n Extends\n \n \n AsyncStorageService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n ready\n \n \n remove\n \n \n removeAsync\n \n \n set\n \n \n setAsync\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n ready\n \n \n \n \n \n \nready()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAsync\n \n \n \n \n \n \nremoveAsync()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/CachePreventionInterceptor.html":{"url":"interceptors/CachePreventionInterceptor.html","title":"interceptor - CachePreventionInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n CachePreventionInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/cache-prevention.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/CoreAppEffects.html":{"url":"injectables/CoreAppEffects.html","title":"injectable - CoreAppEffects","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n CoreAppEffects\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/effects/app.effects.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n activatedRoute\n \n \n getAppConnectionInformation\n \n \n updateAppConnection\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(actions: Actions, showConnectionStatus: boolean | ConnectionStatus, translateService: TranslateService, asService: EuiGrowlService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n actions\n \n \n Actions\n \n \n \n No\n \n \n \n \n showConnectionStatus\n \n \n boolean | ConnectionStatus\n \n \n \n No\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n asService\n \n \n EuiGrowlService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n activatedRoute\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : createEffect(() =>\n this.actions.pipe(\n ofType(CoreAppActionTypes.ACTIVATED_ROUTE),\n map((action: ActivatedRouteAction) => action.payload),\n mergeMap((route) => {\n // extract the module name, if defined\n const module = route.snapshot.data['module'] || 'undefined';\n return [new UpdateCurrentModuleAction(module)];\n }),\n ),\n )\n \n \n\n\n \n \n \n \n \n \n \n \n getAppConnectionInformation\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : createEffect(() =>\n merge(fromEvent(window, 'online').pipe(mapTo(true)), fromEvent(window, 'offline').pipe(mapTo(false))).pipe(\n map((connected) => new UpdateAppConnectionAction(connected)),\n ),\n )\n \n \n\n\n \n \n \n \n \n \n \n \n updateAppConnection\n \n \n \n \n \n \n Default value : createEffect(\n () =>\n this.actions.pipe(\n ofType(CoreAppActionTypes.UPDATE_APP_CONNECTION),\n map((action: UpdateAppConnectionAction) => action.payload),\n tap((connected) => {\n // TODO: for eUI 14, drop boolean support and refactor\n // check if feature is enabled\n const isFeatureEnabled =\n typeof this.showConnectionStatus !== 'boolean' ? this.showConnectionStatus?.enabled : this.showConnectionStatus;\n // extract lifespan if any\n const lifespan =\n typeof this.showConnectionStatus !== 'boolean' ? this.showConnectionStatus?.messageBox?.lifespan || 0 : 0;\n\n // if the user needs to be informed about the connection status\n if (isFeatureEnabled) {\n if (connected) {\n this.translateService.get('eui.CONNECTED').subscribe((translation) => {\n this.asService.growl(\n { severity: 'success', summary: 'MESSAGE', detail: translation, life: lifespan },\n lifespan {\n this.asService.growl(\n { severity: 'danger', summary: 'ERROR', detail: translation, life: lifespan },\n lifespan \n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/CoreModule.html":{"url":"modules/CoreModule.html","title":"module - CoreModule","body":"\n \n\n\n\n\n Modules\n CoreModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/eui-core.module.ts\n \n\n\n\n\n\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n Static\n forChild\n \n \n \n \n \n \n \n forChild(moduleName: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n moduleName\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n forRoot\n \n \n \n \n \n \n \n forRoot()\n \n \n\n\n\n\n \n \n No more providing config from forRoot, you have to use EUI_CONFIG_TOKEN to pass config via providers.\n\n\n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/CorsSecurityInterceptor.html":{"url":"interceptors/CorsSecurityInterceptor.html","title":"interceptor - CorsSecurityInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n CorsSecurityInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/cors-security.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/CsrfPreventionInterceptor.html":{"url":"interceptors/CsrfPreventionInterceptor.html","title":"interceptor - CsrfPreventionInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n CsrfPreventionInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/csrf-prevention.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/EmptyApiQueueAction.html":{"url":"classes/EmptyApiQueueAction.html","title":"class - EmptyApiQueueAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n EmptyApiQueueAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: any)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n any\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : any\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.EMPTY_API_QUEUE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/ErrorSubClass.html":{"url":"classes/ErrorSubClass.html","title":"class - ErrorSubClass","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ErrorSubClass\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/eui.error.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Optional\n code\n \n \n Public\n message\n \n \n Public\n name\n \n \n Public\n stack\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(code?: string, msg?: string, args?: any)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n code\n \n \n string\n \n \n \n Yes\n \n \n \n \n msg\n \n \n string\n \n \n \n Yes\n \n \n \n \n args\n \n \n any\n \n \n \n Yes\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Optional\n code\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n message\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n name\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n stack\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{"url":"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html","title":"interceptor - EuLoginSessionTimeoutHandlingInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n EuLoginSessionTimeoutHandlingInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/eu-login-session-timeout-handling.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/EuiCoreRootGuardClass.html":{"url":"classes/EuiCoreRootGuardClass.html","title":"class - EuiCoreRootGuardClass","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n EuiCoreRootGuardClass\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/eui-core.module.ts\n \n\n\n\n\n\n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/EuiDynamicComponentService.html":{"url":"injectables/EuiDynamicComponentService.html","title":"injectable - EuiDynamicComponentService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n EuiDynamicComponentService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/dynamic-component/dynamic-component.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n add\n \n \n Public\n remove\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(componentFactoryResolver: ComponentFactoryResolver, injector: Injector, appRef: ApplicationRef)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n componentFactoryResolver\n \n \n ComponentFactoryResolver\n \n \n \n No\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n \n appRef\n \n \n ApplicationRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n add\n \n \n \n \n \n \n \n add(component: ComponentType, el?: ElementRef, config?: any)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n Adds a component to portal host dynamically\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n component\n \n ComponentType\n \n\n \n No\n \n\n\n \n The component to be injected\n\n \n \n \n el\n \n ElementRef\n \n\n \n Yes\n \n\n\n \n The element reference for the component to be injected\n\n \n \n \n config\n \n any\n \n\n \n Yes\n \n\n\n \n The data to be passed (config) for the DYNAMIC_COMPONENT_CONFIG token\n\n \n \n \n \n \n \n Returns : { portalHost: DomPortalOutlet; portal: ComponentPortal; portalComponentInstance: ComponentRef; }\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n remove\n \n \n \n \n \n \n \n remove(portalHostRef: DomPortalOutlet)\n \n \n\n\n\n\n \n \n detaches a portalHost\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n portalHostRef\n \n DomPortalOutlet\n \n\n \n No\n \n\n\n \n reference of portal host to be detached\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/EuiDynamicMenuService.html":{"url":"injectables/EuiDynamicMenuService.html","title":"injectable - EuiDynamicMenuService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n EuiDynamicMenuService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/dynamic-menu/dynamic-menu.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n menuLinks\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n filterEuiMenuItemsWithRights\n \n \n getMenuLinks\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(euiPermission: EuiPermissionService, store: StoreService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n euiPermission\n \n \n EuiPermissionService\n \n \n \n No\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n filterEuiMenuItemsWithRights\n \n \n \n \n \n \nfilterEuiMenuItemsWithRights(links: Array)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n links\n \n Array\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getMenuLinks\n \n \n \n \n \n \ngetMenuLinks()\n \n \n\n\n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n menuLinks\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : []\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/EuiError.html":{"url":"classes/EuiError.html","title":"class - EuiError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n EuiError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/eui.error.ts\n \n\n\n\n \n Extends\n \n \n ErrorSubClass\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n Optional\n code\n \n \n Public\n message\n \n \n Public\n name\n \n \n Public\n stack\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(code: string, msg?: string, args?: any)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n code\n \n \n string\n \n \n \n No\n \n \n \n \n msg\n \n \n string\n \n \n \n Yes\n \n \n \n \n args\n \n \n any\n \n \n \n Yes\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n Optional\n code\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n message\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n name\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n stack\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/EuiGrowlService.html":{"url":"injectables/EuiGrowlService.html","title":"injectable - EuiGrowlService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n EuiGrowlService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/growl/eui-growl.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n growlCallback\n \n \n growlLife\n \n \n growlMessages\n \n \n growlPosition\n \n \n isCloseAllSticky\n \n \n isGrowlSticky\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n clearGrowl\n \n \n growl\n \n \n growlError\n \n \n growlInfo\n \n \n growlSuccess\n \n \n growlWarning\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n clearGrowl\n \n \n \n \n \n \nclearGrowl()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n growl\n \n \n \n \n \n \ngrowl(msg: EuiGrowlMessage, isSticky?: boolean, isMultiple?: boolean, life?: number, position?: string, callback?: () => void)\n \n \n\n\n\n\n \n \n displays a growl UxMessage item, isSticky\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n msg\n \n EuiGrowlMessage\n \n\n \n No\n \n\n\n \n \n isSticky\n \n boolean\n \n\n \n Yes\n \n\n\n \n \n isMultiple\n \n boolean\n \n\n \n Yes\n \n\n\n \n \n life\n \n number\n \n\n \n Yes\n \n\n\n \n \n position\n \n string\n \n\n \n Yes\n \n\n\n \n \n callback\n \n function\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n growlError\n \n \n \n \n \n \ngrowlError(msg: string, position?: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n msg\n \n string\n \n\n \n No\n \n\n\n \n \n position\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n growlInfo\n \n \n \n \n \n \ngrowlInfo(msg: string, position?: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n msg\n \n string\n \n\n \n No\n \n\n\n \n \n position\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n growlSuccess\n \n \n \n \n \n \ngrowlSuccess(msg: string, position?: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n msg\n \n string\n \n\n \n No\n \n\n\n \n \n position\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n growlWarning\n \n \n \n \n \n \ngrowlWarning(msg: string, position?: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n msg\n \n string\n \n\n \n No\n \n\n\n \n \n position\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n growlCallback\n \n \n \n \n \n \n Type : null\n\n \n \n \n \n Default value : null\n \n \n\n\n \n \n \n \n \n \n \n \n growlLife\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 3000\n \n \n\n\n \n \n \n \n \n \n \n \n growlMessages\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : []\n \n \n\n\n \n \n \n \n \n \n \n \n growlPosition\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'bottom-right'\n \n \n\n\n \n \n \n \n \n \n \n \n isCloseAllSticky\n \n \n \n \n \n \n Default value : false\n \n \n\n\n \n \n \n \n \n \n \n \n isGrowlSticky\n \n \n \n \n \n \n Default value : false\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/EuiPermissionService.html":{"url":"injectables/EuiPermissionService.html","title":"injectable - EuiPermissionService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n EuiPermissionService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/permission/permission.service.ts\n \n\n\n\n \n Extends\n \n \n EuiService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n checkAttributePermission\n \n \n checkPermission\n \n \n checkRight\n \n \n getState\n \n \n init\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(log: LogService, store: StoreService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n checkAttributePermission\n \n \n \n \n \n \ncheckAttributePermission(rightsAndPermission: string)\n \n \n\n\n\n\n \n \n accepts a string of right and or a permission. In string first comes the right and or followed by permission in\na dot separated way e.g. 'RIGHT.PERMISSION' or 'RIGHT'. The string can contain more that 2 separated fields.\nIn that case the last field should be the permission and all the others a Right. e.g. 'RIGHT1.RIGHT2.PERMISSION'\nThe last part is useful where you want a user to have multiple rights and the permission of the last right.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n rightsAndPermission\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n checkPermission\n \n \n \n \n \n \ncheckPermission(rightId: string, permission: string)\n \n \n\n\n\n\n \n \n check if a user has that right and that right has the permission given.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n rightId\n \n string\n \n\n \n No\n \n\n\n \n the right of the user\n\n \n \n \n permission\n \n string\n \n\n \n No\n \n\n\n \n the permission of the right\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n checkRight\n \n \n \n \n \n \ncheckRight(rightId: string)\n \n \n\n\n\n\n \n \n check if a user has the right.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n rightId\n \n string\n \n\n \n No\n \n\n\n \n the id of Right\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState()\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n get the user's Rights from the state\n\n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(rights: EuiUserRight[])\n \n \n\n\n\n\n \n \n initialize the service by providing a state\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n rights\n \n EuiUserRight[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(rights: EuiUserRight[])\n \n \n\n\n\n\n \n \n update the state with the given user's rights\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n rights\n \n EuiUserRight[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/EuiTimeZone.html":{"url":"interfaces/EuiTimeZone.html","title":"interface - EuiTimeZone","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n EuiTimeZone\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/eui-timezone.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n desc\n \n \n \n \n name\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n desc\n \n \n \n \n \n \n \n \n desc: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/EuiTimezoneService.html":{"url":"injectables/EuiTimezoneService.html","title":"injectable - EuiTimezoneService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n EuiTimezoneService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/eui-timezone.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getCountries\n \n \n getTimezone\n \n \n getTimezones\n \n \n iso2country\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getCountries\n \n \n \n \n \n \ngetCountries()\n \n \n\n\n\n\n \n \n Gets the list of ISO-codes for all countries\n\n\n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n getTimezone\n \n \n \n \n \n \ngetTimezone(tz: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tz\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : EuiTimeZone\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getTimezones\n \n \n \n \n \n \ngetTimezones()\n \n \n\n\n\n\n \n \n\n \n Returns : EuiTimeZone[]\n\n \n \n \n \n \n \n \n \n \n \n \n iso2country\n \n \n \n \n \n \niso2country(iso: string)\n \n \n\n\n\n\n \n \n Convert country ISO code to country name (in english)\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n iso\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/GlobalErrorHandler.html":{"url":"injectables/GlobalErrorHandler.html","title":"injectable - GlobalErrorHandler","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n GlobalErrorHandler\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/global-error-handler.ts\n \n\n\n\n \n Extends\n \n \n ErrorHandler\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(logService: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleError\n \n \n \n \n \n \nhandleError(error: any)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/HttpErrorHandlerInterceptor.html":{"url":"interceptors/HttpErrorHandlerInterceptor.html","title":"interceptor - HttpErrorHandlerInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n HttpErrorHandlerInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/http-error-handler.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: HttpErrorHandlerConfig, injector: Injector, router: Router)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n HttpErrorHandlerConfig\n \n \n \n No\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/I18nLoader.html":{"url":"injectables/I18nLoader.html","title":"injectable - I18nLoader","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n I18nLoader\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n addResources\n \n \n Public\n getFailedResources\n \n \n Public\n getTranslation\n \n \n Public\n loadResources\n \n \n Public\n removeResources\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(http: HttpClient, logService: LogService, euiAppConfig: EuiAppConfig)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n http\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n euiAppConfig\n \n \n EuiAppConfig\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n addResources\n \n \n \n \n \n \n \n addResources(config: I18nLoaderConfig)\n \n \n\n\n\n\n \n \n Adds resources\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n loader configuration\n\n \n \n \n \n \n \n Returns : I18nResourceImpl[]\n\n \n \n Observable | false\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getFailedResources\n \n \n \n \n \n \n \n getFailedResources()\n \n \n\n\n\n\n \n \n Returns resources that failed\n\n\n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getTranslation\n \n \n \n \n \n \n \n getTranslation(lang: string)\n \n \n\n\n\n\n \n \n Gets the translations from the server\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n loadResources\n \n \n \n \n \n \n \n loadResources(resources: I18nResourceImpl[], lang: string)\n \n \n\n\n\n\n \n \n Loads an array of resources, by language\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n resources\n \n I18nResourceImpl[]\n \n\n \n No\n \n\n\n \n the definition of the resources\n\n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n the resource language to load\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n removeResources\n \n \n \n \n \n \n \n removeResources(removedResources: I18nResourceImpl[])\n \n \n\n\n\n\n \n \n Removes resources from the loader instance\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n removedResources\n \n I18nResourceImpl[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/I18nModule.html":{"url":"modules/I18nModule.html","title":"module - I18nModule","body":"\n \n\n\n\n\n Modules\n I18nModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.module.ts\n \n\n\n\n \n Description\n \n \n I18N Module\n\n \n\n\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n Static\n forRoot\n \n \n \n \n \n \n \n forRoot()\n \n \n\n\n\n\n \n \n method called in your root module to provide the I18nModule\n\n\n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/I18nResourceImpl.html":{"url":"classes/I18nResourceImpl.html","title":"class - I18nResourceImpl","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n I18nResourceImpl\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.resource.ts\n \n\n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n compileTranslations\n \n \n Public\n equals\n \n \n Public\n getPath\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(prefix: string, suffix: string, compileTranslationsFn: (translations: any,lang: string) => void)\n \n \n\n \n \n Resource constructor\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n prefix\n \n \n string\n \n \n \n No\n \n \n \n the prefix of the resource\n\n \n \n \n suffix\n \n \n string\n \n \n \n No\n \n \n \n the suffix of the resource, optional parameter\n\n \n \n \n compileTranslationsFn\n \n \n function\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n compileTranslations\n \n \n \n \n \n \n \n compileTranslations(translations: any, lang: string)\n \n \n\n\n\n\n \n \n Translations pre-processor\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n translations\n \n any\n \n\n \n No\n \n\n\n \n the object to be pre-processed\n\n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n the translations language\n\n \n \n \n \n \n \n Returns : any\n\n \n \n the pre-processed translations\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n equals\n \n \n \n \n \n \n \n equals(obj: I18nResourceImpl)\n \n \n\n\n\n\n \n \n Indicates whether other object is equal-to this one.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n obj\n \n I18nResourceImpl\n \n\n \n No\n \n\n\n \n the reference object with which to compare\n\n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if this object is the same as obj, false otherwise\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getPath\n \n \n \n \n \n \n \n getPath(lang: string)\n \n \n\n\n\n\n \n \n The path to the resource\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n the resource language\n\n \n \n \n \n \n \n Returns : string\n\n \n \n the path\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/I18nService.html":{"url":"injectables/I18nService.html","title":"injectable - I18nService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n I18nService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts\n \n\n\n\n \n Extends\n \n \n EuiLazyService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n addResources\n \n \n getState\n \n \n getState\n \n \n getState\n \n \n init\n \n \n Public\n lazyLoad\n \n \n lazyLoadInit\n \n \n onReady\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(baseGlobalConfig: GlobalConfig, translateService: TranslateService, logService: LogService, store: StoreService, document: Document)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n baseGlobalConfig\n \n \n GlobalConfig\n \n \n \n No\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n document\n \n \n Document\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n addResources\n \n \n \n \n \n \n \n addResources(config: I18nLoaderConfig, moduleName?: string)\n \n \n\n\n\n\n \n \n Add resources based of a config loader\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n I18nLoaderConfig\n\n \n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n Promise an EuiServiceStatus when translation has fully loaded\n\n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(mapFn?: (state?: T) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n mapFn\n \n function\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(key?: a)\n \n \n\n\n\n \n \n Type parameters :\n \n a\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n a\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable<>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(keyOrMapFn?: | string)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n keyOrMapFn\n \n | string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(langState?: T)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n langState\n \n T\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n lazyLoad\n \n \n \n \n \n \n \n lazyLoad(config: I18nLoaderConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n lazyLoadInit\n \n \n \n \n \n \nlazyLoadInit(moduleConfig: ModuleConfig, moduleName?: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n moduleConfig\n \n ModuleConfig\n \n\n \n No\n \n\n\n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n onReady\n \n \n \n \n \n \nonReady(moduleName?: string)\n \n \n\n\n\n\n \n \n A pipe function that could serve as a wrapper of another observable\ne.g. ngx-translate i18n.onReady('my_module').pipe(switchMap(()=>translate.get('eui.KEY')));\nWARNING: onReady will emit only once for a loaded Module, going to another and then going back will not result\ninto another emission.\nfetch module name from the state.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n the name of the module that has been given through the eUI globalConfig. In case non provided\nfetch module name from the state.\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(langState: T | I18nState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n langState\n \n T | I18nState\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/I18nServiceMock.html":{"url":"injectables/I18nServiceMock.html","title":"injectable - I18nServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n I18nServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.service.mock.ts\n \n\n\n\n \n Extends\n \n \n I18nService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addResources\n \n \n getState\n \n \n init\n \n \n lazyLoadInit\n \n \n updateState\n \n \n Public\n lazyLoad\n \n \n onReady\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n onLangChange\n \n \n currentLanguage\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addResources\n \n \n \n \n \n \naddResources()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(i18nState?: I18nState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n i18nState\n \n I18nState\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n lazyLoadInit\n \n \n \n \n \n \nlazyLoadInit()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(i18nState: I18nState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n i18nState\n \n I18nState\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n lazyLoad\n \n \n \n \n \n \n \n lazyLoad(config: I18nLoaderConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n onReady\n \n \n \n \n \n \nonReady(moduleName?: string)\n \n \n\n\n\n\n \n \n A pipe function that could serve as a wrapper of another observable\ne.g. ngx-translate i18n.onReady('my_module').pipe(switchMap(()=>translate.get('eui.KEY')));\nWARNING: onReady will emit only once for a loaded Module, going to another and then going back will not result\ninto another emission.\nfetch module name from the state.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n the name of the module that has been given through the eUI globalConfig. In case non provided\nfetch module name from the state.\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n onLangChange\n \n \n\n \n \n getonLangChange()\n \n \n\n \n \n \n \n \n \n \n currentLanguage\n \n \n\n \n \n getcurrentLanguage()\n \n \n\n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/InitStoreAction.html":{"url":"classes/InitStoreAction.html","title":"class - InitStoreAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n InitStoreAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: literal type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n literal type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : literal type\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.INIT_STORE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/LoadedResources.html":{"url":"interfaces/LoadedResources.html","title":"interface - LoadedResources","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n LoadedResources\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n errors\n \n \n \n \n hasError\n \n \n \n \n translations\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n errors\n \n \n \n \n \n \n \n \n errors: Array\n\n \n \n\n\n \n \n Type : Array\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n hasError\n \n \n \n \n \n \n \n \n hasError: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n translations\n \n \n \n \n \n \n \n \n translations: object\n\n \n \n\n\n \n \n Type : object\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/LoadedResourcesError.html":{"url":"interfaces/LoadedResourcesError.html","title":"interface - LoadedResourcesError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n LoadedResourcesError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n error\n \n \n \n \n resource\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n error\n \n \n \n \n \n \n \n \n error: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n resource\n \n \n \n \n \n \n \n \n resource: I18nResourceImpl\n\n \n \n\n\n \n \n Type : I18nResourceImpl\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocalForageService.html":{"url":"injectables/LocalForageService.html","title":"injectable - LocalForageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocalForageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/local-forage.service.ts\n \n\n\n \n Description\n \n \n localforage service, using the localForage javascript library\nhttps://localforage.github.io/localForage\n\n \n\n \n Extends\n \n \n AsyncStorageService\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n ready\n \n \n remove\n \n \n set\n \n \n removeAsync\n \n \n setAsync\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: any, log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n any\n \n \n \n No\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from localforage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable of value\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n the name of the storage service\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n ready\n \n \n \n \n \n \nready()\n \n \n\n\n\n\n \n \n reflects the readiness of the storage\n\n\n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove(key: string)\n \n \n\n\n\n\n \n \n removes an object from localforage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in localforage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAsync\n \n \n \n \n \n \nremoveAsync(key: string)\n \n \n\n\n\n\n \n \n asynchronous helper for remove function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync(key: string, value: any)\n \n \n\n\n\n\n \n \n asynchronous helper for set function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'LocalForageService'\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocalStorageService.html":{"url":"injectables/LocalStorageService.html","title":"injectable - LocalStorageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocalStorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/local-storage.service.ts\n \n\n\n \n Description\n \n \n localStorage service\n\n \n\n \n Extends\n \n \n StorageService\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n remove\n \n \n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from local storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n Returns : any\n\n \n \n the value or undefined, if case of error\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n the name of the storage service\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove(key: string)\n \n \n\n\n\n\n \n \n removes an object from local storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in local storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'LocalStorageService'\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocaleService.html":{"url":"injectables/LocaleService.html","title":"injectable - LocaleService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocaleService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/locale/locale.service.ts\n \n\n\n\n \n Extends\n \n \n EuiService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addLocale\n \n \n getState\n \n \n getState\n \n \n getState\n \n \n init\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n previousLocale\n \n \n currentLocale\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: StoreService, baseGlobalConfig: GlobalConfig, locale_id: string, localeMapper: LocaleMapper, i18n: I18nService, log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n baseGlobalConfig\n \n \n GlobalConfig\n \n \n \n No\n \n \n \n \n locale_id\n \n \n string\n \n \n \n No\n \n \n \n \n localeMapper\n \n \n LocaleMapper\n \n \n \n No\n \n \n \n \n i18n\n \n \n I18nService\n \n \n \n No\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addLocale\n \n \n \n \n \n \naddLocale(id: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(mapFn?: (state?: T) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n mapFn\n \n function\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(key?: a)\n \n \n\n\n\n \n \n Type parameters :\n \n a\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n a\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable<>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(keyOrMapFn?: | string)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n keyOrMapFn\n \n | string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(state?: LocaleState | undefined)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState | undefined\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(state: LocaleState)\n \n \n\n\n\n\n \n \n dynamically load locale and update the state\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n previousLocale\n \n \n\n \n \n getpreviousLocale()\n \n \n\n \n \n \n \n \n \n \n currentLocale\n \n \n\n \n \n getcurrentLocale()\n \n \n\n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocaleServiceMock.html":{"url":"injectables/LocaleServiceMock.html","title":"injectable - LocaleServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocaleServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/locale/locale.service.mock.ts\n \n\n\n\n \n Extends\n \n \n LocaleService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getState\n \n \n init\n \n \n updateState\n \n \n addLocale\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(locale_id: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n locale_id\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(state?: LocaleState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(state: LocaleState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n addLocale\n \n \n \n \n \n \naddLocale(id: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/LogModule.html":{"url":"modules/LogModule.html","title":"module - LogModule","body":"\n \n\n\n\n\n Modules\n LogModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/services/log/log.module.ts\n \n\n\n\n \n Description\n \n \n Log Module\n\n \n\n\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n Static\n forChild\n \n \n \n \n \n \n \n forChild(config: LogConfig)\n \n \n\n\n\n\n \n \n method called in your other (non root, lazy loaded) modules to import a different instance of LogService\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n config\n \n LogConfig\n \n\n \n No\n \n\n \n DEFAULT_LOG_CONFIG\n \n\n \n \n \n \n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n forRoot\n \n \n \n \n \n \n \n forRoot(config: LogConfig)\n \n \n\n\n\n\n \n \n method called in your root module to provide the LogService\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n config\n \n LogConfig\n \n\n \n No\n \n\n \n DEFAULT_LOG_CONFIG\n \n\n \n \n \n \n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n \n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LogService.html":{"url":"injectables/LogService.html","title":"injectable - LogService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LogService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/log/log.service.ts\n \n\n\n \n Description\n \n \n Log service, responsible for getting or creating loggers. It itself acts as a base logger\n\n \n\n \n Extends\n \n \n Logger\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getLogger\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(name: string, level: LogLevel, appenders: LogAppender[])\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n name\n \n \n string\n \n \n \n No\n \n \n \n \n level\n \n \n LogLevel\n \n \n \n No\n \n \n \n \n appenders\n \n \n LogAppender[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getLogger\n \n \n \n \n \n \ngetLogger(loggerName: string, persist: boolean)\n \n \n\n\n\n\n \n \n Gets a logger by name. If the logger does not exist, it is created\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n loggerName\n \n string\n \n\n \n No\n \n\n \n \n\n \n logger name\n\n \n \n \n persist\n \n boolean\n \n\n \n No\n \n\n \n false\n \n\n \n optional parameter. Set it to true if you want to reuse the logger. By default, it is set to false\n\n \n \n \n \n \n \n Returns : Logger\n\n \n \n the logger\n\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/LogServiceMock.html":{"url":"classes/LogServiceMock.html","title":"class - LogServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n LogServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/log/log.service.mock.ts\n \n\n\n\n \n Extends\n \n \n LoggerMock\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getLogger\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getLogger\n \n \n \n \n \n \ngetLogger()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ModuleLoadEvent.html":{"url":"interfaces/ModuleLoadEvent.html","title":"interface - ModuleLoadEvent","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ModuleLoadEvent\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n error\n \n \n \n \n name\n \n \n \n \n ready\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n error\n \n \n \n \n \n \n \n \n error: any\n\n \n \n\n\n \n \n Type : any\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n ready\n \n \n \n \n \n \n \n \n ready: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/OpenIdConnectInterceptor.html":{"url":"interceptors/OpenIdConnectInterceptor.html","title":"interceptor - OpenIdConnectInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n OpenIdConnectInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n defaultMaximumRequestRetries\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler, retryCount: number, retryCallback?: Subject>)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n \n \n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n \n \n\n \n \n retryCount\n \n number\n \n\n \n No\n \n\n \n 0\n \n\n \n \n retryCallback\n \n Subject>\n \n\n \n Yes\n \n\n \n \n\n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n defaultMaximumRequestRetries\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 1\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/OpenIdConnectService.html":{"url":"injectables/OpenIdConnectService.html","title":"injectable - OpenIdConnectService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n OpenIdConnectService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getUserDetails\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getUserDetails\n \n \n \n \n \n \ngetUserDetails()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/OpenIdConnectServiceMock.html":{"url":"classes/OpenIdConnectServiceMock.html","title":"class - OpenIdConnectServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n OpenIdConnectServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.service.mock.ts\n \n\n\n\n \n Extends\n \n \n OpenIdConnectService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getUserDetails\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getUserDetails\n \n \n \n \n \n \ngetUserDetails()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/OpenIdConnectUserDetails.html":{"url":"interfaces/OpenIdConnectUserDetails.html","title":"interface - OpenIdConnectUserDetails","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n OpenIdConnectUserDetails\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n departmentNumber\n \n \n \n Optional\n \n domain\n \n \n \n Optional\n \n domainUsername\n \n \n \n Optional\n \n email\n \n \n \n Optional\n \n firstName\n \n \n \n Optional\n \n lastName\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n departmentNumber\n \n \n \n \n \n \n \n \n departmentNumber: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n domain\n \n \n \n \n \n \n \n \n domain: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n domainUsername\n \n \n \n \n \n \n \n \n domainUsername: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n email\n \n \n \n \n \n \n \n \n email: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n firstName\n \n \n \n \n \n \n \n \n firstName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n lastName\n \n \n \n \n \n \n \n \n lastName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/RemoveApiQueueItemAction.html":{"url":"classes/RemoveApiQueueItemAction.html","title":"class - RemoveApiQueueItemAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n RemoveApiQueueItemAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.REMOVE_API_QUEUE_ITEM\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ResourceError.html":{"url":"interfaces/ResourceError.html","title":"interface - ResourceError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ResourceError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n error\n \n \n \n \n isError\n \n \n \n Optional\n \n resource\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n error\n \n \n \n \n \n \n \n \n error: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n isError\n \n \n \n \n \n \n \n \n isError: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n resource\n \n \n \n \n \n \n \n \n resource: I18nResourceImpl\n\n \n \n\n\n \n \n Type : I18nResourceImpl\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/RouterMock.html":{"url":"classes/RouterMock.html","title":"class - RouterMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n RouterMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/router.mock.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n events\n \n \n Public\n ne\n \n \n Public\n routerState\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n createUrlTree\n \n \n navigate\n \n \n navigateByUrl\n \n \n serializeUrl\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n events\n \n \n \n \n \n \n Default value : new Observable((observer) => {\n observer.next(this.ne);\n observer.complete();\n })\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n ne\n \n \n \n \n \n \n Default value : new NavigationEnd(0, 'http://localhost:4200/login', 'http://localhost:4200/login')\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n routerState\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : {\n root: {},\n }\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n createUrlTree\n \n \n \n \n \n \ncreateUrlTree()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n navigate\n \n \n \n \n \n \nnavigate(url: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n navigateByUrl\n \n \n \n \n \n \nnavigateByUrl(url: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n serializeUrl\n \n \n \n \n \n \nserializeUrl()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SessionStorageService.html":{"url":"injectables/SessionStorageService.html","title":"injectable - SessionStorageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n SessionStorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/session-storage.service.ts\n \n\n\n \n Description\n \n \n sessionStorage service\n\n \n\n \n Extends\n \n \n StorageService\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n remove\n \n \n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from session storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n Returns : any\n\n \n \n the value or undefined, if case of error\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n the name of the storage service\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove(key: string)\n \n \n\n\n\n\n \n \n removes an object from session storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in session storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'SessionStorageService'\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/StorageService.html":{"url":"classes/StorageService.html","title":"class - StorageService","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n StorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/storage.service.ts\n \n\n\n \n Description\n \n \n Generic storage service. Concrete storage services must extend this class\n\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Abstract\n get\n \n \n Abstract\n get\n \n \n Abstract\n name\n \n \n Abstract\n remove\n \n \n Abstract\n set\n \n \n Abstract\n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n Returns : any\n\n \n \n the value or undefined, if case of error\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : T\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n name\n \n \n \n \n \n \n \n name()\n \n \n\n\n\n\n \n \n utility function, to determine the storage implementation\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n remove\n \n \n \n \n \n \n \n remove(key: string)\n \n \n\n\n\n\n \n \n removes an object from storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: T)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/StorageServiceMock.html":{"url":"classes/StorageServiceMock.html","title":"class - StorageServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n StorageServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/storage.service.mock.ts\n \n\n\n\n \n Extends\n \n \n StorageService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n remove\n \n \n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/StoreMock.html":{"url":"classes/StoreMock.html","title":"class - StoreMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n StoreMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/store.mock.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n state\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n debounceTime\n \n \n dispatch\n \n \n distinctUntilChanged\n \n \n select\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n state\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : globalState\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n debounceTime\n \n \n \n \n \n \ndebounceTime()\n \n \n\n\n\n\n \n \n\n \n Returns : this\n\n \n \n \n \n \n \n \n \n \n \n \n dispatch\n \n \n \n \n \n \ndispatch()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n distinctUntilChanged\n \n \n \n \n \n \ndistinctUntilChanged()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n select\n \n \n \n \n \n \nselect(selector)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n selector\n\n \n No\n \n\n\n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/StoreService.html":{"url":"injectables/StoreService.html","title":"injectable - StoreService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n StoreService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/store.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addAutoSaveHandler\n \n \n dispatch\n \n \n dispatchAction\n \n \n handleAutoSave\n \n \n init\n \n \n select\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: Store, logService: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n Store\n \n \n \n No\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addAutoSaveHandler\n \n \n \n \n \n \naddAutoSaveHandler(stateSlice: string, handler: Function)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n stateSlice\n \n string\n \n\n \n No\n \n\n\n \n \n handler\n \n Function\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n dispatch\n \n \n \n \n \n \ndispatch(action: any)\n \n \n\n\n\n\n \n \n Proxy to NGRX store.dispatch()\nthat allows to intercept if the store is present\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n action\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n dispatchAction\n \n \n \n \n \n \ndispatchAction(state: any, actionKey: any, reducer: ActionReducer)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n any\n \n\n \n No\n \n\n\n \n \n actionKey\n \n any\n \n\n \n No\n \n\n\n \n \n reducer\n \n ActionReducer\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n handleAutoSave\n \n \n \n \n \n \nhandleAutoSave()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(version?: string, storageType?: BrowserStorageType)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n version\n \n string\n \n\n \n Yes\n \n\n\n \n \n storageType\n \n BrowserStorageType\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n select\n \n \n \n \n \n \nselect(key: any)\n \n \n\n\n\n\n \n \n Proxy to NGRX store.select()\nthat allows to intercept if the store is present\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/StoreServiceMock.html":{"url":"injectables/StoreServiceMock.html","title":"injectable - StoreServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n StoreServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/store.service.mock.ts\n \n\n\n\n \n Extends\n \n \n StoreService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addAutoSaveHandler\n \n \n dispatch\n \n \n handleAutoSave\n \n \n init\n \n \n select\n \n \n dispatchAction\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addAutoSaveHandler\n \n \n \n \n \n \naddAutoSaveHandler()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n dispatch\n \n \n \n \n \n \ndispatch()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n handleAutoSave\n \n \n \n \n \n \nhandleAutoSave()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n select\n \n \n \n \n \n \nselect()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n dispatchAction\n \n \n \n \n \n \ndispatchAction(state: any, actionKey: any, reducer: ActionReducer)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n any\n \n\n \n No\n \n\n\n \n \n actionKey\n \n any\n \n\n \n No\n \n\n\n \n \n reducer\n \n ActionReducer\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/TranslateMockDirective.html":{"url":"directives/TranslateMockDirective.html","title":"directive - TranslateMockDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n TranslateMockDirective\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n \n Implements\n \n \n AfterViewChecked\n \n\n\n \n Metadata\n \n \n\n \n Selector\n [translate]\n \n\n\n\n\n \n \n \n\n \n Index\n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n translateParams\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(_element: ElementRef)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n _element\n \n \n ElementRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n translateParams\n \n \n \n \n Type : any\n\n \n \n \n \n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TranslateMockModule.html":{"url":"modules/TranslateMockModule.html","title":"module - TranslateMockModule","body":"\n \n\n\n\n\n Modules\n TranslateMockModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n TranslateMockDirective\n \n \n TranslateMockPipe\n \n \n \n \n Exports\n \n \n TranslateMockDirective\n \n \n TranslateMockPipe\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"pipes/TranslateMockPipe.html":{"url":"pipes/TranslateMockPipe.html","title":"pipe - TranslateMockPipe","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Pipes\n TranslateMockPipe\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n \n Metadata\n \n \n \n Name\n translate\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n transform\n \n \n \n \n \n \ntransform(text: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n text\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/TranslateServiceMock.html":{"url":"classes/TranslateServiceMock.html","title":"class - TranslateServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n TranslateServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n currentLang\n \n \n isLoaded\n \n \n isLoadedSubject\n \n \n languages\n \n \n onDefaultLangChange\n \n \n onDefaultLangChangeSubject\n \n \n onLangChange\n \n \n onLangChangeSubject\n \n \n onTranslationChange\n \n \n onTranslationChangeSubject\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n addLangs\n \n \n get\n \n \n getBrowserLang\n \n \n getLangs\n \n \n getTranslation\n \n \n instant\n \n \n setDefaultLang\n \n \n use\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n currentLang\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n isLoaded\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : this.isLoadedSubject.asObservable()\n \n \n\n\n \n \n \n \n \n \n \n \n isLoadedSubject\n \n \n \n \n \n \n Type : BehaviorSubject\n\n \n \n \n \n Default value : new BehaviorSubject(true)\n \n \n\n\n \n \n \n \n \n \n \n \n languages\n \n \n \n \n \n \n Type : string[]\n\n \n \n \n \n Default value : [DEFAULT_LANGUAGE]\n \n \n\n\n \n \n \n \n \n \n \n \n onDefaultLangChange\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : this.onDefaultLangChangeSubject.asObservable()\n \n \n\n\n \n \n \n \n \n \n \n \n onDefaultLangChangeSubject\n \n \n \n \n \n \n Type : Subject\n\n \n \n \n \n Default value : new Subject()\n \n \n\n\n \n \n \n \n \n \n \n \n onLangChange\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : this.onLangChangeSubject.asObservable()\n \n \n\n\n \n \n \n \n \n \n \n \n onLangChangeSubject\n \n \n \n \n \n \n Type : Subject\n\n \n \n \n \n Default value : new Subject()\n \n \n\n\n \n \n \n \n \n \n \n \n onTranslationChange\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : this.onTranslationChangeSubject.asObservable()\n \n \n\n\n \n \n \n \n \n \n \n \n onTranslationChangeSubject\n \n \n \n \n \n \n Type : Subject\n\n \n \n \n \n Default value : new Subject()\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addLangs\n \n \n \n \n \n \naddLangs(langs: string[])\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n langs\n \n string[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(content: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n content\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getBrowserLang\n \n \n \n \n \n \ngetBrowserLang()\n \n \n\n\n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n getLangs\n \n \n \n \n \n \ngetLangs()\n \n \n\n\n\n\n \n \n\n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n getTranslation\n \n \n \n \n \n \ngetTranslation()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n instant\n \n \n \n \n \n \ninstant(key: string | string[])\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string | string[]\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setDefaultLang\n \n \n \n \n \n \nsetDefaultLang(lang: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n use\n \n \n \n \n \n \nuse(lang: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateAppConnectionAction.html":{"url":"classes/UpdateAppConnectionAction.html","title":"class - UpdateAppConnectionAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateAppConnectionAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: boolean)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n boolean\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : boolean\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_APP_CONNECTION\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateAppStatusAction.html":{"url":"classes/UpdateAppStatusAction.html","title":"class - UpdateAppStatusAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateAppStatusAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_APP_STATUS\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateAppVersionAction.html":{"url":"classes/UpdateAppVersionAction.html","title":"class - UpdateAppVersionAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateAppVersionAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_APP_VERSION\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateCurrentModuleAction.html":{"url":"classes/UpdateCurrentModuleAction.html","title":"class - UpdateCurrentModuleAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateCurrentModuleAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_CURRENT_MODULE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateI18nStateAction.html":{"url":"classes/UpdateI18nStateAction.html","title":"class - UpdateI18nStateAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateI18nStateAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: I18nState)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n I18nState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : I18nState\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreI18nActionTypes.UPDATE_I18N_STATE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateLocaleStateAction.html":{"url":"classes/UpdateLocaleStateAction.html","title":"class - UpdateLocaleStateAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateLocaleStateAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: LocaleState)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n LocaleState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : LocaleState\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreLocaleActionTypes.UPDATE_LOCALE_STATE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateNotificationsListAction.html":{"url":"classes/UpdateNotificationsListAction.html","title":"class - UpdateNotificationsListAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateNotificationsListAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: any[])\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n any[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : any[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreNotificationsActionTypes.UPDATE_NOTIFICATIONS_LIST\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserDashboardAction.html":{"url":"classes/UpdateUserDashboardAction.html","title":"class - UpdateUserDashboardAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserDashboardAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: any)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n any\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : any\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_DASHBOARD\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserDetailsAction.html":{"url":"classes/UpdateUserDetailsAction.html","title":"class - UpdateUserDetailsAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserDetailsAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UserDetails)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UserDetails\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UserDetails\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_DETAILS\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserPreferencesAction.html":{"url":"classes/UpdateUserPreferencesAction.html","title":"class - UpdateUserPreferencesAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserPreferencesAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UserPreferences)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UserPreferences\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UserPreferences\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_PREFERENCES\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserRightsAction.html":{"url":"classes/UpdateUserRightsAction.html","title":"class - UpdateUserRightsAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserRightsAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: EuiUserRight[])\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n EuiUserRight[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : EuiUserRight[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_RIGHTS\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserStateAction.html":{"url":"classes/UpdateUserStateAction.html","title":"class - UpdateUserStateAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserStateAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UserState)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UserState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UserState\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_STATE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UserService.html":{"url":"injectables/UserService.html","title":"injectable - UserService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UserService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/user/user.service.ts\n \n\n\n\n \n Extends\n \n \n EuiService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getState\n \n \n getState\n \n \n getState\n \n \n init\n \n \n updateState\n \n \n updateState\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: StoreService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(mapFn?: (state?: T) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n mapFn\n \n function\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(key?: a)\n \n \n\n\n\n \n \n Type parameters :\n \n a\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n a\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable<>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(keyOrMapFn?: | string)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n keyOrMapFn\n \n | string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(userState: T)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n userState\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(userState: T)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n userState\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(slice, reducer: (state: any,undefined) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n a\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n slice\n \n \n\n \n No\n \n\n\n \n \n reducer\n \n function\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(userState: K | T, reducer?: any)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n userState\n \n K | T\n \n\n \n No\n \n\n\n \n \n reducer\n \n any\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UserServiceMock.html":{"url":"injectables/UserServiceMock.html","title":"injectable - UserServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UserServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/user/user.service.mock.ts\n \n\n\n\n \n Extends\n \n \n UserService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getUserId\n \n \n loadUserDetails\n \n \n loadUserPreferences\n \n \n mergeUserPreferences\n \n \n observePreferencesUpdate\n \n \n saveUserPreferences\n \n \n userPreferences\n \n \n getState\n \n \n init\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getUserId\n \n \n \n \n \n \ngetUserId()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n loadUserDetails\n \n \n \n \n \n \nloadUserDetails()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n loadUserPreferences\n \n \n \n \n \n \nloadUserPreferences()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n mergeUserPreferences\n \n \n \n \n \n \nmergeUserPreferences()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n observePreferencesUpdate\n \n \n \n \n \n \nobservePreferencesUpdate()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n saveUserPreferences\n \n \n \n \n \n \nsaveUserPreferences()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n userPreferences\n \n \n \n \n \n \nuserPreferences()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(mapFn?: (state?: T) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n mapFn\n \n function\n \n\n \n Yes\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(userState: T)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n userState\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(userState: T)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n userState\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/UxRequestErrorModelInterceptor.html":{"url":"interceptors/UxRequestErrorModelInterceptor.html","title":"interceptor - UxRequestErrorModelInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n UxRequestErrorModelInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/ux-request-error-model.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(errorMappingHandler: ErrorMappingHandler)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n errorMappingHandler\n \n \n ErrorMappingHandler\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular/animations : 17.0.0-rc.0\n \n @angular/common : 17.0.0-rc.0\n \n @angular/compiler : 17.0.0-rc.0\n \n @angular/core : 17.0.0-rc.0\n \n @angular/forms : 17.0.0-rc.0\n \n @angular/platform-browser : 17.0.0-rc.0\n \n @angular/platform-browser-dynamic : 17.0.0-rc.0\n \n @angular/router : 17.0.0-rc.0\n \n @angular/compiler-cli : 17.0.0-rc.0\n \n @angular/elements : 17.0.0-rc.0\n \n @angular/language-service : 17.0.0-rc.0\n \n @angular/service-worker : 17.0.0-rc.0\n \n @angular-devkit/build-angular : 17.0.0-rc.0\n \n @angular/cli : 17.0.0-rc.0\n \n ng-packagr : 17.0.0-next.2\n \n @angular/cdk : 17.0.0-rc.0\n \n @angular/material : 17.0.0-rc.0\n \n @angular/material-moment-adapter : 17.0.0-rc.0\n \n angular-animations : 0.11.0\n \n rxjs : 7.8.1\n \n tslib : ^2.3.0\n \n zone.js : 0.14.0\n \n typescript : 5.2.2\n \n @types/lodash : 4.14.198\n \n @ngrx/effects : 16.3.0\n \n @ngrx/router-store : 16.3.0\n \n @ngrx/schematics : 16.3.0\n \n @ngrx/store : 16.3.0\n \n @ngrx/store-devtools : 16.3.0\n \n @ngrx/entity : 16.3.0\n \n @ngrx/component : 16.3.0\n \n @ngrx/component-store : 16.3.0\n \n ngrx-store-freeze : 0.2.4\n \n reselect : 4.1.8\n \n @ngx-translate/core : 15.0.0\n \n @ngx-translate/http-loader : 8.0.0\n \n eslint : 8.49.0\n \n @angular-eslint/builder : 16.2.0\n \n @angular-eslint/eslint-plugin : 16.2.0\n \n @angular-eslint/eslint-plugin-template : 16.2.0\n \n @angular-eslint/schematics : 16.2.0\n \n @angular-eslint/template-parser : 16.2.0\n \n eslint-plugin-prefer-arrow : 1.2.3\n \n eslint-plugin-jsdoc : 46.8.1\n \n @typescript-eslint/parser : 6.7.2\n \n @typescript-eslint/eslint-plugin : 6.7.2\n \n eslint-plugin-import : 2.28.1\n \n prettier : 3.0.3\n \n prettier-eslint : 15.0.1\n \n eslint-config-prettier : 9.0.0\n \n eslint-plugin-prettier : 5.0.0\n \n @webcomponents/custom-elements : 1.6.0\n \n @types/jasmine : 4.3.6\n \n @types/node : 20.6.3\n \n moment-timezone : 0.5.43\n \n jasmine-core : 5.1.1\n \n karma : 6.4.2\n \n karma-chrome-launcher : 3.2.0\n \n karma-coverage : 2.2.1\n \n karma-jasmine : 5.1.0\n \n karma-jasmine-html-reporter : 2.1.0\n \n karma-cli : 2.0.0\n \n karma-coverage-istanbul-reporter : 3.0.3\n \n karma-sourcemap-loader : 0.4.0\n \n karma-remap-coverage : 0.1.5\n \n jasmine-marbles : 0.9.2\n \n jasmine-spec-reporter : 7.0.0\n \n @types/jasminewd2 : 2.0.10\n \n ts-node : 10.9.1\n \n ngx-infinite-scroll : 16.0.0\n \n cleave.js : 1.6.0\n \n @types/cleave.js : 1.4.8\n \n ngx-mask : 16.3.7\n \n quill : 2.0.0-dev.4\n \n @types/quill : 2.0.11\n \n quill-better-table : 1.2.10\n \n intl : 1.2.5\n \n resize-observer-polyfill : 1.5.1\n \n classlist.js : 1.1.20150312\n \n xhr-mock : 2.5.1\n \n ngx-device-detector : 3.0.0\n \n @compodoc/compodoc : 1.1.22\n \n @compodoc/ngd-transformer : 2.1.3\n \n @babel/plugin-proposal-private-methods : 7.18.6\n \n @types/marked : 4.3.0\n \n marked : 4.3.0\n \n prismjs : 1.29.0\n \n oidc-client : 1.11.5\n \n jsrsasign : 10.8.6\n \n web-animations-js : 2.3.2\n \n event-source-polyfill : 1.0.31\n \n lodash-es : 4.17.21\n \n localforage : 1.10.0\n \n hammerjs : 2.0.8\n \n handlebars : 4.7.8\n \n pikaday : 1.8.2\n \n apexcharts : 3.42.0\n \n @stackblitz/sdk : 1.9.0\n \n @ecl/theme-eu : 3.9.0\n \n @ecl/preset-dev : 3.9.0\n \n @ecl/preset-eu : 3.9.0\n \n @ecl/resources-eu-icons : 3.9.0\n \n @ecl/ecl-webcomponents-angular : 0.11.0\n \n @ecl/ecl-webcomponents : 0.11.0\n \n @eui/styles-base : 17.0.0-next.11\n \n @eui/ecl : 17.0.0-next.11\n \n @eui/tools : ^6.0.0\n \n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/enumerations.html":{"url":"miscellaneous/enumerations.html","title":"miscellaneous-enumerations - enumerations","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Enumerations\n\n\n\n Index\n \n \n \n \n \n \n BrowserStorageType   (packages/.../store.service.ts)\n \n \n CoreAppActionTypes   (packages/.../app.actions.ts)\n \n \n CoreI18nActionTypes   (packages/.../i18n.actions.ts)\n \n \n CoreLocaleActionTypes   (packages/.../locale.actions.ts)\n \n \n CoreNotificationsActionTypes   (packages/.../notifications.actions.ts)\n \n \n CoreUserActionTypes   (packages/.../user.actions.ts)\n \n \n \n \n \n \n\n\n packages/eui/packages/core/src/lib/services/store/store.service.ts\n \n \n \n \n \n \n BrowserStorageType\n \n \n \n \n  local\n \n \n \n \n  session\n \n \n \n \n\n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n \n \n \n \n \n CoreAppActionTypes\n \n \n \n \n  INIT_STORE\n \n \n \n \n Value : [App] Init store\n \n \n \n \n  UPDATE_APP_VERSION\n \n \n \n \n Value : [App] Update version\n \n \n \n \n  UPDATE_APP_CONNECTION\n \n \n \n \n Value : [App] Update connection\n \n \n \n \n  ADD_APP_LOADED_CONFIG_MODULES\n \n \n \n \n Value : [App] Update app loaded config modules\n \n \n \n \n  UPDATE_APP_STATUS\n \n \n \n \n Value : [App] Update status\n \n \n \n \n  UPDATE_CURRENT_MODULE\n \n \n \n \n Value : [App] Update current module\n \n \n \n \n  ACTIVATED_ROUTE\n \n \n \n \n Value : [App] Activated route\n \n \n \n \n  ADD_API_QUEUE_ITEM\n \n \n \n \n Value : [App] Add API queue item\n \n \n \n \n  REMOVE_API_QUEUE_ITEM\n \n \n \n \n Value : [App] Remove API queue item\n \n \n \n \n  EMPTY_API_QUEUE\n \n \n \n \n Value : [App] empty API queue\n \n \n \n \n\n packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts\n \n \n \n \n \n \n CoreI18nActionTypes\n \n \n \n \n  UPDATE_I18N_STATE\n \n \n \n \n Value : [I18n] Update I18n State\n \n \n \n \n\n packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts\n \n \n \n \n \n \n CoreLocaleActionTypes\n \n \n \n \n  UPDATE_LOCALE_STATE\n \n \n \n \n Value : [Locale] Update Locale State\n \n \n \n \n\n packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts\n \n \n \n \n \n \n CoreNotificationsActionTypes\n \n \n \n \n  UPDATE_NOTIFICATIONS_LIST\n \n \n \n \n Value : [Notif] Update list\n \n \n \n \n\n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n \n \n \n \n \n CoreUserActionTypes\n \n \n \n \n  UPDATE_USER_STATE\n \n \n \n \n Value : [User] Update User state\n \n \n \n \n  UPDATE_USER_DETAILS\n \n \n \n \n Value : [User] Update details\n \n \n \n \n  UPDATE_USER_PREFERENCES\n \n \n \n \n Value : [User] Update preferences\n \n \n \n \n  UPDATE_USER_RIGHTS\n \n \n \n \n Value : [User] Update rights\n \n \n \n \n  UPDATE_USER_DASHBOARD\n \n \n \n \n Value : [User] Update dashboard\n \n \n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n AlertHttpErrorCallbackFn   (packages/.../http-error-handler-callback-functions.ts)\n \n \n ConsoleHttpErrorCallbackFn   (packages/.../http-error-handler-callback-functions.ts)\n \n \n euiLogServiceFactory   (packages/.../log.ts)\n \n \n getCoreChildProviders   (packages/.../eui-startup.ts)\n \n \n getCoreProviders   (packages/.../eui-startup.ts)\n \n \n getDependencyProviders   (packages/.../eui-startup.ts)\n \n \n getGlobalConfig   (packages/.../tokens.ts)\n \n \n getHttpErrorHandlingConfig   (packages/.../tokens.ts)\n \n \n getLogAppendersConfig   (packages/.../log.ts)\n \n \n getModuleConfig   (packages/.../tokens.ts)\n \n \n getRootLogConfig   (packages/.../tokens.ts)\n \n \n getShowConnectionStatus   (packages/.../tokens.ts)\n \n \n GrowlHttpErrorCallbackFn   (packages/.../http-error-handler-callback-functions.ts)\n \n \n isLogConfigDefined   (packages/.../log.ts)\n \n \n loadEuiDynamicEnvironmentConfig   (packages/.../eui-pre-init-app.ts)\n \n \n localStorageSync   (packages/.../meta.reducers.ts)\n \n \n LogHttpErrorCallbackFn   (packages/.../http-error-handler-callback-functions.ts)\n \n \n logServiceFactory   (packages/.../log.ts)\n \n \n mergeAppHandlerConfigToAppConfig   (packages/.../tokens.ts)\n \n \n mergeAppJsonConfigToAppConfig   (packages/.../tokens.ts)\n \n \n preInitApp   (packages/.../eui-pre-init-app.ts)\n \n \n prepareEuiAppConfigToken   (packages/.../tokens.ts)\n \n \n sessionStorageSync   (packages/.../meta.reducers.ts)\n \n \n \n \n \n \n\n\n packages/eui/packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts\n \n \n \n \n \n \n \n AlertHttpErrorCallbackFn\n \n \n \n \n \n \nAlertHttpErrorCallbackFn(error: HttpErrorResponse)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n error\n \n HttpErrorResponse\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ConsoleHttpErrorCallbackFn\n \n \n \n \n \n \nConsoleHttpErrorCallbackFn(error: HttpErrorResponse)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n error\n \n HttpErrorResponse\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n GrowlHttpErrorCallbackFn\n \n \n \n \n \n \nGrowlHttpErrorCallbackFn(error: HttpErrorResponse, injector: Injector)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n error\n \n HttpErrorResponse\n \n\n \n No\n \n\n\n \n \n injector\n \n Injector\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n LogHttpErrorCallbackFn\n \n \n \n \n \n \nLogHttpErrorCallbackFn(error: HttpErrorResponse, injector: Injector)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n error\n \n HttpErrorResponse\n \n\n \n No\n \n\n\n \n \n injector\n \n Injector\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n \n packages/eui/packages/core/src/lib/services/app/factories/log.ts\n \n \n \n \n \n \n \n euiLogServiceFactory\n \n \n \n \n \n \neuiLogServiceFactory(injector: Injector, rootBaseLoggerName: string, rootConfig: LogConfig, childBaseLoggerName: string, childConfig: LogConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n injector\n \n Injector\n \n\n \n No\n \n\n \n \n\n \n \n rootBaseLoggerName\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n rootConfig\n \n LogConfig\n \n\n \n No\n \n\n \n \n\n \n \n childBaseLoggerName\n \n string\n \n\n \n No\n \n\n \n null\n \n\n \n \n childConfig\n \n LogConfig\n \n\n \n No\n \n\n \n {}\n \n\n \n \n \n \n \n Returns : LogService\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getLogAppendersConfig\n \n \n \n \n \n \ngetLogAppendersConfig(config: LogConfig, injector: Injector)\n \n \n\n\n\n\n \n \n Helper function to provide a list of log appenders from a log configuration\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n config\n \n LogConfig\n \n\n \n No\n \n\n \n DEFAULT_LOG_CONFIG\n \n\n \n \n injector\n \n Injector\n \n\n \n No\n \n\n \n null\n \n\n \n \n \n \n \n Returns : LogAppender[]\n\n \n \n an array of log appenders\n\n \n \n \n \n \n \n \n \n \n \n \n isLogConfigDefined\n \n \n \n \n \n \nisLogConfigDefined(config: LogConfig)\n \n \n\n\n\n\n \n \n Helper function to check if the log config is defined.\nDoes not check only for empty object, because the config can have other (non-log) parameters\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n LogConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : boolean\n\n \n \n true/false\n\n \n \n \n \n \n \n \n \n \n \n \n logServiceFactory\n \n \n \n \n \n \nlogServiceFactory(config: LogConfig, injector: Injector)\n \n \n\n\n\n\n \n \n Helper function to provide an instance of LogService from a configuration\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n config\n \n LogConfig\n \n\n \n No\n \n\n \n DEFAULT_LOG_CONFIG\n \n\n \n \n injector\n \n Injector\n \n\n \n No\n \n\n \n null\n \n\n \n \n \n \n \n Returns : LogService\n\n \n \n an instance of log service\n\n \n \n \n \n \n packages/eui/packages/core/src/lib/services/app/eui-startup.ts\n \n \n \n \n \n \n \n getCoreChildProviders\n \n \n \n \n \n \ngetCoreChildProviders(moduleName: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n moduleName\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : Provider[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getCoreProviders\n \n \n \n \n \n \ngetCoreProviders()\n \n \n\n\n\n\n \n \n\n \n Returns : Provider[]\n\n \n \n \n \n \n \n \n \n \n \n \n getDependencyProviders\n \n \n \n \n \n \ngetDependencyProviders()\n \n \n\n\n\n\n \n \n\n \n Returns : Provider[]\n\n \n \n \n \n \n packages/eui/packages/core/src/lib/services/config/tokens.ts\n \n \n \n \n \n \n \n getGlobalConfig\n \n \n \n \n \n \ngetGlobalConfig(appConfig: EuiAppConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appConfig\n \n EuiAppConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : GlobalConfig\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getHttpErrorHandlingConfig\n \n \n \n \n \n \ngetHttpErrorHandlingConfig(appConfig: EuiAppConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appConfig\n \n EuiAppConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : HttpErrorHandlerConfig\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getModuleConfig\n \n \n \n \n \n \ngetModuleConfig(appConfig: EuiAppConfig, moduleName: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appConfig\n \n EuiAppConfig\n \n\n \n No\n \n\n\n \n \n moduleName\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : ModuleConfig\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getRootLogConfig\n \n \n \n \n \n \ngetRootLogConfig(appConfig: EuiAppConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appConfig\n \n EuiAppConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : LogConfig\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getShowConnectionStatus\n \n \n \n \n \n \ngetShowConnectionStatus(globalConfig: GlobalConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n globalConfig\n \n GlobalConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : boolean | ConnectionStatus\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n mergeAppHandlerConfigToAppConfig\n \n \n \n \n \n \nmergeAppHandlerConfigToAppConfig(euiAppConfig: EuiAppConfig, envAppHandler: EuiAppHandlersConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n euiAppConfig\n \n EuiAppConfig\n \n\n \n No\n \n\n\n \n \n envAppHandler\n \n EuiAppHandlersConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : EuiAppConfig\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n mergeAppJsonConfigToAppConfig\n \n \n \n \n \n \nmergeAppJsonConfigToAppConfig(euiAppConfig: EuiAppConfig, envAppJsonConfig: EuiAppJsonConfig, merge: Array, isDeepMerge: boolean)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n euiAppConfig\n \n EuiAppConfig\n \n\n \n No\n \n\n\n \n \n envAppJsonConfig\n \n EuiAppJsonConfig\n \n\n \n No\n \n\n\n \n \n merge\n \n Array\n \n\n \n No\n \n\n\n \n \n isDeepMerge\n \n boolean\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : EuiAppConfig\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n prepareEuiAppConfigToken\n \n \n \n \n \n \nprepareEuiAppConfigToken(euiConfig: EuiConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n euiConfig\n \n EuiConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n Returns : EuiAppConfig\n\n \n \n \n \n \n \n \n \n packages/eui/packages/core/src/lib/services/app/eui-pre-init-app.ts\n \n \n \n \n \n \n \n loadEuiDynamicEnvironmentConfig\n \n \n \n \n \n \nloadEuiDynamicEnvironmentConfig(url: string, timeout?: number)\n \n \n\n\n\n\n \n \n Function to load asynchronously a dynamic configuration (from a local path or a web service)\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n the path to the configuration\n\n \n \n \n timeout\n \n number\n \n\n \n Yes\n \n\n\n \n possible timeout\n\n \n \n \n \n \n \n Returns : Promise\n\n \n \n EuiAppJsonConfig promise\n\n \n \n \n \n \n \n \n \n \n \n \n preInitApp\n \n \n \n \n \n \npreInitApp(envConfig: EuiEnvConfig)\n \n \n\n\n\n\n \n \n Function to be used before the AppModule is bootstrapped. It is currently used to load dynamic configurations.\nIt needs to be added in your application main.ts file.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n envConfig\n \n EuiEnvConfig\n \n\n \n No\n \n\n\n \n the current environment configuration\n\n \n \n \n \n \n \n Returns : Promise\n\n \n \n the updated environment configuration, as a promise\n\n \n \n \n \n \n packages/eui/packages/core/src/lib/services/store/reducers/meta.reducers.ts\n \n \n \n \n \n \n \n localStorageSync\n \n \n \n \n \n \nlocalStorageSync(reducer: ActionReducer)\n \n \n\n\n\n\n \n \n Utility meta-reducer to load the state from the local storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n reducer\n \n ActionReducer\n \n\n \n No\n \n\n\n \n the action reducer\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sessionStorageSync\n \n \n \n \n \n \nsessionStorageSync(reducer: ActionReducer)\n \n \n\n\n\n\n \n \n Utility meta-reducer to load the state from the session storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n reducer\n \n ActionReducer\n \n\n \n No\n \n\n\n \n the action reducer\n\n \n \n \n \n \n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"overview - index","body":"\n \n\n\n\n Overview\n\n\n\n \n \n \n \n \n \n 4 Modules\n \n \n \n \n \n \n \n \n 1 Directive\n \n \n \n \n \n \n \n 23 Injectables\n \n \n \n \n \n \n \n 1 Pipe\n \n \n \n \n \n \n \n 32 Classes\n \n \n \n \n \n \n \n 7 Interfaces\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\nEuropean Union Public Licence\n V. 1.1\nEUPL (c) the European Community 2007\nThis European Union Public Licence (the \"EUPL\") applies to the Work or Software\n(as defined below) which is provided under the terms of this Licence. Any use\nof the Work, other than as authorised under this Licence is prohibited (to the\nextent such use is covered by a right of the copyright holder of the Work).\nThe Original Work is provided under the terms of this Licence when the Licensor\n(as defined below) has placed the following notice immediately following the\ncopyright notice for the Original Work:\nLicensed under the EUPL V.1.1\nor has expressed by any other mean his willingness to license under the EUPL.\n\nDefinitions\n\nIn this Licence, the following terms have the following meaning:\n\nThe Licence: this Licence.\n\nThe Original Work or the Software: the software distributed and/or\ncommunicated by the Licensor under this Licence, available as Source Code\nand also as Executable Code as the case may be.\n\nDerivative Works: the works or software that could be created by the\nLicensee, based upon the Original Work or modifications thereof. This\nLicence does not define the extent of modification or dependence on the\nOriginal Work required in order to classify a work as a Derivative Work;\nthis extent is determined by copyright law applicable in the country\nmentioned in Article 15.\n\nThe Work: the Original Work and/or its Derivative Works.\n\nThe Source Code: the human-readable form of the Work which is the most\nconvenient for people to study and modify.\n\nThe Executable Code: any code which has generally been compiled and which is\nmeant to be interpreted by a computer as a program.\n\nThe Licensor: the natural or legal person that distributes and/or\ncommunicates the Work under the Licence.\n\nContributor(s): any natural or legal person who modifies the Work under the\nLicence, or otherwise contributes to the creation of a Derivative Work.\n\nThe Licensee or \"You\": any natural or legal person who makes any usage of\nthe Software under the terms of the Licence.\n\nDistribution and/or Communication: any act of selling, giving, lending,\nrenting, distributing, communicating, transmitting, or otherwise making\navailable, on-line or off-line, copies of the Work or providing access to\nits essential functionalities at the disposal of any other natural or legal\nperson.\n\n\n\nScope of the rights granted by the Licence\n\nThe Licensor hereby grants You a world-wide, royalty-free, non-exclusive,\nsublicensable licence to do the following, for the duration of copyright vested\nin the Original Work:\n\nuse the Work in any circumstance and for all usage,\nreproduce the Work,\nmodify the Original Work, and make Derivative Works based upon the Work,\ncommunicate to the public, including the right to make available or display\nthe Work or copies thereof to the public and perform publicly, as the case\nmay be, the Work,\ndistribute the Work or copies thereof,\nlend and rent the Work or copies thereof,\nsub-license rights in the Work or copies thereof.\n\nThose rights can be exercised on any media, supports and formats, whether now\nknown or later invented, as far as the applicable law permits so.\nIn the countries where moral rights apply, the Licensor waives his right to\nexercise his moral right to the extent allowed by law in order to make\neffective the licence of the economic rights here above listed.\nThe Licensor grants to the Licensee royalty-free, non exclusive usage rights to\nany patents held by the Licensor, to the extent necessary to make use of the\nrights granted on the Work under this Licence.\n\nCommunication of the Source Code\n\nThe Licensor may provide the Work either in its Source Code form, or as\nExecutable Code. If the Work is provided as Executable Code, the Licensor\nprovides in addition a machine-readable copy of the Source Code of the Work\nalong with each copy of the Work that the Licensor distributes or indicates, in\na notice following the copyright notice attached to the Work, a repository\nwhere the Source Code is easily and freely accessible for as long as the\nLicensor continues to distribute and/or communicate the Work.\n\nLimitations on copyright\n\nNothing in this Licence is intended to deprive the Licensee of the benefits\nfrom any exception or limitation to the exclusive rights of the rights owners\nin the Original Work or Software, of the exhaustion of those rights or of other\napplicable limitations thereto.\n\nObligations of the Licensee\n\nThe grant of the rights mentioned above is subject to some restrictions and\nobligations imposed on the Licensee. Those obligations are the following:\n\nAttribution right: the Licensee shall keep intact all copyright, patent or\ntrademarks notices and all notices that refer to the Licence and to the\ndisclaimer of warranties. The Licensee must include a copy of such notices\nand a copy of the Licence with every copy of the Work he/she distributes\nand/or communicates. The Licensee must cause any Derivative Work to carry\nprominent notices stating that the Work has been modified and the date of\nmodification.\n\nCopyleft clause: If the Licensee distributes and/or communicates copies of\nthe Original Works or Derivative Works based upon the Original Work, this\nDistribution and/or Communication will be done under the terms of this\nLicence or of a later version of this Licence unless the Original Work is\nexpressly distributed only under this version of the Licence. The Licensee\n(becoming Licensor) cannot offer or impose any additional terms or\nconditions on the Work or Derivative Work that alter or restrict the terms\nof the Licence.\n\nCompatibility clause: If the Licensee Distributes and/or Communicates\nDerivative Works or copies thereof based upon both the Original Work and\nanother work licensed under a Compatible Licence, this Distribution and/or\nCommunication can be done under the terms of this Compatible Licence. For\nthe sake of this clause, \"Compatible Licence\" refers to the licences listed\nin the appendix attached to this Licence. Should the Licensee's obligations\nunder the Compatible Licence conflict with his/her obligations under this\nLicence, the obligations of the Compatible Licence shall prevail.\n\nProvision of Source Code: When distributing and/or communicating copies of\nthe Work, the Licensee will provide a machine-readable copy of the Source\nCode or indicate a repository where this Source will be easily and freely\navailable for as long as the Licensee continues to distribute and/or\ncommunicate the Work. Legal Protection: This Licence does not grant\npermission to use the trade names, trademarks, service marks, or names of\nthe Licensor, except as required for reasonable and customary use in\ndescribing the origin of the Work and reproducing the content of the\ncopyright notice.\n\n\n\nChain of Authorship\n\nThe original Licensor warrants that the copyright in the Original Work granted\nhereunder is owned by him/her or licensed to him/her and that he/she has the\npower and authority to grant the Licence.\nEach Contributor warrants that the copyright in the modifications he/she brings\nto the Work are owned by him/her or licensed to him/her and that he/she has the\npower and authority to grant the Licence.\nEach time You accept the Licence, the original Licensor and subsequent\nContributors grant You a licence to their contributions to the Work, under the\nterms of this Licence.\n\nDisclaimer of Warranty\n\nThe Work is a work in progress, which is continuously improved by numerous\ncontributors. It is not a finished work and may therefore contain defects or\n\"bugs\" inherent to this type of software development.\nFor the above reason, the Work is provided under the Licence on an \"as is\"\nbasis and without warranties of any kind concerning the Work, including without\nlimitation merchantability, fitness for a particular purpose, absence of\ndefects or errors, accuracy, non-infringement of intellectual property rights\nother than copyright as stated in Article 6 of this Licence.\nThis disclaimer of warranty is an essential part of the Licence and a condition\nfor the grant of any rights to the Work.\n\nDisclaimer of Liability\n\nExcept in the cases of wilful misconduct or damages directly caused to natural\npersons, the Licensor will in no event be liable for any direct or indirect,\nmaterial or moral, damages of any kind, arising out of the Licence or of the\nuse of the Work, including without limitation, damages for loss of goodwill,\nwork stoppage, computer failure or malfunction, loss of data or any commercial\ndamage, even if the Licensor has been advised of the possibility of such\ndamage. However, the Licensor will be liable under statutory product liability\nlaws as far such laws apply to the Work.\n\nAdditional agreements\n\nWhile distributing the Original Work or Derivative Works, You may choose to\nconclude an additional agreement to offer, and charge a fee for, acceptance of\nsupport, warranty, indemnity, or other liability obligations and/or services\nconsistent with this Licence. However, in accepting such obligations, You may\nact only on your own behalf and on your sole responsibility, not on behalf of\nthe original Licensor or any other Contributor, and only if You agree to\nindemnify, defend, and hold each Contributor harmless for any liability\nincurred by, or claims asserted against such Contributor by the fact You have\naccepted any such warranty or additional liability.\n\nAcceptance of the Licence\n\nThe provisions of this Licence can be accepted by clicking on an icon \"I agree\"\nplaced under the bottom of a window displaying the text of this Licence or by\naffirming consent in any other similar way, in accordance with the rules of\napplicable law. Clicking on that icon indicates your clear and irrevocable\nacceptance of this Licence and all of its terms and conditions.\nSimilarly, you irrevocably accept this Licence and all of its terms and\nconditions by exercising any rights granted to You by Article 2 of this\nLicence, such as the use of the Work, the creation by You of a Derivative Work\nor the Distribution and/or Communication by You of the Work or copies thereof.\n\nInformation to the public\n\nIn case of any Distribution and/or Communication of the Work by means of\nelectronic communication by You (for example, by offering to download the Work\nfrom a remote location) the distribution channel or media (for example, a\nwebsite) must at least provide to the public the information requested by the\napplicable law regarding the Licensor, the Licence and the way it may be\naccessible, concluded, stored and reproduced by the Licensee.\n\nTermination of the Licence\n\nThe Licence and the rights granted hereunder will terminate automatically upon\nany breach by the Licensee of the terms of the Licence.\nSuch a termination will not terminate the licences of any person who has\nreceived the Work from the Licensee under the Licence, provided such persons\nremain in full compliance with the Licence.\n\nMiscellaneous\n\nWithout prejudice of Article 9 above, the Licence represents the complete\nagreement between the Parties as to the Work licensed hereunder.\nIf any provision of the Licence is invalid or unenforceable under applicable\nlaw, this will not affect the validity or enforceability of the Licence as a\nwhole. Such provision will be construed and/or reformed so as necessary to make\nit valid and enforceable.\nThe European Commission may publish other linguistic versions and/or new\nversions of this Licence, so far this is required and reasonable, without\nreducing the scope of the rights granted by the Licence. New versions of the\nLicence will be published with a unique version number.\nAll linguistic versions of this Licence, approved by the European Commission,\nhave identical value. Parties can take advantage of the linguistic version of\ntheir choice.\n\nJurisdiction\n\nAny litigation resulting from the interpretation of this License, arising\nbetween the European Commission, as a Licensor, and any Licensee, will be\nsubject to the jurisdiction of the Court of Justice of the European\nCommunities, as laid down in article 238 of the Treaty establishing the\nEuropean Community.\nAny litigation arising between Parties, other than the European Commission, and\nresulting from the interpretation of this License, will be subject to the\nexclusive jurisdiction of the competent court where the Licensor resides or\nconducts its primary business.\n\nApplicable Law\n\nThis Licence shall be governed by the law of the European Union country where\nthe Licensor resides or has his registered office.\nThis licence shall be governed by the Belgian law if:\n\na litigation arises between the European Commission, as a Licensor, and any\nLicensee;\nthe Licensor, other than the European Commission, has no residence or\nregistered office inside a European Union country.\n\nAppendix\n\"Compatible Licences\" according to article 5 EUPL are:\n\nGNU General Public License (GNU GPL) v. 2\nOpen Software License (OSL) v. 2.1, v. 3.0\nCommon Public License v. 1.0\nEclipse Public License v. 1.0\nCecill v. 2.0\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n \n \n CoreModule\n \n \n \n Browse\n \n \n \n \n \n \n \n I18nModule\n \n \n \n Browse\n \n \n \n \n \n \n \n LogModule\n \n \n \n Browse\n \n \n \n \n \n \n \n TranslateMockModule\n \n \n \n Browse\n \n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"properties.html":{"url":"properties.html","title":"package-properties - properties","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Properties\n \n \n \n Version : 16.0.0\n \n License : EUPL-1.1\n \n Repository : https://citnet.tech.ec.europa.eu/CITnet/stash/projects/csdr/repos/root\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/typealiases.html":{"url":"miscellaneous/typealiases.html","title":"miscellaneous-typealiases - typealiases","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Type aliases\n\n\n\n Index\n \n \n \n \n \n \n CoreAppActions   (packages/.../app.actions.ts)\n \n \n CoreI18nActions   (packages/.../i18n.actions.ts)\n \n \n CoreLocaleActions   (packages/.../locale.actions.ts)\n \n \n CoreNotificationsActions   (packages/.../notifications.actions.ts)\n \n \n CoreUserActions   (packages/.../user.actions.ts)\n \n \n LocaleMapper   (packages/.../locale.service.ts)\n \n \n \n \n \n \n\n\n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n \n \n \n \n \n CoreAppActions\n \n \n \n \n InitStoreAction | UpdateAppVersionAction | UpdateAppConnectionAction | AddAppLoadedConfigModulesAction | UpdateAppStatusAction | UpdateCurrentModuleAction | ActivatedRouteAction | AddApiQueueItemAction | RemoveApiQueueItemAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts\n \n \n \n \n \n \n CoreI18nActions\n \n \n \n \n UpdateI18nStateAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts\n \n \n \n \n \n \n CoreLocaleActions\n \n \n \n \n UpdateLocaleStateAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts\n \n \n \n \n \n \n CoreNotificationsActions\n \n \n \n \n UpdateNotificationsListAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n \n \n \n \n \n CoreUserActions\n \n \n \n \n UpdateUserDetailsAction | UpdateUserPreferencesAction | UpdateUserRightsAction | UpdateUserDashboardAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/locale/locale.service.ts\n \n \n \n \n \n \n LocaleMapper\n \n \n \n \n function\n\n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}}
4
+ }