@eui/core 15.4.0 → 15.4.1

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 (213) hide show
  1. package/LICENSE +296 -296
  2. package/README.md +26 -26
  3. package/assets/i18n-eui/bg.json +114 -114
  4. package/assets/i18n-eui/cs.json +114 -114
  5. package/assets/i18n-eui/da.json +114 -114
  6. package/assets/i18n-eui/de.json +114 -114
  7. package/assets/i18n-eui/el.json +114 -114
  8. package/assets/i18n-eui/en.json +113 -113
  9. package/assets/i18n-eui/es.json +114 -114
  10. package/assets/i18n-eui/et.json +114 -114
  11. package/assets/i18n-eui/fi.json +114 -114
  12. package/assets/i18n-eui/fr.json +114 -114
  13. package/assets/i18n-eui/ga.json +114 -114
  14. package/assets/i18n-eui/hr.json +114 -114
  15. package/assets/i18n-eui/hu.json +114 -114
  16. package/assets/i18n-eui/it.json +114 -114
  17. package/assets/i18n-eui/lt.json +114 -114
  18. package/assets/i18n-eui/lv.json +114 -114
  19. package/assets/i18n-eui/mt.json +114 -114
  20. package/assets/i18n-eui/nl.json +114 -114
  21. package/assets/i18n-eui/pl.json +114 -114
  22. package/assets/i18n-eui/pt.json +114 -114
  23. package/assets/i18n-eui/ro.json +114 -114
  24. package/assets/i18n-eui/sk.json +114 -114
  25. package/assets/i18n-eui/sl.json +114 -114
  26. package/assets/i18n-eui/sv.json +114 -114
  27. package/docs/classes/RouterMock.html +5 -5
  28. package/docs/dependencies.html +95 -7
  29. package/docs/index.html +36 -59
  30. package/docs/injectables/CoreAppEffects.html +51 -51
  31. package/docs/js/menu-wc.js +12 -7
  32. package/docs/js/menu-wc_es5.js +1 -1
  33. package/docs/js/search/search_index.js +2 -2
  34. package/docs/miscellaneous/variables.html +1211 -1211
  35. package/docs/overview.html +171 -0
  36. package/esm2020/eui-core.mjs +4 -4
  37. package/esm2020/index.mjs +13 -13
  38. package/esm2020/lib/eui-core.module.mjs +78 -78
  39. package/esm2020/lib/helpers/date-helpers.mjs +3 -3
  40. package/esm2020/lib/helpers/dom-helpers.mjs +87 -87
  41. package/esm2020/lib/helpers/event-helpers.mjs +9 -9
  42. package/esm2020/lib/helpers/form-helpers.mjs +42 -42
  43. package/esm2020/lib/helpers/format-helpers.mjs +66 -66
  44. package/esm2020/lib/helpers/http-helpers.mjs +7 -7
  45. package/esm2020/lib/helpers/index.mjs +8 -8
  46. package/esm2020/lib/helpers/utils.mjs +7 -7
  47. package/esm2020/lib/interceptors/add-lang-param.interceptor.mjs +35 -35
  48. package/esm2020/lib/interceptors/cache-prevention.interceptor.mjs +21 -21
  49. package/esm2020/lib/interceptors/cors-security.interceptor.mjs +15 -15
  50. package/esm2020/lib/interceptors/csrf-prevention.interceptor.mjs +15 -15
  51. package/esm2020/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +72 -72
  52. package/esm2020/lib/interceptors/index.mjs +8 -8
  53. package/esm2020/lib/interceptors/openid/index.mjs +4 -4
  54. package/esm2020/lib/interceptors/openid/openid-connect.interceptor.mjs +149 -149
  55. package/esm2020/lib/interceptors/openid/openid-connect.service.mjs +56 -56
  56. package/esm2020/lib/interceptors/openid/openid-connect.service.mock.mjs +8 -8
  57. package/esm2020/lib/interceptors/ux-request-error-model.interceptor.mjs +31 -31
  58. package/esm2020/lib/services/app/eui-init-app.mjs +29 -29
  59. package/esm2020/lib/services/app/eui-pre-init-app.mjs +43 -43
  60. package/esm2020/lib/services/app/eui-startup.mjs +40 -40
  61. package/esm2020/lib/services/app/factories/log.mjs +55 -55
  62. package/esm2020/lib/services/app/index.mjs +2 -2
  63. package/esm2020/lib/services/config/defaults.mjs +68 -68
  64. package/esm2020/lib/services/config/tokens.mjs +74 -74
  65. package/esm2020/lib/services/errors/eui.error.mjs +38 -38
  66. package/esm2020/lib/services/errors/global-error-handler.mjs +24 -24
  67. package/esm2020/lib/services/errors/http-error-handler-callback-functions.mjs +17 -17
  68. package/esm2020/lib/services/errors/http-error-handler.interceptor.mjs +55 -55
  69. package/esm2020/lib/services/errors/index.mjs +5 -5
  70. package/esm2020/lib/services/i18n/i18n.loader.mjs +198 -198
  71. package/esm2020/lib/services/i18n/i18n.resource.mjs +43 -43
  72. package/esm2020/lib/services/i18n/i18n.service.mjs +228 -228
  73. package/esm2020/lib/services/i18n/i18n.service.mock.mjs +38 -38
  74. package/esm2020/lib/services/i18n/index.mjs +6 -6
  75. package/esm2020/lib/services/index.mjs +19 -19
  76. package/esm2020/lib/services/locale/index.mjs +3 -3
  77. package/esm2020/lib/services/locale/locale.service.mjs +232 -232
  78. package/esm2020/lib/services/locale/locale.service.mock.mjs +43 -43
  79. package/esm2020/lib/services/log/index.mjs +4 -4
  80. package/esm2020/lib/services/log/log.module.mjs +38 -38
  81. package/esm2020/lib/services/log/log.service.mjs +51 -51
  82. package/esm2020/lib/services/log/log.service.mock.mjs +7 -7
  83. package/esm2020/lib/services/permission/permission.service.mjs +110 -110
  84. package/esm2020/lib/services/queue/api-queue.service.mjs +137 -137
  85. package/esm2020/lib/services/queue/api-queue.service.mock.mjs +23 -23
  86. package/esm2020/lib/services/queue/index.mjs +3 -3
  87. package/esm2020/lib/services/storage/async-storage.service.mjs +17 -17
  88. package/esm2020/lib/services/storage/async-storage.service.mock.mjs +22 -22
  89. package/esm2020/lib/services/storage/index.mjs +8 -8
  90. package/esm2020/lib/services/storage/local-forage.service.mjs +93 -93
  91. package/esm2020/lib/services/storage/local-storage.service.mjs +75 -75
  92. package/esm2020/lib/services/storage/session-storage.service.mjs +75 -75
  93. package/esm2020/lib/services/storage/storage.service.mjs +6 -6
  94. package/esm2020/lib/services/storage/storage.service.mock.mjs +12 -12
  95. package/esm2020/lib/services/store/actions/app.actions.mjs +74 -74
  96. package/esm2020/lib/services/store/actions/i18n.actions.mjs +11 -11
  97. package/esm2020/lib/services/store/actions/index.mjs +6 -6
  98. package/esm2020/lib/services/store/actions/locale.actions.mjs +11 -11
  99. package/esm2020/lib/services/store/actions/notifications.actions.mjs +11 -11
  100. package/esm2020/lib/services/store/actions/user.actions.mjs +39 -39
  101. package/esm2020/lib/services/store/effects/app.effects.mjs +55 -55
  102. package/esm2020/lib/services/store/effects/index.mjs +4 -4
  103. package/esm2020/lib/services/store/index.mjs +6 -6
  104. package/esm2020/lib/services/store/reducers/app.reducers.mjs +56 -56
  105. package/esm2020/lib/services/store/reducers/core.reducers.mjs +13 -13
  106. package/esm2020/lib/services/store/reducers/i18n.reducers.mjs +16 -16
  107. package/esm2020/lib/services/store/reducers/index.mjs +8 -8
  108. package/esm2020/lib/services/store/reducers/locale.reducers.mjs +16 -16
  109. package/esm2020/lib/services/store/reducers/meta.reducers.mjs +89 -89
  110. package/esm2020/lib/services/store/reducers/notifications.reducers.mjs +13 -13
  111. package/esm2020/lib/services/store/reducers/user.reducers.mjs +43 -43
  112. package/esm2020/lib/services/store/store.service.mjs +112 -112
  113. package/esm2020/lib/services/store/store.service.mock.mjs +22 -22
  114. package/esm2020/lib/services/user/index.mjs +3 -3
  115. package/esm2020/lib/services/user/user.service.mjs +64 -64
  116. package/esm2020/lib/services/user/user.service.mock.mjs +32 -32
  117. package/esm2020/lib/services/ux-app-shell.service.mjs +690 -690
  118. package/esm2020/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +63 -63
  119. package/esm2020/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +66 -66
  120. package/esm2020/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +99 -99
  121. package/esm2020/lib/services/ux-error-feedback/ux-error-handler.operator.mjs +16 -16
  122. package/esm2020/lib/services/ux-timezone.service.mjs +716 -716
  123. package/fesm2015/eui-core.mjs +4484 -4484
  124. package/fesm2015/eui-core.mjs.map +1 -1
  125. package/fesm2020/eui-core.mjs +4538 -4538
  126. package/fesm2020/eui-core.mjs.map +1 -1
  127. package/index.d.ts +5 -5
  128. package/lib/eui-core.module.d.ts +20 -20
  129. package/lib/helpers/date-helpers.d.ts +2 -2
  130. package/lib/helpers/dom-helpers.d.ts +26 -26
  131. package/lib/helpers/event-helpers.d.ts +1 -1
  132. package/lib/helpers/form-helpers.d.ts +10 -10
  133. package/lib/helpers/format-helpers.d.ts +12 -12
  134. package/lib/helpers/http-helpers.d.ts +2 -2
  135. package/lib/helpers/index.d.ts +7 -7
  136. package/lib/helpers/utils.d.ts +6 -6
  137. package/lib/interceptors/add-lang-param.interceptor.d.ts +16 -16
  138. package/lib/interceptors/cache-prevention.interceptor.d.ts +8 -8
  139. package/lib/interceptors/cors-security.interceptor.d.ts +8 -8
  140. package/lib/interceptors/csrf-prevention.interceptor.d.ts +8 -8
  141. package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts +12 -12
  142. package/lib/interceptors/index.d.ts +7 -7
  143. package/lib/interceptors/openid/index.d.ts +3 -3
  144. package/lib/interceptors/openid/openid-connect.interceptor.d.ts +14 -14
  145. package/lib/interceptors/openid/openid-connect.service.d.ts +17 -17
  146. package/lib/interceptors/openid/openid-connect.service.mock.d.ts +5 -5
  147. package/lib/interceptors/ux-request-error-model.interceptor.d.ts +13 -13
  148. package/lib/services/app/eui-init-app.d.ts +2 -2
  149. package/lib/services/app/eui-pre-init-app.d.ts +16 -16
  150. package/lib/services/app/eui-startup.d.ts +4 -4
  151. package/lib/services/app/factories/log.d.ts +25 -25
  152. package/lib/services/app/index.d.ts +1 -1
  153. package/lib/services/config/defaults.d.ts +11 -11
  154. package/lib/services/config/tokens.d.ts +19 -19
  155. package/lib/services/errors/eui.error.d.ts +15 -15
  156. package/lib/services/errors/global-error-handler.d.ts +10 -10
  157. package/lib/services/errors/http-error-handler-callback-functions.d.ts +6 -6
  158. package/lib/services/errors/http-error-handler.interceptor.d.ts +22 -22
  159. package/lib/services/errors/index.d.ts +4 -4
  160. package/lib/services/i18n/i18n.loader.d.ts +79 -79
  161. package/lib/services/i18n/i18n.resource.d.ts +35 -35
  162. package/lib/services/i18n/i18n.service.d.ts +73 -73
  163. package/lib/services/i18n/i18n.service.mock.d.ts +19 -19
  164. package/lib/services/i18n/index.d.ts +4 -4
  165. package/lib/services/index.d.ts +18 -18
  166. package/lib/services/locale/index.d.ts +2 -2
  167. package/lib/services/locale/locale.service.d.ts +68 -68
  168. package/lib/services/locale/locale.service.mock.d.ts +15 -15
  169. package/lib/services/log/index.d.ts +3 -3
  170. package/lib/services/log/log.module.d.ts +15 -15
  171. package/lib/services/log/log.service.d.ts +27 -27
  172. package/lib/services/log/log.service.mock.d.ts +4 -4
  173. package/lib/services/permission/permission.service.d.ts +52 -52
  174. package/lib/services/queue/api-queue.service.d.ts +76 -76
  175. package/lib/services/queue/api-queue.service.mock.d.ts +13 -13
  176. package/lib/services/queue/index.d.ts +2 -2
  177. package/lib/services/storage/async-storage.service.d.ts +44 -44
  178. package/lib/services/storage/async-storage.service.mock.d.ts +11 -11
  179. package/lib/services/storage/index.d.ts +7 -7
  180. package/lib/services/storage/local-forage.service.d.ts +48 -48
  181. package/lib/services/storage/local-storage.service.d.ts +34 -34
  182. package/lib/services/storage/session-storage.service.d.ts +34 -34
  183. package/lib/services/storage/storage.service.d.ts +28 -28
  184. package/lib/services/storage/storage.service.mock.d.ts +7 -7
  185. package/lib/services/store/actions/app.actions.d.ts +82 -82
  186. package/lib/services/store/actions/i18n.actions.d.ts +11 -11
  187. package/lib/services/store/actions/index.d.ts +5 -5
  188. package/lib/services/store/actions/locale.actions.d.ts +11 -11
  189. package/lib/services/store/actions/notifications.actions.d.ts +10 -10
  190. package/lib/services/store/actions/user.actions.d.ts +35 -35
  191. package/lib/services/store/effects/app.effects.d.ts +19 -19
  192. package/lib/services/store/effects/index.d.ts +3 -3
  193. package/lib/services/store/index.d.ts +5 -5
  194. package/lib/services/store/reducers/app.reducers.d.ts +3 -3
  195. package/lib/services/store/reducers/core.reducers.d.ts +3 -3
  196. package/lib/services/store/reducers/i18n.reducers.d.ts +3 -3
  197. package/lib/services/store/reducers/index.d.ts +7 -7
  198. package/lib/services/store/reducers/locale.reducers.d.ts +3 -3
  199. package/lib/services/store/reducers/meta.reducers.d.ts +17 -17
  200. package/lib/services/store/reducers/notifications.reducers.d.ts +3 -3
  201. package/lib/services/store/reducers/user.reducers.d.ts +3 -3
  202. package/lib/services/store/store.service.d.ts +43 -43
  203. package/lib/services/store/store.service.mock.d.ts +12 -12
  204. package/lib/services/user/index.d.ts +2 -2
  205. package/lib/services/user/user.service.d.ts +15 -15
  206. package/lib/services/user/user.service.mock.d.ts +16 -16
  207. package/lib/services/ux-app-shell.service.d.ts +155 -155
  208. package/lib/services/ux-dynamic-component/ux-dynamic-component.service.d.ts +36 -36
  209. package/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.d.ts +14 -14
  210. package/lib/services/ux-error-feedback/ux-error-feedback.service.d.ts +35 -35
  211. package/lib/services/ux-error-feedback/ux-error-handler.operator.d.ts +3 -3
  212. package/lib/services/ux-timezone.service.d.ts +269 -269
  213. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
1
  var COMPODOC_SEARCH_INDEX = {
2
- "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/classes/ActivatedRouteAction.html",[0,0.874,1,2.969]],["body/classes/ActivatedRouteAction.html",[1,3.873,2,1.177,3,0.141,4,0.124,5,2.521,6,1.932,7,1.803,8,0.213,9,1.333,10,1.97,11,2.726,12,0.331,13,0.622,14,2.002,15,6.333,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,22,5.326,23,0.01,24,0.01]],["title/classes/AddApiQueueItemAction.html",[0,0.874,25,3.224]],["body/classes/AddApiQueueItemAction.html",[2,1.158,3,0.139,4,0.122,5,2.479,6,1.9,7,1.773,8,0.21,9,1.319,10,1.95,11,2.706,12,0.351,13,0.612,14,1.969,16,0.385,17,0.012,18,0.304,19,0.304,20,1.158,21,1.015,23,0.01,24,0.01,25,4.136,26,5.683,27,5.238]],["title/classes/AddAppLoadedConfigModulesAction.html",[0,0.874,28,3.224]],["body/classes/AddAppLoadedConfigModulesAction.html",[2,1.158,3,0.139,4,0.122,5,2.479,6,1.9,7,1.773,8,0.21,9,1.319,10,1.95,11,2.706,12,0.351,13,0.612,14,1.969,16,0.385,17,0.012,18,0.304,19,0.304,20,1.158,21,1.015,23,0.01,24,0.01,26,5.683,28,4.136,29,5.238]],["title/interceptors/AddLangParamInterceptor.html",[30,2.211,31,3.565]],["body/interceptors/AddLangParamInterceptor.html",[3,0.128,4,0.112,8,0.194,12,0.272,13,0.565,16,0.46,17,0.012,18,0.363,19,0.363,23,0.009,24,0.009,30,2.62,31,4.225,32,2.754,33,4.839,34,3.518,35,4.839,36,1.819,37,4.839,38,3.518,39,3.821,40,3.821,41,3.518,42,4.839,43,4.839,44,2.754,45,3.518,46,4.839,47,0.953,48,3.389,49,4.839,50,5.043,51,3.518,52,3.562,53,3.233,54,3.562,55,3.518,56,0.711,57,1.342]],["title/injectables/ApiQueueService.html",[58,1.336,59,3.224]],["body/injectables/ApiQueueService.html",[3,0.063,4,0.055,7,0.8,8,0.095,12,0.295,13,0.276,16,0.467,17,0.011,18,0.369,19,0.369,20,0.825,21,0.723,23,0.006,24,0.006,36,2.284,38,1.719,44,2.631,45,3.818,47,0.568,53,1.221,56,0.969,57,1.882,59,1.867,60,0.748,61,2.064,62,2.364,63,3.259,64,4.037,65,3.259,66,3.259,67,3.259,68,3.259,69,4.037,70,3.259,71,1.719,72,2.021,73,3.259,74,2.292,75,2.843,76,2.364,77,1.321,78,6.464,79,5.251,80,1.867,81,6.183,82,2.364,83,2.947,84,3.732,85,4.417,86,3.732,87,5.305,88,1.283,89,3.732,90,2.373,91,2.364,92,1.221,93,3.131,94,5.554,95,2.064,96,2.364,97,2.385,98,4.037,99,2.364,100,2.714,101,1.345,102,2.364,103,2.364,104,2.364,105,2.364,106,2.364,107,2.064,108,3.818,109,2.714,110,3.259,111,2.064,112,2.064,113,2.064,114,2.064,115,2.064,116,1.503,117,2.064,118,2.064,119,2.064,120,1.419,121,2.364,122,2.24,123,2.064,124,2.364,125,1.719]],["title/classes/ApiQueueServiceMock.html",[0,0.874,126,3.565]],["body/classes/ApiQueueServiceMock.html",[2,0.826,3,0.099,4,0.087,8,0.15,12,0.229,13,0.614,16,0.386,17,0.012,18,0.305,19,0.305,20,0.826,21,0.724,23,0.008,24,0.008,36,1.405,44,2.991,45,3.822,47,0.801,53,1.931,56,1.111,57,1.928,59,2.951,61,3.263,63,5.309,64,5.309,65,4.59,66,5.309,67,4.59,68,5.309,69,5.309,70,5.309,77,1.053,81,4.8,85,2.376,88,1.687,94,4.59,95,3.263,97,2.387,98,3.263,100,2.717,107,3.263,108,4.797,109,3.822,110,4.59,111,3.263,112,3.263,113,3.263,114,3.263,115,3.263,116,2.376,117,3.263,118,3.263,119,3.263,120,2.243,126,3.263,127,3.738,128,1.31]],["title/classes/AsyncStorageService.html",[0,0.874,129,2.969]],["body/classes/AsyncStorageService.html",[0,0.523,2,0.54,3,0.065,4,0.057,8,0.098,12,0.311,16,0.525,17,0.012,18,0.415,19,0.387,21,1.386,23,0.006,24,0.006,36,2.316,47,0.583,56,1.031,57,1.946,77,1.537,88,1.31,90,1.553,92,2.44,116,3.399,120,1.466,122,1.466,128,0.856,129,1.776,130,2.133,131,1.929,132,2.133,133,4.669,134,4.095,135,1.262,136,2.133,137,1.929,138,2.133,139,1.553,140,6.511,141,3.434,142,2.557,143,3.024,144,3.665,145,4.222,146,2.594,147,4.723,148,3.806,149,3.933,150,4.222,151,4.222,152,3.866,153,2.133,154,2.133,155,1.655,156,2.133,157,3.024,158,2.235,159,2.594,160,3.344,161,1.929,162,2.133,163,2.133]],["title/classes/AsyncStorageServiceMock.html",[0,0.874,164,3.565]],["body/classes/AsyncStorageServiceMock.html",[2,1.075,3,0.129,4,0.113,8,0.195,17,0.012,18,0.404,23,0.009,24,0.009,47,0.956,56,1.164,57,2.038,77,0.974,88,1.742,128,1.704,129,3.536,130,4.247,141,5.056,142,3.765,143,5.49,144,3.957,145,5.49,164,4.247,165,4.864]],["title/interceptors/CachePreventionInterceptor.html",[30,2.211,166,3.565]],["body/interceptors/CachePreventionInterceptor.html",[3,0.146,4,0.128,8,0.221,12,0.24,16,0.405,17,0.011,18,0.32,19,0.32,23,0.01,24,0.01,32,3.136,47,1.035,48,3.679,51,4.007,52,3.866,53,3.51,54,3.866,55,4.007,56,0.81,57,1.529,166,4.812,167,5.511,168,4.812]],["title/injectables/CoreAppEffects.html",[58,1.336,169,3.565]],["body/injectables/CoreAppEffects.html",[1,2.112,3,0.077,4,0.068,8,0.116,9,0.877,12,0.229,13,0.339,15,3.82,16,0.213,17,0.013,18,0.254,19,0.169,20,1.163,21,1.02,23,0.006,24,0.006,50,4.258,57,1.214,60,0.919,97,2.853,169,2.537,170,2.905,171,4.375,172,4.375,173,2.905,174,5.263,175,4.375,176,3.82,177,3.82,178,3.82,179,5.263,180,4.375,181,2.905,182,4.375,183,4.375,184,2.905,185,4.375,186,2.26,187,2.294,188,2.905,189,2.905,190,1.967,191,2.905,192,2.963,193,2.905,194,2.905,195,2.905,196,2.905,197,2.905,198,2.905,199,2.905,200,2.905,201,2.112,202,2.905,203,2.905,204,2.294,205,2.905,206,2.905,207,2.537,208,2.905,209,2.294,210,2.905,211,2.905,212,4.375,213,4.375,214,5.263,215,2.905,216,6.602,217,2.905,218,3.82,219,2.294,220,2.537,221,2.905,222,2.537,223,2.537,224,2.905,225,2.905,226,4.375,227,4.375,228,2.905,229,4.375,230,2.905,231,4.375,232,3.82,233,4.375,234,2.905,235,1.319]],["title/modules/CoreModule.html",[186,2.11,236,3.224]],["body/modules/CoreModule.html",[3,0.138,4,0.121,12,0.227,16,0.383,17,0.012,18,0.302,19,0.302,23,0.01,24,0.01,47,0.793,56,0.964,77,1.314,236,4.113,237,2.965,238,4.549,239,4.549,240,4.17,241,4.549,242,5.21,243,3.788,244,5.179,245,5.669,246,4.549,247,4.113,248,3.241,249,4.113,250,5.21,251,5.21,252,5.21,253,5.21]],["title/interceptors/CorsSecurityInterceptor.html",[30,2.211,254,3.565]],["body/interceptors/CorsSecurityInterceptor.html",[3,0.146,4,0.128,8,0.221,12,0.24,16,0.405,17,0.011,18,0.32,19,0.32,23,0.01,24,0.01,32,3.136,44,3.136,47,1.035,48,3.679,52,3.866,53,3.51,54,3.866,56,0.81,57,1.529,254,4.812,255,5.511,256,5.511,257,4.007]],["title/interceptors/CsrfPreventionInterceptor.html",[30,2.211,258,3.565]],["body/interceptors/CsrfPreventionInterceptor.html",[3,0.146,4,0.128,8,0.221,12,0.24,16,0.405,17,0.011,18,0.32,19,0.32,23,0.01,24,0.01,32,3.136,44,3.136,47,1.035,48,3.679,52,3.866,53,3.51,54,3.866,56,0.81,57,1.529,168,4.812,257,4.007,258,4.812,259,5.511]],["title/classes/EmptyApiQueueAction.html",[0,0.874,260,3.565]],["body/classes/EmptyApiQueueAction.html",[2,1.198,3,0.144,4,0.126,5,2.564,6,1.965,7,1.834,8,0.217,9,1.347,10,1.991,11,2.747,12,0.333,13,0.633,14,2.036,16,0.398,17,0.012,18,0.314,19,0.314,20,1.198,21,1.05,23,0.01,24,0.01,260,4.73,261,5.417]],["title/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html",[30,2.211,262,3.565]],["body/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html",[3,0.144,4,0.126,8,0.217,12,0.236,16,0.398,17,0.011,18,0.314,19,0.314,23,0.01,24,0.01,32,3.083,44,3.083,47,1.024,48,3.64,52,3.825,53,3.473,54,3.825,56,0.796,57,1.503,257,3.939,262,4.73,263,5.417,264,5.417,265,3.939,266,4.73,267,5.417]],["title/classes/EuiCoreRootGuardClass.html",[0,0.874,268,3.565]],["body/classes/EuiCoreRootGuardClass.html",[2,1.369,3,0.164,4,0.144,13,0.851,17,0.011,23,0.011,24,0.011,238,5.406,239,5.406,268,5.406]],["title/classes/EuiError.html",[0,0.874,269,3.565]],["body/classes/EuiError.html",[2,1.233,3,0.148,4,0.13,12,0.243,13,0.651,16,0.41,17,0.011,18,0.324,19,0.324,23,0.01,24,0.01,77,1.547,128,1.954,269,4.868,270,5.576,271,5.576,272,5.576,273,6.843,274,6.843,275,4.402,276,2.986]],["title/injectables/EuiPermissionService.html",[58,1.336,277,3.224]],["body/injectables/EuiPermissionService.html",[3,0.078,4,0.069,8,0.118,12,0.3,13,0.344,16,0.506,17,0.012,18,0.385,19,0.385,23,0.007,24,0.007,36,1.664,47,0.674,56,0.976,57,1.228,60,0.934,72,2.396,74,1.931,75,2.396,77,1.501,85,1.876,88,0.818,97,2.412,101,1.679,125,3.218,128,1.034,135,1.524,209,3.494,219,4.66,246,2.576,247,2.329,277,2.329,278,2.95,279,2.329,280,4.426,281,4.426,282,4.426,283,3.188,284,2.186,285,2.656,286,2.329,287,1.679,288,2.95,289,2.95,290,6.542,291,6.184,292,2.95,293,2.95,294,2.95,295,2.95,296,4.426,297,2.576,298,3.494,299,2.95,300,2.576,301,2.576,302,2.95,303,5.312,304,2.95,305,2.95,306,2.95,307,2.576,308,2.95,309,2.576,310,2.95,311,4.993,312,2.95,313,2.95,314,4.426,315,2.95,316,1.998,317,4.426,318,2.514,319,2.95,320,5.153,321,2.95,322,2.95,323,2.329]],["title/injectables/GlobalErrorHandler.html",[58,1.336,324,3.565]],["body/injectables/GlobalErrorHandler.html",[3,0.14,4,0.123,8,0.212,12,0.289,13,0.618,16,0.487,17,0.012,18,0.385,19,0.385,23,0.01,24,0.01,47,1.01,56,0.778,60,1.676,74,3.157,88,1.469,128,1.856,235,3.01,324,4.624,325,5.297,326,5.297,327,5.297,328,6.629,329,5.297,330,5.297]],["title/interceptors/HttpErrorHandlerInterceptor.html",[30,2.211,331,3.565]],["body/interceptors/HttpErrorHandlerInterceptor.html",[3,0.132,4,0.115,8,0.199,12,0.277,13,0.58,16,0.467,17,0.011,18,0.369,19,0.369,23,0.009,24,0.009,32,2.826,47,0.969,48,3.445,51,3.61,52,3.621,53,3.287,54,3.621,55,3.61,56,0.729,57,1.377,235,2.255,248,2.453,331,4.335,332,4.335,333,4.965,334,4.335,335,5.555,336,5.846,337,7.405]],["title/injectables/I18nLoader.html",[58,1.336,338,3.565]],["body/injectables/I18nLoader.html",[3,0.091,4,0.08,8,0.137,10,2.264,12,0.293,13,0.4,16,0.494,17,0.012,18,0.39,19,0.39,23,0.007,24,0.007,34,4.215,36,1.858,39,3.902,45,2.492,47,0.753,56,1.029,57,1.866,60,1.085,73,4.316,74,2.769,77,1.271,80,2.707,88,0.951,93,3.347,122,2.057,248,1.693,338,2.993,339,2.492,340,3.902,341,5.797,342,4.316,343,4.943,344,4.943,345,3.428,346,5.539,347,2.993,348,3.902,349,6.118,350,3.902,351,2.993,352,4.555,353,2.707,354,3.428,355,3.428,356,2.707,357,2.707,358,3.428,359,3.428,360,3.428,361,3.428,362,2.492,363,2.707,364,3.428,365,2.707,366,3.428]],["title/modules/I18nModule.html",[186,2.11,367,3.224]],["body/modules/I18nModule.html",[3,0.151,4,0.133,17,0.011,23,0.01,24,0.01,36,2.146,47,0.87,56,0.839,186,3.587,237,3.249,240,3.63,244,4.508,245,5.481,367,5.481,368,5.709,369,4.508,370,4.985,371,4.985,372,4.151,373,4.151]],["title/classes/I18nResourceImpl.html",[0,0.874,352,2.766]],["body/classes/I18nResourceImpl.html",[2,0.789,3,0.095,4,0.083,8,0.143,10,2.103,12,0.281,13,0.594,16,0.475,17,0.011,18,0.375,19,0.397,23,0.008,24,0.008,34,4.311,36,2.429,39,4.017,40,2.818,47,0.775,56,0.871,77,1.545,88,0.99,92,3.339,97,1.621,100,2.595,150,2.818,158,1.689,352,4.015,353,2.818,357,5.394,362,4.967,374,3.569,375,5.088,376,5.088,377,5.088,378,3.569,379,5.929,380,5.088,381,3.569,382,5.088,383,3.569,384,5.177,385,3.569,386,5.088,387,3.569,388,3.116,389,3.116,390,3.569,391,5.088,392,3.116,393,3.569,394,3.569,395,3.116,396,3.569,397,4.442]],["title/injectables/I18nService.html",[58,1.336,398,2.969]],["body/injectables/I18nService.html",[3,0.063,4,0.056,8,0.096,10,1.566,12,0.319,13,0.28,16,0.539,17,0.012,18,0.426,19,0.405,23,0.006,24,0.006,36,1.417,41,1.741,47,0.574,50,3.845,56,1.001,57,1.89,60,0.758,72,2.041,74,2.308,75,2.041,77,1.327,83,1.89,88,1.046,101,1.362,109,1.741,116,1.522,125,1.741,128,0.839,148,1.237,152,3.452,158,1.784,186,2.732,204,1.89,232,2.09,243,4.182,248,2.303,276,2.789,283,3.666,284,1.862,285,2.262,298,1.89,316,2.553,318,2.206,340,2.976,347,2.09,348,4.541,349,2.09,350,1.89,398,1.741,399,2.09,400,2.394,401,3.291,402,3.291,403,4.07,404,2.394,405,3.389,406,5.288,407,2.09,408,2.09,409,2.394,410,2.394,411,2.74,412,1.741,413,1.741,414,1.89,415,1.89,416,1.89,417,2.394,418,3.769,419,2.09,420,2.394,421,4.07,422,2.09,423,1.741,424,2.09,425,2.09,426,3.68,427,1.89,428,1.741,429,2.09,430,2.09,431,2.09,432,3.291,433,2.09,434,2.09,435,3.291,436,2.09,437,1.621,438,1.89,439,2.394,440,2.976]],["title/injectables/I18nServiceMock.html",[58,1.336,441,3.565]],["body/injectables/I18nServiceMock.html",[3,0.089,4,0.078,8,0.134,10,1.438,12,0.273,13,0.567,16,0.461,17,0.012,18,0.416,19,0.364,23,0.007,24,0.007,36,1.257,47,0.739,56,1.053,57,1.988,60,1.058,77,0.973,83,2.64,88,0.928,101,1.903,116,2.126,125,2.431,128,1.172,158,1.583,186,3.24,204,2.64,243,2.431,248,1.652,276,2.119,283,3.43,284,2.398,285,2.914,298,2.64,318,2.298,340,4.512,348,3.833,398,2.431,401,4.239,402,4.99,403,4.99,405,2.431,411,2.431,419,2.92,422,2.92,423,2.431,424,2.92,425,2.92,426,4.512,427,2.64,428,2.431,429,2.92,430,2.92,431,2.92,432,4.239,433,2.92,434,2.92,435,4.239,436,2.92,437,2.265,438,2.64,440,5.485,441,2.92,442,3.344,443,4.239,444,4.239,445,4.855,446,3.344,447,3.344,448,3.344,449,3.344]],["title/classes/InitStoreAction.html",[0,0.874,450,3.224]],["body/classes/InitStoreAction.html",[2,1.158,3,0.139,4,0.122,5,2.479,6,1.9,7,1.773,8,0.21,9,1.319,10,1.95,11,2.706,12,0.351,13,0.612,14,1.969,16,0.385,17,0.012,18,0.304,19,0.304,20,1.158,21,1.015,23,0.01,24,0.01,26,5.683,450,4.136,451,5.238]],["title/interfaces/LoadedResources.html",[452,2.596,453,3.565]],["body/interfaces/LoadedResources.html",[3,0.143,4,0.125,8,0.216,9,1.342,12,0.317,17,0.012,19,0.389,23,0.01,24,0.01,92,3.46,93,4.536,97,3.042,339,3.916,357,5.756,453,4.703,454,3.233,455,5.301,456,7.291]],["title/interfaces/LoadedResourcesError.html",[452,2.596,457,3.565]],["body/interfaces/LoadedResourcesError.html",[3,0.15,4,0.132,8,0.227,9,1.386,12,0.301,17,0.012,23,0.01,24,0.01,77,1.386,235,3.389,339,4.126,352,4.685,362,5.425,454,3.406,457,4.955]],["title/injectables/LocalForageService.html",[58,1.336,458,3.565]],["body/injectables/LocalForageService.html",[3,0.076,4,0.066,8,0.115,9,0.867,12,0.297,13,0.334,16,0.482,17,0.012,18,0.438,19,0.381,20,0.633,21,1.36,23,0.006,24,0.006,36,2.467,47,0.659,56,1.001,57,1.947,60,0.906,74,1.888,77,1.511,88,1.2,90,1.819,92,2.694,116,3.695,120,1.717,122,1.717,128,1.003,129,2.081,133,3.777,134,2.75,135,2.234,141,3.791,142,2.823,143,3.415,144,3.552,145,3.415,146,1.938,148,3.782,149,4.227,150,4.589,151,4.589,153,2.498,154,2.498,155,1.938,156,2.498,157,3.415,158,2.047,159,1.938,160,2.498,240,2.75,248,1.414,287,2.462,334,2.498,458,3.777,459,2.498,460,2.862,461,5.449,462,2.862,463,2.862,464,2.862,465,2.862]],["title/injectables/LocalStorageService.html",[58,1.336,466,3.565]],["body/injectables/LocalStorageService.html",[3,0.097,4,0.085,8,0.147,9,1.039,12,0.3,13,0.428,16,0.48,17,0.012,18,0.45,19,0.38,20,0.81,21,1.338,23,0.008,24,0.008,36,2.458,47,0.79,56,0.961,60,1.16,74,2.263,77,1.507,88,1.438,90,2.33,92,3.108,101,2.086,120,2.2,122,2.2,128,1.284,131,2.894,134,4.158,135,2.679,139,2.33,142,2.807,144,3.424,146,2.482,148,3.701,149,4.074,155,2.482,159,2.482,190,2.482,235,1.665,240,3.296,286,2.894,287,2.086,459,3.2,466,4.527,467,3.666,468,4.75]],["title/injectables/LocaleService.html",[58,1.336,469,3.224]],["body/injectables/LocaleService.html",[3,0.081,4,0.071,8,0.123,12,0.324,13,0.358,16,0.547,17,0.012,18,0.405,19,0.405,23,0.007,24,0.007,47,0.693,56,1.024,57,1.783,60,0.97,71,2.228,72,2.465,74,1.987,75,1.659,77,1.349,85,1.948,88,1.507,128,1.074,148,1.583,152,1.839,158,1.45,190,3.083,276,2.624,279,2.419,283,4.042,284,2.249,285,2.733,287,2.591,316,3.083,318,2.846,323,2.419,363,2.419,369,3.595,398,3.31,405,3.31,407,3.975,412,2.228,413,2.228,414,2.419,415,2.419,416,2.419,443,3.975,469,2.419,470,2.675,471,3.975,472,4.743,473,4.553,474,4.553,475,3.975,476,5.251,477,2.675,478,2.675,479,4.748,480,2.675,481,2.675,482,2.675,483,3.064,484,3.064]],["title/injectables/LocaleServiceMock.html",[58,1.336,485,3.565]],["body/injectables/LocaleServiceMock.html",[3,0.114,4,0.1,8,0.173,12,0.305,13,0.504,16,0.515,17,0.012,18,0.407,19,0.407,23,0.009,24,0.009,47,0.884,56,1.075,57,1.818,60,1.365,77,1.404,85,2.742,88,1.609,128,1.511,276,1.882,283,3.934,284,2.866,285,3.482,318,2.745,469,3.405,471,5.065,472,5.723,475,3.766,477,3.766,478,3.766,479,5.534,480,3.766,485,3.766,486,4.313,487,4.313]],["title/modules/LogModule.html",[186,2.11,488,3.224]],["body/modules/LogModule.html",[3,0.123,4,0.108,12,0.265,16,0.446,17,0.011,18,0.353,19,0.353,20,1.344,21,1.178,23,0.009,24,0.009,36,1.739,47,0.705,56,0.893,74,2.653,186,3.14,237,3.459,240,3.864,241,4.04,244,4.799,245,3.653,248,3.003,287,2.633,365,3.653,370,5.307,371,5.307,372,4.42,373,3.365,411,3.365,437,3.134,488,3.653,489,4.627,490,4.627,491,6.294,492,4.627,493,4.04,494,4.627,495,5.307,496,4.627]],["title/injectables/LogService.html",[58,1.336,74,1.782]],["body/injectables/LogService.html",[3,0.112,4,0.098,8,0.169,12,0.249,13,0.492,16,0.42,17,0.011,18,0.421,19,0.376,20,1.263,21,0.817,23,0.008,24,0.008,36,2.148,40,3.33,47,0.87,56,0.62,60,1.335,74,1.841,77,1.392,97,2.595,100,3.067,128,1.478,135,2.179,144,3.252,287,2.4,309,3.682,353,4.511,356,3.33,497,4.218,498,4.218,499,3.682,500,4.218,501,4.218,502,4.218,503,4.218,504,3.682,505,7.786,506,4.989,507,4.218,508,5.714,509,5.714,510,4.989,511,4.989,512,4.218,513,5.714,514,4.218,515,3.682,516,4.218,517,4.218]],["title/classes/LogServiceMock.html",[0,0.874,518,3.565]],["body/classes/LogServiceMock.html",[2,1.309,3,0.157,4,0.138,8,0.237,17,0.011,23,0.011,24,0.011,47,1.081,56,0.87,128,2.075,506,6.636,518,5.171,519,5.922,520,5.922]],["title/interfaces/ModuleLoadEvent.html",[452,2.596,521,3.565]],["body/interfaces/ModuleLoadEvent.html",[3,0.144,4,0.127,8,0.218,9,1.352,12,0.319,17,0.012,18,0.425,19,0.392,23,0.01,24,0.01,77,1.352,97,3.064,141,5.328,235,3.328,399,4.757,454,3.27,521,4.757]],["title/interceptors/OpenIdConnectInterceptor.html",[30,2.211,522,3.565]],["body/interceptors/OpenIdConnectInterceptor.html",[3,0.128,4,0.112,8,0.193,9,1.25,12,0.272,13,0.728,16,0.354,17,0.012,18,0.279,19,0.279,20,1.379,21,1.209,23,0.009,24,0.009,32,2.74,44,2.74,47,0.95,48,3.378,52,3.55,53,3.222,54,3.55,56,0.707,57,1.336,218,4.204,257,3.501,276,2.101,522,4.204,523,3.501,524,4.815,525,6.238,526,6.238,527,5.463,528,6.238,529,4.535,530,4.204]],["title/injectables/OpenIdConnectService.html",[58,1.336,531,3.224]],["body/injectables/OpenIdConnectService.html",[3,0.155,4,0.136,8,0.234,13,0.823,17,0.011,23,0.01,24,0.01,47,1.073,56,0.859,57,1.623,60,1.851,523,4.253,531,4.618,532,5.107,533,6.601]],["title/classes/OpenIdConnectServiceMock.html",[0,0.874,534,3.565]],["body/classes/OpenIdConnectServiceMock.html",[2,1.293,3,0.155,4,0.136,8,0.234,17,0.011,23,0.01,24,0.01,47,1.073,56,0.859,57,1.623,128,2.05,523,4.253,531,4.618,533,6.601,534,5.107,535,5.85]],["title/interfaces/OpenIdConnectUserDetails.html",[452,2.596,536,3.565]],["body/interfaces/OpenIdConnectUserDetails.html",[3,0.121,4,0.106,8,0.183,9,1.206,12,0.333,17,0.012,19,0.477,23,0.009,24,0.009,77,1.645,454,2.737,523,3.316,532,3.982,536,3.982,537,6.74,538,6.74,539,6.74,540,6.74,541,6.74,542,6.74]],["title/classes/RemoveApiQueueItemAction.html",[0,0.874,543,3.224]],["body/classes/RemoveApiQueueItemAction.html",[2,1.177,3,0.141,4,0.124,5,2.521,6,1.932,7,1.803,8,0.213,9,1.333,10,1.97,11,2.726,12,0.331,13,0.622,14,2.002,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,77,1.453,543,4.205,544,5.326]],["title/interfaces/ResourceError.html",[452,2.596,545,3.565]],["body/interfaces/ResourceError.html",[3,0.141,4,0.124,8,0.213,9,1.333,12,0.316,17,0.012,19,0.441,23,0.01,24,0.01,77,1.333,97,3.021,235,3.294,339,3.873,352,4.505,362,5.274,454,3.197,545,4.65,546,7.254]],["title/classes/RouterMock.html",[0,0.874,547,3.565]],["body/classes/RouterMock.html",[2,0.893,3,0.107,4,0.094,8,0.162,9,1.111,10,2.188,12,0.276,13,0.648,16,0.407,17,0.012,18,0.322,19,0.322,20,1.401,21,1.228,23,0.008,24,0.008,47,0.845,56,1.002,77,1.48,88,1.539,192,3.757,372,2.936,547,3.526,548,4.039,549,5.547,550,5.547,551,5.547,552,6.337,553,5.547,554,5.547,555,6.337,556,4.039,557,4.039,558,4.039,559,4.039,560,5.547,561,4.039,562,4.843,563,4.039]],["title/injectables/SessionStorageService.html",[58,1.336,564,3.565]],["body/injectables/SessionStorageService.html",[3,0.097,4,0.085,8,0.147,9,1.039,12,0.3,13,0.428,16,0.48,17,0.012,18,0.45,19,0.38,20,0.81,21,1.338,23,0.008,24,0.008,36,2.458,47,0.79,56,0.961,60,1.16,74,2.263,77,1.507,88,1.438,90,2.33,92,3.108,101,2.086,120,2.2,122,2.2,128,1.284,131,2.894,134,4.158,135,2.679,139,2.33,142,2.807,144,3.424,146,2.482,148,3.701,149,4.074,155,2.482,159,2.482,190,2.482,235,1.665,240,3.296,265,4.374,286,2.894,287,2.086,564,4.527,565,3.666,566,3.666]],["title/classes/StorageService.html",[0,0.874,139,2.596]],["body/classes/StorageService.html",[0,0.706,2,0.729,3,0.087,4,0.077,8,0.132,12,0.311,16,0.524,17,0.012,18,0.425,19,0.384,21,1.34,23,0.007,24,0.007,36,2.342,47,0.732,56,1.016,77,1.538,88,1.573,90,2.096,92,2.929,101,1.877,120,1.979,122,1.979,132,2.879,134,4.395,135,1.703,136,2.879,137,2.603,138,2.879,139,2.096,140,6.78,142,2.602,144,3.769,146,3.255,148,3.779,149,3.84,152,3.975,155,2.233,158,1.561,159,3.255,161,2.603,162,2.879,163,2.879,190,2.233,235,1.498,567,3.298]],["title/classes/StorageServiceMock.html",[0,0.874,568,3.565]],["body/classes/StorageServiceMock.html",[2,1.198,3,0.144,4,0.126,8,0.217,17,0.012,18,0.424,23,0.01,24,0.01,47,1.024,56,1.123,77,1.085,88,1.865,128,1.898,139,3.444,142,3.958,144,4.16,568,4.73,569,5.417]],["title/classes/StoreMock.html",[0,0.874,570,3.565]],["body/classes/StoreMock.html",[2,1.098,3,0.132,4,0.115,8,0.199,9,1.275,12,0.216,13,0.743,16,0.365,17,0.012,18,0.288,19,0.288,20,1.098,21,0.962,23,0.009,24,0.009,47,0.969,56,1.088,88,1.377,318,3.011,570,4.335,571,4.965,572,7.022,573,5.544,574,7.022,575,5.024,576,4.965,577,4.965,578,4.335]],["title/injectables/StoreService.html",[58,1.336,72,2.211]],["body/injectables/StoreService.html",[3,0.095,4,0.083,7,1.213,8,0.143,12,0.31,13,0.418,16,0.522,17,0.012,18,0.413,19,0.413,23,0.008,24,0.008,47,0.777,48,2.762,56,1.045,57,0.994,60,1.134,71,2.605,72,1.94,74,2.825,75,3.705,77,1.297,88,1.648,148,1.851,158,2.414,276,2.226,284,2.52,318,1.696,573,4.028,575,4.028,579,3.128,580,4.454,581,4.454,582,5.187,583,3.583,584,4.454,585,3.583,586,3.583,587,5.102,588,4.454,589,3.583,590,5.102,591,5.102,592,3.128,593,4.454,594,3.709,595,4.028,596,3.583,597,5.102,598,4.454,599,2.605,600,3.583,601,3.583]],["title/injectables/StoreServiceMock.html",[58,1.336,602,3.565]],["body/injectables/StoreServiceMock.html",[3,0.124,4,0.109,8,0.187,12,0.203,13,0.714,16,0.343,17,0.012,18,0.271,19,0.271,23,0.009,24,0.009,47,0.932,56,1.132,60,1.479,72,2.53,88,2.007,128,1.637,284,3.369,318,2.212,573,5.385,575,5.385,580,5.955,581,5.341,582,5.955,592,4.08,593,5.341,594,4.448,595,4.83,602,4.08,603,4.673]],["title/interfaces/TimeZone.html",[452,2.596,604,2.969]],["body/interfaces/TimeZone.html",[3,0.15,4,0.131,8,0.226,9,1.381,12,0.3,17,0.011,18,0.432,23,0.01,24,0.01,77,1.553,454,3.386,604,4.102,605,3.211,606,4.926,607,7.443]],["title/directives/TranslateMockDirective.html",[608,3.565,609,3.224]],["body/directives/TranslateMockDirective.html",[3,0.146,4,0.128,6,1.999,8,0.221,12,0.296,13,0.643,16,0.405,17,0.011,18,0.32,19,0.32,23,0.01,24,0.01,428,4.007,578,4.812,609,4.351,610,5.511,611,4.007,612,5.511,613,4.812,614,6.794,615,6.794,616,5.511,617,5.932,618,5.511]],["title/modules/TranslateMockModule.html",[186,2.11,619,3.224]],["body/modules/TranslateMockModule.html",[3,0.161,4,0.141,17,0.011,23,0.011,24,0.011,237,3.456,609,5.689,611,4.416,619,4.795,620,6.074,621,5.689,622,6.074]],["title/pipes/TranslateMockPipe.html",[423,2.969,621,3.224]],["body/pipes/TranslateMockPipe.html",[3,0.15,4,0.132,12,0.247,16,0.417,17,0.012,18,0.401,19,0.329,23,0.01,24,0.01,47,0.864,56,0.834,77,1.495,428,4.126,611,4.126,613,4.955,621,4.481,623,5.675,624,5.675,625,5.675,626,4.955]],["title/classes/TranslateServiceMock.html",[0,0.874,627,3.565]],["body/classes/TranslateServiceMock.html",[2,0.618,3,0.074,4,0.065,8,0.112,9,0.851,12,0.337,16,0.454,17,0.012,18,0.358,19,0.358,20,1.577,21,1.383,23,0.006,24,0.006,34,3.089,47,0.647,56,1.023,57,1.804,77,1.573,88,1.426,92,2.195,148,1.444,192,3.889,249,3.354,276,1.219,342,4.487,444,3.709,529,4.729,611,2.032,627,2.44,628,4.248,629,4.248,630,4.248,631,4.248,632,4.248,633,4.248,634,4.248,635,4.248,636,4.248,637,4.248,638,5.14,639,5.14,640,4.248,641,4.248,642,2.794,643,2.794,644,2.794,645,2.794,646,2.794,647,2.794,648,2.794,649,2.794,650,2.794,651,2.794,652,2.44,653,2.794,654,4.248,655,2.794,656,2.794]],["title/classes/UpdateAppConnectionAction.html",[0,0.874,201,2.969]],["body/classes/UpdateAppConnectionAction.html",[2,1.177,3,0.141,4,0.124,5,2.521,6,1.932,7,1.803,8,0.213,9,1.333,10,1.97,11,2.726,12,0.331,13,0.622,14,2.002,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,97,3.294,201,3.873,657,5.326]],["title/classes/UpdateAppStatusAction.html",[0,0.874,658,3.224]],["body/classes/UpdateAppStatusAction.html",[2,1.177,3,0.141,4,0.124,5,2.521,6,1.932,7,1.803,8,0.213,9,1.333,10,1.97,11,2.726,12,0.331,13,0.622,14,2.002,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,77,1.453,658,4.205,659,5.326]],["title/classes/UpdateAppVersionAction.html",[0,0.874,660,3.224]],["body/classes/UpdateAppVersionAction.html",[2,1.177,3,0.141,4,0.124,5,2.521,6,1.932,7,1.803,8,0.213,9,1.333,10,1.97,11,2.726,12,0.331,13,0.622,14,2.002,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,77,1.453,660,4.205,661,5.326]],["title/classes/UpdateCurrentModuleAction.html",[0,0.874,662,3.224]],["body/classes/UpdateCurrentModuleAction.html",[2,1.177,3,0.141,4,0.124,5,2.521,6,1.932,7,1.803,8,0.213,9,1.333,10,1.97,11,2.726,12,0.331,13,0.622,14,2.002,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,77,1.453,662,4.205,663,5.326]],["title/classes/UpdateI18nStateAction.html",[0,0.874,664,3.224]],["body/classes/UpdateI18nStateAction.html",[2,1.177,3,0.141,4,0.124,6,1.932,7,1.803,8,0.213,9,1.333,10,1.97,11,2.726,12,0.331,13,0.622,14,2.002,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,440,5.727,664,4.205,665,4.205,666,5.326]],["title/classes/UpdateLocaleStateAction.html",[0,0.874,667,3.224]],["body/classes/UpdateLocaleStateAction.html",[2,1.177,3,0.141,4,0.124,6,1.932,7,1.803,8,0.213,9,1.333,10,1.97,11,2.726,12,0.331,13,0.622,14,2.002,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,479,5.727,667,4.205,668,4.205,669,5.326]],["title/classes/UpdateNotificationsListAction.html",[0,0.874,670,3.224]],["body/classes/UpdateNotificationsListAction.html",[2,1.198,3,0.144,4,0.126,6,1.965,7,1.834,8,0.217,9,1.347,10,1.991,11,2.747,12,0.333,13,0.633,14,2.036,16,0.398,17,0.012,18,0.314,19,0.314,20,1.198,21,1.05,23,0.01,24,0.01,670,4.277,671,4.277,672,5.417]],["title/classes/UpdateUserDashboardAction.html",[0,0.874,673,3.224]],["body/classes/UpdateUserDashboardAction.html",[2,1.198,3,0.144,4,0.126,6,1.965,7,1.834,8,0.217,9,1.347,10,1.991,11,2.747,12,0.333,13,0.633,14,2.036,16,0.398,17,0.012,18,0.314,19,0.314,20,1.198,21,1.05,23,0.01,24,0.01,673,4.277,674,3.251,675,5.417]],["title/classes/UpdateUserDetailsAction.html",[0,0.874,676,3.224]],["body/classes/UpdateUserDetailsAction.html",[2,1.177,3,0.141,4,0.124,6,1.932,7,1.803,8,0.213,9,1.333,10,1.97,11,2.726,12,0.331,13,0.622,14,2.002,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,674,3.197,676,4.205,677,7.254,678,5.326]],["title/classes/UpdateUserPreferencesAction.html",[0,0.874,679,3.224]],["body/classes/UpdateUserPreferencesAction.html",[2,1.177,3,0.141,4,0.124,6,1.932,7,1.803,8,0.213,9,1.333,10,1.97,11,2.726,12,0.331,13,0.622,14,2.002,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,674,3.197,679,4.205,680,6.333,681,5.326]],["title/classes/UpdateUserRightsAction.html",[0,0.874,682,3.224]],["body/classes/UpdateUserRightsAction.html",[2,1.177,3,0.141,4,0.124,6,1.932,7,1.803,8,0.213,9,1.333,10,1.97,11,2.726,12,0.331,13,0.622,14,2.002,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,320,6.333,674,3.197,682,4.205,683,5.326]],["title/classes/UpdateUserStateAction.html",[0,0.874,684,3.565]],["body/classes/UpdateUserStateAction.html",[2,1.177,3,0.141,4,0.124,6,1.932,7,1.803,8,0.213,9,1.333,10,1.97,11,2.726,12,0.331,13,0.622,14,2.002,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,674,3.197,684,4.65,685,5.727,686,5.326]],["title/injectables/UserService.html",[58,1.336,687,3.224]],["body/injectables/UserService.html",[3,0.084,4,0.073,8,0.126,12,0.341,13,0.368,16,0.576,17,0.012,18,0.419,19,0.419,23,0.007,24,0.007,47,0.709,56,1.034,57,1.692,60,0.999,71,2.294,72,2.519,75,1.709,77,0.932,88,1.533,128,1.106,148,1.63,152,4.225,158,2.202,276,2.662,279,2.491,283,4.085,284,2.299,285,4.085,316,4.61,318,2.202,412,2.294,413,2.294,414,2.491,415,2.491,416,2.491,594,4.436,685,4.364,687,2.491,688,3.155,689,2.755,690,4.063,691,3.155,692,3.155,693,3.155]],["title/injectables/UserServiceMock.html",[58,1.336,694,3.565]],["body/injectables/UserServiceMock.html",[3,0.102,4,0.089,8,0.154,12,0.306,13,0.626,16,0.516,17,0.012,18,0.358,19,0.358,23,0.008,24,0.008,47,0.816,56,1.151,57,1.487,60,1.216,88,1.712,128,1.347,152,4.215,158,1.819,276,1.677,283,3.217,284,2.648,285,3.217,316,3.63,318,1.819,412,2.794,413,2.794,680,5.389,685,4.232,687,3.034,689,3.355,690,3.355,694,3.355,695,3.843,696,6.172,697,6.172,698,6.172,699,6.172,700,6.172,701,6.172]],["title/injectables/UxDynamicComponentService.html",[58,1.336,702,3.565]],["body/injectables/UxDynamicComponentService.html",[3,0.101,4,0.088,8,0.152,10,1.967,12,0.289,13,0.443,16,0.488,17,0.012,18,0.356,19,0.356,23,0.008,24,0.008,36,1.998,41,3.865,47,0.81,56,0.781,60,1.202,80,2.998,88,1.053,142,2.878,152,2.279,248,3.029,276,2.32,336,5.245,392,4.641,481,3.315,605,2.161,617,4.641,702,3.315,703,3.865,704,3.797,705,3.797,706,3.797,707,6.133,708,5.315,709,5.315,710,3.797,711,5.315,712,5.315,713,6.643,714,6.133,715,5.315,716,5.315,717,3.797,718,3.315,719,3.797,720,3.797,721,3.797,722,5.315,723,6.133,724,3.797,725,3.797,726,3.797,727,3.797,728,3.797,729,3.797,730,3.797]],["title/injectables/UxDynamicMenuService.html",[58,1.336,731,3.565]],["body/injectables/UxDynamicMenuService.html",[3,0.124,4,0.109,8,0.188,9,1.23,12,0.298,13,0.548,16,0.451,17,0.012,18,0.356,19,0.356,20,1.038,21,0.91,23,0.009,24,0.009,47,0.935,56,0.902,60,1.486,72,3.323,75,3.323,93,5.095,277,4.846,605,2.672,703,4.462,731,4.1,732,4.696,733,4.696,734,6.137,735,6.137,736,6.837,737,4.696,738,4.696,739,4.696,740,4.696]],["title/injectables/UxErrorFeedbackService.html",[58,1.336,741,3.224]],["body/injectables/UxErrorFeedbackService.html",[3,0.096,4,0.085,8,0.146,9,1.033,12,0.284,13,0.425,16,0.479,17,0.012,18,0.378,19,0.378,20,0.804,21,0.705,23,0.008,24,0.008,47,0.785,50,4.739,56,1.011,60,1.151,77,1.504,85,2.313,88,1.662,97,2.342,177,3.176,178,4.503,192,2.463,235,2.342,276,3.003,455,4.739,529,2.645,605,2.07,741,2.872,742,2.872,743,3.176,744,4.503,745,5.991,746,5.991,747,4.503,748,4.503,749,3.638,750,3.638,751,5.691,752,3.75,753,3.176,754,5.691,755,3.638,756,4.503,757,3.176,758,5.157,759,4.503,760,3.638,761,3.638,762,3.638]],["title/classes/UxErrorManager.html",[0,0.874,752,2.969]],["body/classes/UxErrorManager.html",[2,0.871,3,0.104,4,0.092,8,0.158,9,1.092,12,0.294,13,0.46,16,0.496,17,0.012,18,0.392,19,0.392,20,0.871,21,0.763,23,0.008,24,0.008,47,0.83,56,0.992,57,1.093,77,1.352,88,1.735,97,3.065,235,2.476,276,2.945,455,4.547,605,2.241,741,4.937,742,3.109,743,3.439,744,4.76,747,4.76,748,4.76,751,5.46,752,2.864,753,3.439,754,5.893,756,4.76,757,3.439,759,4.76,763,5.452,764,5.452,765,3.939,766,5.452,767,3.939,768,3.939]],["title/interceptors/UxRequestErrorModelInterceptor.html",[30,2.211,769,3.565]],["body/interceptors/UxRequestErrorModelInterceptor.html",[3,0.137,4,0.12,8,0.206,12,0.284,13,0.602,16,0.479,17,0.011,18,0.378,19,0.378,23,0.01,24,0.01,32,2.933,44,2.933,47,0.992,48,3.528,51,3.747,52,3.708,53,3.366,54,3.708,55,3.747,56,0.757,57,1.43,235,2.34,769,4.499,770,5.153,771,5.153,772,5.153,773,7.145]],["title/classes/UxRootInjectorGuard.html",[0,0.874,774,3.565]],["body/classes/UxRootInjectorGuard.html",[2,1.293,3,0.155,4,0.136,12,0.342,13,0.683,16,0.43,17,0.011,18,0.339,19,0.339,23,0.01,24,0.01,372,4.253,605,3.329,774,5.107,775,5.85,776,5.85]],["title/injectables/UxTimezoneService.html",[58,1.336,777,3.565]],["body/injectables/UxTimezoneService.html",[3,0.122,4,0.107,8,0.184,12,0.264,16,0.445,17,0.012,18,0.393,19,0.352,23,0.009,24,0.009,47,0.923,56,1.057,60,1.457,77,1.538,275,3.636,356,3.636,604,4.406,605,2.621,606,4.021,777,4.021,778,6.772,779,6.059,780,6.772,781,6.059,782,3.636,783,6.772,784,4.605,785,4.021,786,4.605,787,4.605,788,4.605,789,4.605,790,5.29,791,4.605]],["title/dependencies.html",[792,2.971,793,4.292]],["body/dependencies.html",[17,0.013,23,0.004,24,0.004,75,1.963,108,1.209,135,0.859,248,1.383,350,2.21,427,4.062,461,1.452,493,1.452,504,1.452,588,1.452,604,1.209,703,1.209,793,1.452,794,1.663,795,7.059,796,1.663,797,2.8,798,1.663,799,1.663,800,2.8,801,2.8,802,1.663,803,2.8,804,1.663,805,1.663,806,1.663,807,1.663,808,5.747,809,1.663,810,1.663,811,1.663,812,1.663,813,1.663,814,1.663,815,2.8,816,2.8,817,1.663,818,2.8,819,1.663,820,1.663,821,4.748,822,4.254,823,5.747,824,1.663,825,1.663,826,1.663,827,1.663,828,5.747,829,1.663,830,1.663,831,1.663,832,1.663,833,1.663,834,4.254,835,1.663,836,3.626,837,1.663,838,1.663,839,1.663,840,1.663,841,1.663,842,1.663,843,1.663,844,2.8,845,1.663,846,1.663,847,1.663,848,1.663,849,1.663,850,1.663,851,1.663,852,1.663,853,1.663,854,1.663,855,1.663,856,1.663,857,1.663,858,4.748,859,1.663,860,1.663,861,5.981,862,1.663,863,1.663,864,1.663,865,1.663,866,3.626,867,1.663,868,1.663,869,1.663,870,3.626,871,3.626,872,1.663,873,1.663,874,1.663,875,1.663,876,1.663,877,1.663,878,1.663,879,1.663,880,1.663,881,2.8,882,1.663,883,1.663,884,1.663,885,1.663,886,1.663,887,1.663,888,1.663,889,1.663,890,6.181,891,1.663,892,1.663,893,2.8,894,1.663,895,1.663,896,2.8,897,1.663,898,1.663,899,1.663,900,1.663,901,1.663,902,1.663,903,1.663,904,1.663,905,1.663,906,1.663,907,1.663,908,1.663,909,1.663,910,1.663,911,1.663,912,1.663,913,1.663,914,1.663,915,1.663,916,1.663,917,1.663,918,1.663,919,1.663,920,1.663,921,1.663,922,2.8,923,1.663,924,1.663,925,1.663,926,1.663,927,1.663,928,1.663,929,1.663,930,1.663,931,1.663,932,1.663,933,2.8,934,1.663,935,1.663,936,1.663,937,1.663,938,1.663,939,1.663,940,1.663,941,1.663,942,1.663,943,1.663,944,1.663,945,1.663,946,1.663,947,1.663,948,1.663,949,1.663,950,1.663,951,1.663,952,1.663,953,1.663,954,1.663,955,1.663,956,1.452,957,1.663,958,1.663,959,1.452,960,1.452,961,1.663,962,1.663,963,1.663,964,1.663,965,1.663,966,1.663,967,1.663,968,4.254,969,1.663,970,1.663,971,1.663,972,1.663,973,1.663,974,1.663,975,1.663,976,1.663,977,1.663,978,1.663,979,1.663,980,1.663,981,1.663,982,1.663,983,4.254,984,1.663,985,1.663,986,1.663,987,1.663,988,1.663,989,2.8,990,2.8,991,1.663,992,1.663,993,1.663]],["title/miscellaneous/enumerations.html",[994,2.042,995,4.292]],["body/miscellaneous/enumerations.html",[5,1.529,8,0.129,17,0.012,21,1.565,23,0.007,24,0.007,38,2.349,41,2.349,75,1.749,78,4.133,81,4.424,142,1.749,186,1.669,219,5.419,222,2.82,223,2.82,237,1.838,248,1.596,265,2.349,284,1.596,311,2.55,318,2.652,323,6.166,369,3.738,411,2.349,468,2.55,482,4.133,579,2.82,598,4.133,599,2.349,665,2.55,668,2.55,671,2.55,674,1.939,782,2.55,994,1.939,995,2.82,996,3.23,997,4.734,998,2.82,999,4.734,1000,2.82,1001,4.734,1002,2.82,1003,4.734,1004,2.82,1005,4.734,1006,2.82,1007,3.23,1008,7.645,1009,3.23,1010,3.23,1011,3.23,1012,3.23,1013,3.23,1014,3.23,1015,3.23,1016,3.23,1017,3.23,1018,5.603,1019,3.23,1020,3.23,1021,2.82,1022,3.23,1023,3.23,1024,3.23,1025,3.23,1026,3.23,1027,3.23,1028,3.23,1029,3.23,1030,3.23,1031,3.23,1032,3.23,1033,3.23]],["title/miscellaneous/functions.html",[994,2.042,1034,4.292]],["body/miscellaneous/functions.html",[4,0.032,7,0.813,8,0.056,12,0.31,16,0.527,17,0.012,18,0.413,19,0.413,20,0.701,21,0.615,23,0.004,24,0.004,36,1.42,38,1.01,56,1.002,74,1.384,77,1.154,92,0.717,93,2.148,97,1.716,134,1.526,135,1.24,157,2.504,158,2.019,161,1.895,176,1.212,187,1.096,209,1.895,220,1.212,235,2.777,243,2.306,248,2.108,265,1.01,266,2.769,276,1.048,284,1.567,287,2.658,318,1.136,332,1.212,335,1.212,336,5.449,346,5.874,351,4.078,363,2.982,365,1.895,373,1.746,384,2.769,397,2.096,405,2.747,408,3.298,421,1.212,437,0.94,468,1.895,491,5.193,495,2.096,510,2.096,511,1.212,527,1.895,562,1.212,584,3.725,594,3.396,595,2.982,605,0.79,703,1.746,742,1.096,752,1.746,782,1.096,956,1.212,994,0.833,1021,1.212,1034,1.212,1035,2.401,1036,3.778,1037,4.267,1038,4.267,1039,2.401,1040,2.401,1041,3.778,1042,2.401,1043,4.267,1044,3.778,1045,3.171,1046,3.171,1047,2.401,1048,5.296,1049,2.401,1050,2.401,1051,2.401,1052,2.401,1053,2.401,1054,2.401,1055,2.401,1056,2.401,1057,3.171,1058,2.401,1059,2.401,1060,2.401,1061,2.401,1062,2.401,1063,2.401,1064,2.401,1065,2.401,1066,2.401,1067,2.401,1068,1.389,1069,2.401,1070,1.389,1071,5.296,1072,1.389,1073,1.389,1074,1.389,1075,1.389,1076,1.389,1077,2.401,1078,2.401,1079,2.401,1080,2.401,1081,3.171,1082,1.389,1083,1.389,1084,1.389,1085,1.389,1086,2.401,1087,1.389,1088,3.171,1089,1.389,1090,1.389,1091,3.778,1092,1.389,1093,1.389,1094,1.389,1095,1.389,1096,1.389,1097,2.401,1098,2.401,1099,1.389,1100,2.401,1101,3.171,1102,2.401,1103,2.401,1104,1.389,1105,3.171,1106,1.389,1107,1.389,1108,1.389,1109,1.389,1110,2.401,1111,2.401,1112,1.389,1113,1.389,1114,1.389,1115,1.389,1116,1.389,1117,1.389,1118,1.389,1119,1.389,1120,1.389,1121,2.401,1122,1.389,1123,1.389,1124,1.389,1125,2.401,1126,1.389,1127,1.389,1128,1.389,1129,1.389]],["title/index.html",[8,0.163,1130,3.565]],["body/index.html",[2,1.326,17,0.011,23,0.011,24,0.011,60,1.898,237,3.413,423,4.36,454,3.599,530,6.244,608,5.236,1130,5.236,1131,5.997,1132,5.997,1133,5.997,1134,5.997]],["title/license.html",[499,2.971,1135,3.402,1136,2.686]],["body/license.html",[10,1.176,12,0.032,17,0.002,21,0.142,23,0.002,24,0.002,87,0.641,101,1.075,108,0.985,109,1.709,123,1.183,135,0.379,137,0.579,151,0.579,187,1.07,192,0.918,207,0.641,247,0.579,249,2.933,275,3.776,290,2.406,291,0.641,297,1.183,300,0.641,301,1.183,307,0.641,311,4.133,373,1.373,388,1.183,389,0.641,395,1.183,426,0.579,437,1.279,438,2.176,455,0.534,515,0.641,527,0.579,529,1.373,599,1.709,626,0.641,652,0.641,718,0.641,785,0.641,790,1.649,959,0.641,960,3.468,994,0.44,1136,2.933,1137,4.783,1138,2.351,1139,7.532,1140,3.431,1141,0.641,1142,2.406,1143,0.734,1144,1.355,1145,0.734,1146,0.734,1147,7.6,1148,3.715,1149,1.355,1150,5.892,1151,4.607,1152,0.734,1153,0.734,1154,2.756,1155,4.414,1156,0.734,1157,4.414,1158,0.734,1159,5.484,1160,6.138,1161,3.431,1162,2.756,1163,0.734,1164,2.756,1165,0.734,1166,0.734,1167,0.734,1168,0.734,1169,0.734,1170,0.734,1171,1.355,1172,5.364,1173,0.734,1174,2.351,1175,2.351,1176,4.414,1177,3.715,1178,5.596,1179,2.756,1180,1.355,1181,3.431,1182,0.734,1183,1.355,1184,0.734,1185,1.888,1186,0.734,1187,0.734,1188,3.972,1189,3.431,1190,1.355,1191,3.113,1192,0.734,1193,0.734,1194,1.888,1195,1.355,1196,0.734,1197,0.734,1198,0.734,1199,1.355,1200,0.734,1201,0.734,1202,0.734,1203,0.734,1204,1.355,1205,0.734,1206,2.756,1207,2.756,1208,2.756,1209,2.756,1210,2.351,1211,0.734,1212,0.734,1213,0.734,1214,1.355,1215,0.734,1216,1.888,1217,3.113,1218,3.431,1219,1.355,1220,0.734,1221,0.734,1222,0.734,1223,0.734,1224,1.888,1225,1.355,1226,0.734,1227,0.734,1228,1.355,1229,3.972,1230,0.734,1231,1.355,1232,0.734,1233,0.734,1234,1.355,1235,3.113,1236,0.734,1237,1.355,1238,0.734,1239,0.734,1240,1.355,1241,1.355,1242,2.351,1243,0.734,1244,0.734,1245,0.734,1246,0.734,1247,0.734,1248,2.756,1249,1.888,1250,1.888,1251,0.734,1252,0.734,1253,0.734,1254,1.888,1255,0.734,1256,0.734,1257,0.734,1258,1.888,1259,0.734,1260,1.355,1261,0.734,1262,0.734,1263,0.734,1264,0.734,1265,1.355,1266,0.734,1267,1.888,1268,0.734,1269,1.888,1270,1.355,1271,0.734,1272,0.734,1273,0.734,1274,0.734,1275,0.734,1276,0.734,1277,2.351,1278,1.355,1279,0.734,1280,0.734,1281,1.355,1282,0.734,1283,0.734,1284,1.355,1285,3.113,1286,0.734,1287,2.351,1288,1.355,1289,1.183,1290,1.355,1291,1.355,1292,1.355,1293,1.355,1294,1.355,1295,1.355,1296,0.734,1297,0.734,1298,0.734,1299,0.734,1300,0.734,1301,1.888,1302,0.734,1303,0.734,1304,0.734,1305,3.715,1306,3.113,1307,0.734,1308,0.734,1309,0.734,1310,2.351,1311,0.734,1312,0.734,1313,0.734,1314,1.355,1315,2.351,1316,0.734,1317,2.351,1318,1.355,1319,0.734,1320,2.351,1321,0.734,1322,0.734,1323,0.734,1324,0.734,1325,0.734,1326,0.734,1327,0.734,1328,1.888,1329,1.355,1330,0.734,1331,0.734,1332,0.734,1333,1.355,1334,0.734,1335,2.351,1336,1.888,1337,0.734,1338,0.734,1339,0.734,1340,0.734,1341,3.113,1342,0.734,1343,0.734,1344,1.888,1345,1.355,1346,0.734,1347,0.734,1348,0.734,1349,0.734,1350,1.888,1351,0.734,1352,0.734,1353,0.734,1354,1.355,1355,0.734,1356,1.355,1357,1.355,1358,0.734,1359,0.734,1360,0.734,1361,0.734,1362,0.734,1363,0.734,1364,1.355,1365,1.888,1366,1.355,1367,2.351,1368,1.355,1369,1.355,1370,2.351,1371,0.734,1372,1.355,1373,0.734,1374,1.355,1375,0.734,1376,2.351,1377,0.734,1378,0.734,1379,0.734,1380,0.734,1381,0.734,1382,0.734,1383,1.355,1384,0.734,1385,0.734,1386,0.734,1387,0.734,1388,0.734,1389,2.756,1390,1.355,1391,0.734,1392,0.734,1393,0.734,1394,0.734,1395,0.734,1396,0.734,1397,0.734,1398,0.734,1399,0.734,1400,0.734,1401,0.734,1402,0.734,1403,0.734,1404,2.756,1405,0.734,1406,0.734,1407,0.734,1408,1.888,1409,0.734,1410,0.734,1411,1.355,1412,1.355,1413,0.734,1414,0.734,1415,0.734,1416,1.888,1417,0.734,1418,1.355,1419,0.734,1420,0.734,1421,0.734,1422,0.734,1423,0.734,1424,1.355,1425,0.734,1426,0.734,1427,0.734,1428,0.734,1429,0.734,1430,1.355,1431,0.734,1432,0.734,1433,0.734,1434,1.355,1435,0.734,1436,0.734,1437,1.888,1438,0.734,1439,0.734,1440,0.734,1441,1.355,1442,0.734,1443,0.734,1444,1.355,1445,0.734,1446,0.734,1447,0.734,1448,0.734,1449,0.734,1450,0.734,1451,0.734,1452,0.734,1453,0.734,1454,1.355,1455,0.734,1456,1.355,1457,1.355,1458,0.734,1459,0.734,1460,0.734,1461,0.734,1462,0.734,1463,0.734,1464,0.734,1465,0.734,1466,0.734,1467,0.734,1468,0.734,1469,0.734,1470,0.734,1471,1.355,1472,0.734,1473,0.734,1474,1.355,1475,0.734,1476,0.734,1477,0.734,1478,0.734,1479,0.734,1480,0.734,1481,0.734,1482,0.734,1483,0.734,1484,0.734,1485,0.734,1486,1.355,1487,1.355,1488,0.734,1489,0.734,1490,0.734,1491,0.734,1492,0.734,1493,0.734,1494,0.734,1495,0.734,1496,0.734,1497,0.734,1498,2.351,1499,1.888,1500,0.734,1501,0.734,1502,0.734,1503,0.734,1504,0.734,1505,0.734,1506,0.734,1507,0.734,1508,0.734,1509,0.734,1510,3.113,1511,0.734,1512,1.888,1513,2.351,1514,0.734,1515,0.734,1516,0.734,1517,0.734,1518,0.734,1519,0.734,1520,0.734,1521,0.734,1522,1.888,1523,1.888,1524,1.355,1525,1.355,1526,1.355,1527,0.734,1528,0.734,1529,0.734,1530,0.734,1531,0.734,1532,0.734,1533,0.734,1534,0.734,1535,1.355,1536,0.734,1537,0.734,1538,0.734,1539,1.355,1540,1.355,1541,1.355,1542,0.734,1543,0.734,1544,0.734,1545,0.734,1546,0.734,1547,1.355,1548,0.734,1549,0.734,1550,0.734,1551,0.734,1552,0.734,1553,0.734,1554,0.734,1555,1.355,1556,0.734,1557,0.734,1558,0.734]],["title/modules.html",[237,3.181]],["body/modules.html",[17,0.011,23,0.011,24,0.011,236,4.857,237,3.501,367,4.857,488,4.857,619,4.857,1559,7.979]],["title/properties.html",[9,0.985,792,2.971]],["body/properties.html",[9,1.217,17,0.012,23,0.011,24,0.011,599,4.416,1136,4.795,1141,5.303,1142,5.303,1289,5.303,1560,6.074,1561,6.074]],["title/miscellaneous/typealiases.html",[994,2.042,1562,4.916]],["body/miscellaneous/typealiases.html",[1,3.431,5,2.233,8,0.189,12,0.205,17,0.012,23,0.009,24,0.009,25,3.726,28,3.726,158,2.233,201,3.431,450,3.726,470,4.12,476,5.376,543,3.726,658,3.726,660,3.726,662,3.726,664,3.726,665,3.726,667,3.726,668,3.726,670,3.726,671,3.726,673,3.726,674,2.832,676,3.726,679,3.726,682,3.726,994,2.832,998,4.12,1000,4.12,1002,4.12,1004,4.12,1006,4.12,1563,4.719,1564,6.157,1565,6.157,1566,6.157,1567,6.157,1568,6.157,1569,4.719]]],"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.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":877,"title":{},"body":{"dependencies.html":{}}}],["0.11.0",{"_index":819,"title":{},"body":{"dependencies.html":{}}}],["0.12.0",{"_index":851,"title":{},"body":{"dependencies.html":{}}}],["0.2.4",{"_index":898,"title":{},"body":{"dependencies.html":{}}}],["0.3.8",{"_index":875,"title":{},"body":{"dependencies.html":{}}}],["0.5.40",{"_index":857,"title":{},"body":{"dependencies.html":{}}}],["0.9.2",{"_index":879,"title":{},"body":{"dependencies.html":{}}}],["1",{"_index":530,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"index.html":{}}}],["1.0",{"_index":1555,"title":{},"body":{"license.html":{}}}],["1.0.31",{"_index":961,"title":{},"body":{"dependencies.html":{}}}],["1.1",{"_index":1141,"title":{},"body":{"license.html":{},"properties.html":{}}}],["1.1.19",{"_index":943,"title":{},"body":{"dependencies.html":{}}}],["1.1.20150312",{"_index":935,"title":{},"body":{"dependencies.html":{}}}],["1.10.0",{"_index":965,"title":{},"body":{"dependencies.html":{}}}],["1.11.5",{"_index":953,"title":{},"body":{"dependencies.html":{}}}],["1.2.10",{"_index":928,"title":{},"body":{"dependencies.html":{}}}],["1.2.3",{"_index":831,"title":{},"body":{"dependencies.html":{}}}],["1.2.5",{"_index":930,"title":{},"body":{"dependencies.html":{}}}],["1.29.0",{"_index":950,"title":{},"body":{"dependencies.html":{}}}],["1.4.7",{"_index":910,"title":{},"body":{"dependencies.html":{}}}],["1.5.1",{"_index":844,"title":{},"body":{"dependencies.html":{}}}],["1.6.0",{"_index":908,"title":{},"body":{"dependencies.html":{}}}],["1.8.1",{"_index":982,"title":{},"body":{"dependencies.html":{}}}],["1.8.2",{"_index":978,"title":{},"body":{"dependencies.html":{}}}],["10.1.1",{"_index":917,"title":{},"body":{"dependencies.html":{}}}],["10.6.1",{"_index":955,"title":{},"body":{"dependencies.html":{}}}],["10.9.1",{"_index":884,"title":{},"body":{"dependencies.html":{}}}],["13.2.2",{"_index":914,"title":{},"body":{"dependencies.html":{}}}],["14",{"_index":205,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["14.0.0",{"_index":902,"title":{},"body":{"dependencies.html":{}}}],["14.0.1",{"_index":906,"title":{},"body":{"dependencies.html":{}}}],["14.16.0",{"_index":969,"title":{},"body":{"dependencies.html":{}}}],["14.2.4",{"_index":919,"title":{},"body":{"dependencies.html":{}}}],["15",{"_index":1192,"title":{},"body":{"license.html":{}}}],["15.0.1",{"_index":985,"title":{},"body":{"dependencies.html":{}}}],["15.2.0",{"_index":821,"title":{},"body":{"dependencies.html":{}}}],["15.2.2",{"_index":813,"title":{},"body":{"dependencies.html":{}}}],["15.2.9",{"_index":795,"title":{},"body":{"dependencies.html":{}}}],["15.4.0",{"_index":890,"title":{},"body":{"dependencies.html":{}}}],["16.0.0",{"_index":1560,"title":{},"body":{"properties.html":{}}}],["1690875650641",{"_index":990,"title":{},"body":{"dependencies.html":{}}}],["17.0.36",{"_index":856,"title":{},"body":{"dependencies.html":{}}}],["2",{"_index":301,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["2.0",{"_index":1558,"title":{},"body":{"license.html":{}}}],["2.0.0",{"_index":871,"title":{},"body":{"dependencies.html":{}}}],["2.0.10",{"_index":886,"title":{},"body":{"dependencies.html":{}}}],["2.0.8",{"_index":967,"title":{},"body":{"dependencies.html":{}}}],["2.0.9",{"_index":925,"title":{},"body":{"dependencies.html":{}}}],["2.1",{"_index":1552,"title":{},"body":{"license.html":{}}}],["2.1.0",{"_index":946,"title":{},"body":{"dependencies.html":{}}}],["2.2.0",{"_index":867,"title":{},"body":{"dependencies.html":{}}}],["2.27.5",{"_index":838,"title":{},"body":{"dependencies.html":{}}}],["2.3.2",{"_index":958,"title":{},"body":{"dependencies.html":{}}}],["2.4.1",{"_index":849,"title":{},"body":{"dependencies.html":{}}}],["2.5.1",{"_index":938,"title":{},"body":{"dependencies.html":{}}}],["2.8.3",{"_index":984,"title":{},"body":{"dependencies.html":{}}}],["2007",{"_index":1145,"title":{},"body":{"license.html":{}}}],["23",{"_index":1132,"title":{},"body":{"index.html":{}}}],["238",{"_index":1531,"title":{},"body":{"license.html":{}}}],["24.0.0",{"_index":971,"title":{},"body":{"dependencies.html":{}}}],["3.0",{"_index":1553,"title":{},"body":{"license.html":{}}}],["3.0.0",{"_index":941,"title":{},"body":{"dependencies.html":{}}}],["3.0.3",{"_index":873,"title":{},"body":{"dependencies.html":{}}}],["3.1.1",{"_index":865,"title":{},"body":{"dependencies.html":{}}}],["3.36.3",{"_index":980,"title":{},"body":{"dependencies.html":{}}}],["33",{"_index":1133,"title":{},"body":{"index.html":{}}}],["39.7.5",{"_index":833,"title":{},"body":{"dependencies.html":{}}}],["4",{"_index":1131,"title":{},"body":{"index.html":{}}}],["4.1.7",{"_index":900,"title":{},"body":{"dependencies.html":{}}}],["4.14.191",{"_index":888,"title":{},"body":{"dependencies.html":{}}}],["4.17.21",{"_index":964,"title":{},"body":{"dependencies.html":{}}}],["4.2.1",{"_index":987,"title":{},"body":{"dependencies.html":{}}}],["4.2.12",{"_index":948,"title":{},"body":{"dependencies.html":{}}}],["4.3.0",{"_index":974,"title":{},"body":{"dependencies.html":{}}}],["4.3.1",{"_index":854,"title":{},"body":{"dependencies.html":{}}}],["4.4.0",{"_index":841,"title":{},"body":{"dependencies.html":{}}}],["4.5.0",{"_index":860,"title":{},"body":{"dependencies.html":{}}}],["4.7.7",{"_index":976,"title":{},"body":{"dependencies.html":{}}}],["4.8.2",{"_index":852,"title":{},"body":{"dependencies.html":{}}}],["5",{"_index":1546,"title":{},"body":{"license.html":{}}}],["5.0.0",{"_index":972,"title":{},"body":{"dependencies.html":{}}}],["5.1.0",{"_index":868,"title":{},"body":{"dependencies.html":{}}}],["5.1.3",{"_index":921,"title":{},"body":{"dependencies.html":{}}}],["5.50.0",{"_index":836,"title":{},"body":{"dependencies.html":{}}}],["6",{"_index":1402,"title":{},"body":{"license.html":{}}}],["6.0.0",{"_index":993,"title":{},"body":{"dependencies.html":{}}}],["6.4.1",{"_index":862,"title":{},"body":{"dependencies.html":{}}}],["7",{"_index":1134,"title":{},"body":{"index.html":{}}}],["7.0.0",{"_index":881,"title":{},"body":{"dependencies.html":{}}}],["7.6.0",{"_index":847,"title":{},"body":{"dependencies.html":{}}}],["8.33.0",{"_index":845,"title":{},"body":{"dependencies.html":{}}}],["8.6.0",{"_index":986,"title":{},"body":{"dependencies.html":{}}}],["9",{"_index":1495,"title":{},"body":{"license.html":{}}}],["_element",{"_index":618,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["above",{"_index":1277,"title":{},"body":{"license.html":{}}}],["absence",{"_index":1396,"title":{},"body":{"license.html":{}}}],["abstract",{"_index":140,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["accept",{"_index":1372,"title":{},"body":{"license.html":{}}}],["acceptance",{"_index":1437,"title":{},"body":{"license.html":{}}}],["accepted",{"_index":1454,"title":{},"body":{"license.html":{}}}],["accepting",{"_index":1440,"title":{},"body":{"license.html":{}}}],["accepts",{"_index":289,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["access",{"_index":1230,"title":{},"body":{"license.html":{}}}],["accessible",{"_index":1292,"title":{},"body":{"license.html":{}}}],["accessors",{"_index":443,"title":{},"body":{"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{}}}],["accordance",{"_index":1464,"title":{},"body":{"license.html":{}}}],["according",{"_index":1545,"title":{},"body":{"license.html":{}}}],["accumulate",{"_index":759,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["accuracy",{"_index":1397,"title":{},"body":{"license.html":{}}}],["act",{"_index":1219,"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":593,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["actionreducer",{"_index":595,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"miscellaneous/functions.html":{}}}],["actions",{"_index":174,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["activated",{"_index":1015,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["activated_route",{"_index":1014,"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":503,"title":{},"body":{"injectables/LogService.html":{}}}],["adapter",{"_index":817,"title":{},"body":{"dependencies.html":{}}}],["add",{"_index":41,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nService.html":{},"injectables/UxDynamicComponentService.html":{},"miscellaneous/enumerations.html":{}}}],["add(component",{"_index":710,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["add_api_queue_item",{"_index":1017,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["add_app_loaded_config_modules",{"_index":1011,"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":580,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["addautosavehandler(stateslice",{"_index":583,"title":{},"body":{"injectables/StoreService.html":{}}}],["added",{"_index":1117,"title":{},"body":{"miscellaneous/functions.html":{}}}],["adding",{"_index":37,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["addition",{"_index":1283,"title":{},"body":{"license.html":{}}}],["additional",{"_index":1335,"title":{},"body":{"license.html":{}}}],["addlangparaminterceptor",{"_index":31,"title":{"interceptors/AddLangParamInterceptor.html":{}},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["addlangs",{"_index":637,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["addlangs(langs",{"_index":649,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["addlocale",{"_index":471,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["addlocale(id",{"_index":477,"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":340,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["addresources(config",{"_index":347,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{}}}],["adds",{"_index":80,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{},"injectables/UxDynamicComponentService.html":{}}}],["advantage",{"_index":1520,"title":{},"body":{"license.html":{}}}],["advised",{"_index":1426,"title":{},"body":{"license.html":{}}}],["affect",{"_index":1502,"title":{},"body":{"license.html":{}}}],["affirming",{"_index":1461,"title":{},"body":{"license.html":{}}}],["afterviewchecked",{"_index":612,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["against",{"_index":1452,"title":{},"body":{"license.html":{}}}],["agree",{"_index":1444,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":1434,"title":{},"body":{"license.html":{}}}],["agreements",{"_index":1431,"title":{},"body":{"license.html":{}}}],["alerthttperrorcallbackfn",{"_index":1035,"title":{},"body":{"miscellaneous/functions.html":{}}}],["alerthttperrorcallbackfn(error",{"_index":1070,"title":{},"body":{"miscellaneous/functions.html":{}}}],["aliases",{"_index":1563,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["allowed",{"_index":1273,"title":{},"body":{"license.html":{}}}],["allows",{"_index":590,"title":{},"body":{"injectables/StoreService.html":{}}}],["along",{"_index":1286,"title":{},"body":{"license.html":{}}}],["alter",{"_index":1337,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":1172,"title":{},"body":{"license.html":{}}}],["angular",{"_index":808,"title":{},"body":{"dependencies.html":{}}}],["angular/animations",{"_index":794,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk",{"_index":814,"title":{},"body":{"dependencies.html":{}}}],["angular/cli",{"_index":810,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":796,"title":{},"body":{"dependencies.html":{}}}],["angular/compiler",{"_index":797,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":798,"title":{},"body":{"dependencies.html":{}}}],["angular/elements",{"_index":804,"title":{},"body":{"dependencies.html":{}}}],["angular/forms",{"_index":799,"title":{},"body":{"dependencies.html":{}}}],["angular/language",{"_index":805,"title":{},"body":{"dependencies.html":{}}}],["angular/material",{"_index":815,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":800,"title":{},"body":{"dependencies.html":{}}}],["angular/router",{"_index":802,"title":{},"body":{"dependencies.html":{}}}],["angular/service",{"_index":806,"title":{},"body":{"dependencies.html":{}}}],["animations",{"_index":818,"title":{},"body":{"dependencies.html":{}}}],["another",{"_index":426,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"license.html":{}}}],["any,lang",{"_index":381,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["any,undefined",{"_index":692,"title":{},"body":{"injectables/UserService.html":{}}}],["apexcharts",{"_index":979,"title":{},"body":{"dependencies.html":{}}}],["api",{"_index":1018,"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":1008,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["app.ts",{"_index":1057,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appconfig",{"_index":1091,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appenders",{"_index":510,"title":{},"body":{"injectables/LogService.html":{},"miscellaneous/functions.html":{}}}],["appendix",{"_index":1345,"title":{},"body":{"license.html":{}}}],["applicable",{"_index":1189,"title":{},"body":{"license.html":{}}}],["application",{"_index":1118,"title":{},"body":{"miscellaneous/functions.html":{}}}],["applicationref",{"_index":709,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["applies",{"_index":1146,"title":{},"body":{"license.html":{}}}],["apply",{"_index":1270,"title":{},"body":{"license.html":{}}}],["appmodule",{"_index":1113,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appref",{"_index":708,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["approved",{"_index":1517,"title":{},"body":{"license.html":{}}}],["args",{"_index":274,"title":{},"body":{"classes/EuiError.html":{}}}],["arises",{"_index":1543,"title":{},"body":{"license.html":{}}}],["arising",{"_index":1416,"title":{},"body":{"license.html":{}}}],["array",{"_index":93,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{},"interfaces/LoadedResources.html":{},"injectables/UxDynamicMenuService.html":{},"miscellaneous/functions.html":{}}}],["arrow",{"_index":830,"title":{},"body":{"dependencies.html":{}}}],["article",{"_index":1191,"title":{},"body":{"license.html":{}}}],["ascending",{"_index":119,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["asserted",{"_index":1451,"title":{},"body":{"license.html":{}}}],["asservice",{"_index":177,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/UxErrorFeedbackService.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":1107,"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":1288,"title":{},"body":{"license.html":{}}}],["attribution",{"_index":1309,"title":{},"body":{"license.html":{}}}],["authorised",{"_index":1152,"title":{},"body":{"license.html":{}}}],["authority",{"_index":1369,"title":{},"body":{"license.html":{}}}],["authorship",{"_index":1363,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":1488,"title":{},"body":{"license.html":{}}}],["available",{"_index":1174,"title":{},"body":{"license.html":{}}}],["back",{"_index":433,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["base",{"_index":504,"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":407,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{}}}],["basis",{"_index":1388,"title":{},"body":{"license.html":{}}}],["becoming",{"_index":1332,"title":{},"body":{"license.html":{}}}],["before",{"_index":1112,"title":{},"body":{"miscellaneous/functions.html":{}}}],["begin",{"_index":115,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["behalf",{"_index":1441,"title":{},"body":{"license.html":{}}}],["behaviorsubject",{"_index":643,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["behaviorsubject(true",{"_index":644,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["belgian",{"_index":1542,"title":{},"body":{"license.html":{}}}],["below",{"_index":1149,"title":{},"body":{"license.html":{}}}],["benefits",{"_index":1299,"title":{},"body":{"license.html":{}}}],["better",{"_index":926,"title":{},"body":{"dependencies.html":{}}}],["between",{"_index":1498,"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/EuiPermissionService.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResources.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/ResourceError.html":{},"classes/UpdateAppConnectionAction.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["bootstrap",{"_index":920,"title":{},"body":{"dependencies.html":{}}}],["bootstrapped",{"_index":1114,"title":{},"body":{"miscellaneous/functions.html":{}}}],["both",{"_index":1340,"title":{},"body":{"license.html":{}}}],["bottom",{"_index":1458,"title":{},"body":{"license.html":{}}}],["breach",{"_index":1489,"title":{},"body":{"license.html":{}}}],["brings",{"_index":1371,"title":{},"body":{"license.html":{}}}],["browse",{"_index":1559,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":801,"title":{},"body":{"dependencies.html":{}}}],["browserstoragetype",{"_index":598,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{}}}],["bugs",{"_index":1384,"title":{},"body":{"license.html":{}}}],["business",{"_index":1538,"title":{},"body":{"license.html":{}}}],["c",{"_index":1143,"title":{},"body":{"license.html":{}}}],["cachepreventioninterceptor",{"_index":166,"title":{"interceptors/CachePreventionInterceptor.html":{}},"body":{"interceptors/CachePreventionInterceptor.html":{}}}],["callback",{"_index":1037,"title":{},"body":{"miscellaneous/functions.html":{}}}],["called",{"_index":371,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["carry",{"_index":1322,"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":1405,"title":{},"body":{"license.html":{}}}],["cause",{"_index":1321,"title":{},"body":{"license.html":{}}}],["caused",{"_index":1410,"title":{},"body":{"license.html":{}}}],["cecill",{"_index":1557,"title":{},"body":{"license.html":{}}}],["chain",{"_index":1362,"title":{},"body":{"license.html":{}}}],["channel",{"_index":1479,"title":{},"body":{"license.html":{}}}],["charge",{"_index":1435,"title":{},"body":{"license.html":{}}}],["check",{"_index":209,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"miscellaneous/functions.html":{}}}],["checkattributepermission",{"_index":280,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkattributepermission(rightsandpermission",{"_index":288,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkpermission",{"_index":281,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkpermission(rightid",{"_index":313,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkright",{"_index":282,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkright(rightid",{"_index":315,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["childbaseloggername",{"_index":1079,"title":{},"body":{"miscellaneous/functions.html":{}}}],["childconfig",{"_index":1080,"title":{},"body":{"miscellaneous/functions.html":{}}}],["choice",{"_index":1521,"title":{},"body":{"license.html":{}}}],["choose",{"_index":1432,"title":{},"body":{"license.html":{}}}],["chrome",{"_index":863,"title":{},"body":{"dependencies.html":{}}}],["circumstance",{"_index":1246,"title":{},"body":{"license.html":{}}}],["claims",{"_index":1450,"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/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":{},"classes/UxErrorManager.html":{},"classes/UxRootInjectorGuard.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/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":{},"classes/UxErrorManager.html":{},"classes/UxRootInjectorGuard.html":{},"index.html":{}}}],["classify",{"_index":1186,"title":{},"body":{"license.html":{}}}],["classlist.js",{"_index":934,"title":{},"body":{"dependencies.html":{}}}],["clause",{"_index":1328,"title":{},"body":{"license.html":{}}}],["clear",{"_index":1466,"title":{},"body":{"license.html":{}}}],["clearerror",{"_index":744,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["clearerror(groupid",{"_index":768,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["clearerror(id",{"_index":750,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["cleave.js",{"_index":907,"title":{},"body":{"dependencies.html":{}}}],["cli",{"_index":803,"title":{},"body":{"dependencies.html":{}}}],["clicking",{"_index":1456,"title":{},"body":{"license.html":{}}}],["client",{"_index":952,"title":{},"body":{"dependencies.html":{}}}],["code",{"_index":275,"title":{},"body":{"classes/EuiError.html":{},"injectables/UxTimezoneService.html":{},"license.html":{}}}],["codes",{"_index":784,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["comes",{"_index":293,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["commercial",{"_index":1423,"title":{},"body":{"license.html":{}}}],["commission",{"_index":1510,"title":{},"body":{"license.html":{}}}],["common",{"_index":1554,"title":{},"body":{"license.html":{}}}],["communicate",{"_index":1249,"title":{},"body":{"license.html":{}}}],["communicated",{"_index":1173,"title":{},"body":{"license.html":{}}}],["communicates",{"_index":1210,"title":{},"body":{"license.html":{}}}],["communicating",{"_index":1225,"title":{},"body":{"license.html":{}}}],["communication",{"_index":1218,"title":{},"body":{"license.html":{}}}],["communities",{"_index":1528,"title":{},"body":{"license.html":{}}}],["community",{"_index":1144,"title":{},"body":{"license.html":{}}}],["community/eslint",{"_index":839,"title":{},"body":{"dependencies.html":{}}}],["compare",{"_index":393,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compatibility",{"_index":1339,"title":{},"body":{"license.html":{}}}],["compatible",{"_index":1341,"title":{},"body":{"license.html":{}}}],["competent",{"_index":1534,"title":{},"body":{"license.html":{}}}],["compiled",{"_index":1201,"title":{},"body":{"license.html":{}}}],["compiletranslations",{"_index":375,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compiletranslations(translations",{"_index":383,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compiletranslationsfn",{"_index":380,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["complete",{"_index":1497,"title":{},"body":{"license.html":{}}}],["completes",{"_index":114,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["compliance",{"_index":1493,"title":{},"body":{"license.html":{}}}],["compodoc/compodoc",{"_index":942,"title":{},"body":{"dependencies.html":{}}}],["compodoc/ngd",{"_index":944,"title":{},"body":{"dependencies.html":{}}}],["component",{"_index":713,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["component.service.ts",{"_index":705,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["component/ux",{"_index":704,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentfactoryresolver",{"_index":707,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentportal",{"_index":724,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentref",{"_index":726,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["components",{"_index":762,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["componenttype",{"_index":711,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["computer",{"_index":1204,"title":{},"body":{"license.html":{}}}],["concerning",{"_index":1391,"title":{},"body":{"license.html":{}}}],["conclude",{"_index":1433,"title":{},"body":{"license.html":{}}}],["concluded",{"_index":1483,"title":{},"body":{"license.html":{}}}],["concrete",{"_index":136,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["condition",{"_index":1403,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":1336,"title":{},"body":{"license.html":{}}}],["conducts",{"_index":1536,"title":{},"body":{"license.html":{}}}],["config",{"_index":248,"title":{},"body":{"modules/CoreModule.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"modules/LogModule.html":{},"injectables/UxDynamicComponentService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["configuration",{"_index":351,"title":{},"body":{"injectables/I18nLoader.html":{},"miscellaneous/functions.html":{}}}],["configurations",{"_index":1116,"title":{},"body":{"miscellaneous/functions.html":{}}}],["conflict",{"_index":1347,"title":{},"body":{"license.html":{}}}],["connect.interceptor.ts",{"_index":524,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["connect.service.mock.ts",{"_index":535,"title":{},"body":{"classes/OpenIdConnectServiceMock.html":{}}}],["connect.service.ts",{"_index":532,"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":1462,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":1439,"title":{},"body":{"license.html":{}}}],["consolehttperrorcallbackfn",{"_index":1039,"title":{},"body":{"miscellaneous/functions.html":{}}}],["consolehttperrorcallbackfn(error",{"_index":1072,"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/EuiCoreRootGuardClass.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{}}}],["constructor(_element",{"_index":616,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["constructor(actions",{"_index":173,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["constructor(asservice",{"_index":749,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["constructor(baseglobalconfig",{"_index":404,"title":{},"body":{"injectables/I18nService.html":{}}}],["constructor(code",{"_index":272,"title":{},"body":{"classes/EuiError.html":{}}}],["constructor(componentfactoryresolver",{"_index":706,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["constructor(config",{"_index":334,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/LocalForageService.html":{}}}],["constructor(errormappinghandler",{"_index":772,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["constructor(http",{"_index":345,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["constructor(locale_id",{"_index":487,"title":{},"body":{"injectables/LocaleServiceMock.html":{}}}],["constructor(log",{"_index":286,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{}}}],["constructor(logservice",{"_index":329,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["constructor(name",{"_index":507,"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":378,"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":{}}}],["constructor(type",{"_index":776,"title":{},"body":{"classes/UxRootInjectorGuard.html":{}}}],["constructor(uxerrorfeedbackservice",{"_index":765,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["constructor(uxpermission",{"_index":737,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["construed",{"_index":1506,"title":{},"body":{"license.html":{}}}],["contain",{"_index":300,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["contains",{"_index":105,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["content",{"_index":652,"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":1294,"title":{},"body":{"license.html":{}}}],["continuously",{"_index":1378,"title":{},"body":{"license.html":{}}}],["contributes",{"_index":1213,"title":{},"body":{"license.html":{}}}],["contributions",{"_index":1375,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":1370,"title":{},"body":{"license.html":{}}}],["contributor(s",{"_index":1211,"title":{},"body":{"license.html":{}}}],["contributors",{"_index":1374,"title":{},"body":{"license.html":{}}}],["convenient",{"_index":1196,"title":{},"body":{"license.html":{}}}],["convert",{"_index":789,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["converts",{"_index":91,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["copies",{"_index":1229,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1285,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":1327,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1157,"title":{},"body":{"license.html":{}}}],["core",{"_index":859,"title":{},"body":{"dependencies.html":{}}}],["core.module.ts",{"_index":239,"title":{},"body":{"modules/CoreModule.html":{},"classes/EuiCoreRootGuardClass.html":{}}}],["coreappactions",{"_index":1564,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["coreappactiontypes",{"_index":997,"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":451,"title":{},"body":{"classes/InitStoreAction.html":{}}}],["coreappactiontypes.remove_api_queue_item",{"_index":544,"title":{},"body":{"classes/RemoveApiQueueItemAction.html":{}}}],["coreappactiontypes.update_app_connection",{"_index":657,"title":{},"body":{"classes/UpdateAppConnectionAction.html":{}}}],["coreappactiontypes.update_app_status",{"_index":659,"title":{},"body":{"classes/UpdateAppStatusAction.html":{}}}],["coreappactiontypes.update_app_version",{"_index":661,"title":{},"body":{"classes/UpdateAppVersionAction.html":{}}}],["coreappactiontypes.update_current_module",{"_index":663,"title":{},"body":{"classes/UpdateCurrentModuleAction.html":{}}}],["coreappeffects",{"_index":169,"title":{"injectables/CoreAppEffects.html":{}},"body":{"injectables/CoreAppEffects.html":{}}}],["corei18nactions",{"_index":1565,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corei18nactiontypes",{"_index":999,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corei18nactiontypes.update_i18n_state",{"_index":666,"title":{},"body":{"classes/UpdateI18nStateAction.html":{}}}],["corelocaleactions",{"_index":1566,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corelocaleactiontypes",{"_index":1001,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corelocaleactiontypes.update_locale_state",{"_index":669,"title":{},"body":{"classes/UpdateLocaleStateAction.html":{}}}],["coremodule",{"_index":236,"title":{"modules/CoreModule.html":{}},"body":{"modules/CoreModule.html":{},"modules.html":{}}}],["corenotificationsactions",{"_index":1567,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corenotificationsactiontypes",{"_index":1003,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corenotificationsactiontypes.update_notifications_list",{"_index":672,"title":{},"body":{"classes/UpdateNotificationsListAction.html":{}}}],["coreuseractions",{"_index":1568,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["coreuseractiontypes",{"_index":1005,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["coreuseractiontypes.update_user_dashboard",{"_index":675,"title":{},"body":{"classes/UpdateUserDashboardAction.html":{}}}],["coreuseractiontypes.update_user_details",{"_index":678,"title":{},"body":{"classes/UpdateUserDetailsAction.html":{}}}],["coreuseractiontypes.update_user_preferences",{"_index":681,"title":{},"body":{"classes/UpdateUserPreferencesAction.html":{}}}],["coreuseractiontypes.update_user_rights",{"_index":683,"title":{},"body":{"classes/UpdateUserRightsAction.html":{}}}],["coreuseractiontypes.update_user_state",{"_index":686,"title":{},"body":{"classes/UpdateUserStateAction.html":{}}}],["corssecurityinterceptor",{"_index":254,"title":{"interceptors/CorsSecurityInterceptor.html":{}},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["countries",{"_index":785,"title":{},"body":{"injectables/UxTimezoneService.html":{},"license.html":{}}}],["country",{"_index":790,"title":{},"body":{"injectables/UxTimezoneService.html":{},"license.html":{}}}],["court",{"_index":1526,"title":{},"body":{"license.html":{}}}],["coverage",{"_index":866,"title":{},"body":{"dependencies.html":{}}}],["covered",{"_index":1156,"title":{},"body":{"license.html":{}}}],["created",{"_index":515,"title":{},"body":{"injectables/LogService.html":{},"license.html":{}}}],["createeffect",{"_index":179,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["createglobalerrormanager",{"_index":745,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["createlocalerrormanager",{"_index":746,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["createurltree",{"_index":552,"title":{},"body":{"classes/RouterMock.html":{}}}],["creating",{"_index":500,"title":{},"body":{"injectables/LogService.html":{}}}],["creation",{"_index":1214,"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":628,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["currentlanguage",{"_index":445,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["currentlocale",{"_index":474,"title":{},"body":{"injectables/LocaleService.html":{}}}],["currently",{"_index":1115,"title":{},"body":{"miscellaneous/functions.html":{}}}],["customary",{"_index":1358,"title":{},"body":{"license.html":{}}}],["damage",{"_index":1424,"title":{},"body":{"license.html":{}}}],["damages",{"_index":1408,"title":{},"body":{"license.html":{}}}],["danger",{"_index":234,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["dashboard",{"_index":1033,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["data",{"_index":718,"title":{},"body":{"injectables/UxDynamicComponentService.html":{},"license.html":{}}}],["date",{"_index":1326,"title":{},"body":{"license.html":{}}}],["debouncetime",{"_index":572,"title":{},"body":{"classes/StoreMock.html":{}}}],["declarations",{"_index":620,"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":{},"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":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["default_language",{"_index":645,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["default_log_config",{"_index":495,"title":{},"body":{"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["defaultmaximumrequestretries",{"_index":525,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["defects",{"_index":1383,"title":{},"body":{"license.html":{}}}],["defend",{"_index":1446,"title":{},"body":{"license.html":{}}}],["define",{"_index":1182,"title":{},"body":{"license.html":{}}}],["defined",{"_index":187,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["definition",{"_index":361,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["definitions",{"_index":1169,"title":{},"body":{"license.html":{}}}],["departmentnumber",{"_index":537,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["dependence",{"_index":1184,"title":{},"body":{"license.html":{}}}],["dependencies",{"_index":793,"title":{"dependencies.html":{}},"body":{"dependencies.html":{}}}],["deprive",{"_index":1298,"title":{},"body":{"license.html":{}}}],["derivative",{"_index":1176,"title":{},"body":{"license.html":{}}}],["desc",{"_index":607,"title":{},"body":{"interfaces/TimeZone.html":{}}}],["describing",{"_index":1359,"title":{},"body":{"license.html":{}}}],["description",{"_index":36,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.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":{},"injectables/UxDynamicComponentService.html":{},"miscellaneous/functions.html":{}}}],["detached",{"_index":730,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["detaches",{"_index":728,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["detail",{"_index":231,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["details",{"_index":1028,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["detector",{"_index":940,"title":{},"body":{"dependencies.html":{}}}],["determine",{"_index":162,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["determined",{"_index":1187,"title":{},"body":{"license.html":{}}}],["dev.4",{"_index":923,"title":{},"body":{"dependencies.html":{}}}],["development",{"_index":1386,"title":{},"body":{"license.html":{}}}],["device",{"_index":939,"title":{},"body":{"dependencies.html":{}}}],["devkit/build",{"_index":809,"title":{},"body":{"dependencies.html":{}}}],["devtools",{"_index":894,"title":{},"body":{"dependencies.html":{}}}],["different",{"_index":494,"title":{},"body":{"modules/LogModule.html":{}}}],["direct",{"_index":1413,"title":{},"body":{"license.html":{}}}],["directive",{"_index":608,"title":{"directives/TranslateMockDirective.html":{}},"body":{"index.html":{}}}],["directives",{"_index":610,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["directly",{"_index":1409,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":1317,"title":{},"body":{"license.html":{}}}],["dispatch",{"_index":573,"title":{},"body":{"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatch(action",{"_index":586,"title":{},"body":{"injectables/StoreService.html":{}}}],["dispatchaction",{"_index":581,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatchaction(state",{"_index":592,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatching",{"_index":82,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["display",{"_index":1251,"title":{},"body":{"license.html":{}}}],["displaying",{"_index":1460,"title":{},"body":{"license.html":{}}}],["disposal",{"_index":1233,"title":{},"body":{"license.html":{}}}],["distinctuntilchanged",{"_index":574,"title":{},"body":{"classes/StoreMock.html":{}}}],["distribute",{"_index":1254,"title":{},"body":{"license.html":{}}}],["distributed",{"_index":1171,"title":{},"body":{"license.html":{}}}],["distributes",{"_index":1209,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":1224,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":1217,"title":{},"body":{"license.html":{}}}],["document",{"_index":406,"title":{},"body":{"injectables/I18nService.html":{}}}],["domain",{"_index":538,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["domainusername",{"_index":539,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["domportaloutlet",{"_index":723,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["done",{"_index":1329,"title":{},"body":{"license.html":{}}}],["dot",{"_index":295,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["down",{"_index":1530,"title":{},"body":{"license.html":{}}}],["download",{"_index":1476,"title":{},"body":{"license.html":{}}}],["drop",{"_index":206,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["duration",{"_index":1244,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":703,"title":{},"body":{"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{}}}],["dynamic_component_config",{"_index":720,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["dynamically",{"_index":481,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/UxDynamicComponentService.html":{}}}],["e.g",{"_index":298,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["each",{"_index":1287,"title":{},"body":{"license.html":{}}}],["easily",{"_index":1290,"title":{},"body":{"license.html":{}}}],["eclipse",{"_index":1556,"title":{},"body":{"license.html":{}}}],["economic",{"_index":1275,"title":{},"body":{"license.html":{}}}],["effective",{"_index":1274,"title":{},"body":{"license.html":{}}}],["el",{"_index":712,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["electronic",{"_index":1473,"title":{},"body":{"license.html":{}}}],["element",{"_index":717,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["elementref",{"_index":617,"title":{},"body":{"directives/TranslateMockDirective.html":{},"injectables/UxDynamicComponentService.html":{}}}],["elements",{"_index":843,"title":{},"body":{"dependencies.html":{}}}],["email",{"_index":540,"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":430,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["empty",{"_index":1021,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["empty_api_queue",{"_index":1020,"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":1504,"title":{},"body":{"license.html":{}}}],["enforceable",{"_index":1509,"title":{},"body":{"license.html":{}}}],["english",{"_index":791,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["enumerations",{"_index":995,"title":{"miscellaneous/enumerations.html":{}},"body":{"miscellaneous/enumerations.html":{}}}],["envapphandler",{"_index":1097,"title":{},"body":{"miscellaneous/functions.html":{}}}],["envappjsonconfig",{"_index":1100,"title":{},"body":{"miscellaneous/functions.html":{}}}],["envconfig",{"_index":1120,"title":{},"body":{"miscellaneous/functions.html":{}}}],["environment",{"_index":1121,"title":{},"body":{"miscellaneous/functions.html":{}}}],["equal",{"_index":390,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["equals",{"_index":376,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["equals(obj",{"_index":387,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["err",{"_index":756,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.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":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"miscellaneous/functions.html":{}}}],["errorhandler",{"_index":327,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["errormanager",{"_index":1128,"title":{},"body":{"miscellaneous/functions.html":{}}}],["errormappinghandler",{"_index":773,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["errors",{"_index":455,"title":{},"body":{"interfaces/LoadedResources.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"license.html":{}}}],["errorsubclass",{"_index":271,"title":{},"body":{"classes/EuiError.html":{}}}],["es",{"_index":963,"title":{},"body":{"dependencies.html":{}}}],["eslint",{"_index":828,"title":{},"body":{"dependencies.html":{}}}],["eslint/builder",{"_index":820,"title":{},"body":{"dependencies.html":{}}}],["eslint/eslint",{"_index":822,"title":{},"body":{"dependencies.html":{}}}],["eslint/parser",{"_index":835,"title":{},"body":{"dependencies.html":{}}}],["eslint/schematics",{"_index":825,"title":{},"body":{"dependencies.html":{}}}],["eslint/template",{"_index":826,"title":{},"body":{"dependencies.html":{}}}],["essential",{"_index":1231,"title":{},"body":{"license.html":{}}}],["establishing",{"_index":1533,"title":{},"body":{"license.html":{}}}],["eui",{"_index":204,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["eui/ecl",{"_index":988,"title":{},"body":{"dependencies.html":{}}}],["eui/styles",{"_index":991,"title":{},"body":{"dependencies.html":{}}}],["eui/tools",{"_index":992,"title":{},"body":{"dependencies.html":{}}}],["eui_config_token",{"_index":250,"title":{},"body":{"modules/CoreModule.html":{}}}],["euiappconfig",{"_index":346,"title":{},"body":{"injectables/I18nLoader.html":{},"miscellaneous/functions.html":{}}}],["euiapphandlersconfig",{"_index":1098,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euiappjsonconfig",{"_index":1101,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euiconfig",{"_index":1105,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euicorerootguardclass",{"_index":268,"title":{"classes/EuiCoreRootGuardClass.html":{}},"body":{"classes/EuiCoreRootGuardClass.html":{}}}],["euienvconfig",{"_index":1110,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euierror",{"_index":269,"title":{"classes/EuiError.html":{}},"body":{"classes/EuiError.html":{}}}],["euilazyservice",{"_index":400,"title":{},"body":{"injectables/I18nService.html":{}}}],["euilogservicefactory",{"_index":1040,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euilogservicefactory(injector",{"_index":1076,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euipermissionservice",{"_index":277,"title":{"injectables/EuiPermissionService.html":{}},"body":{"injectables/EuiPermissionService.html":{},"injectables/UxDynamicMenuService.html":{}}}],["euiservice",{"_index":279,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["euiservicestatus",{"_index":409,"title":{},"body":{"injectables/I18nService.html":{}}}],["euloginsessiontimeouthandlinginterceptor",{"_index":262,"title":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["eupl",{"_index":1142,"title":{},"body":{"license.html":{},"properties.html":{}}}],["european",{"_index":1137,"title":{},"body":{"license.html":{}}}],["even",{"_index":1425,"title":{},"body":{"license.html":{}}}],["event",{"_index":959,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["events",{"_index":549,"title":{},"body":{"classes/RouterMock.html":{}}}],["example",{"_index":1474,"title":{},"body":{"license.html":{}}}],["except",{"_index":1356,"title":{},"body":{"license.html":{}}}],["exception",{"_index":1300,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":1242,"title":{},"body":{"license.html":{}}}],["executable",{"_index":1175,"title":{},"body":{"license.html":{}}}],["execution",{"_index":113,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["exercise",{"_index":1272,"title":{},"body":{"license.html":{}}}],["exercised",{"_index":1259,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":1470,"title":{},"body":{"license.html":{}}}],["exhaustion",{"_index":1303,"title":{},"body":{"license.html":{}}}],["exist",{"_index":514,"title":{},"body":{"injectables/LogService.html":{}}}],["exports",{"_index":622,"title":{},"body":{"modules/TranslateMockModule.html":{}}}],["expressed",{"_index":1166,"title":{},"body":{"license.html":{}}}],["expressly",{"_index":1331,"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":1154,"title":{},"body":{"license.html":{}}}],["extract",{"_index":185,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fact",{"_index":1453,"title":{},"body":{"license.html":{}}}],["failed",{"_index":354,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["fails",{"_index":102,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["failure",{"_index":1421,"title":{},"body":{"license.html":{}}}],["false",{"_index":353,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["far",{"_index":1267,"title":{},"body":{"license.html":{}}}],["feature",{"_index":210,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fee",{"_index":1436,"title":{},"body":{"license.html":{}}}],["feedback.service.ts",{"_index":743,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["feedback/ux",{"_index":742,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["fetch",{"_index":435,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["field",{"_index":304,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["fields",{"_index":302,"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["filteruxlinkswithrights",{"_index":735,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["filteruxlinkswithrights(links",{"_index":739,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["finished",{"_index":1381,"title":{},"body":{"license.html":{}}}],["first",{"_index":292,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["firstname",{"_index":541,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["fitness",{"_index":1393,"title":{},"body":{"license.html":{}}}],["followed",{"_index":294,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["following",{"_index":1161,"title":{},"body":{"license.html":{}}}],["follows",{"_index":118,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["forage.service.ts",{"_index":460,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["forchild",{"_index":241,"title":{},"body":{"modules/CoreModule.html":{},"modules/LogModule.html":{}}}],["forchild(config",{"_index":490,"title":{},"body":{"modules/LogModule.html":{}}}],["forchild(modulename",{"_index":242,"title":{},"body":{"modules/CoreModule.html":{}}}],["form",{"_index":1195,"title":{},"body":{"license.html":{}}}],["formats",{"_index":1262,"title":{},"body":{"license.html":{}}}],["forroot",{"_index":245,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["forroot(config",{"_index":496,"title":{},"body":{"modules/LogModule.html":{}}}],["free",{"_index":1241,"title":{},"body":{"license.html":{}}}],["freely",{"_index":1291,"title":{},"body":{"license.html":{}}}],["freeze",{"_index":897,"title":{},"body":{"dependencies.html":{}}}],["fromevent(window",{"_index":196,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["full",{"_index":1492,"title":{},"body":{"license.html":{}}}],["fully",{"_index":410,"title":{},"body":{"injectables/I18nService.html":{}}}],["function",{"_index":158,"title":{},"body":{"classes/AsyncStorageService.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":1232,"title":{},"body":{"license.html":{}}}],["functions",{"_index":1034,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["functions.ts",{"_index":1038,"title":{},"body":{"miscellaneous/functions.html":{}}}],["general",{"_index":1548,"title":{},"body":{"license.html":{}}}],["generally",{"_index":1200,"title":{},"body":{"license.html":{}}}],["generic",{"_index":132,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["get(content",{"_index":651,"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":638,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["getcorechildproviders",{"_index":1042,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcorechildproviders(modulename",{"_index":1087,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcoreproviders",{"_index":1045,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcountries",{"_index":778,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["getcurrentlanguage",{"_index":449,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["getcurrentlocale",{"_index":484,"title":{},"body":{"injectables/LocaleService.html":{}}}],["getdependencyproviders",{"_index":1046,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getfailedresources",{"_index":341,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["getglobalconfig",{"_index":1047,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getglobalconfig(appconfig",{"_index":1090,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gethttperrorhandlingconfig",{"_index":1049,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gethttperrorhandlingconfig(appconfig",{"_index":1092,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlangs",{"_index":639,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["getlogappendersconfig",{"_index":1050,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlogappendersconfig(config",{"_index":1082,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlogger",{"_index":506,"title":{},"body":{"injectables/LogService.html":{},"classes/LogServiceMock.html":{}}}],["getlogger(loggername",{"_index":512,"title":{},"body":{"injectables/LogService.html":{}}}],["getmenulinks",{"_index":736,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["getmoduleconfig",{"_index":1051,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getmoduleconfig(appconfig",{"_index":1093,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getonlangchange",{"_index":448,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["getpath",{"_index":377,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["getpath(lang",{"_index":396,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["getpreviouslocale",{"_index":483,"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":1052,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getrootlogconfig(appconfig",{"_index":1094,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gets",{"_index":356,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/LogService.html":{},"injectables/UxTimezoneService.html":{}}}],["getshowconnectionstatus",{"_index":1053,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getshowconnectionstatus(globalconfig",{"_index":1095,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getstate",{"_index":283,"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":414,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["getstate(keyormapfn",{"_index":415,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["getstate(mapfn",{"_index":412,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["gettimezone",{"_index":779,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["gettimezone(tz",{"_index":786,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["gettimezones",{"_index":780,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["getting",{"_index":499,"title":{"license.html":{}},"body":{"injectables/LogService.html":{}}}],["gettranslation",{"_index":342,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/TranslateServiceMock.html":{}}}],["gettranslation(lang",{"_index":355,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["getuserdetails",{"_index":533,"title":{},"body":{"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{}}}],["getuserid",{"_index":696,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["given",{"_index":125,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["giving",{"_index":1221,"title":{},"body":{"license.html":{}}}],["globalconfig",{"_index":405,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"miscellaneous/functions.html":{}}}],["globalerrorhandler",{"_index":324,"title":{"injectables/GlobalErrorHandler.html":{}},"body":{"injectables/GlobalErrorHandler.html":{}}}],["globalstate",{"_index":576,"title":{},"body":{"classes/StoreMock.html":{}}}],["gnu",{"_index":1547,"title":{},"body":{"license.html":{}}}],["going",{"_index":432,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["goodwill",{"_index":1419,"title":{},"body":{"license.html":{}}}],["governed",{"_index":1539,"title":{},"body":{"license.html":{}}}],["gpl",{"_index":1549,"title":{},"body":{"license.html":{}}}],["grant",{"_index":1306,"title":{},"body":{"license.html":{}}}],["granted",{"_index":1235,"title":{},"body":{"license.html":{}}}],["grants",{"_index":1237,"title":{},"body":{"license.html":{}}}],["groupid",{"_index":751,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growl",{"_index":755,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["growlerror",{"_index":747,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growlerror(err",{"_index":753,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growlhttperrorcallbackfn",{"_index":1054,"title":{},"body":{"miscellaneous/functions.html":{}}}],["growlhttperrorcallbackfn(error",{"_index":1073,"title":{},"body":{"miscellaneous/functions.html":{}}}],["hammerjs",{"_index":966,"title":{},"body":{"dependencies.html":{}}}],["handleautosave",{"_index":582,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["handlebars",{"_index":975,"title":{},"body":{"dependencies.html":{}}}],["handleerror",{"_index":328,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleerror(error",{"_index":330,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler",{"_index":584,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/functions.html":{}}}],["handler.interceptor.ts",{"_index":333,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["handler.operator.ts",{"_index":1069,"title":{},"body":{"miscellaneous/functions.html":{}}}],["handler.ts",{"_index":326,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handling.interceptor.ts",{"_index":267,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["harmless",{"_index":1448,"title":{},"body":{"license.html":{}}}],["haserror",{"_index":456,"title":{},"body":{"interfaces/LoadedResources.html":{}}}],["he/she",{"_index":1320,"title":{},"body":{"license.html":{}}}],["header",{"_index":42,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["headers",{"_index":46,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["held",{"_index":1280,"title":{},"body":{"license.html":{}}}],["helper",{"_index":157,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"miscellaneous/functions.html":{}}}],["here",{"_index":1276,"title":{},"body":{"license.html":{}}}],["hereby",{"_index":1236,"title":{},"body":{"license.html":{}}}],["hereunder",{"_index":1365,"title":{},"body":{"license.html":{}}}],["him/her",{"_index":1367,"title":{},"body":{"license.html":{}}}],["his/her",{"_index":1348,"title":{},"body":{"license.html":{}}}],["hold",{"_index":1447,"title":{},"body":{"license.html":{}}}],["holder",{"_index":1158,"title":{},"body":{"license.html":{}}}],["host",{"_index":715,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["html",{"_index":869,"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":560,"title":{},"body":{"classes/RouterMock.html":{}}}],["httpclient",{"_index":73,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{}}}],["httperrorhandlerconfig",{"_index":335,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"miscellaneous/functions.html":{}}}],["httperrorhandlerinterceptor",{"_index":331,"title":{"interceptors/HttpErrorHandlerInterceptor.html":{}},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["httperroroperator",{"_index":764,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["httperrorresponse",{"_index":1071,"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":1561,"title":{},"body":{"properties.html":{}}}],["https://localforage.github.io/localforage",{"_index":465,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["human",{"_index":1193,"title":{},"body":{"license.html":{}}}],["i18n",{"_index":369,"title":{},"body":{"modules/I18nModule.html":{},"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["i18n.onready('my_module').pipe(switchmap(()=>translate.get('eui.key",{"_index":429,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["i18nloader",{"_index":338,"title":{"injectables/I18nLoader.html":{}},"body":{"injectables/I18nLoader.html":{}}}],["i18nloaderconfig",{"_index":348,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["i18nmodule",{"_index":367,"title":{"modules/I18nModule.html":{}},"body":{"modules/I18nModule.html":{},"modules.html":{}}}],["i18nresourceimpl",{"_index":352,"title":{"classes/I18nResourceImpl.html":{}},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["i18nservice",{"_index":398,"title":{"injectables/I18nService.html":{}},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{}}}],["i18nservicemock",{"_index":441,"title":{"injectables/I18nServiceMock.html":{}},"body":{"injectables/I18nServiceMock.html":{}}}],["i18nstate",{"_index":440,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/UpdateI18nStateAction.html":{}}}],["icon",{"_index":1457,"title":{},"body":{"license.html":{}}}],["id",{"_index":85,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/UxErrorFeedbackService.html":{}}}],["identical",{"_index":1518,"title":{},"body":{"license.html":{}}}],["immediately",{"_index":1163,"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":493,"title":{},"body":{"modules/LogModule.html":{},"dependencies.html":{}}}],["impose",{"_index":1334,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":1308,"title":{},"body":{"license.html":{}}}],["improved",{"_index":1379,"title":{},"body":{"license.html":{}}}],["include",{"_index":1319,"title":{},"body":{"license.html":{}}}],["including",{"_index":1250,"title":{},"body":{"license.html":{}}}],["incurred",{"_index":1449,"title":{},"body":{"license.html":{}}}],["indemnify",{"_index":1445,"title":{},"body":{"license.html":{}}}],["indemnity",{"_index":1438,"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.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":{},"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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["indicate",{"_index":1351,"title":{},"body":{"license.html":{}}}],["indicates",{"_index":388,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["indirect",{"_index":1414,"title":{},"body":{"license.html":{}}}],["infinite",{"_index":904,"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{}}}],["information",{"_index":1471,"title":{},"body":{"license.html":{}}}],["informed",{"_index":221,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["infringement",{"_index":1398,"title":{},"body":{"license.html":{}}}],["inherent",{"_index":1385,"title":{},"body":{"license.html":{}}}],["init",{"_index":284,"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":446,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["init(langstate",{"_index":417,"title":{},"body":{"injectables/I18nService.html":{}}}],["init(rights",{"_index":319,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["init(state",{"_index":478,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["init(userstate",{"_index":689,"title":{},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["init(version",{"_index":596,"title":{},"body":{"injectables/StoreService.html":{}}}],["init_store",{"_index":1007,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["initialize",{"_index":321,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["initstoreaction",{"_index":450,"title":{"classes/InitStoreAction.html":{}},"body":{"classes/InitStoreAction.html":{},"miscellaneous/typealiases.html":{}}}],["injectable",{"_index":58,"title":{"injectables/ApiQueueService.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"injectables/UxTimezoneService.html":{}},"body":{}}],["injectables",{"_index":60,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"injectables/UxTimezoneService.html":{},"index.html":{}}}],["injected",{"_index":716,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["injector",{"_index":336,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/UxDynamicComponentService.html":{},"miscellaneous/functions.html":{}}}],["injector.guard.ts",{"_index":775,"title":{},"body":{"classes/UxRootInjectorGuard.html":{}}}],["inputs",{"_index":614,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["inside",{"_index":87,"title":{},"body":{"injectables/ApiQueueService.html":{},"license.html":{}}}],["instance",{"_index":365,"title":{},"body":{"injectables/I18nLoader.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["instanceid",{"_index":758,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["instant",{"_index":640,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["instant(key",{"_index":653,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["intact",{"_index":1312,"title":{},"body":{"license.html":{}}}],["intellectual",{"_index":1399,"title":{},"body":{"license.html":{}}}],["intended",{"_index":1297,"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":452,"title":{"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"interfaces/ResourceError.html":{},"interfaces/TimeZone.html":{}},"body":{}}],["interfaces",{"_index":454,"title":{},"body":{"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"interfaces/ResourceError.html":{},"interfaces/TimeZone.html":{},"index.html":{}}}],["interpolateparams",{"_index":654,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["interpretation",{"_index":1525,"title":{},"body":{"license.html":{}}}],["interpreted",{"_index":1203,"title":{},"body":{"license.html":{}}}],["intl",{"_index":929,"title":{},"body":{"dependencies.html":{}}}],["invalid",{"_index":1500,"title":{},"body":{"license.html":{}}}],["invented",{"_index":1266,"title":{},"body":{"license.html":{}}}],["irrevocable",{"_index":1467,"title":{},"body":{"license.html":{}}}],["irrevocably",{"_index":1469,"title":{},"body":{"license.html":{}}}],["isdeepmerge",{"_index":1103,"title":{},"body":{"miscellaneous/functions.html":{}}}],["iserror",{"_index":546,"title":{},"body":{"interfaces/ResourceError.html":{}}}],["isfeatureenabled",{"_index":212,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["isglobal",{"_index":766,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["isloaded",{"_index":629,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["isloadedsubject",{"_index":630,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["islogconfigdefined",{"_index":1055,"title":{},"body":{"miscellaneous/functions.html":{}}}],["islogconfigdefined(config",{"_index":1083,"title":{},"body":{"miscellaneous/functions.html":{}}}],["iso",{"_index":783,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["iso2country",{"_index":781,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["iso2country(iso",{"_index":788,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["istanbul",{"_index":872,"title":{},"body":{"dependencies.html":{}}}],["item",{"_index":78,"title":{},"body":{"injectables/ApiQueueService.html":{},"miscellaneous/enumerations.html":{}}}],["items",{"_index":94,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["itself",{"_index":502,"title":{},"body":{"injectables/LogService.html":{}}}],["jasmine",{"_index":858,"title":{},"body":{"dependencies.html":{}}}],["javascript",{"_index":463,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["js",{"_index":957,"title":{},"body":{"dependencies.html":{}}}],["jsdoc",{"_index":832,"title":{},"body":{"dependencies.html":{}}}],["jsrsasign",{"_index":954,"title":{},"body":{"dependencies.html":{}}}],["jurisdiction",{"_index":1522,"title":{},"body":{"license.html":{}}}],["justice",{"_index":1527,"title":{},"body":{"license.html":{}}}],["k",{"_index":316,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["karma",{"_index":861,"title":{},"body":{"dependencies.html":{}}}],["keep",{"_index":1311,"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":416,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["kind",{"_index":1390,"title":{},"body":{"license.html":{}}}],["known",{"_index":1264,"title":{},"body":{"license.html":{}}}],["laid",{"_index":1529,"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":650,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["langstate",{"_index":418,"title":{},"body":{"injectables/I18nService.html":{}}}],["language",{"_index":39,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{}}}],["languages",{"_index":631,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["last",{"_index":303,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["lastname",{"_index":542,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["later",{"_index":1265,"title":{},"body":{"license.html":{}}}],["launcher",{"_index":864,"title":{},"body":{"dependencies.html":{}}}],["law",{"_index":1188,"title":{},"body":{"license.html":{}}}],["laws",{"_index":1430,"title":{},"body":{"license.html":{}}}],["lazy",{"_index":492,"title":{},"body":{"modules/LogModule.html":{}}}],["lazyload",{"_index":401,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyload(config",{"_index":419,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyloadinit",{"_index":402,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyloadinit(moduleconfig",{"_index":420,"title":{},"body":{"injectables/I18nService.html":{}}}],["legal",{"_index":1207,"title":{},"body":{"license.html":{}}}],["lend",{"_index":1255,"title":{},"body":{"license.html":{}}}],["lending",{"_index":1222,"title":{},"body":{"license.html":{}}}],["level",{"_index":508,"title":{},"body":{"injectables/LogService.html":{}}}],["liability",{"_index":1404,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1412,"title":{},"body":{"license.html":{}}}],["library",{"_index":464,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["licence",{"_index":1139,"title":{},"body":{"license.html":{}}}],["licences",{"_index":1344,"title":{},"body":{"license.html":{}}}],["license",{"_index":1136,"title":{"license.html":{}},"body":{"license.html":{},"properties.html":{}}}],["licensed",{"_index":1164,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":1178,"title":{},"body":{"license.html":{}}}],["licensee's",{"_index":1346,"title":{},"body":{"license.html":{}}}],["licensor",{"_index":1160,"title":{},"body":{"license.html":{}}}],["life",{"_index":233,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["lifespan",{"_index":216,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["limitation",{"_index":1301,"title":{},"body":{"license.html":{}}}],["limitations",{"_index":1295,"title":{},"body":{"license.html":{}}}],["line",{"_index":1228,"title":{},"body":{"license.html":{}}}],["linguistic",{"_index":1512,"title":{},"body":{"license.html":{}}}],["links",{"_index":740,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["list",{"_index":782,"title":{},"body":{"injectables/UxTimezoneService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["listed",{"_index":1278,"title":{},"body":{"license.html":{}}}],["literal",{"_index":26,"title":{},"body":{"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/InitStoreAction.html":{}}}],["litigation",{"_index":1523,"title":{},"body":{"license.html":{}}}],["load",{"_index":363,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/LocaleService.html":{},"miscellaneous/functions.html":{}}}],["loaded",{"_index":411,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/enumerations.html":{}}}],["loadedresources",{"_index":453,"title":{"interfaces/LoadedResources.html":{}},"body":{"interfaces/LoadedResources.html":{}}}],["loadedresourceserror",{"_index":457,"title":{"interfaces/LoadedResourcesError.html":{}},"body":{"interfaces/LoadedResourcesError.html":{}}}],["loader",{"_index":350,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"dependencies.html":{}}}],["loadeuidynamicenvironmentconfig",{"_index":1056,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loadeuidynamicenvironmentconfig(url",{"_index":1106,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loadresources",{"_index":343,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loadresources(resources",{"_index":359,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loads",{"_index":360,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loaduserdetails",{"_index":697,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["loaduserpreferences",{"_index":698,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["local",{"_index":468,"title":{},"body":{"injectables/LocalStorageService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["locale",{"_index":482,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["locale_id",{"_index":475,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["localemapper",{"_index":476,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/typealiases.html":{}}}],["localeservice",{"_index":469,"title":{"injectables/LocaleService.html":{}},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["localeservicemock",{"_index":485,"title":{"injectables/LocaleServiceMock.html":{}},"body":{"injectables/LocaleServiceMock.html":{}}}],["localestate",{"_index":479,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"classes/UpdateLocaleStateAction.html":{}}}],["localforage",{"_index":461,"title":{},"body":{"injectables/LocalForageService.html":{},"dependencies.html":{}}}],["localforageservice",{"_index":458,"title":{"injectables/LocalForageService.html":{}},"body":{"injectables/LocalForageService.html":{}}}],["localstorage",{"_index":467,"title":{},"body":{"injectables/LocalStorageService.html":{}}}],["localstorageservice",{"_index":466,"title":{"injectables/LocalStorageService.html":{}},"body":{"injectables/LocalStorageService.html":{}}}],["localstoragesync",{"_index":1058,"title":{},"body":{"miscellaneous/functions.html":{}}}],["localstoragesync(reducer",{"_index":1124,"title":{},"body":{"miscellaneous/functions.html":{}}}],["location",{"_index":1478,"title":{},"body":{"license.html":{}}}],["lodash",{"_index":962,"title":{},"body":{"dependencies.html":{}}}],["log",{"_index":287,"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":511,"title":{},"body":{"injectables/LogService.html":{},"miscellaneous/functions.html":{}}}],["logconfig",{"_index":491,"title":{},"body":{"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["logger",{"_index":505,"title":{},"body":{"injectables/LogService.html":{}}}],["loggermock",{"_index":520,"title":{},"body":{"classes/LogServiceMock.html":{}}}],["loggername",{"_index":516,"title":{},"body":{"injectables/LogService.html":{}}}],["loggers",{"_index":501,"title":{},"body":{"injectables/LogService.html":{}}}],["loghttperrorcallbackfn",{"_index":1060,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loghttperrorcallbackfn(error",{"_index":1074,"title":{},"body":{"miscellaneous/functions.html":{}}}],["login",{"_index":264,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["loglevel",{"_index":509,"title":{},"body":{"injectables/LogService.html":{}}}],["logmodule",{"_index":488,"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":1061,"title":{},"body":{"miscellaneous/functions.html":{}}}],["logservicefactory(config",{"_index":1085,"title":{},"body":{"miscellaneous/functions.html":{}}}],["logservicemock",{"_index":518,"title":{"classes/LogServiceMock.html":{}},"body":{"classes/LogServiceMock.html":{}}}],["long",{"_index":1293,"title":{},"body":{"license.html":{}}}],["loss",{"_index":1418,"title":{},"body":{"license.html":{}}}],["machine",{"_index":1284,"title":{},"body":{"license.html":{}}}],["main.ts",{"_index":1119,"title":{},"body":{"miscellaneous/functions.html":{}}}],["make",{"_index":1248,"title":{},"body":{"license.html":{}}}],["makes",{"_index":1215,"title":{},"body":{"license.html":{}}}],["making",{"_index":1227,"title":{},"body":{"license.html":{}}}],["malfunction",{"_index":1422,"title":{},"body":{"license.html":{}}}],["map((action",{"_index":182,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["map((connected",{"_index":198,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mapfn",{"_index":413,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["marbles",{"_index":878,"title":{},"body":{"dependencies.html":{}}}],["marked",{"_index":947,"title":{},"body":{"dependencies.html":{}}}],["marks",{"_index":1355,"title":{},"body":{"license.html":{}}}],["mask",{"_index":918,"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"properties.html":{},"miscellaneous/typealiases.html":{}}}],["material",{"_index":1415,"title":{},"body":{"license.html":{}}}],["matter",{"_index":112,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["mean",{"_index":1167,"title":{},"body":{"license.html":{}}}],["meaning",{"_index":1170,"title":{},"body":{"license.html":{}}}],["means",{"_index":1472,"title":{},"body":{"license.html":{}}}],["meant",{"_index":1202,"title":{},"body":{"license.html":{}}}],["media",{"_index":1260,"title":{},"body":{"license.html":{}}}],["mentioned",{"_index":1190,"title":{},"body":{"license.html":{}}}],["menu.service.ts",{"_index":733,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["menu/ux",{"_index":732,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["menulinks",{"_index":734,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["merchantability",{"_index":1392,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1102,"title":{},"body":{"miscellaneous/functions.html":{}}}],["merge(fromevent(window",{"_index":194,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mergeapphandlerconfigtoappconfig",{"_index":1062,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeapphandlerconfigtoappconfig(euiappconfig",{"_index":1096,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeappjsonconfigtoappconfig",{"_index":1063,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeappjsonconfigtoappconfig(euiappconfig",{"_index":1099,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergemap((route",{"_index":184,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mergeuserpreferences",{"_index":699,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["message",{"_index":230,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["meta",{"_index":1125,"title":{},"body":{"miscellaneous/functions.html":{}}}],["metadata",{"_index":613,"title":{},"body":{"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{}}}],["method",{"_index":370,"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/EuiPermissionService.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"injectables/UxTimezoneService.html":{}}}],["miscellaneous",{"_index":994,"title":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/typealiases.html":{}}}],["misconduct",{"_index":1407,"title":{},"body":{"license.html":{}}}],["mock",{"_index":937,"title":{},"body":{"dependencies.html":{}}}],["model.interceptor.ts",{"_index":771,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["modification",{"_index":1183,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":1180,"title":{},"body":{"license.html":{}}}],["modified",{"_index":1325,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":1212,"title":{},"body":{"license.html":{}}}],["modify",{"_index":1199,"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":421,"title":{},"body":{"injectables/I18nService.html":{},"miscellaneous/functions.html":{}}}],["moduleloadevent",{"_index":521,"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":816,"title":{},"body":{"dependencies.html":{}}}],["moral",{"_index":1269,"title":{},"body":{"license.html":{}}}],["more",{"_index":246,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiPermissionService.html":{}}}],["msg",{"_index":273,"title":{},"body":{"classes/EuiError.html":{}}}],["multiple",{"_index":310,"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.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":{},"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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["names",{"_index":1354,"title":{},"body":{"license.html":{}}}],["natural",{"_index":1206,"title":{},"body":{"license.html":{}}}],["navigate",{"_index":553,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigate(url",{"_index":561,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigatebyurl",{"_index":554,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigatebyurl(url",{"_index":563,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigationend(0",{"_index":559,"title":{},"body":{"classes/RouterMock.html":{}}}],["ne",{"_index":550,"title":{},"body":{"classes/RouterMock.html":{}}}],["necessary",{"_index":1281,"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":{},"injectables/UxErrorFeedbackService.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":{}}}],["ng",{"_index":811,"title":{},"body":{"dependencies.html":{}}}],["ng2",{"_index":911,"title":{},"body":{"dependencies.html":{}}}],["ngondestroy",{"_index":472,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["ngrx",{"_index":588,"title":{},"body":{"injectables/StoreService.html":{},"dependencies.html":{}}}],["ngrx/component",{"_index":896,"title":{},"body":{"dependencies.html":{}}}],["ngrx/effects",{"_index":889,"title":{},"body":{"dependencies.html":{}}}],["ngrx/entity",{"_index":895,"title":{},"body":{"dependencies.html":{}}}],["ngrx/router",{"_index":891,"title":{},"body":{"dependencies.html":{}}}],["ngrx/schematics",{"_index":892,"title":{},"body":{"dependencies.html":{}}}],["ngrx/store",{"_index":893,"title":{},"body":{"dependencies.html":{}}}],["ngx",{"_index":427,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"dependencies.html":{}}}],["node",{"_index":883,"title":{},"body":{"dependencies.html":{}}}],["non",{"_index":437,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["nothing",{"_index":1296,"title":{},"body":{"license.html":{}}}],["notice",{"_index":1162,"title":{},"body":{"license.html":{}}}],["notices",{"_index":1315,"title":{},"body":{"license.html":{}}}],["notif",{"_index":1025,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["now",{"_index":1263,"title":{},"body":{"license.html":{}}}],["null",{"_index":1081,"title":{},"body":{"miscellaneous/functions.html":{}}}],["number",{"_index":527,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["numerous",{"_index":1380,"title":{},"body":{"license.html":{}}}],["obj",{"_index":391,"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":{},"classes/TranslateServiceMock.html":{},"miscellaneous/functions.html":{}}}],["obligations",{"_index":1305,"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":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["observable((observer",{"_index":556,"title":{},"body":{"classes/RouterMock.html":{}}}],["observepreferencesupdate",{"_index":700,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["observer",{"_index":932,"title":{},"body":{"dependencies.html":{}}}],["observer.complete",{"_index":558,"title":{},"body":{"classes/RouterMock.html":{}}}],["observer.next(this.ne",{"_index":557,"title":{},"body":{"classes/RouterMock.html":{}}}],["offer",{"_index":1333,"title":{},"body":{"license.html":{}}}],["offering",{"_index":1475,"title":{},"body":{"license.html":{}}}],["office",{"_index":1541,"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":951,"title":{},"body":{"dependencies.html":{}}}],["once",{"_index":431,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["ondefaultlangchange",{"_index":632,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["ondefaultlangchangesubject",{"_index":633,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["one",{"_index":150,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/I18nResourceImpl.html":{},"injectables/LocalForageService.html":{}}}],["onlangchange",{"_index":444,"title":{},"body":{"injectables/I18nServiceMock.html":{},"classes/TranslateServiceMock.html":{}}}],["onlangchangesubject",{"_index":634,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["online').pipe(mapto(true",{"_index":195,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["onready",{"_index":403,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["onready(modulename",{"_index":422,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["ontranslationchange",{"_index":635,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["ontranslationchangesubject",{"_index":636,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["open",{"_index":1550,"title":{},"body":{"license.html":{}}}],["openidconnectinterceptor",{"_index":522,"title":{"interceptors/OpenIdConnectInterceptor.html":{}},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["openidconnectservice",{"_index":531,"title":{"injectables/OpenIdConnectService.html":{}},"body":{"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{}}}],["openidconnectservicemock",{"_index":534,"title":{"classes/OpenIdConnectServiceMock.html":{}},"body":{"classes/OpenIdConnectServiceMock.html":{}}}],["openidconnectuserdetails",{"_index":536,"title":{"interfaces/OpenIdConnectUserDetails.html":{}},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["operatorfunction",{"_index":1129,"title":{},"body":{"miscellaneous/functions.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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.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":{},"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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["order",{"_index":108,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"dependencies.html":{},"license.html":{}}}],["origin",{"_index":1360,"title":{},"body":{"license.html":{}}}],["original",{"_index":1159,"title":{},"body":{"license.html":{}}}],["osl",{"_index":1551,"title":{},"body":{"license.html":{}}}],["others",{"_index":305,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["otherwise",{"_index":395,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["out",{"_index":1417,"title":{},"body":{"license.html":{}}}],["overview",{"_index":1130,"title":{"index.html":{}},"body":{"index.html":{}}}],["overwrite",{"_index":86,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["owned",{"_index":1366,"title":{},"body":{"license.html":{}}}],["owners",{"_index":1302,"title":{},"body":{"license.html":{}}}],["package",{"_index":792,"title":{"dependencies.html":{},"properties.html":{}},"body":{}}],["packages/.../app.actions.ts",{"_index":998,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../eui",{"_index":1043,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../http",{"_index":1036,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../i18n.actions.ts",{"_index":1000,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../locale.actions.ts",{"_index":1002,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../locale.service.ts",{"_index":1569,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["packages/.../log.ts",{"_index":1041,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../meta.reducers.ts",{"_index":1059,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../notifications.actions.ts",{"_index":1004,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../store.service.ts",{"_index":996,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["packages/.../tokens.ts",{"_index":1048,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../user.actions.ts",{"_index":1006,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../ux",{"_index":1068,"title":{},"body":{"miscellaneous/functions.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":263,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/openid/openid",{"_index":523,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/ux",{"_index":770,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/mocks/router.mock.ts",{"_index":548,"title":{},"body":{"classes/RouterMock.html":{}}}],["packages/eui/packages/core/src/lib/mocks/store.mock.ts",{"_index":571,"title":{},"body":{"classes/StoreMock.html":{}}}],["packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts",{"_index":611,"title":{},"body":{"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/app/eui",{"_index":1086,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/app/factories/log.ts",{"_index":1075,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/config/tokens.ts",{"_index":1089,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/eui.error.ts",{"_index":270,"title":{},"body":{"classes/EuiError.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/global",{"_index":325,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/http",{"_index":332,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts",{"_index":339,"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":368,"title":{},"body":{"modules/I18nModule.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.resource.ts",{"_index":374,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.service.mock.ts",{"_index":442,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts",{"_index":399,"title":{},"body":{"injectables/I18nService.html":{},"interfaces/ModuleLoadEvent.html":{}}}],["packages/eui/packages/core/src/lib/services/locale/locale.service.mock.ts",{"_index":486,"title":{},"body":{"injectables/LocaleServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/locale/locale.service.ts",{"_index":470,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.module.ts",{"_index":489,"title":{},"body":{"modules/LogModule.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.service.mock.ts",{"_index":519,"title":{},"body":{"classes/LogServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.service.ts",{"_index":497,"title":{},"body":{"injectables/LogService.html":{}}}],["packages/eui/packages/core/src/lib/services/permission/permission.service.ts",{"_index":278,"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":459,"title":{},"body":{"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/session",{"_index":565,"title":{},"body":{"injectables/SessionStorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/storage.service.mock.ts",{"_index":569,"title":{},"body":{"classes/StorageServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/storage.service.ts",{"_index":567,"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":665,"title":{},"body":{"classes/UpdateI18nStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts",{"_index":668,"title":{},"body":{"classes/UpdateLocaleStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts",{"_index":671,"title":{},"body":{"classes/UpdateNotificationsListAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts",{"_index":674,"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":1123,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/store/store.service.mock.ts",{"_index":603,"title":{},"body":{"injectables/StoreServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/store/store.service.ts",{"_index":579,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{}}}],["packages/eui/packages/core/src/lib/services/user/user.service.mock.ts",{"_index":695,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/user/user.service.ts",{"_index":688,"title":{},"body":{"injectables/UserService.html":{}}}],["packages/eui/packages/core/src/lib/services/ux",{"_index":605,"title":{},"body":{"interfaces/TimeZone.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["packagr",{"_index":812,"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.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":{},"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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["parser",{"_index":827,"title":{},"body":{"dependencies.html":{}}}],["part",{"_index":307,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["particular",{"_index":1394,"title":{},"body":{"license.html":{}}}],["parties",{"_index":1499,"title":{},"body":{"license.html":{}}}],["pass",{"_index":251,"title":{},"body":{"modules/CoreModule.html":{}}}],["passed",{"_index":719,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["patent",{"_index":1313,"title":{},"body":{"license.html":{}}}],["patents",{"_index":1279,"title":{},"body":{"license.html":{}}}],["path",{"_index":397,"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":{}}}],["pdfjs",{"_index":912,"title":{},"body":{"dependencies.html":{}}}],["people",{"_index":1197,"title":{},"body":{"license.html":{}}}],["perfect",{"_index":915,"title":{},"body":{"dependencies.html":{}}}],["perform",{"_index":1252,"title":{},"body":{"license.html":{}}}],["permission",{"_index":291,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["permits",{"_index":1268,"title":{},"body":{"license.html":{}}}],["persist",{"_index":513,"title":{},"body":{"injectables/LogService.html":{}}}],["person",{"_index":1208,"title":{},"body":{"license.html":{}}}],["persons",{"_index":1411,"title":{},"body":{"license.html":{}}}],["pikaday",{"_index":977,"title":{},"body":{"dependencies.html":{}}}],["pipe",{"_index":423,"title":{"pipes/TranslateMockPipe.html":{}},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"index.html":{}}}],["pipes",{"_index":623,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["placed",{"_index":123,"title":{},"body":{"injectables/ApiQueueService.html":{},"license.html":{}}}],["plugin",{"_index":823,"title":{},"body":{"dependencies.html":{}}}],["polyfill",{"_index":933,"title":{},"body":{"dependencies.html":{}}}],["portal",{"_index":714,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalcomponentinstance",{"_index":725,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalhost",{"_index":722,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalhostref",{"_index":729,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["possibility",{"_index":1427,"title":{},"body":{"license.html":{}}}],["possible",{"_index":1108,"title":{},"body":{"miscellaneous/functions.html":{}}}],["power",{"_index":1368,"title":{},"body":{"license.html":{}}}],["pre",{"_index":384,"title":{},"body":{"classes/I18nResourceImpl.html":{},"miscellaneous/functions.html":{}}}],["prefer",{"_index":829,"title":{},"body":{"dependencies.html":{}}}],["preferences",{"_index":1030,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["prefix",{"_index":382,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["preinitapp",{"_index":1064,"title":{},"body":{"miscellaneous/functions.html":{}}}],["preinitapp(envconfig",{"_index":1109,"title":{},"body":{"miscellaneous/functions.html":{}}}],["prejudice",{"_index":1494,"title":{},"body":{"license.html":{}}}],["prepareeuiappconfigtoken",{"_index":1065,"title":{},"body":{"miscellaneous/functions.html":{}}}],["prepareeuiappconfigtoken(euiconfig",{"_index":1104,"title":{},"body":{"miscellaneous/functions.html":{}}}],["present",{"_index":591,"title":{},"body":{"injectables/StoreService.html":{}}}],["prettier",{"_index":983,"title":{},"body":{"dependencies.html":{}}}],["prevail",{"_index":1349,"title":{},"body":{"license.html":{}}}],["prevention.interceptor.ts",{"_index":168,"title":{},"body":{"interceptors/CachePreventionInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{}}}],["previouslocale",{"_index":473,"title":{},"body":{"injectables/LocaleService.html":{}}}],["primary",{"_index":1537,"title":{},"body":{"license.html":{}}}],["prismjs",{"_index":949,"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":386,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["processor",{"_index":385,"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":1429,"title":{},"body":{"license.html":{}}}],["program",{"_index":1205,"title":{},"body":{"license.html":{}}}],["progress",{"_index":1377,"title":{},"body":{"license.html":{}}}],["prohibited",{"_index":1153,"title":{},"body":{"license.html":{}}}],["prominent",{"_index":1323,"title":{},"body":{"license.html":{}}}],["promise",{"_index":408,"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/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":{},"interfaces/TimeZone.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/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"properties.html":{}}}],["property",{"_index":1400,"title":{},"body":{"license.html":{}}}],["protection",{"_index":1352,"title":{},"body":{"license.html":{}}}],["provide",{"_index":373,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["provided",{"_index":438,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"license.html":{}}}],["provider",{"_index":1088,"title":{},"body":{"miscellaneous/functions.html":{}}}],["providers",{"_index":253,"title":{},"body":{"modules/CoreModule.html":{}}}],["provides",{"_index":1282,"title":{},"body":{"license.html":{}}}],["providing",{"_index":247,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiPermissionService.html":{},"license.html":{}}}],["provision",{"_index":1350,"title":{},"body":{"license.html":{}}}],["provisions",{"_index":1455,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":587,"title":{},"body":{"injectables/StoreService.html":{}}}],["public",{"_index":10,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.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":{},"injectables/UxDynamicComponentService.html":{},"license.html":{}}}],["publicly",{"_index":1253,"title":{},"body":{"license.html":{}}}],["publish",{"_index":1511,"title":{},"body":{"license.html":{}}}],["published",{"_index":1515,"title":{},"body":{"license.html":{}}}],["publisherror",{"_index":748,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["publisherror(err",{"_index":757,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["publishes",{"_index":760,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["purpose",{"_index":1395,"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":922,"title":{},"body":{"dependencies.html":{}}}],["readable",{"_index":1194,"title":{},"body":{"license.html":{}}}],["readiness",{"_index":154,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["readonly",{"_index":763,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["ready",{"_index":141,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{},"interfaces/ModuleLoadEvent.html":{}}}],["reason",{"_index":1387,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":1357,"title":{},"body":{"license.html":{}}}],["received",{"_index":1490,"title":{},"body":{"license.html":{}}}],["reducer",{"_index":594,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"miscellaneous/functions.html":{}}}],["reducing",{"_index":1514,"title":{},"body":{"license.html":{}}}],["refactor",{"_index":208,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["refer",{"_index":1316,"title":{},"body":{"license.html":{}}}],["reference",{"_index":392,"title":{},"body":{"classes/I18nResourceImpl.html":{},"injectables/UxDynamicComponentService.html":{}}}],["refers",{"_index":1343,"title":{},"body":{"license.html":{}}}],["reflects",{"_index":153,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["reformed",{"_index":1507,"title":{},"body":{"license.html":{}}}],["regarding",{"_index":1482,"title":{},"body":{"license.html":{}}}],["registered",{"_index":1540,"title":{},"body":{"license.html":{}}}],["remain",{"_index":1491,"title":{},"body":{"license.html":{}}}],["remap",{"_index":876,"title":{},"body":{"dependencies.html":{}}}],["remote",{"_index":1477,"title":{},"body":{"license.html":{}}}],["remove",{"_index":142,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"injectables/UxDynamicComponentService.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":727,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["remove_api_queue_item",{"_index":1019,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["removeallqueueitem",{"_index":69,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["removeapiqueueitemaction",{"_index":543,"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":366,"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":344,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["removeresources(removedresources",{"_index":364,"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":1256,"title":{},"body":{"license.html":{}}}],["renting",{"_index":1223,"title":{},"body":{"license.html":{}}}],["reporter",{"_index":870,"title":{},"body":{"dependencies.html":{}}}],["repository",{"_index":1289,"title":{},"body":{"license.html":{},"properties.html":{}}}],["represents",{"_index":1496,"title":{},"body":{"license.html":{}}}],["reproduce",{"_index":1247,"title":{},"body":{"license.html":{}}}],["reproduced",{"_index":1485,"title":{},"body":{"license.html":{}}}],["reproducing",{"_index":1361,"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":1481,"title":{},"body":{"license.html":{}}}],["required",{"_index":1185,"title":{},"body":{"license.html":{}}}],["reselect",{"_index":899,"title":{},"body":{"dependencies.html":{}}}],["residence",{"_index":1544,"title":{},"body":{"license.html":{}}}],["resides",{"_index":1535,"title":{},"body":{"license.html":{}}}],["resize",{"_index":931,"title":{},"body":{"dependencies.html":{}}}],["resource",{"_index":362,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["resourceerror",{"_index":545,"title":{"interfaces/ResourceError.html":{}},"body":{"interfaces/ResourceError.html":{}}}],["resources",{"_index":349,"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":1443,"title":{},"body":{"license.html":{}}}],["responsible",{"_index":498,"title":{},"body":{"injectables/LogService.html":{}}}],["rest",{"_index":104,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["restrict",{"_index":1338,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":1307,"title":{},"body":{"license.html":{}}}],["result",{"_index":434,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["resulting",{"_index":1524,"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.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":528,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["retrycount",{"_index":526,"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/EuiPermissionService.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["reuse",{"_index":517,"title":{},"body":{"injectables/LogService.html":{}}}],["right",{"_index":290,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["right.permission",{"_index":299,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["right1.right2.permission",{"_index":306,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["rightid",{"_index":314,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["rights",{"_index":311,"title":{},"body":{"injectables/EuiPermissionService.html":{},"miscellaneous/enumerations.html":{},"license.html":{}}}],["rightsandpermission",{"_index":312,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["root",{"_index":372,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{},"classes/RouterMock.html":{},"classes/UxRootInjectorGuard.html":{}}}],["rootbaseloggername",{"_index":1077,"title":{},"body":{"miscellaneous/functions.html":{}}}],["rootconfig",{"_index":1078,"title":{},"body":{"miscellaneous/functions.html":{}}}],["route",{"_index":1016,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["route.snapshot.data['module",{"_index":189,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["router",{"_index":337,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["routermock",{"_index":547,"title":{"classes/RouterMock.html":{}},"body":{"classes/RouterMock.html":{}}}],["routerstate",{"_index":551,"title":{},"body":{"classes/RouterMock.html":{}}}],["royalty",{"_index":1240,"title":{},"body":{"license.html":{}}}],["rules",{"_index":1465,"title":{},"body":{"license.html":{}}}],["rxjs",{"_index":846,"title":{},"body":{"dependencies.html":{}}}],["sake",{"_index":1342,"title":{},"body":{"license.html":{}}}],["same",{"_index":394,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["saveuserpreferences",{"_index":701,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["scope",{"_index":1234,"title":{},"body":{"license.html":{}}}],["scroll",{"_index":905,"title":{},"body":{"dependencies.html":{}}}],["scrollbar",{"_index":916,"title":{},"body":{"dependencies.html":{}}}],["scss",{"_index":973,"title":{},"body":{"dependencies.html":{}}}],["security.interceptor.ts",{"_index":256,"title":{},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["select",{"_index":575,"title":{},"body":{"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["select(key",{"_index":600,"title":{},"body":{"injectables/StoreService.html":{}}}],["select(selector",{"_index":577,"title":{},"body":{"classes/StoreMock.html":{}}}],["selector",{"_index":578,"title":{},"body":{"classes/StoreMock.html":{},"directives/TranslateMockDirective.html":{}}}],["selling",{"_index":1220,"title":{},"body":{"license.html":{}}}],["separated",{"_index":296,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["serializeurl",{"_index":555,"title":{},"body":{"classes/RouterMock.html":{}}}],["serve",{"_index":424,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["server",{"_index":358,"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":265,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/SessionStorageService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["sessionstorage",{"_index":566,"title":{},"body":{"injectables/SessionStorageService.html":{}}}],["sessionstorageservice",{"_index":564,"title":{"injectables/SessionStorageService.html":{}},"body":{"injectables/SessionStorageService.html":{}}}],["sessionstoragesync",{"_index":1066,"title":{},"body":{"miscellaneous/functions.html":{}}}],["sessionstoragesync(reducer",{"_index":1126,"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":641,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["setdefaultlang(lang",{"_index":655,"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":1310,"title":{},"body":{"license.html":{}}}],["showconnectionstatus",{"_index":175,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["similar",{"_index":1463,"title":{},"body":{"license.html":{}}}],["similarly",{"_index":1468,"title":{},"body":{"license.html":{}}}],["slice",{"_index":693,"title":{},"body":{"injectables/UserService.html":{}}}],["snapshot",{"_index":989,"title":{},"body":{"dependencies.html":{}}}],["software",{"_index":1148,"title":{},"body":{"license.html":{}}}],["sole",{"_index":1442,"title":{},"body":{"license.html":{}}}],["source",{"_index":960,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["sourcemap",{"_index":874,"title":{},"body":{"dependencies.html":{}}}],["spec",{"_index":880,"title":{},"body":{"dependencies.html":{}}}],["stackblitz/sdk",{"_index":981,"title":{},"body":{"dependencies.html":{}}}],["standard",{"_index":970,"title":{},"body":{"dependencies.html":{}}}],["started",{"_index":1135,"title":{"license.html":{}},"body":{}}],["startup.ts",{"_index":1044,"title":{},"body":{"miscellaneous/functions.html":{}}}],["state",{"_index":318,"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":1401,"title":{},"body":{"license.html":{}}}],["stateslice",{"_index":585,"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":1324,"title":{},"body":{"license.html":{}}}],["status",{"_index":223,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/enumerations.html":{}}}],["statutory",{"_index":1428,"title":{},"body":{"license.html":{}}}],["stoppage",{"_index":1420,"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":568,"title":{"classes/StorageServiceMock.html":{}},"body":{"classes/StorageServiceMock.html":{}}}],["storagetype",{"_index":597,"title":{},"body":{"injectables/StoreService.html":{}}}],["store",{"_index":75,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/UserService.html":{},"injectables/UxDynamicMenuService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{}}}],["store.dispatch",{"_index":589,"title":{},"body":{"injectables/StoreService.html":{}}}],["store.select",{"_index":601,"title":{},"body":{"injectables/StoreService.html":{}}}],["stored",{"_index":1484,"title":{},"body":{"license.html":{}}}],["storemock",{"_index":570,"title":{"classes/StoreMock.html":{}},"body":{"classes/StoreMock.html":{}}}],["storeservice",{"_index":72,"title":{"injectables/StoreService.html":{}},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UxDynamicMenuService.html":{}}}],["storeservicemock",{"_index":602,"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/EuiError.html":{},"injectables/EuiPermissionService.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":{},"interfaces/TimeZone.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"injectables/UserService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["study",{"_index":1198,"title":{},"body":{"license.html":{}}}],["stylelint",{"_index":968,"title":{},"body":{"dependencies.html":{}}}],["sub",{"_index":1257,"title":{},"body":{"license.html":{}}}],["subject",{"_index":529,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"classes/TranslateServiceMock.html":{},"injectables/UxErrorFeedbackService.html":{},"license.html":{}}}],["sublicensable",{"_index":1243,"title":{},"body":{"license.html":{}}}],["subscribes",{"_index":89,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["subsequent",{"_index":1373,"title":{},"body":{"license.html":{}}}],["success",{"_index":228,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["such",{"_index":1155,"title":{},"body":{"license.html":{}}}],["suffix",{"_index":379,"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":1261,"title":{},"body":{"license.html":{}}}],["t",{"_index":152,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"classes/StorageService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{}}}],["table",{"_index":927,"title":{},"body":{"dependencies.html":{}}}],["take",{"_index":1519,"title":{},"body":{"license.html":{}}}],["tap((connected",{"_index":202,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["targeted",{"_index":761,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["template",{"_index":824,"title":{},"body":{"dependencies.html":{}}}],["terminate",{"_index":1487,"title":{},"body":{"license.html":{}}}],["termination",{"_index":1486,"title":{},"body":{"license.html":{}}}],["terms",{"_index":1151,"title":{},"body":{"license.html":{}}}],["text",{"_index":626,"title":{},"body":{"pipes/TranslateMockPipe.html":{},"license.html":{}}}],["therefore",{"_index":1382,"title":{},"body":{"license.html":{}}}],["thereof",{"_index":1181,"title":{},"body":{"license.html":{}}}],["thereto",{"_index":1304,"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":642,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.ondefaultlangchangesubject.asobservable",{"_index":646,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.onlangchangesubject.asobservable",{"_index":647,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.ontranslationchangesubject.asobservable",{"_index":648,"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":1258,"title":{},"body":{"license.html":{}}}],["through",{"_index":436,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["time",{"_index":151,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"license.html":{}}}],["timeout",{"_index":266,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"miscellaneous/functions.html":{}}}],["timestamp",{"_index":110,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["timezone",{"_index":604,"title":{"interfaces/TimeZone.html":{}},"body":{"interfaces/TimeZone.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{}}}],["timezone.service.ts",{"_index":606,"title":{},"body":{"interfaces/TimeZone.html":{},"injectables/UxTimezoneService.html":{}}}],["todo",{"_index":203,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["token",{"_index":721,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["trade",{"_index":1353,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":1314,"title":{},"body":{"license.html":{}}}],["transform",{"_index":624,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["transform(text",{"_index":625,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["transformer",{"_index":945,"title":{},"body":{"dependencies.html":{}}}],["translate",{"_index":428,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{}}}],["translate/core",{"_index":901,"title":{},"body":{"dependencies.html":{}}}],["translate/http",{"_index":903,"title":{},"body":{"dependencies.html":{}}}],["translatemockdirective",{"_index":609,"title":{"directives/TranslateMockDirective.html":{}},"body":{"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{}}}],["translatemockmodule",{"_index":619,"title":{"modules/TranslateMockModule.html":{}},"body":{"modules/TranslateMockModule.html":{},"modules.html":{}}}],["translatemockpipe",{"_index":621,"title":{"pipes/TranslateMockPipe.html":{}},"body":{"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{}}}],["translateparams",{"_index":615,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["translateservice",{"_index":50,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{},"injectables/UxErrorFeedbackService.html":{}}}],["translateservicemock",{"_index":627,"title":{"classes/TranslateServiceMock.html":{}},"body":{"classes/TranslateServiceMock.html":{}}}],["translation",{"_index":232,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{}}}],["translations",{"_index":357,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResources.html":{}}}],["transmitting",{"_index":1226,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":1532,"title":{},"body":{"license.html":{}}}],["true",{"_index":100,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["true/false",{"_index":1084,"title":{},"body":{"miscellaneous/functions.html":{}}}],["ts",{"_index":882,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":848,"title":{},"body":{"dependencies.html":{}}}],["tslint",{"_index":837,"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.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":{},"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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/typealiases.html":{}}}],["typealiases",{"_index":1562,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":213,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["types/cleave.js",{"_index":909,"title":{},"body":{"dependencies.html":{}}}],["types/jasmine",{"_index":853,"title":{},"body":{"dependencies.html":{}}}],["types/jasminewd2",{"_index":885,"title":{},"body":{"dependencies.html":{}}}],["types/lodash",{"_index":887,"title":{},"body":{"dependencies.html":{}}}],["types/node",{"_index":855,"title":{},"body":{"dependencies.html":{}}}],["types/quill",{"_index":924,"title":{},"body":{"dependencies.html":{}}}],["typescript",{"_index":834,"title":{},"body":{"dependencies.html":{}}}],["tz",{"_index":787,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["undefined",{"_index":190,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["under",{"_index":1150,"title":{},"body":{"license.html":{}}}],["unenforceable",{"_index":1501,"title":{},"body":{"license.html":{}}}],["union",{"_index":1138,"title":{},"body":{"license.html":{}}}],["unique",{"_index":1516,"title":{},"body":{"license.html":{}}}],["unless",{"_index":1330,"title":{},"body":{"license.html":{}}}],["update",{"_index":323,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["update_app_connection",{"_index":1010,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_app_status",{"_index":1012,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_app_version",{"_index":1009,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_current_module",{"_index":1013,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_i18n_state",{"_index":1022,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_locale_state",{"_index":1023,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_notifications_list",{"_index":1024,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_dashboard",{"_index":1032,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_details",{"_index":1027,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_preferences",{"_index":1029,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_rights",{"_index":1031,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_state",{"_index":1026,"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":658,"title":{"classes/UpdateAppStatusAction.html":{}},"body":{"classes/UpdateAppStatusAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateappversionaction",{"_index":660,"title":{"classes/UpdateAppVersionAction.html":{}},"body":{"classes/UpdateAppVersionAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatecurrentmoduleaction",{"_index":662,"title":{"classes/UpdateCurrentModuleAction.html":{}},"body":{"classes/UpdateCurrentModuleAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatecurrentmoduleaction(module",{"_index":193,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["updated",{"_index":1122,"title":{},"body":{"miscellaneous/functions.html":{}}}],["updatei18nstateaction",{"_index":664,"title":{"classes/UpdateI18nStateAction.html":{}},"body":{"classes/UpdateI18nStateAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatelocalestateaction",{"_index":667,"title":{"classes/UpdateLocaleStateAction.html":{}},"body":{"classes/UpdateLocaleStateAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatenotificationslistaction",{"_index":670,"title":{"classes/UpdateNotificationsListAction.html":{}},"body":{"classes/UpdateNotificationsListAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatestate",{"_index":285,"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":447,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["updatestate(langstate",{"_index":439,"title":{},"body":{"injectables/I18nService.html":{}}}],["updatestate(rights",{"_index":322,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["updatestate(slice",{"_index":691,"title":{},"body":{"injectables/UserService.html":{}}}],["updatestate(state",{"_index":480,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["updatestate(userstate",{"_index":690,"title":{},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["updateuserdashboardaction",{"_index":673,"title":{"classes/UpdateUserDashboardAction.html":{}},"body":{"classes/UpdateUserDashboardAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserdetailsaction",{"_index":676,"title":{"classes/UpdateUserDetailsAction.html":{}},"body":{"classes/UpdateUserDetailsAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserpreferencesaction",{"_index":679,"title":{"classes/UpdateUserPreferencesAction.html":{}},"body":{"classes/UpdateUserPreferencesAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserrightsaction",{"_index":682,"title":{"classes/UpdateUserRightsAction.html":{}},"body":{"classes/UpdateUserRightsAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserstateaction",{"_index":684,"title":{"classes/UpdateUserStateAction.html":{}},"body":{"classes/UpdateUserStateAction.html":{}}}],["upon",{"_index":1179,"title":{},"body":{"license.html":{}}}],["url",{"_index":562,"title":{},"body":{"classes/RouterMock.html":{},"miscellaneous/functions.html":{}}}],["usage",{"_index":1216,"title":{},"body":{"license.html":{}}}],["use",{"_index":249,"title":{},"body":{"modules/CoreModule.html":{},"classes/TranslateServiceMock.html":{},"license.html":{}}}],["use(lang",{"_index":656,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["used",{"_index":1111,"title":{},"body":{"miscellaneous/functions.html":{}}}],["useful",{"_index":308,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["user",{"_index":219,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"miscellaneous/enumerations.html":{}}}],["user's",{"_index":317,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["userdetails",{"_index":677,"title":{},"body":{"classes/UpdateUserDetailsAction.html":{}}}],["userpreferences",{"_index":680,"title":{},"body":{"classes/UpdateUserPreferencesAction.html":{},"injectables/UserServiceMock.html":{}}}],["userservice",{"_index":687,"title":{"injectables/UserService.html":{}},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["userservicemock",{"_index":694,"title":{"injectables/UserServiceMock.html":{}},"body":{"injectables/UserServiceMock.html":{}}}],["userstate",{"_index":685,"title":{},"body":{"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["using",{"_index":462,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["utility",{"_index":161,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{},"miscellaneous/functions.html":{}}}],["utils",{"_index":840,"title":{},"body":{"dependencies.html":{}}}],["uxappshellservice",{"_index":178,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/UxErrorFeedbackService.html":{}}}],["uxdynamiccomponentservice",{"_index":702,"title":{"injectables/UxDynamicComponentService.html":{}},"body":{"injectables/UxDynamicComponentService.html":{}}}],["uxdynamicmenuservice",{"_index":731,"title":{"injectables/UxDynamicMenuService.html":{}},"body":{"injectables/UxDynamicMenuService.html":{}}}],["uxerrorfeedbackservice",{"_index":741,"title":{"injectables/UxErrorFeedbackService.html":{}},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["uxerrormanager",{"_index":752,"title":{"classes/UxErrorManager.html":{}},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["uxhttperrorresponse",{"_index":754,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["uxpermission",{"_index":738,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["uxrequesterrormodelinterceptor",{"_index":769,"title":{"interceptors/UxRequestErrorModelInterceptor.html":{}},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["uxrootinjectorguard",{"_index":774,"title":{"classes/UxRootInjectorGuard.html":{}},"body":{"classes/UxRootInjectorGuard.html":{}}}],["uxtimezoneservice",{"_index":777,"title":{"injectables/UxTimezoneService.html":{}},"body":{"injectables/UxTimezoneService.html":{}}}],["uxuserright",{"_index":320,"title":{},"body":{"injectables/EuiPermissionService.html":{},"classes/UpdateUserRightsAction.html":{}}}],["v",{"_index":1140,"title":{},"body":{"license.html":{}}}],["v.1.1",{"_index":1165,"title":{},"body":{"license.html":{}}}],["valid",{"_index":1508,"title":{},"body":{"license.html":{}}}],["validity",{"_index":1503,"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":{},"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":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["version",{"_index":599,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{},"license.html":{},"properties.html":{}}}],["versions",{"_index":1513,"title":{},"body":{"license.html":{}}}],["vested",{"_index":1245,"title":{},"body":{"license.html":{}}}],["via",{"_index":252,"title":{},"body":{"modules/CoreModule.html":{}}}],["viewer",{"_index":913,"title":{},"body":{"dependencies.html":{}}}],["void",{"_index":88,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["waives",{"_index":1271,"title":{},"body":{"license.html":{}}}],["want",{"_index":309,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LogService.html":{}}}],["warning",{"_index":83,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["warranties",{"_index":1318,"title":{},"body":{"license.html":{}}}],["warrants",{"_index":1364,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1376,"title":{},"body":{"license.html":{}}}],["way",{"_index":297,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["web",{"_index":956,"title":{},"body":{"dependencies.html":{},"miscellaneous/functions.html":{}}}],["webcomponents/custom",{"_index":842,"title":{},"body":{"dependencies.html":{}}}],["website",{"_index":1480,"title":{},"body":{"license.html":{}}}],["whether",{"_index":389,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["whole",{"_index":1505,"title":{},"body":{"license.html":{}}}],["wide",{"_index":1239,"title":{},"body":{"license.html":{}}}],["wilful",{"_index":1406,"title":{},"body":{"license.html":{}}}],["willingness",{"_index":1168,"title":{},"body":{"license.html":{}}}],["window",{"_index":1459,"title":{},"body":{"license.html":{}}}],["without",{"_index":1389,"title":{},"body":{"license.html":{}}}],["withuxerrormanager",{"_index":1067,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withuxerrormanager(errormanager",{"_index":1127,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withuxerrormanager(this",{"_index":767,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["work",{"_index":1147,"title":{},"body":{"license.html":{}}}],["worker",{"_index":807,"title":{},"body":{"dependencies.html":{}}}],["works",{"_index":1177,"title":{},"body":{"license.html":{}}}],["world",{"_index":1238,"title":{},"body":{"license.html":{}}}],["wrapper",{"_index":425,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["xhr",{"_index":936,"title":{},"body":{"dependencies.html":{}}}],["yes",{"_index":276,"title":{},"body":{"classes/EuiError.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/StoreService.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["zone.js",{"_index":850,"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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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: UxAppShellService)\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 UxAppShellService\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 let isFeatureEnabled =\n typeof this.showConnectionStatus !== 'boolean' ? this.showConnectionStatus?.enabled : this.showConnectionStatus;\n // extract lifespan if any\n let 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 \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 \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 \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"},"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 \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"},"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 \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\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 \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 \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 \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: UxUserRight[])\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 UxUserRight[]\n \n\n \n No\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 updateState\n \n \n \n \n \n \nupdateState(rights: UxUserRight[])\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 UxUserRight[]\n \n\n \n No\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\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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 ngOnDestroy\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 \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 \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 \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 \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 \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\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 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 \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 ngOnDestroy\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 \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 \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 \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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"},"interfaces/TimeZone.html":{"url":"interfaces/TimeZone.html","title":"interface - TimeZone","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n TimeZone\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-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"},"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 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 \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 \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 \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[], interpolateParams?: object)\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 interpolateParams\n \n object\n \n\n \n Yes\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 \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 \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 \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: UxUserRight[])\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 UxUserRight[]\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 : UxUserRight[]\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 \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 \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 \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 \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 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 T\n \n\n \n No\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 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 \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 \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 \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 \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 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 T\n \n\n \n No\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\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UxDynamicComponentService.html":{"url":"injectables/UxDynamicComponentService.html","title":"injectable - UxDynamicComponentService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxDynamicComponentService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-dynamic-component/ux-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 \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 \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/UxDynamicMenuService.html":{"url":"injectables/UxDynamicMenuService.html","title":"injectable - UxDynamicMenuService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxDynamicMenuService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-dynamic-menu/ux-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 filterUxLinksWithRights\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(uxPermission: 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 uxPermission\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 filterUxLinksWithRights\n \n \n \n \n \n \nfilterUxLinksWithRights(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 \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"},"injectables/UxErrorFeedbackService.html":{"url":"injectables/UxErrorFeedbackService.html","title":"injectable - UxErrorFeedbackService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxErrorFeedbackService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-error-feedback/ux-error-feedback.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n errors\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n clearError\n \n \n createGlobalErrorManager\n \n \n createLocalErrorManager\n \n \n growlError\n \n \n publishError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(asService: UxAppShellService, translateService: TranslateService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n asService\n \n \n UxAppShellService\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 \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n clearError\n \n \n \n \n \n \nclearError(id?: string, groupId?: 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 Yes\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\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 createGlobalErrorManager\n \n \n \n \n \n \ncreateGlobalErrorManager()\n \n \n\n\n\n\n \n \n\n \n Returns : UxErrorManager\n\n \n \n \n \n \n \n \n \n \n \n \n createLocalErrorManager\n \n \n \n \n \n \ncreateLocalErrorManager()\n \n \n\n\n\n\n \n \n\n \n Returns : UxErrorManager\n\n \n \n \n \n \n \n \n \n \n \n \n growlError\n \n \n \n \n \n \ngrowlError(err: UxHttpErrorResponse)\n \n \n\n\n\n\n \n \n Growl errors\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\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 publishError\n \n \n \n \n \n \npublishError(err: UxHttpErrorResponse, instanceId?: string, groupId?: string, accumulate?: boolean)\n \n \n\n\n\n\n \n \n Publishes errors to targeted components\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n instanceId\n \n string\n \n\n \n Yes\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n accumulate\n \n boolean\n \n\n \n Yes\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 Properties\n \n \n \n \n \n \n \n errors\n \n \n \n \n \n \n Default value : new Subject()\n \n \n\n\n \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/UxErrorManager.html":{"url":"classes/UxErrorManager.html","title":"class - UxErrorManager","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UxErrorManager\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-error-feedback/ux-error-feedback.service.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n httpErrorOperator\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n clearError\n \n \n errors\n \n \n growlError\n \n \n publishError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(uxErrorFeedbackService: UxErrorFeedbackService, isGlobal?: boolean)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n uxErrorFeedbackService\n \n \n UxErrorFeedbackService\n \n \n \n No\n \n \n \n \n isGlobal\n \n \n boolean\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 Readonly\n httpErrorOperator\n \n \n \n \n \n \n Default value : withUxErrorManager(this)\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n clearError\n \n \n \n \n \n \nclearError(groupId?: 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 groupId\n \n string\n \n\n \n Yes\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 errors\n \n \n \n \n \n \nerrors()\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 growlError\n \n \n \n \n \n \ngrowlError(err: UxHttpErrorResponse)\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 err\n \n UxHttpErrorResponse\n \n\n \n No\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 publishError\n \n \n \n \n \n \npublishError(err: UxHttpErrorResponse, groupId?: string, accumulate?: 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 err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n accumulate\n \n boolean\n \n\n \n Yes\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\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 \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/UxRootInjectorGuard.html":{"url":"classes/UxRootInjectorGuard.html","title":"class - UxRootInjectorGuard","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UxRootInjectorGuard\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-root-injector.guard.ts\n \n\n\n\n\n\n\n\n \n Constructor\n \n \n \n \nconstructor(type: Type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n type\n \n \n Type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\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/UxTimezoneService.html":{"url":"injectables/UxTimezoneService.html","title":"injectable - UxTimezoneService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxTimezoneService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-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 \n \n Returns : TimeZone\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 : TimeZone[]\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 \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"},"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 : 15.2.9\n \n @angular/common : 15.2.9\n \n @angular/compiler : 15.2.9\n \n @angular/core : 15.2.9\n \n @angular/forms : 15.2.9\n \n @angular/platform-browser : 15.2.9\n \n @angular/platform-browser-dynamic : 15.2.9\n \n @angular/router : 15.2.9\n \n @angular/compiler-cli : 15.2.9\n \n @angular/elements : 15.2.9\n \n @angular/language-service : 15.2.9\n \n @angular/service-worker : 15.2.9\n \n @angular-devkit/build-angular : 15.2.9\n \n @angular/cli : 15.2.9\n \n ng-packagr : 15.2.2\n \n @angular/cdk : 15.2.9\n \n @angular/material : 15.2.9\n \n @angular/material-moment-adapter : 15.2.9\n \n angular-animations : 0.11.0\n \n @angular-eslint/builder : 15.2.0\n \n @angular-eslint/eslint-plugin : 15.2.0\n \n @angular-eslint/eslint-plugin-template : 15.2.0\n \n @angular-eslint/schematics : 15.2.0\n \n @angular-eslint/template-parser : 15.2.0\n \n eslint-plugin-prefer-arrow : 1.2.3\n \n eslint-plugin-jsdoc : 39.7.5\n \n @typescript-eslint/parser : 5.50.0\n \n @typescript-eslint/eslint-plugin : 5.50.0\n \n @typescript-eslint/eslint-plugin-tslint : 5.50.0\n \n eslint-plugin-import : 2.27.5\n \n @eslint-community/eslint-utils : 4.4.0\n \n @webcomponents/custom-elements : 1.5.1\n \n eslint : 8.33.0\n \n rxjs : 7.6.0\n \n tslib : 2.4.1\n \n zone.js : 0.12.0\n \n typescript : 4.8.2\n \n @types/jasmine : 4.3.1\n \n @types/node : 17.0.36\n \n moment-timezone : 0.5.40\n \n jasmine-core : 4.5.0\n \n karma : 6.4.1\n \n karma-chrome-launcher : 3.1.1\n \n karma-coverage : 2.2.0\n \n karma-jasmine : 5.1.0\n \n karma-jasmine-html-reporter : 2.0.0\n \n karma-cli : 2.0.0\n \n karma-coverage-istanbul-reporter : 3.0.3\n \n karma-sourcemap-loader : 0.3.8\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 ts-node : 10.9.1\n \n @types/jasminewd2 : 2.0.10\n \n @types/lodash : 4.14.191\n \n @ngrx/effects : 15.4.0\n \n @ngrx/router-store : 15.4.0\n \n @ngrx/schematics : 15.4.0\n \n @ngrx/store : 15.4.0\n \n @ngrx/store-devtools : 15.4.0\n \n @ngrx/entity : 15.4.0\n \n @ngrx/component : 15.4.0\n \n @ngrx/component-store : 15.4.0\n \n ngrx-store-freeze : 0.2.4\n \n reselect : 4.1.7\n \n @ngx-translate/core : 14.0.0\n \n @ngx-translate/http-loader : 7.0.0\n \n ngx-infinite-scroll : 14.0.1\n \n cleave.js : 1.6.0\n \n @types/cleave.js : 1.4.7\n \n ng2-pdfjs-viewer : 13.2.2\n \n ngx-perfect-scrollbar : 10.1.1\n \n ngx-mask : 14.2.4\n \n bootstrap : 5.1.3\n \n quill : 2.0.0-dev.4\n \n @types/quill : 2.0.9\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.19\n \n @compodoc/ngd-transformer : 2.1.0\n \n marked : 4.2.12\n \n prismjs : 1.29.0\n \n oidc-client : 1.11.5\n \n jsrsasign : 10.6.1\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 stylelint : 14.16.0\n \n stylelint-config-standard : 24.0.0\n \n stylelint-order : 5.0.0\n \n stylelint-scss : 4.3.0\n \n handlebars : 4.7.7\n \n pikaday : 1.8.2\n \n apexcharts : 3.36.3\n \n @stackblitz/sdk : 1.8.1\n \n prettier : 2.8.3\n \n prettier-eslint : 15.0.1\n \n eslint-config-prettier : 8.6.0\n \n eslint-plugin-prettier : 4.2.1\n \n @eui/ecl : 15.4.0-snapshot-1690875650641\n \n @eui/styles-base : 15.4.0-snapshot-1690875650641\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 withUxErrorManager   (packages/.../ux-error-handler.operator.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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 packages/eui/packages/core/src/lib/services/ux-error-feedback/ux-error-handler.operator.ts\n \n \n \n \n \n \n \n withUxErrorManager\n \n \n \n \n \n \nwithUxErrorManager(errorManager?: UxErrorManager)\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 errorManager\n \n UxErrorManager\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : OperatorFunction\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 33 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"}}
2
+ "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/classes/ActivatedRouteAction.html",[0,0.888,1,2.987]],["body/classes/ActivatedRouteAction.html",[1,3.912,2,1.2,3,0.158,4,0.123,5,2.552,6,1.96,7,1.83,8,0.23,9,1.357,10,1.997,11,2.755,12,0.354,13,0.641,14,2.03,15,6.372,16,0.409,17,0.011,18,0.327,19,0.327,20,1.162,21,1.054,22,5.374,23,0.01,24,0.01]],["title/classes/AddApiQueueItemAction.html",[0,0.888,25,3.243]],["body/classes/AddApiQueueItemAction.html",[2,1.181,3,0.155,4,0.121,5,2.511,6,1.928,7,1.8,8,0.227,9,1.344,10,1.977,11,2.735,12,0.375,13,0.631,14,1.997,16,0.403,17,0.011,18,0.321,19,0.321,20,1.143,21,1.037,23,0.01,24,0.01,25,4.178,26,5.721,27,5.287]],["title/classes/AddAppLoadedConfigModulesAction.html",[0,0.888,28,3.243]],["body/classes/AddAppLoadedConfigModulesAction.html",[2,1.181,3,0.155,4,0.121,5,2.511,6,1.928,7,1.8,8,0.227,9,1.344,10,1.977,11,2.735,12,0.375,13,0.631,14,1.997,16,0.403,17,0.011,18,0.321,19,0.321,20,1.143,21,1.037,23,0.01,24,0.01,26,5.721,28,4.178,29,5.287]],["title/interceptors/AddLangParamInterceptor.html",[30,2.228,31,3.585]],["body/interceptors/AddLangParamInterceptor.html",[3,0.144,4,0.112,8,0.21,12,0.292,13,0.584,16,0.481,17,0.011,18,0.384,19,0.384,23,0.009,24,0.009,30,2.656,31,4.273,32,2.79,33,4.892,34,3.561,35,4.892,36,1.848,37,4.892,38,3.561,39,3.866,40,3.866,41,3.561,42,4.892,43,4.892,44,2.79,45,3.561,46,4.892,47,0.977,48,3.425,49,4.892,50,5.083,51,3.561,52,3.598,53,3.268,54,3.598,55,3.561,56,0.731,57,1.367]],["title/injectables/ApiQueueService.html",[58,1.351,59,3.243]],["body/injectables/ApiQueueService.html",[3,0.071,4,0.055,7,0.822,8,0.103,12,0.317,13,0.288,16,0.489,17,0.011,18,0.391,19,0.391,20,0.821,21,0.745,23,0.006,24,0.006,36,2.319,38,1.758,44,2.676,45,3.872,47,0.588,53,1.251,56,0.994,57,1.913,59,1.908,60,0.769,61,2.109,62,2.415,63,3.317,64,4.099,65,3.317,66,3.317,67,3.317,68,3.317,69,4.099,70,3.317,71,1.758,72,2.061,73,3.317,74,2.33,75,2.888,76,2.415,77,1.349,78,6.512,79,5.32,80,1.908,81,6.224,82,2.415,83,3,84,3.797,85,4.213,86,3.797,87,5.364,88,1.312,89,3.797,90,2.418,91,2.415,92,1.251,93,2.988,94,5.611,95,2.109,96,2.415,97,2.425,98,4.099,99,2.415,100,2.764,101,1.377,102,2.415,103,2.415,104,2.415,105,2.415,106,2.415,107,2.109,108,3.872,109,2.764,110,3.317,111,2.109,112,2.109,113,2.109,114,2.109,115,2.109,116,1.538,117,2.109,118,2.109,119,2.109,120,1.452,121,2.415,122,2.283,123,2.109,124,2.415,125,1.758]],["title/classes/ApiQueueServiceMock.html",[0,0.888,126,3.585]],["body/classes/ApiQueueServiceMock.html",[2,0.848,3,0.111,4,0.087,8,0.163,12,0.246,13,0.635,16,0.405,17,0.012,18,0.323,19,0.323,20,0.821,21,0.745,23,0.008,24,0.008,36,1.434,44,3.033,45,3.871,47,0.823,53,1.966,56,1.137,57,1.958,59,2.999,61,3.315,63,5.363,64,5.363,65,4.646,66,5.363,67,4.646,68,5.363,69,5.363,70,5.363,77,1.078,81,4.851,85,2.283,88,1.716,94,4.646,95,3.315,97,2.424,98,3.315,100,2.763,107,3.315,108,4.843,109,3.871,110,4.646,111,3.315,112,3.315,113,3.315,114,3.315,115,3.315,116,2.417,117,3.315,118,3.315,119,3.315,120,2.283,126,3.315,127,3.796,128,1.337]],["title/classes/AsyncStorageService.html",[0,0.888,129,2.987]],["body/classes/AsyncStorageService.html",[0,0.539,2,0.557,3,0.073,4,0.057,8,0.107,12,0.334,16,0.549,17,0.012,18,0.438,19,0.409,21,1.413,23,0.006,24,0.006,36,2.351,47,0.603,56,1.056,57,1.976,77,1.565,88,1.339,90,1.588,92,2.482,116,3.448,120,1.5,122,1.5,128,0.879,129,1.816,130,2.179,131,1.971,132,2.179,133,4.73,134,4.141,135,1.292,136,2.179,137,1.971,138,1.971,139,1.588,140,6.558,141,3.488,142,2.601,143,3.077,144,3.709,145,4.279,146,2.641,147,4.792,148,3.844,149,3.983,150,4.279,151,4.279,152,3.91,153,2.179,154,2.179,155,1.692,156,2.179,157,3.077,158,2.275,159,2.641,160,3.402,161,1.971,162,2.179,163,2.179]],["title/classes/AsyncStorageServiceMock.html",[0,0.888,164,3.585]],["body/classes/AsyncStorageServiceMock.html",[2,1.098,3,0.144,4,0.113,8,0.211,17,0.012,18,0.426,23,0.009,24,0.009,47,0.98,56,1.19,57,2.066,77,0.997,88,1.769,128,1.732,129,3.579,130,4.295,141,5.095,142,3.8,143,5.531,144,3.992,145,5.531,164,4.295,165,4.917]],["title/interceptors/CachePreventionInterceptor.html",[30,2.228,166,3.585]],["body/interceptors/CachePreventionInterceptor.html",[3,0.163,4,0.127,8,0.238,12,0.257,16,0.423,17,0.011,18,0.338,19,0.338,23,0.01,24,0.01,32,3.169,47,1.058,48,3.711,51,4.045,52,3.899,53,3.541,54,3.899,55,4.045,56,0.83,57,1.553,166,4.854,167,5.557,168,4.854]],["title/injectables/CoreAppEffects.html",[58,1.351,169,3.585]],["body/injectables/CoreAppEffects.html",[1,2.155,3,0.087,4,0.068,8,0.127,9,0.9,12,0.247,13,0.353,15,3.879,16,0.225,17,0.012,18,0.27,19,0.18,20,1.152,21,1.045,23,0.006,24,0.006,50,4.31,57,1.241,60,0.943,97,2.891,169,2.586,170,2.961,171,4.441,172,4.441,173,2.961,174,5.329,175,4.441,176,3.879,177,3.879,178,3.879,179,5.329,180,4.441,181,2.961,182,4.441,183,4.441,184,2.961,185,4.441,186,2.2,187,2.155,188,2.961,189,2.961,190,2.008,191,2.961,192,3.012,193,2.961,194,2.961,195,2.961,196,2.961,197,2.961,198,2.961,199,2.961,200,2.961,201,2.155,202,2.961,203,2.961,204,2.155,205,2.961,206,2.961,207,2.339,208,2.961,209,2.339,210,2.961,211,2.961,212,4.441,213,4.441,214,5.329,215,2.961,216,6.661,217,2.961,218,3.879,219,2.155,220,2.586,221,2.961,222,2.586,223,2.586,224,2.961,225,2.961,226,4.441,227,4.441,228,2.961,229,4.441,230,2.961,231,4.441,232,3.879,233,4.441,234,2.961,235,1.349]],["title/modules/CoreModule.html",[186,2.034,236,3.243]],["body/modules/CoreModule.html",[3,0.154,4,0.12,12,0.244,16,0.401,17,0.011,18,0.32,19,0.32,23,0.01,24,0.01,47,0.814,56,0.987,77,1.339,236,4.155,237,2.999,238,4.594,239,4.594,240,4.207,241,4.594,242,5.259,243,3.828,244,5.22,245,5.707,246,4.594,247,4.155,248,3.137,249,4.155,250,5.259,251,5.259,252,5.259,253,5.259]],["title/interceptors/CorsSecurityInterceptor.html",[30,2.228,254,3.585]],["body/interceptors/CorsSecurityInterceptor.html",[3,0.163,4,0.127,8,0.238,12,0.257,16,0.423,17,0.011,18,0.338,19,0.338,23,0.01,24,0.01,32,3.169,44,3.169,47,1.058,48,3.711,52,3.899,53,3.541,54,3.899,56,0.83,57,1.553,254,4.854,255,5.557,256,5.557,257,4.045]],["title/interceptors/CsrfPreventionInterceptor.html",[30,2.228,258,3.585]],["body/interceptors/CsrfPreventionInterceptor.html",[3,0.163,4,0.127,8,0.238,12,0.257,16,0.423,17,0.011,18,0.338,19,0.338,23,0.01,24,0.01,32,3.169,44,3.169,47,1.058,48,3.711,52,3.899,53,3.541,54,3.899,56,0.83,57,1.553,168,4.854,257,4.045,258,4.854,259,5.557]],["title/classes/EmptyApiQueueAction.html",[0,0.888,260,3.585]],["body/classes/EmptyApiQueueAction.html",[2,1.22,3,0.16,4,0.125,5,2.594,6,1.993,7,1.86,8,0.234,9,1.371,10,2.018,11,2.776,12,0.356,13,0.652,14,2.064,16,0.416,17,0.012,18,0.332,19,0.332,20,1.182,21,1.072,23,0.01,24,0.01,260,4.773,261,5.464]],["title/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html",[30,2.228,262,3.585]],["body/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html",[3,0.16,4,0.125,8,0.234,12,0.253,16,0.416,17,0.011,18,0.332,19,0.332,23,0.01,24,0.01,32,3.116,44,3.116,47,1.047,48,3.672,52,3.859,53,3.505,54,3.859,56,0.816,57,1.527,257,3.977,262,4.773,263,5.464,264,5.464,265,3.977,266,4.773,267,5.464]],["title/classes/EuiCoreRootGuardClass.html",[0,0.888,268,3.585]],["body/classes/EuiCoreRootGuardClass.html",[2,1.391,3,0.183,4,0.142,13,0.874,17,0.011,23,0.011,24,0.011,238,5.438,239,5.438,268,5.438]],["title/classes/EuiError.html",[0,0.888,269,3.585]],["body/classes/EuiError.html",[2,1.255,3,0.165,4,0.129,12,0.26,13,0.671,16,0.428,17,0.011,18,0.342,19,0.342,23,0.01,24,0.01,77,1.572,128,1.98,269,4.909,270,5.62,271,5.62,272,5.62,273,6.884,274,6.884,275,4.441,276,3.016]],["title/injectables/EuiPermissionService.html",[58,1.351,277,3.243]],["body/injectables/EuiPermissionService.html",[3,0.088,4,0.069,8,0.129,12,0.322,13,0.359,16,0.529,17,0.011,18,0.407,19,0.407,23,0.007,24,0.007,36,1.697,47,0.695,56,1.001,57,1.255,60,0.957,72,2.438,74,1.968,75,2.438,77,1.529,85,1.808,88,0.84,97,2.451,101,1.714,125,3.269,128,1.059,135,1.557,209,3.549,219,4.343,246,2.625,247,2.375,277,2.375,278,3.006,279,2.375,280,4.492,281,4.492,282,4.492,283,3.234,284,2.133,285,2.701,286,2.375,287,1.714,288,3.006,289,3.006,290,6.587,291,6.235,292,2.625,293,3.006,294,3.006,295,3.006,296,4.492,297,2.625,298,3.549,299,3.006,300,2.625,301,2.625,302,3.006,303,5.378,304,3.006,305,3.006,306,3.006,307,2.625,308,3.006,309,2.375,310,3.006,311,5.045,312,3.006,313,3.006,314,4.492,315,3.006,316,2.038,317,4.492,318,2.553,319,3.006,320,5.211,321,2.625,322,3.006,323,2.375]],["title/injectables/GlobalErrorHandler.html",[58,1.351,324,3.585]],["body/injectables/GlobalErrorHandler.html",[3,0.157,4,0.122,8,0.229,12,0.309,13,0.638,16,0.508,17,0.011,18,0.406,19,0.406,23,0.01,24,0.01,47,1.033,56,0.799,60,1.702,74,3.188,88,1.494,128,1.883,235,3.042,324,4.669,325,5.345,326,5.345,327,5.345,328,6.674,329,5.345,330,5.345]],["title/interceptors/HttpErrorHandlerInterceptor.html",[30,2.228,331,3.585]],["body/interceptors/HttpErrorHandlerInterceptor.html",[3,0.147,4,0.115,8,0.215,12,0.297,13,0.599,16,0.488,17,0.011,18,0.39,19,0.39,23,0.009,24,0.009,32,2.862,47,0.993,48,3.481,51,3.652,52,3.657,53,3.322,54,3.657,55,3.652,56,0.75,57,1.402,235,2.287,248,2.382,331,4.382,332,4.382,333,5.017,334,4.382,335,5.601,336,5.885,337,7.448]],["title/injectables/I18nLoader.html",[58,1.351,338,3.585]],["body/injectables/I18nLoader.html",[3,0.102,4,0.08,8,0.149,10,2.294,12,0.314,13,0.416,16,0.517,17,0.012,18,0.412,19,0.412,23,0.007,24,0.007,34,4.264,36,1.891,39,3.956,45,2.537,47,0.775,56,1.055,57,1.896,60,1.11,73,4.373,74,2.805,77,1.298,80,2.754,88,0.974,93,3.188,122,2.096,248,1.655,338,3.045,339,2.537,340,3.956,341,5.859,342,4.373,343,5.007,344,5.007,345,3.486,346,5.593,347,3.045,348,3.956,349,6.167,350,3.956,351,3.045,352,4.599,353,2.754,354,3.486,355,3.486,356,2.754,357,2.754,358,3.045,359,3.486,360,3.486,361,3.486,362,2.537,363,2.754,364,3.486,365,2.754,366,3.486]],["title/modules/I18nModule.html",[186,2.034,367,3.243]],["body/modules/I18nModule.html",[3,0.169,4,0.132,17,0.011,23,0.01,24,0.01,36,2.173,47,0.89,56,0.859,186,3.459,237,3.281,240,3.663,244,4.545,245,5.517,367,5.517,368,5.752,369,4.545,370,5.024,371,5.024,372,3.901,373,4.187]],["title/classes/I18nResourceImpl.html",[0,0.888,352,2.783]],["body/classes/I18nResourceImpl.html",[2,0.81,3,0.106,4,0.083,8,0.155,10,2.134,12,0.302,13,0.615,16,0.497,17,0.011,18,0.396,19,0.419,23,0.008,24,0.008,34,4.36,36,2.463,39,4.07,40,2.866,47,0.797,56,0.895,77,1.573,88,1.014,92,3.378,97,1.653,100,2.64,150,2.866,158,1.722,352,4.062,353,2.866,357,5.441,362,5.013,374,3.627,375,5.151,376,5.151,377,5.151,378,3.627,379,5.99,380,5.151,381,3.627,382,5.151,383,3.627,384,5.232,385,3.627,386,5.151,387,3.627,388,3.169,389,3.169,390,3.627,391,5.151,392,3.169,393,3.627,394,3.169,395,3.169,396,3.627,397,4.499]],["title/injectables/I18nService.html",[58,1.351,398,2.987]],["body/injectables/I18nService.html",[3,0.072,4,0.056,8,0.105,10,1.597,12,0.342,13,0.292,16,0.563,17,0.012,18,0.449,19,0.427,23,0.006,24,0.006,36,1.448,41,1.779,47,0.593,50,3.899,56,1.027,57,1.921,60,0.779,72,2.081,74,2.346,75,2.081,77,1.354,83,1.932,88,1.072,101,1.394,109,1.779,116,1.557,125,1.779,128,0.861,148,1.266,152,3.499,158,1.82,186,2.654,204,1.779,232,2.135,243,4.235,248,2.246,276,2.827,283,3.712,284,1.82,285,2.306,298,1.932,316,2.6,318,2.246,340,3.029,347,2.135,348,4.597,349,2.135,350,1.932,398,1.779,399,2.135,400,2.445,401,3.349,402,3.349,403,4.132,404,2.445,405,3.443,406,5.356,407,2.135,408,2.135,409,2.445,410,2.445,411,2.791,412,1.779,413,1.779,414,1.932,415,1.932,416,1.932,417,2.445,418,3.834,419,2.135,420,2.445,421,4.132,422,2.135,423,1.779,424,2.135,425,2.135,426,3.737,427,1.932,428,1.779,429,2.135,430,2.135,431,2.135,432,3.349,433,2.135,434,2.135,435,3.029,436,2.135,437,1.658,438,1.932,439,2.445,440,3.029]],["title/injectables/I18nServiceMock.html",[58,1.351,441,3.585]],["body/injectables/I18nServiceMock.html",[3,0.1,4,0.078,8,0.146,10,1.467,12,0.293,13,0.587,16,0.482,17,0.012,18,0.439,19,0.385,23,0.007,24,0.007,36,1.285,47,0.761,56,1.079,57,2.018,60,1.083,77,0.997,83,2.688,88,0.951,101,1.94,116,2.166,125,2.476,128,1.198,158,1.615,186,3.137,204,2.476,243,2.476,248,1.615,276,2.155,283,3.475,284,2.336,285,2.958,298,2.688,318,2.336,340,4.566,348,3.887,398,2.476,401,4.297,402,5.047,403,5.047,405,2.476,411,2.476,419,2.971,422,2.971,423,2.476,424,2.971,425,2.971,426,4.566,427,2.688,428,2.476,429,2.971,430,2.971,431,2.971,432,4.297,433,2.971,434,2.971,435,3.887,436,2.971,437,2.307,438,2.688,440,5.532,441,2.971,442,3.401,443,4.297,444,4.297,445,4.919,446,3.401,447,3.401,448,3.401,449,3.401]],["title/classes/InitStoreAction.html",[0,0.888,450,3.243]],["body/classes/InitStoreAction.html",[2,1.181,3,0.155,4,0.121,5,2.511,6,1.928,7,1.8,8,0.227,9,1.344,10,1.977,11,2.735,12,0.375,13,0.631,14,1.997,16,0.403,17,0.011,18,0.321,19,0.321,20,1.143,21,1.037,23,0.01,24,0.01,26,5.721,450,4.178,451,5.287]],["title/interfaces/LoadedResources.html",[452,2.614,453,3.585]],["body/interfaces/LoadedResources.html",[3,0.16,4,0.124,8,0.233,9,1.367,12,0.34,17,0.012,19,0.41,23,0.01,24,0.01,92,3.493,93,4.294,97,3.073,339,3.955,357,5.792,453,4.746,454,3.268,455,5.336,456,7.331]],["title/interfaces/LoadedResourcesError.html",[452,2.614,457,3.585]],["body/interfaces/LoadedResourcesError.html",[3,0.168,4,0.131,8,0.245,9,1.41,12,0.322,17,0.011,23,0.01,24,0.01,77,1.41,235,3.418,339,4.162,352,4.718,362,5.458,454,3.439,457,4.995]],["title/injectables/LocalForageService.html",[58,1.351,458,3.585]],["body/injectables/LocalForageService.html",[3,0.086,4,0.067,8,0.125,9,0.89,12,0.318,13,0.348,16,0.504,17,0.012,18,0.461,19,0.403,20,0.631,21,1.388,23,0.006,24,0.006,36,2.502,47,0.68,56,1.027,57,1.977,60,0.929,74,1.924,77,1.538,88,1.227,90,1.857,92,2.736,116,3.742,120,1.754,122,1.754,128,1.027,129,2.123,133,3.836,134,2.796,135,2.275,141,3.844,142,2.867,143,3.47,144,3.595,145,3.47,146,1.978,148,3.82,149,4.275,150,4.643,151,4.643,153,2.548,154,2.548,155,1.978,156,2.548,157,3.47,158,2.085,159,1.978,160,2.548,240,2.796,248,1.385,287,2.504,334,2.548,458,3.836,459,2.548,460,2.917,461,5.506,462,2.917,463,2.917,464,2.917,465,2.917]],["title/injectables/LocalStorageService.html",[58,1.351,466,3.585]],["body/injectables/LocalStorageService.html",[3,0.109,4,0.085,8,0.16,9,1.064,12,0.322,13,0.444,16,0.502,17,0.012,18,0.474,19,0.401,20,0.805,21,1.364,23,0.008,24,0.008,36,2.492,47,0.812,56,0.986,60,1.186,74,2.299,77,1.535,88,1.467,90,2.371,92,3.148,101,2.124,120,2.239,122,2.239,128,1.312,131,2.942,134,4.201,135,2.718,139,2.371,142,2.848,144,3.466,146,2.525,148,3.738,149,4.121,155,2.525,159,2.525,190,2.525,235,1.697,240,3.342,286,2.942,287,2.124,459,3.253,466,4.584,467,3.724,468,4.423]],["title/injectables/LocaleService.html",[58,1.351,469,3.243]],["body/injectables/LocaleService.html",[3,0.092,4,0.071,8,0.134,12,0.347,13,0.372,16,0.571,17,0.012,18,0.427,19,0.427,23,0.007,24,0.007,47,0.715,56,1.05,57,1.813,60,0.994,71,2.271,72,2.507,74,2.023,75,1.694,77,1.377,85,1.876,88,1.537,128,1.099,148,1.616,152,1.876,158,1.482,190,3.132,276,2.662,279,2.466,283,4.084,284,2.193,285,2.777,287,2.634,316,3.132,318,2.885,323,2.466,363,2.466,369,3.649,398,3.362,405,3.362,407,4.034,412,2.271,413,2.271,414,2.466,415,2.466,416,2.466,443,4.034,469,2.466,470,2.726,471,4.034,472,4.802,473,4.618,474,4.618,475,4.034,476,5.308,477,2.726,478,2.726,479,4.801,480,2.726,481,2.726,482,2.726,483,3.12,484,3.12]],["title/injectables/LocaleServiceMock.html",[58,1.351,485,3.585]],["body/injectables/LocaleServiceMock.html",[3,0.128,4,0.1,8,0.187,12,0.327,13,0.522,16,0.538,17,0.012,18,0.429,19,0.429,23,0.009,24,0.009,47,0.907,56,1.1,57,1.847,60,1.392,77,1.431,85,2.628,88,1.637,128,1.539,276,1.914,283,3.974,284,2.781,285,3.523,318,2.781,469,3.453,471,5.117,472,5.772,475,3.817,477,3.817,478,3.817,479,5.578,480,3.817,485,3.817,486,4.37,487,4.37]],["title/modules/LogModule.html",[186,2.034,488,3.243]],["body/modules/LogModule.html",[3,0.137,4,0.107,12,0.284,16,0.467,17,0.011,18,0.373,19,0.373,20,1.326,21,1.203,23,0.009,24,0.009,36,1.769,47,0.725,56,0.916,74,2.686,186,3.038,237,3.497,240,3.905,241,4.09,244,4.845,245,3.7,248,2.912,287,2.671,365,3.7,370,5.356,371,5.356,372,4.159,373,3.408,411,3.408,437,3.175,488,3.7,489,4.682,490,4.682,491,6.337,492,4.682,493,4.09,494,4.682,495,5.356,496,4.682]],["title/injectables/LogService.html",[58,1.351,74,1.798]],["body/injectables/LogService.html",[3,0.125,4,0.098,8,0.183,12,0.267,13,0.51,16,0.44,17,0.011,18,0.444,19,0.397,20,1.248,21,0.839,23,0.008,24,0.008,36,2.18,40,3.378,47,0.893,56,0.639,60,1.361,74,1.873,77,1.418,97,2.63,100,3.112,128,1.506,135,2.214,144,3.292,287,2.438,309,3.378,353,4.56,356,3.378,497,4.275,498,4.275,499,3.378,500,4.275,501,4.275,502,4.275,503,4.275,504,3.734,505,7.827,506,5.041,507,4.275,508,5.772,509,5.772,510,5.041,511,5.041,512,4.275,513,5.772,514,4.275,515,3.734,516,4.275,517,4.275]],["title/classes/LogServiceMock.html",[0,0.888,518,3.585]],["body/classes/LogServiceMock.html",[2,1.331,3,0.175,4,0.136,8,0.255,17,0.011,23,0.01,24,0.01,47,1.104,56,0.891,128,2.1,506,6.669,518,5.207,519,5.961,520,5.961]],["title/interfaces/ModuleLoadEvent.html",[452,2.614,521,3.585]],["body/interfaces/ModuleLoadEvent.html",[3,0.161,4,0.126,8,0.235,9,1.376,12,0.341,17,0.012,18,0.448,19,0.413,23,0.01,24,0.01,77,1.376,97,3.094,141,5.363,235,3.358,399,4.799,454,3.304,521,4.799]],["title/interceptors/OpenIdConnectInterceptor.html",[30,2.228,522,3.585]],["body/interceptors/OpenIdConnectInterceptor.html",[3,0.143,4,0.111,8,0.209,9,1.275,12,0.291,13,0.751,16,0.371,17,0.011,18,0.296,19,0.296,20,1.36,21,1.234,23,0.009,24,0.009,32,2.776,44,2.776,47,0.974,48,3.414,52,3.587,53,3.258,54,3.587,56,0.727,57,1.361,218,4.252,257,3.543,276,2.132,522,4.252,523,3.543,524,4.868,525,6.289,526,6.289,527,5.505,528,6.289,529,4.578,530,4.252]],["title/injectables/OpenIdConnectService.html",[58,1.351,531,3.243]],["body/injectables/OpenIdConnectService.html",[3,0.173,4,0.135,8,0.252,13,0.845,17,0.011,23,0.01,24,0.01,47,1.096,56,0.88,57,1.646,60,1.876,523,4.287,531,4.654,532,5.145,533,6.635]],["title/classes/OpenIdConnectServiceMock.html",[0,0.888,534,3.585]],["body/classes/OpenIdConnectServiceMock.html",[2,1.315,3,0.173,4,0.135,8,0.252,17,0.011,23,0.01,24,0.01,47,1.096,56,0.88,57,1.646,128,2.075,523,4.287,531,4.654,533,6.635,534,5.145,535,5.89]],["title/interfaces/OpenIdConnectUserDetails.html",[452,2.614,536,3.585]],["body/interfaces/OpenIdConnectUserDetails.html",[3,0.136,4,0.106,8,0.198,9,1.231,12,0.357,17,0.012,19,0.501,23,0.009,24,0.009,77,1.672,454,2.776,523,3.36,532,4.032,536,4.032,537,6.79,538,6.79,539,6.79,540,6.79,541,6.79,542,6.79]],["title/classes/RemoveApiQueueItemAction.html",[0,0.888,543,3.243]],["body/classes/RemoveApiQueueItemAction.html",[2,1.2,3,0.158,4,0.123,5,2.552,6,1.96,7,1.83,8,0.23,9,1.357,10,1.997,11,2.755,12,0.354,13,0.641,14,2.03,16,0.409,17,0.011,18,0.327,19,0.327,20,1.162,21,1.054,23,0.01,24,0.01,77,1.479,543,4.246,544,5.374]],["title/interfaces/ResourceError.html",[452,2.614,545,3.585]],["body/interfaces/ResourceError.html",[3,0.158,4,0.123,8,0.23,9,1.357,12,0.338,17,0.011,19,0.464,23,0.01,24,0.01,77,1.357,97,3.052,235,3.325,339,3.912,352,4.541,362,5.31,454,3.232,545,4.694,546,7.295]],["title/classes/RouterMock.html",[0,0.888,547,3.585]],["body/classes/RouterMock.html",[2,0.915,3,0.12,4,0.094,8,0.175,9,1.136,10,2.217,12,0.296,13,0.669,16,0.427,17,0.012,18,0.341,19,0.341,20,1.383,21,1.254,23,0.008,24,0.008,47,0.868,56,1.027,77,1.507,88,1.567,192,3.802,372,2.778,547,3.578,548,4.097,549,5.607,550,5.607,551,5.607,552,6.393,553,5.607,554,5.607,555,6.393,556,4.097,557,4.097,558,4.097,559,4.097,560,5.607,561,4.097,562,4.898,563,4.097]],["title/injectables/SessionStorageService.html",[58,1.351,564,3.585]],["body/injectables/SessionStorageService.html",[3,0.109,4,0.085,8,0.16,9,1.064,12,0.322,13,0.444,16,0.502,17,0.012,18,0.474,19,0.401,20,0.805,21,1.364,23,0.008,24,0.008,36,2.492,47,0.812,56,0.986,60,1.186,74,2.299,77,1.535,88,1.467,90,2.371,92,3.148,101,2.124,120,2.239,122,2.239,128,1.312,131,2.942,134,4.201,135,2.718,139,2.371,142,2.848,144,3.466,146,2.525,148,3.738,149,4.121,155,2.525,159,2.525,190,2.525,235,1.697,240,3.342,265,4.423,286,2.942,287,2.124,564,4.584,565,3.724,566,3.724]],["title/classes/StorageService.html",[0,0.888,139,2.614]],["body/classes/StorageService.html",[0,0.726,2,0.749,3,0.098,4,0.077,8,0.144,12,0.333,16,0.548,17,0.012,18,0.448,19,0.406,21,1.367,23,0.007,24,0.007,36,2.376,47,0.754,56,1.041,77,1.566,88,1.603,90,2.136,92,2.97,101,1.913,120,2.017,122,2.017,132,2.93,134,4.437,135,1.738,136,2.93,137,2.651,138,2.651,139,2.136,140,6.822,142,2.644,144,3.81,146,3.303,148,3.815,149,3.888,152,4.017,155,2.275,158,1.593,159,3.303,161,2.651,162,2.93,163,2.93,190,2.275,235,1.529,567,3.355]],["title/classes/StorageServiceMock.html",[0,0.888,568,3.585]],["body/classes/StorageServiceMock.html",[2,1.22,3,0.16,4,0.125,8,0.234,17,0.012,18,0.447,23,0.01,24,0.01,47,1.047,56,1.148,77,1.107,88,1.891,128,1.925,139,3.479,142,3.989,144,4.192,568,4.773,569,5.464]],["title/classes/StoreMock.html",[0,0.888,570,3.585]],["body/classes/StoreMock.html",[2,1.121,3,0.147,4,0.115,8,0.215,9,1.3,12,0.232,13,0.765,16,0.382,17,0.012,18,0.305,19,0.305,20,1.085,21,0.984,23,0.009,24,0.009,47,0.993,56,1.113,88,1.402,318,3.045,570,4.382,571,5.017,572,7.067,573,5.584,574,7.067,575,4.667,576,5.017,577,5.017,578,4.382]],["title/injectables/StoreService.html",[58,1.351,72,2.228]],["body/injectables/StoreService.html",[3,0.107,4,0.083,7,1.24,8,0.156,12,0.332,13,0.435,16,0.546,17,0.012,18,0.436,19,0.436,23,0.008,24,0.008,47,0.799,48,2.803,56,1.07,57,1.018,60,1.159,71,2.65,72,1.976,74,2.861,75,3.743,77,1.324,88,1.678,148,1.886,158,2.452,276,2.262,284,2.452,318,1.729,573,4.081,575,3.759,579,3.18,580,4.511,581,4.511,582,5.243,583,3.641,584,4.511,585,3.641,586,3.641,587,4.511,588,4.511,589,3.641,590,5.165,591,5.165,592,3.18,593,4.511,594,3.759,595,4.081,596,3.641,597,5.165,598,4.511,599,2.65,600,3.641,601,3.641]],["title/injectables/StoreServiceMock.html",[58,1.351,602,3.585]],["body/injectables/StoreServiceMock.html",[3,0.139,4,0.108,8,0.203,12,0.219,13,0.736,16,0.36,17,0.012,18,0.287,19,0.287,23,0.009,24,0.009,47,0.955,56,1.158,60,1.505,72,2.566,88,2.035,128,1.665,284,3.262,318,2.245,573,5.428,575,5,580,6,581,5.39,582,6,592,4.129,593,5.39,594,4.491,595,4.876,602,4.129,603,4.727]],["title/interfaces/TimeZone.html",[452,2.614,604,2.987]],["body/interfaces/TimeZone.html",[3,0.167,4,0.13,8,0.244,9,1.405,12,0.321,17,0.011,18,0.455,23,0.01,24,0.01,77,1.578,454,3.419,604,4.138,605,3.243,606,4.966,607,7.48]],["title/directives/TranslateMockDirective.html",[608,3.585,609,3.243]],["body/directives/TranslateMockDirective.html",[3,0.163,4,0.127,6,2.026,8,0.238,12,0.317,13,0.663,16,0.423,17,0.011,18,0.338,19,0.338,23,0.01,24,0.01,428,4.045,578,4.854,609,4.39,610,5.557,611,4.045,612,5.557,613,4.854,614,6.836,615,6.836,616,5.557,617,5.971,618,5.557]],["title/modules/TranslateMockModule.html",[186,2.034,619,3.243]],["body/modules/TranslateMockModule.html",[3,0.179,4,0.14,17,0.011,23,0.011,24,0.011,237,3.485,609,5.72,611,4.447,619,4.827,620,6.11,621,5.72,622,6.11]],["title/pipes/TranslateMockPipe.html",[423,2.987,621,3.243]],["body/pipes/TranslateMockPipe.html",[3,0.168,4,0.131,12,0.265,16,0.436,17,0.011,18,0.423,19,0.348,23,0.01,24,0.01,47,0.885,56,0.854,77,1.52,428,4.162,611,4.162,613,4.995,621,4.518,623,5.718,624,5.718,625,5.718,626,4.995]],["title/classes/TranslateServiceMock.html",[0,0.888,627,3.585]],["body/classes/TranslateServiceMock.html",[2,0.636,3,0.084,4,0.065,8,0.122,9,0.874,12,0.361,16,0.475,17,0.012,18,0.379,19,0.379,20,1.555,21,1.411,23,0.006,24,0.006,34,3.14,47,0.668,56,1.049,57,1.835,77,1.601,88,1.455,92,2.235,148,1.476,192,3.938,249,3.409,276,1.248,342,4.548,444,3.768,529,4.778,611,2.074,627,2.488,628,4.314,629,4.314,630,4.314,631,4.314,632,4.314,633,4.314,634,4.314,635,4.314,636,4.314,637,4.314,638,5.207,639,5.207,640,4.314,641,4.314,642,2.849,643,2.849,644,2.849,645,2.849,646,2.849,647,2.849,648,2.849,649,2.849,650,2.849,651,2.849,652,2.488,653,2.849,654,4.314,655,2.849,656,2.849]],["title/classes/UpdateAppConnectionAction.html",[0,0.888,201,2.987]],["body/classes/UpdateAppConnectionAction.html",[2,1.2,3,0.158,4,0.123,5,2.552,6,1.96,7,1.83,8,0.23,9,1.357,10,1.997,11,2.755,12,0.354,13,0.641,14,2.03,16,0.409,17,0.011,18,0.327,19,0.327,20,1.162,21,1.054,23,0.01,24,0.01,97,3.325,201,3.912,657,5.374]],["title/classes/UpdateAppStatusAction.html",[0,0.888,658,3.243]],["body/classes/UpdateAppStatusAction.html",[2,1.2,3,0.158,4,0.123,5,2.552,6,1.96,7,1.83,8,0.23,9,1.357,10,1.997,11,2.755,12,0.354,13,0.641,14,2.03,16,0.409,17,0.011,18,0.327,19,0.327,20,1.162,21,1.054,23,0.01,24,0.01,77,1.479,658,4.246,659,5.374]],["title/classes/UpdateAppVersionAction.html",[0,0.888,660,3.243]],["body/classes/UpdateAppVersionAction.html",[2,1.2,3,0.158,4,0.123,5,2.552,6,1.96,7,1.83,8,0.23,9,1.357,10,1.997,11,2.755,12,0.354,13,0.641,14,2.03,16,0.409,17,0.011,18,0.327,19,0.327,20,1.162,21,1.054,23,0.01,24,0.01,77,1.479,660,4.246,661,5.374]],["title/classes/UpdateCurrentModuleAction.html",[0,0.888,662,3.243]],["body/classes/UpdateCurrentModuleAction.html",[2,1.2,3,0.158,4,0.123,5,2.552,6,1.96,7,1.83,8,0.23,9,1.357,10,1.997,11,2.755,12,0.354,13,0.641,14,2.03,16,0.409,17,0.011,18,0.327,19,0.327,20,1.162,21,1.054,23,0.01,24,0.01,77,1.479,662,4.246,663,5.374]],["title/classes/UpdateI18nStateAction.html",[0,0.888,664,3.243]],["body/classes/UpdateI18nStateAction.html",[2,1.2,3,0.158,4,0.123,6,1.96,7,1.83,8,0.23,9,1.357,10,1.997,11,2.755,12,0.354,13,0.641,14,2.03,16,0.409,17,0.011,18,0.327,19,0.327,20,1.162,21,1.054,23,0.01,24,0.01,440,5.764,664,4.246,665,4.246,666,5.374]],["title/classes/UpdateLocaleStateAction.html",[0,0.888,667,3.243]],["body/classes/UpdateLocaleStateAction.html",[2,1.2,3,0.158,4,0.123,6,1.96,7,1.83,8,0.23,9,1.357,10,1.997,11,2.755,12,0.354,13,0.641,14,2.03,16,0.409,17,0.011,18,0.327,19,0.327,20,1.162,21,1.054,23,0.01,24,0.01,479,5.764,667,4.246,668,4.246,669,5.374]],["title/classes/UpdateNotificationsListAction.html",[0,0.888,670,3.243]],["body/classes/UpdateNotificationsListAction.html",[2,1.22,3,0.16,4,0.125,6,1.993,7,1.86,8,0.234,9,1.371,10,2.018,11,2.776,12,0.356,13,0.652,14,2.064,16,0.416,17,0.012,18,0.332,19,0.332,20,1.182,21,1.072,23,0.01,24,0.01,670,4.317,671,4.317,672,5.464]],["title/classes/UpdateUserDashboardAction.html",[0,0.888,673,3.243]],["body/classes/UpdateUserDashboardAction.html",[2,1.22,3,0.16,4,0.125,6,1.993,7,1.86,8,0.234,9,1.371,10,2.018,11,2.776,12,0.356,13,0.652,14,2.064,16,0.416,17,0.012,18,0.332,19,0.332,20,1.182,21,1.072,23,0.01,24,0.01,673,4.317,674,3.286,675,5.464]],["title/classes/UpdateUserDetailsAction.html",[0,0.888,676,3.243]],["body/classes/UpdateUserDetailsAction.html",[2,1.2,3,0.158,4,0.123,6,1.96,7,1.83,8,0.23,9,1.357,10,1.997,11,2.755,12,0.354,13,0.641,14,2.03,16,0.409,17,0.011,18,0.327,19,0.327,20,1.162,21,1.054,23,0.01,24,0.01,674,3.232,676,4.246,677,7.295,678,5.374]],["title/classes/UpdateUserPreferencesAction.html",[0,0.888,679,3.243]],["body/classes/UpdateUserPreferencesAction.html",[2,1.2,3,0.158,4,0.123,6,1.96,7,1.83,8,0.23,9,1.357,10,1.997,11,2.755,12,0.354,13,0.641,14,2.03,16,0.409,17,0.011,18,0.327,19,0.327,20,1.162,21,1.054,23,0.01,24,0.01,674,3.232,679,4.246,680,6.372,681,5.374]],["title/classes/UpdateUserRightsAction.html",[0,0.888,682,3.243]],["body/classes/UpdateUserRightsAction.html",[2,1.2,3,0.158,4,0.123,6,1.96,7,1.83,8,0.23,9,1.357,10,1.997,11,2.755,12,0.354,13,0.641,14,2.03,16,0.409,17,0.011,18,0.327,19,0.327,20,1.162,21,1.054,23,0.01,24,0.01,320,6.372,674,3.232,682,4.246,683,5.374]],["title/classes/UpdateUserStateAction.html",[0,0.888,684,3.585]],["body/classes/UpdateUserStateAction.html",[2,1.2,3,0.158,4,0.123,6,1.96,7,1.83,8,0.23,9,1.357,10,1.997,11,2.755,12,0.354,13,0.641,14,2.03,16,0.409,17,0.011,18,0.327,19,0.327,20,1.162,21,1.054,23,0.01,24,0.01,674,3.232,684,4.694,685,5.764,686,5.374]],["title/injectables/UserService.html",[58,1.351,687,3.243]],["body/injectables/UserService.html",[3,0.094,4,0.073,8,0.138,12,0.365,13,0.383,16,0.601,17,0.012,18,0.442,19,0.442,23,0.007,24,0.007,47,0.73,56,1.06,57,1.723,60,1.023,71,2.338,72,2.561,75,1.744,77,0.956,88,1.563,128,1.132,148,1.664,152,4.266,158,2.24,276,2.7,279,2.538,283,4.127,284,2.24,285,4.127,316,4.654,318,2.24,412,2.338,413,2.338,414,2.538,415,2.538,416,2.538,594,4.486,685,4.418,687,2.538,688,3.212,689,2.806,690,4.121,691,3.212,692,3.212,693,3.212]],["title/injectables/UserServiceMock.html",[58,1.351,694,3.585]],["body/injectables/UserServiceMock.html",[3,0.115,4,0.089,8,0.167,12,0.328,13,0.647,16,0.539,17,0.012,18,0.379,19,0.379,23,0.008,24,0.008,47,0.839,56,1.177,57,1.515,60,1.242,88,1.742,128,1.374,152,4.255,158,1.852,276,1.709,283,3.26,284,2.574,285,3.26,316,3.677,318,1.852,412,2.84,413,2.84,680,5.442,685,4.283,687,3.082,689,3.408,690,3.408,694,3.408,695,3.901,696,6.23,697,6.23,698,6.23,699,6.23,700,6.23,701,6.23]],["title/injectables/UxDynamicComponentService.html",[58,1.351,702,3.585]],["body/injectables/UxDynamicComponentService.html",[3,0.113,4,0.088,8,0.165,10,1.998,12,0.31,13,0.46,16,0.51,17,0.011,18,0.376,19,0.376,23,0.008,24,0.008,36,2.031,41,3.914,47,0.832,56,0.803,60,1.228,80,3.046,88,1.078,142,2.918,152,2.318,248,2.94,276,2.355,336,5.293,392,4.696,481,3.368,605,2.199,617,4.696,702,3.368,703,3.914,704,3.855,705,3.855,706,3.855,707,6.191,708,5.377,709,5.377,710,3.855,711,5.377,712,5.377,713,6.698,714,6.191,715,5.377,716,5.377,717,3.855,718,3.368,719,3.855,720,3.855,721,3.855,722,5.377,723,6.191,724,3.855,725,3.855,726,3.855,727,3.855,728,3.855,729,3.855,730,3.855]],["title/injectables/UxDynamicMenuService.html",[58,1.351,731,3.585]],["body/injectables/UxDynamicMenuService.html",[3,0.139,4,0.109,8,0.204,9,1.255,12,0.319,13,0.567,16,0.471,17,0.012,18,0.376,19,0.376,20,1.027,21,0.932,23,0.009,24,0.009,47,0.958,56,0.925,60,1.513,72,3.36,75,3.36,93,4.818,277,4.891,605,2.709,703,4.506,731,4.149,732,4.75,733,4.75,734,6.19,735,6.19,736,6.886,737,4.75,738,4.75,739,4.75,740,4.75]],["title/injectables/UxErrorFeedbackService.html",[58,1.351,741,3.243]],["body/injectables/UxErrorFeedbackService.html",[3,0.108,4,0.085,8,0.158,9,1.058,12,0.305,13,0.441,16,0.501,17,0.012,18,0.4,19,0.4,20,0.799,21,0.725,23,0.008,24,0.008,47,0.808,50,4.786,56,1.036,60,1.177,77,1.532,85,2.222,88,1.691,97,2.379,177,3.228,178,4.559,192,2.506,235,2.379,276,3.038,455,4.786,529,2.69,605,2.108,741,2.92,742,2.92,743,3.228,744,4.559,745,6.051,746,6.051,747,4.559,748,4.559,749,3.696,750,3.696,751,5.743,752,3.799,753,3.228,754,5.743,755,3.696,756,4.559,757,3.228,758,5.22,759,4.559,760,3.696,761,3.696,762,3.696]],["title/classes/UxErrorManager.html",[0,0.888,752,2.987]],["body/classes/UxErrorManager.html",[2,0.893,3,0.117,4,0.091,8,0.171,9,1.117,12,0.315,13,0.477,16,0.518,17,0.012,18,0.414,19,0.414,20,0.864,21,0.784,23,0.008,24,0.008,47,0.853,56,1.016,57,1.117,77,1.379,88,1.764,97,3.1,235,2.512,276,2.98,455,4.593,605,2.279,741,4.986,742,3.158,743,3.491,744,4.815,747,4.815,748,4.815,751,5.512,752,2.909,753,3.491,754,5.942,756,4.815,757,3.491,759,4.815,763,5.513,764,5.513,765,3.997,766,5.513,767,3.997,768,3.997]],["title/interceptors/UxRequestErrorModelInterceptor.html",[30,2.228,769,3.585]],["body/interceptors/UxRequestErrorModelInterceptor.html",[3,0.153,4,0.119,8,0.223,12,0.304,13,0.621,16,0.5,17,0.011,18,0.399,19,0.399,23,0.01,24,0.01,32,2.968,44,2.968,47,1.016,48,3.562,51,3.787,52,3.743,53,3.399,54,3.743,55,3.787,56,0.777,57,1.454,235,2.371,769,4.545,770,5.203,771,5.203,772,5.203,773,7.188]],["title/classes/UxRootInjectorGuard.html",[0,0.888,774,3.585]],["body/classes/UxRootInjectorGuard.html",[2,1.315,3,0.173,4,0.135,12,0.365,13,0.703,16,0.449,17,0.011,18,0.358,19,0.358,23,0.01,24,0.01,372,3.994,605,3.359,774,5.145,775,5.89,776,5.89]],["title/injectables/UxTimezoneService.html",[58,1.351,777,3.585]],["body/injectables/UxTimezoneService.html",[3,0.137,4,0.107,8,0.2,12,0.283,16,0.466,17,0.012,18,0.415,19,0.372,23,0.009,24,0.009,47,0.946,56,1.082,60,1.484,77,1.564,275,3.682,356,3.682,604,4.449,605,2.658,606,4.071,777,4.071,778,6.822,779,6.113,780,6.822,781,6.113,782,3.682,783,6.822,784,4.66,785,4.071,786,4.66,787,4.66,788,4.66,789,4.66,790,5.34,791,4.66]],["title/dependencies.html",[792,2.703,793,3.903]],["body/dependencies.html",[4,0.053,17,0.013,23,0.003,24,0.003,75,1.682,108,0.98,135,0.697,138,1.063,186,0.667,248,1.11,350,1.847,358,1.176,427,4.128,435,1.063,461,1.176,493,1.176,504,2.042,587,1.176,588,1.176,604,0.98,703,0.98,793,1.063,794,1.346,795,1.346,796,1.346,797,2.338,798,1.346,799,1.346,800,1.346,801,1.346,802,1.346,803,1.346,804,2.338,805,1.346,806,1.346,807,1.346,808,1.346,809,1.346,810,1.346,811,1.346,812,1.346,813,1.346,814,1.346,815,2.338,816,1.346,817,3.701,818,3.099,819,1.346,820,1.346,821,1.176,822,1.176,823,1.346,824,1.346,825,1.346,826,1.346,827,1.346,828,1.346,829,1.346,830,1.346,831,1.346,832,1.346,833,1.346,834,1.346,835,1.346,836,1.346,837,1.346,838,2.042,839,1.346,840,1.346,841,1.063,842,1.346,843,1.346,844,1.346,845,1.346,846,1.346,847,1.346,848,1.346,849,1.346,850,1.346,851,1.346,852,1.346,853,1.346,854,1.346,855,1.346,856,1.346,857,2.338,858,1.346,859,1.346,860,1.346,861,1.346,862,2.338,863,1.346,864,1.346,865,1.346,866,1.346,867,1.346,868,1.346,869,1.346,870,2.338,871,1.176,872,1.346,873,1.346,874,2.338,875,1.346,876,1.346,877,1.346,878,1.346,879,1.346,880,1.346,881,1.346,882,1.346,883,6.681,884,1.346,885,2.338,886,1.346,887,1.346,888,2.338,889,2.338,890,1.346,891,2.338,892,1.346,893,1.346,894,1.346,895,1.346,896,5.225,897,1.346,898,1.346,899,1.346,900,1.346,901,1.346,902,1.346,903,2.338,904,1.346,905,2.338,906,1.346,907,1.346,908,4.19,909,3.701,910,5.225,911,1.346,912,1.346,913,1.346,914,4.935,915,1.346,916,1.346,917,1.346,918,1.346,919,1.346,920,3.701,921,1.346,922,3.099,923,1.346,924,1.346,925,1.346,926,1.346,927,2.338,928,1.346,929,1.346,930,1.346,931,1.346,932,1.346,933,1.346,934,1.346,935,1.346,936,1.346,937,1.346,938,1.346,939,1.346,940,4.19,941,1.346,942,1.346,943,5.475,944,1.346,945,1.346,946,1.346,947,1.346,948,3.099,949,1.346,950,1.346,951,1.346,952,3.099,953,1.346,954,1.346,955,1.346,956,1.346,957,1.346,958,1.346,959,1.346,960,1.346,961,1.346,962,2.338,963,1.346,964,1.346,965,1.346,966,1.346,967,1.346,968,1.346,969,1.346,970,5.225,971,1.346,972,1.346,973,2.338,974,1.346,975,1.346,976,2.338,977,1.346,978,1.346,979,1.346,980,1.346,981,1.346,982,1.346,983,1.346,984,1.346,985,1.346,986,1.346,987,1.346,988,1.346,989,1.346,990,1.346,991,1.346,992,1.346,993,2.338,994,1.346,995,1.346,996,1.346,997,1.346,998,1.346,999,1.346,1000,1.346,1001,1.346,1002,2.338,1003,1.346,1004,1.346,1005,1.346,1006,1.346,1007,1.346,1008,1.346,1009,1.346,1010,1.346,1011,1.346,1012,1.346,1013,2.338,1014,1.346,1015,1.346,1016,1.346,1017,1.346,1018,1.346,1019,1.346,1020,1.346,1021,1.346,1022,1.346,1023,1.346,1024,1.346,1025,1.346,1026,1.346,1027,1.346,1028,1.346,1029,1.346,1030,1.346,1031,1.346,1032,1.346,1033,1.346,1034,1.346,1035,1.346,1036,1.176,1037,1.346,1038,1.346,1039,1.176,1040,1.346,1041,1.346,1042,1.346,1043,1.346,1044,1.346,1045,1.346,1046,3.701,1047,1.346,1048,1.346,1049,1.346,1050,1.346,1051,1.346,1052,1.346,1053,1.346,1054,1.346,1055,1.346,1056,1.346,1057,1.346,1058,1.346,1059,1.346,1060,1.346,1061,3.701,1062,1.346,1063,1.346,1064,1.346,1065,1.346,1066,1.346,1067,3.099,1068,3.099,1069,3.099,1070,1.346,1071,1.346,1072,1.346,1073,1.346,1074,1.346,1075,1.346,1076,1.346,1077,1.346,1078,1.346,1079,1.346,1080,1.346]],["title/miscellaneous/enumerations.html",[1081,2.057,1082,4.315]],["body/miscellaneous/enumerations.html",[5,1.561,8,0.141,17,0.012,21,1.592,23,0.007,24,0.007,38,2.393,41,2.393,75,1.784,78,4.192,81,4.478,142,1.784,186,1.629,219,5.036,222,2.872,223,2.872,237,1.875,248,1.561,265,2.393,284,1.561,311,2.598,318,2.691,323,6.205,369,3.792,411,2.393,468,2.393,482,4.192,579,2.872,598,4.192,599,2.393,665,2.598,668,2.598,671,2.598,674,1.977,782,2.598,841,2.598,1081,1.977,1082,2.872,1083,3.288,1084,4.799,1085,2.872,1086,4.799,1087,2.872,1088,4.799,1089,2.872,1090,4.799,1091,2.872,1092,4.799,1093,2.872,1094,3.288,1095,7.692,1096,3.288,1097,3.288,1098,3.288,1099,3.288,1100,3.288,1101,3.288,1102,3.288,1103,3.288,1104,3.288,1105,5.667,1106,3.288,1107,3.288,1108,3.288,1109,3.288,1110,3.288,1111,3.288,1112,3.288,1113,3.288,1114,3.288,1115,3.288,1116,3.288,1117,3.288,1118,3.288,1119,3.288]],["title/miscellaneous/functions.html",[1081,2.057,1120,4.315]],["body/miscellaneous/functions.html",[4,0.033,7,0.836,8,0.061,12,0.332,16,0.551,17,0.012,18,0.436,19,0.436,20,0.7,21,0.635,23,0.004,24,0.004,36,1.453,38,1.036,56,1.028,74,1.417,77,1.181,92,0.738,93,2.06,97,1.753,134,1.563,135,1.271,157,2.556,158,2.06,161,1.939,176,1.244,187,1.036,209,1.939,220,1.244,235,2.818,243,2.354,248,2.06,265,1.036,266,2.825,276,1.075,284,1.536,287,2.705,318,1.165,332,1.244,335,1.244,336,5.501,346,5.931,351,4.142,363,3.039,365,1.939,373,1.786,384,2.825,397,2.144,405,2.799,408,3.359,421,1.244,437,0.966,468,1.786,491,5.256,495,2.144,510,2.144,511,1.244,527,1.939,562,1.244,584,3.789,594,3.452,595,3.039,605,0.812,703,1.786,742,1.125,752,1.786,782,1.125,841,1.125,1036,1.244,1081,0.856,1120,1.244,1121,2.454,1122,3.846,1123,4.338,1124,4.338,1125,2.454,1126,2.454,1127,3.846,1128,2.454,1129,4.338,1130,3.846,1131,3.235,1132,3.235,1133,2.454,1134,5.368,1135,2.454,1136,2.454,1137,2.454,1138,2.454,1139,2.454,1140,2.454,1141,2.454,1142,2.454,1143,3.235,1144,2.454,1145,2.454,1146,2.454,1147,2.454,1148,2.454,1149,2.454,1150,2.454,1151,2.454,1152,2.454,1153,2.454,1154,1.424,1155,2.454,1156,1.424,1157,5.368,1158,1.424,1159,1.424,1160,1.424,1161,1.424,1162,1.424,1163,2.454,1164,2.454,1165,2.454,1166,2.454,1167,3.235,1168,1.424,1169,1.424,1170,1.424,1171,1.424,1172,2.454,1173,1.424,1174,3.235,1175,1.424,1176,1.424,1177,3.846,1178,1.424,1179,1.424,1180,1.424,1181,1.424,1182,1.424,1183,2.454,1184,2.454,1185,1.424,1186,2.454,1187,3.235,1188,2.454,1189,2.454,1190,1.424,1191,3.235,1192,1.424,1193,1.424,1194,1.424,1195,1.424,1196,2.454,1197,2.454,1198,1.244,1199,1.424,1200,1.424,1201,1.424,1202,1.424,1203,1.424,1204,1.424,1205,1.424,1206,1.424,1207,2.144,1208,1.424,1209,1.424,1210,1.424,1211,2.454,1212,1.424,1213,1.424,1214,1.424,1215,1.424]],["title/index.html",[8,0.147,499,2.703,1216,2.988]],["body/index.html",[17,0.012,20,0.668,23,0.007,24,0.007,85,1.859,93,1.968,187,2.25,204,3.98,207,3.623,219,2.25,248,2.177,284,2.596,292,2.7,309,2.442,321,2.7,372,3.11,394,2.7,468,3.98,575,2.25,792,5.105,793,4.32,821,6.421,822,6.421,1198,2.7,1207,2.7,1217,6.049,1218,3.091,1219,3.091,1220,3.091,1221,3.091,1222,3.091,1223,3.091,1224,3.091,1225,3.091,1226,4.586,1227,4.586,1228,3.091,1229,3.091,1230,4.586,1231,3.091,1232,3.091,1233,3.091,1234,3.091,1235,3.091,1236,4.586,1237,3.091,1238,3.091,1239,3.091,1240,3.091,1241,2.442,1242,3.091,1243,3.091,1244,4.006,1245,3.091,1246,3.091,1247,3.091,1248,6.768,1249,5.467,1250,3.091,1251,2.7,1252,2.7,1253,3.091,1254,3.091,1255,3.091,1256,3.091,1257,3.091,1258,3.091,1259,3.091,1260,3.091,1261,3.091,1262,4.586,1263,5.467,1264,4.586,1265,4.586,1266,3.091,1267,2.7,1268,3.091,1269,4.586,1270,4.586,1271,4.586,1272,3.091,1273,3.091,1274,3.091,1275,3.091,1276,3.091,1277,3.091,1278,3.091,1279,3.091,1280,5.467,1281,3.091,1282,3.091,1283,3.091,1284,3.091,1285,3.091,1286,5.467,1287,3.091,1288,3.091,1289,3.091]],["title/license.html",[499,2.703,1216,2.988,1290,2.703]],["body/license.html",[10,1.206,12,0.035,17,0.002,21,0.148,23,0.002,24,0.002,87,0.659,101,1.103,108,1.012,109,1.751,123,1.215,135,0.391,137,0.596,151,0.596,187,1.012,192,0.943,207,0.596,247,0.596,249,2.991,275,3.838,290,2.459,291,0.659,297,1.215,300,0.659,301,1.215,307,0.659,311,4.194,373,1.408,388,1.215,389,0.659,395,1.215,426,0.596,437,1.312,438,2.225,455,0.549,515,0.659,527,0.596,529,1.408,599,1.751,626,0.659,652,0.659,718,0.659,785,0.659,790,1.69,838,0.659,871,0.659,1039,3.531,1081,0.454,1241,1.099,1251,1.215,1252,0.659,1267,0.659,1290,2.991,1291,4.857,1292,2.405,1293,7.585,1294,3.498,1295,0.659,1296,2.459,1297,0.754,1298,1.391,1299,0.754,1300,0.754,1301,7.652,1302,3.785,1303,1.391,1304,5.962,1305,4.68,1306,0.754,1307,0.754,1308,2.816,1309,4.487,1310,0.754,1311,4.487,1312,0.754,1313,5.557,1314,6.207,1315,3.498,1316,2.816,1317,0.754,1318,2.816,1319,0.754,1320,0.754,1321,0.754,1322,0.754,1323,0.754,1324,0.754,1325,1.391,1326,5.437,1327,0.754,1328,2.405,1329,2.405,1330,4.487,1331,3.785,1332,5.668,1333,2.816,1334,1.391,1335,3.498,1336,0.754,1337,1.391,1338,0.754,1339,1.935,1340,0.754,1341,0.754,1342,4.043,1343,3.498,1344,1.391,1345,3.177,1346,0.754,1347,0.754,1348,1.935,1349,1.391,1350,0.754,1351,0.754,1352,0.754,1353,1.391,1354,0.754,1355,0.754,1356,0.754,1357,0.754,1358,1.391,1359,0.754,1360,2.816,1361,2.816,1362,2.816,1363,2.816,1364,2.405,1365,0.754,1366,0.754,1367,0.754,1368,1.391,1369,0.754,1370,1.935,1371,3.177,1372,3.498,1373,1.391,1374,0.754,1375,0.754,1376,0.754,1377,0.754,1378,1.935,1379,1.391,1380,0.754,1381,0.754,1382,4.043,1383,0.754,1384,1.391,1385,0.754,1386,0.754,1387,1.391,1388,3.177,1389,0.754,1390,1.391,1391,0.754,1392,0.754,1393,1.391,1394,1.391,1395,2.405,1396,0.754,1397,0.754,1398,0.754,1399,0.754,1400,0.754,1401,2.816,1402,1.935,1403,1.935,1404,0.754,1405,0.754,1406,0.754,1407,1.935,1408,0.754,1409,0.754,1410,0.754,1411,1.935,1412,0.754,1413,1.391,1414,0.754,1415,0.754,1416,0.754,1417,1.391,1418,0.754,1419,1.935,1420,0.754,1421,1.935,1422,1.391,1423,0.754,1424,0.754,1425,0.754,1426,0.754,1427,0.754,1428,0.754,1429,2.405,1430,1.391,1431,0.754,1432,0.754,1433,1.391,1434,0.754,1435,0.754,1436,1.391,1437,3.177,1438,0.754,1439,2.405,1440,1.391,1441,1.391,1442,1.391,1443,1.391,1444,1.391,1445,1.391,1446,1.391,1447,0.754,1448,0.754,1449,0.754,1450,0.754,1451,0.754,1452,1.935,1453,0.754,1454,0.754,1455,0.754,1456,3.785,1457,3.177,1458,0.754,1459,0.754,1460,0.754,1461,2.405,1462,0.754,1463,0.754,1464,0.754,1465,1.391,1466,2.405,1467,0.754,1468,2.405,1469,1.391,1470,0.754,1471,2.405,1472,0.754,1473,0.754,1474,0.754,1475,0.754,1476,0.754,1477,0.754,1478,0.754,1479,1.935,1480,1.391,1481,0.754,1482,0.754,1483,0.754,1484,1.391,1485,0.754,1486,2.405,1487,1.935,1488,0.754,1489,0.754,1490,0.754,1491,0.754,1492,3.177,1493,0.754,1494,0.754,1495,1.935,1496,1.391,1497,0.754,1498,0.754,1499,0.754,1500,0.754,1501,1.935,1502,0.754,1503,0.754,1504,0.754,1505,1.391,1506,0.754,1507,1.391,1508,1.391,1509,0.754,1510,0.754,1511,0.754,1512,0.754,1513,0.754,1514,0.754,1515,1.391,1516,1.935,1517,1.391,1518,2.405,1519,1.391,1520,1.391,1521,2.405,1522,0.754,1523,1.391,1524,0.754,1525,1.391,1526,0.754,1527,2.405,1528,0.754,1529,0.754,1530,0.754,1531,0.754,1532,0.754,1533,0.754,1534,1.391,1535,0.754,1536,0.754,1537,0.754,1538,0.754,1539,0.754,1540,2.816,1541,1.391,1542,0.754,1543,0.754,1544,0.754,1545,0.754,1546,0.754,1547,0.754,1548,0.754,1549,0.754,1550,0.754,1551,0.754,1552,0.754,1553,0.754,1554,0.754,1555,2.816,1556,0.754,1557,0.754,1558,0.754,1559,1.935,1560,0.754,1561,0.754,1562,1.391,1563,1.391,1564,0.754,1565,0.754,1566,0.754,1567,1.935,1568,0.754,1569,1.391,1570,0.754,1571,0.754,1572,0.754,1573,0.754,1574,0.754,1575,1.391,1576,0.754,1577,0.754,1578,0.754,1579,0.754,1580,0.754,1581,1.391,1582,0.754,1583,0.754,1584,0.754,1585,1.391,1586,0.754,1587,0.754,1588,1.935,1589,0.754,1590,0.754,1591,0.754,1592,1.391,1593,0.754,1594,0.754,1595,1.391,1596,0.754,1597,0.754,1598,0.754,1599,0.754,1600,0.754,1601,0.754,1602,0.754,1603,0.754,1604,1.391,1605,0.754,1606,1.391,1607,1.391,1608,0.754,1609,0.754,1610,0.754,1611,0.754,1612,0.754,1613,0.754,1614,0.754,1615,0.754,1616,0.754,1617,0.754,1618,0.754,1619,0.754,1620,0.754,1621,1.391,1622,0.754,1623,0.754,1624,1.391,1625,0.754,1626,0.754,1627,0.754,1628,0.754,1629,0.754,1630,0.754,1631,0.754,1632,0.754,1633,0.754,1634,0.754,1635,0.754,1636,1.391,1637,1.391,1638,0.754,1639,0.754,1640,0.754,1641,0.754,1642,0.754,1643,0.754,1644,0.754,1645,0.754,1646,0.754,1647,0.754,1648,2.405,1649,1.935,1650,0.754,1651,0.754,1652,0.754,1653,0.754,1654,0.754,1655,0.754,1656,0.754,1657,0.754,1658,0.754,1659,0.754,1660,3.177,1661,0.754,1662,1.935,1663,2.405,1664,0.754,1665,0.754,1666,0.754,1667,0.754,1668,0.754,1669,0.754,1670,0.754,1671,0.754,1672,1.935,1673,1.935,1674,1.391,1675,1.391,1676,1.391,1677,0.754,1678,0.754,1679,0.754,1680,0.754,1681,0.754,1682,0.754,1683,0.754,1684,0.754,1685,1.391,1686,0.754,1687,0.754,1688,0.754,1689,1.391,1690,1.391,1691,1.391,1692,0.754,1693,0.754,1694,0.754,1695,0.754,1696,0.754,1697,1.391,1698,0.754,1699,0.754,1700,0.754,1701,0.754,1702,0.754,1703,0.754,1704,1.391,1705,0.754,1706,0.754,1707,0.754]],["title/modules.html",[237,3.202]],["body/modules.html",[17,0.011,23,0.011,24,0.011,236,4.888,237,3.529,367,4.888,488,4.888,619,4.888,1708,8.009]],["title/overview.html",[1709,4.904]],["body/overview.html",[2,1.348,17,0.011,23,0.011,24,0.011,60,1.922,237,3.442,423,4.392,454,3.629,530,6.277,608,5.271,1244,5.271,1709,5.271,1710,6.035,1711,6.035,1712,6.035]],["title/properties.html",[9,1.001,792,2.703]],["body/properties.html",[9,1.238,17,0.012,23,0.011,24,0.011,599,4.447,1241,4.827,1290,4.827,1295,5.337,1296,5.337,1713,6.11,1714,6.11]],["title/miscellaneous/typealiases.html",[1081,2.057,1715,4.94]],["body/miscellaneous/typealiases.html",[1,3.474,5,2.267,8,0.204,12,0.221,17,0.012,23,0.009,24,0.009,25,3.772,28,3.772,158,2.267,201,3.474,450,3.772,470,4.169,476,5.424,543,3.772,658,3.772,660,3.772,662,3.772,664,3.772,665,3.772,667,3.772,668,3.772,670,3.772,671,3.772,673,3.772,674,2.87,676,3.772,679,3.772,682,3.772,1081,2.87,1085,4.169,1087,4.169,1089,4.169,1091,4.169,1093,4.169,1716,4.773,1717,6.21,1718,6.21,1719,6.21,1720,6.21,1721,6.21,1722,4.773]]],"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{}}}],["0",{"_index":218,"title":{},"body":{"injectables/CoreAppEffects.html":{},"interceptors/OpenIdConnectInterceptor.html":{}}}],["0.0.2",{"_index":842,"title":{},"body":{"dependencies.html":{}}}],["0.1.5",{"_index":958,"title":{},"body":{"dependencies.html":{}}}],["0.11.0",{"_index":906,"title":{},"body":{"dependencies.html":{}}}],["0.12.0",{"_index":934,"title":{},"body":{"dependencies.html":{}}}],["0.17.3",{"_index":832,"title":{},"body":{"dependencies.html":{}}}],["0.2.4",{"_index":978,"title":{},"body":{"dependencies.html":{}}}],["0.3.8",{"_index":956,"title":{},"body":{"dependencies.html":{}}}],["0.5.0",{"_index":827,"title":{},"body":{"dependencies.html":{}}}],["0.5.40",{"_index":820,"title":{},"body":{"dependencies.html":{}}}],["0.9.1",{"_index":813,"title":{},"body":{"dependencies.html":{}}}],["0.9.2",{"_index":960,"title":{},"body":{"dependencies.html":{}}}],["1",{"_index":530,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"overview.html":{}}}],["1.0",{"_index":1704,"title":{},"body":{"license.html":{}}}],["1.0.0",{"_index":797,"title":{},"body":{"dependencies.html":{}}}],["1.0.3",{"_index":866,"title":{},"body":{"dependencies.html":{}}}],["1.0.31",{"_index":1040,"title":{},"body":{"dependencies.html":{}}}],["1.1",{"_index":1295,"title":{},"body":{"license.html":{},"properties.html":{}}}],["1.1.19",{"_index":1023,"title":{},"body":{"dependencies.html":{}}}],["1.1.20150312",{"_index":1015,"title":{},"body":{"dependencies.html":{}}}],["1.10.0",{"_index":870,"title":{},"body":{"dependencies.html":{}}}],["1.11.5",{"_index":1033,"title":{},"body":{"dependencies.html":{}}}],["1.2.10",{"_index":1008,"title":{},"body":{"dependencies.html":{}}}],["1.2.3",{"_index":917,"title":{},"body":{"dependencies.html":{}}}],["1.2.5",{"_index":1010,"title":{},"body":{"dependencies.html":{}}}],["1.20.2",{"_index":875,"title":{},"body":{"dependencies.html":{}}}],["1.29.0",{"_index":1030,"title":{},"body":{"dependencies.html":{}}}],["1.4.7",{"_index":990,"title":{},"body":{"dependencies.html":{}}}],["1.5.1",{"_index":927,"title":{},"body":{"dependencies.html":{}}}],["1.5.2",{"_index":799,"title":{},"body":{"dependencies.html":{}}}],["1.6.0",{"_index":988,"title":{},"body":{"dependencies.html":{}}}],["1.62.0",{"_index":846,"title":{},"body":{"dependencies.html":{}}}],["1.8.1",{"_index":1060,"title":{},"body":{"dependencies.html":{}}}],["1.8.2",{"_index":1056,"title":{},"body":{"dependencies.html":{}}}],["10.0.0",{"_index":1072,"title":{},"body":{"dependencies.html":{}}}],["10.1.1",{"_index":997,"title":{},"body":{"dependencies.html":{}}}],["10.2.0",{"_index":852,"title":{},"body":{"dependencies.html":{}}}],["10.4.14",{"_index":844,"title":{},"body":{"dependencies.html":{}}}],["10.6.1",{"_index":1035,"title":{},"body":{"dependencies.html":{}}}],["10.9.1",{"_index":964,"title":{},"body":{"dependencies.html":{}}}],["13.2.2",{"_index":994,"title":{},"body":{"dependencies.html":{}}}],["14",{"_index":205,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["14.0.0",{"_index":982,"title":{},"body":{"dependencies.html":{}}}],["14.0.1",{"_index":986,"title":{},"body":{"dependencies.html":{}}}],["14.16.0",{"_index":1047,"title":{},"body":{"dependencies.html":{}}}],["14.2.4",{"_index":999,"title":{},"body":{"dependencies.html":{}}}],["15",{"_index":1346,"title":{},"body":{"license.html":{}}}],["15.0.1",{"_index":1063,"title":{},"body":{"dependencies.html":{}}}],["15.0.5",{"_index":1075,"title":{},"body":{"dependencies.html":{}}}],["15.1.0",{"_index":856,"title":{},"body":{"dependencies.html":{}}}],["15.2.0",{"_index":908,"title":{},"body":{"dependencies.html":{}}}],["15.2.2",{"_index":901,"title":{},"body":{"dependencies.html":{}}}],["15.2.9",{"_index":883,"title":{},"body":{"dependencies.html":{}}}],["15.3.7",{"_index":1067,"title":{},"body":{"dependencies.html":{}}}],["15.4.0",{"_index":970,"title":{},"body":{"dependencies.html":{}}}],["16.0.0",{"_index":1713,"title":{},"body":{"properties.html":{}}}],["1689625850181",{"_index":1069,"title":{},"body":{"dependencies.html":{}}}],["17.0.36",{"_index":939,"title":{},"body":{"dependencies.html":{}}}],["2",{"_index":301,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["2.0",{"_index":1707,"title":{},"body":{"license.html":{}}}],["2.0.0",{"_index":817,"title":{},"body":{"dependencies.html":{}}}],["2.0.10",{"_index":966,"title":{},"body":{"dependencies.html":{}}}],["2.0.2",{"_index":861,"title":{},"body":{"dependencies.html":{}}}],["2.0.22",{"_index":836,"title":{},"body":{"dependencies.html":{}}}],["2.0.5",{"_index":868,"title":{},"body":{"dependencies.html":{}}}],["2.0.8",{"_index":1045,"title":{},"body":{"dependencies.html":{}}}],["2.0.9",{"_index":1005,"title":{},"body":{"dependencies.html":{}}}],["2.1",{"_index":1701,"title":{},"body":{"license.html":{}}}],["2.1.0",{"_index":1026,"title":{},"body":{"dependencies.html":{}}}],["2.2.0",{"_index":949,"title":{},"body":{"dependencies.html":{}}}],["2.27.5",{"_index":924,"title":{},"body":{"dependencies.html":{}}}],["2.29.4",{"_index":819,"title":{},"body":{"dependencies.html":{}}}],["2.3.2",{"_index":1038,"title":{},"body":{"dependencies.html":{}}}],["2.3.9",{"_index":1077,"title":{},"body":{"dependencies.html":{}}}],["2.4.1",{"_index":932,"title":{},"body":{"dependencies.html":{}}}],["2.5.1",{"_index":1018,"title":{},"body":{"dependencies.html":{}}}],["2.6.9",{"_index":858,"title":{},"body":{"dependencies.html":{}}}],["2.8.3",{"_index":1062,"title":{},"body":{"dependencies.html":{}}}],["2007",{"_index":1299,"title":{},"body":{"license.html":{}}}],["23",{"_index":1711,"title":{},"body":{"overview.html":{}}}],["238",{"_index":1681,"title":{},"body":{"license.html":{}}}],["24.0.0",{"_index":1049,"title":{},"body":{"dependencies.html":{}}}],["3.0",{"_index":1702,"title":{},"body":{"license.html":{}}}],["3.0.0",{"_index":1021,"title":{},"body":{"dependencies.html":{}}}],["3.0.2",{"_index":815,"title":{},"body":{"dependencies.html":{}}}],["3.0.3",{"_index":954,"title":{},"body":{"dependencies.html":{}}}],["3.1.1",{"_index":947,"title":{},"body":{"dependencies.html":{}}}],["3.2.0",{"_index":825,"title":{},"body":{"dependencies.html":{}}}],["3.3.4",{"_index":840,"title":{},"body":{"dependencies.html":{}}}],["3.36.3",{"_index":1058,"title":{},"body":{"dependencies.html":{}}}],["33",{"_index":1712,"title":{},"body":{"overview.html":{}}}],["39.7.5",{"_index":919,"title":{},"body":{"dependencies.html":{}}}],["4",{"_index":1710,"title":{},"body":{"overview.html":{}}}],["4.1.2",{"_index":801,"title":{},"body":{"dependencies.html":{}}}],["4.1.3",{"_index":806,"title":{},"body":{"dependencies.html":{}}}],["4.1.5",{"_index":823,"title":{},"body":{"dependencies.html":{}}}],["4.1.7",{"_index":980,"title":{},"body":{"dependencies.html":{}}}],["4.14.191",{"_index":968,"title":{},"body":{"dependencies.html":{}}}],["4.17.21",{"_index":1043,"title":{},"body":{"dependencies.html":{}}}],["4.18.2",{"_index":877,"title":{},"body":{"dependencies.html":{}}}],["4.2.1",{"_index":1065,"title":{},"body":{"dependencies.html":{}}}],["4.2.12",{"_index":1028,"title":{},"body":{"dependencies.html":{}}}],["4.3.0",{"_index":1052,"title":{},"body":{"dependencies.html":{}}}],["4.3.1",{"_index":937,"title":{},"body":{"dependencies.html":{}}}],["4.3.7",{"_index":854,"title":{},"body":{"dependencies.html":{}}}],["4.5.0",{"_index":942,"title":{},"body":{"dependencies.html":{}}}],["4.7.7",{"_index":1054,"title":{},"body":{"dependencies.html":{}}}],["4.8.0",{"_index":881,"title":{},"body":{"dependencies.html":{}}}],["4.8.2",{"_index":935,"title":{},"body":{"dependencies.html":{}}}],["5",{"_index":1696,"title":{},"body":{"license.html":{}}}],["5.0.0",{"_index":1050,"title":{},"body":{"dependencies.html":{}}}],["5.0.1",{"_index":830,"title":{},"body":{"dependencies.html":{}}}],["5.1.0",{"_index":950,"title":{},"body":{"dependencies.html":{}}}],["5.1.14",{"_index":850,"title":{},"body":{"dependencies.html":{}}}],["5.1.3",{"_index":1001,"title":{},"body":{"dependencies.html":{}}}],["5.5.3",{"_index":834,"title":{},"body":{"dependencies.html":{}}}],["5.50.0",{"_index":922,"title":{},"body":{"dependencies.html":{}}}],["6",{"_index":1553,"title":{},"body":{"license.html":{}}}],["6.0.5",{"_index":811,"title":{},"body":{"dependencies.html":{}}}],["6.12.28",{"_index":1080,"title":{},"body":{"dependencies.html":{}}}],["6.4.1",{"_index":944,"title":{},"body":{"dependencies.html":{}}}],["6.5.0",{"_index":795,"title":{},"body":{"dependencies.html":{}}}],["7",{"_index":1244,"title":{},"body":{"index.html":{},"overview.html":{}}}],["7.0.0",{"_index":962,"title":{},"body":{"dependencies.html":{}}}],["7.0.1",{"_index":863,"title":{},"body":{"dependencies.html":{}}}],["7.4.0",{"_index":808,"title":{},"body":{"dependencies.html":{}}}],["7.6.0",{"_index":930,"title":{},"body":{"dependencies.html":{}}}],["8.33.0",{"_index":928,"title":{},"body":{"dependencies.html":{}}}],["8.4.2",{"_index":872,"title":{},"body":{"dependencies.html":{}}}],["8.4.21",{"_index":848,"title":{},"body":{"dependencies.html":{}}}],["8.6.0",{"_index":1064,"title":{},"body":{"dependencies.html":{}}}],["9",{"_index":1645,"title":{},"body":{"license.html":{}}}],["9.0.0",{"_index":804,"title":{},"body":{"dependencies.html":{}}}],["_element",{"_index":618,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["above",{"_index":1429,"title":{},"body":{"license.html":{}}}],["absence",{"_index":1547,"title":{},"body":{"license.html":{}}}],["abstract",{"_index":140,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["accept",{"_index":1523,"title":{},"body":{"license.html":{}}}],["acceptance",{"_index":1588,"title":{},"body":{"license.html":{}}}],["accepted",{"_index":1604,"title":{},"body":{"license.html":{}}}],["accepting",{"_index":1591,"title":{},"body":{"license.html":{}}}],["accepts",{"_index":289,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["access",{"_index":1383,"title":{},"body":{"license.html":{}}}],["accessible",{"_index":1443,"title":{},"body":{"license.html":{}}}],["accessors",{"_index":443,"title":{},"body":{"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{}}}],["accordance",{"_index":1614,"title":{},"body":{"license.html":{}}}],["according",{"_index":1695,"title":{},"body":{"license.html":{}}}],["accumulate",{"_index":759,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["accuracy",{"_index":1548,"title":{},"body":{"license.html":{}}}],["act",{"_index":1373,"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":593,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["actionreducer",{"_index":595,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"miscellaneous/functions.html":{}}}],["actions",{"_index":174,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["activated",{"_index":1102,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["activated_route",{"_index":1101,"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":503,"title":{},"body":{"injectables/LogService.html":{}}}],["adapter",{"_index":904,"title":{},"body":{"dependencies.html":{}}}],["add",{"_index":41,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nService.html":{},"injectables/UxDynamicComponentService.html":{},"miscellaneous/enumerations.html":{}}}],["add(component",{"_index":710,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["add_api_queue_item",{"_index":1104,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["add_app_loaded_config_modules",{"_index":1098,"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":580,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["addautosavehandler(stateslice",{"_index":583,"title":{},"body":{"injectables/StoreService.html":{}}}],["added",{"_index":1203,"title":{},"body":{"miscellaneous/functions.html":{}}}],["adding",{"_index":37,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["addition",{"_index":1435,"title":{},"body":{"license.html":{}}}],["additional",{"_index":1486,"title":{},"body":{"license.html":{}}}],["addlangparaminterceptor",{"_index":31,"title":{"interceptors/AddLangParamInterceptor.html":{}},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["addlangs",{"_index":637,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["addlangs(langs",{"_index":649,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["addlocale",{"_index":471,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["addlocale(id",{"_index":477,"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":340,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["addresources(config",{"_index":347,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{}}}],["adds",{"_index":80,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{},"injectables/UxDynamicComponentService.html":{}}}],["advantage",{"_index":1670,"title":{},"body":{"license.html":{}}}],["advised",{"_index":1577,"title":{},"body":{"license.html":{}}}],["affect",{"_index":1652,"title":{},"body":{"license.html":{}}}],["affirming",{"_index":1611,"title":{},"body":{"license.html":{}}}],["afterviewchecked",{"_index":612,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["against",{"_index":1267,"title":{},"body":{"index.html":{},"license.html":{}}}],["agent",{"_index":829,"title":{},"body":{"dependencies.html":{}}}],["agree",{"_index":1595,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":1585,"title":{},"body":{"license.html":{}}}],["agreements",{"_index":1582,"title":{},"body":{"license.html":{}}}],["alerthttperrorcallbackfn",{"_index":1121,"title":{},"body":{"miscellaneous/functions.html":{}}}],["alerthttperrorcallbackfn(error",{"_index":1156,"title":{},"body":{"miscellaneous/functions.html":{}}}],["aliases",{"_index":1716,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["allowed",{"_index":1425,"title":{},"body":{"license.html":{}}}],["allows",{"_index":590,"title":{},"body":{"injectables/StoreService.html":{}}}],["along",{"_index":1438,"title":{},"body":{"license.html":{}}}],["alter",{"_index":1488,"title":{},"body":{"license.html":{}}}],["analyzer",{"_index":880,"title":{},"body":{"dependencies.html":{}}}],["and/or",{"_index":1326,"title":{},"body":{"license.html":{}}}],["angular",{"_index":896,"title":{},"body":{"dependencies.html":{}}}],["angular/animations",{"_index":882,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk",{"_index":902,"title":{},"body":{"dependencies.html":{}}}],["angular/cli",{"_index":898,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":884,"title":{},"body":{"dependencies.html":{}}}],["angular/compiler",{"_index":885,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":886,"title":{},"body":{"dependencies.html":{}}}],["angular/elements",{"_index":892,"title":{},"body":{"dependencies.html":{}}}],["angular/forms",{"_index":887,"title":{},"body":{"dependencies.html":{}}}],["angular/language",{"_index":893,"title":{},"body":{"dependencies.html":{}}}],["angular/material",{"_index":903,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":888,"title":{},"body":{"dependencies.html":{}}}],["angular/router",{"_index":890,"title":{},"body":{"dependencies.html":{}}}],["angular/service",{"_index":894,"title":{},"body":{"dependencies.html":{}}}],["animations",{"_index":905,"title":{},"body":{"dependencies.html":{}}}],["another",{"_index":426,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"license.html":{}}}],["any,lang",{"_index":381,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["any,undefined",{"_index":692,"title":{},"body":{"injectables/UserService.html":{}}}],["apexcharts",{"_index":1057,"title":{},"body":{"dependencies.html":{}}}],["api",{"_index":1105,"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":1095,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["app.ts",{"_index":1143,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appconfig",{"_index":1177,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appenders",{"_index":510,"title":{},"body":{"injectables/LogService.html":{},"miscellaneous/functions.html":{}}}],["appendix",{"_index":1496,"title":{},"body":{"license.html":{}}}],["applicable",{"_index":1343,"title":{},"body":{"license.html":{}}}],["application",{"_index":1204,"title":{},"body":{"miscellaneous/functions.html":{}}}],["applicationref",{"_index":709,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["applies",{"_index":1300,"title":{},"body":{"license.html":{}}}],["apply",{"_index":1422,"title":{},"body":{"license.html":{}}}],["appmodule",{"_index":1199,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appref",{"_index":708,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["approved",{"_index":1667,"title":{},"body":{"license.html":{}}}],["apps",{"_index":1276,"title":{},"body":{"index.html":{}}}],["args",{"_index":274,"title":{},"body":{"classes/EuiError.html":{}}}],["arises",{"_index":1693,"title":{},"body":{"license.html":{}}}],["arising",{"_index":1567,"title":{},"body":{"license.html":{}}}],["array",{"_index":93,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{},"interfaces/LoadedResources.html":{},"injectables/UxDynamicMenuService.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["arrow",{"_index":916,"title":{},"body":{"dependencies.html":{}}}],["article",{"_index":1345,"title":{},"body":{"license.html":{}}}],["ascending",{"_index":119,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["asserted",{"_index":1602,"title":{},"body":{"license.html":{}}}],["asservice",{"_index":177,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/UxErrorFeedbackService.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":1193,"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":1440,"title":{},"body":{"license.html":{}}}],["attribution",{"_index":1460,"title":{},"body":{"license.html":{}}}],["authorised",{"_index":1306,"title":{},"body":{"license.html":{}}}],["authority",{"_index":1520,"title":{},"body":{"license.html":{}}}],["authorship",{"_index":1514,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":1638,"title":{},"body":{"license.html":{}}}],["autoprefixer",{"_index":843,"title":{},"body":{"dependencies.html":{}}}],["available",{"_index":1328,"title":{},"body":{"license.html":{}}}],["back",{"_index":433,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["base",{"_index":504,"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":407,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{}}}],["basis",{"_index":1539,"title":{},"body":{"license.html":{}}}],["becoming",{"_index":1483,"title":{},"body":{"license.html":{}}}],["before",{"_index":1198,"title":{},"body":{"miscellaneous/functions.html":{},"index.html":{}}}],["begin",{"_index":115,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["behalf",{"_index":1592,"title":{},"body":{"license.html":{}}}],["behaviorsubject",{"_index":643,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["behaviorsubject(true",{"_index":644,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["belgian",{"_index":1692,"title":{},"body":{"license.html":{}}}],["below",{"_index":1303,"title":{},"body":{"license.html":{}}}],["benefits",{"_index":1450,"title":{},"body":{"license.html":{}}}],["better",{"_index":1006,"title":{},"body":{"dependencies.html":{}}}],["between",{"_index":1648,"title":{},"body":{"license.html":{}}}],["beware",{"_index":111,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["body",{"_index":873,"title":{},"body":{"dependencies.html":{}}}],["boolean",{"_index":97,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResources.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/ResourceError.html":{},"classes/UpdateAppConnectionAction.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["bootstrap",{"_index":1000,"title":{},"body":{"dependencies.html":{}}}],["bootstrapped",{"_index":1200,"title":{},"body":{"miscellaneous/functions.html":{}}}],["both",{"_index":1491,"title":{},"body":{"license.html":{}}}],["bottom",{"_index":1608,"title":{},"body":{"license.html":{}}}],["branch",{"_index":1243,"title":{},"body":{"index.html":{}}}],["breach",{"_index":1639,"title":{},"body":{"license.html":{}}}],["brings",{"_index":1522,"title":{},"body":{"license.html":{}}}],["browse",{"_index":1708,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":889,"title":{},"body":{"dependencies.html":{}}}],["browserstoragetype",{"_index":598,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{}}}],["bugs",{"_index":1535,"title":{},"body":{"license.html":{}}}],["build",{"_index":1278,"title":{},"body":{"index.html":{}}}],["built",{"_index":1287,"title":{},"body":{"index.html":{}}}],["bundle",{"_index":879,"title":{},"body":{"dependencies.html":{}}}],["business",{"_index":1688,"title":{},"body":{"license.html":{}}}],["c",{"_index":1297,"title":{},"body":{"license.html":{}}}],["cachepreventioninterceptor",{"_index":166,"title":{"interceptors/CachePreventionInterceptor.html":{}},"body":{"interceptors/CachePreventionInterceptor.html":{}}}],["callback",{"_index":1123,"title":{},"body":{"miscellaneous/functions.html":{}}}],["called",{"_index":371,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["carry",{"_index":1473,"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":1556,"title":{},"body":{"license.html":{}}}],["cause",{"_index":1472,"title":{},"body":{"license.html":{}}}],["caused",{"_index":1561,"title":{},"body":{"license.html":{}}}],["cc",{"_index":1231,"title":{},"body":{"index.html":{}}}],["cecill",{"_index":1706,"title":{},"body":{"license.html":{}}}],["chai",{"_index":853,"title":{},"body":{"dependencies.html":{}}}],["chain",{"_index":1513,"title":{},"body":{"license.html":{}}}],["chalk",{"_index":800,"title":{},"body":{"dependencies.html":{}}}],["channel",{"_index":1629,"title":{},"body":{"license.html":{}}}],["charge",{"_index":1586,"title":{},"body":{"license.html":{}}}],["check",{"_index":209,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"miscellaneous/functions.html":{}}}],["checkattributepermission",{"_index":280,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkattributepermission(rightsandpermission",{"_index":288,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkpermission",{"_index":281,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkpermission(rightid",{"_index":313,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkright",{"_index":282,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkright(rightid",{"_index":315,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["childbaseloggername",{"_index":1165,"title":{},"body":{"miscellaneous/functions.html":{}}}],["childconfig",{"_index":1166,"title":{},"body":{"miscellaneous/functions.html":{}}}],["choice",{"_index":1671,"title":{},"body":{"license.html":{}}}],["choose",{"_index":1583,"title":{},"body":{"license.html":{}}}],["chrome",{"_index":945,"title":{},"body":{"dependencies.html":{}}}],["circumstance",{"_index":1399,"title":{},"body":{"license.html":{}}}],["claims",{"_index":1601,"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/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":{},"classes/UxErrorManager.html":{},"classes/UxRootInjectorGuard.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/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":{},"classes/UxErrorManager.html":{},"classes/UxRootInjectorGuard.html":{},"overview.html":{}}}],["classify",{"_index":1340,"title":{},"body":{"license.html":{}}}],["classlist.js",{"_index":1014,"title":{},"body":{"dependencies.html":{}}}],["clause",{"_index":1479,"title":{},"body":{"license.html":{}}}],["clear",{"_index":1616,"title":{},"body":{"license.html":{}}}],["clearerror",{"_index":744,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["clearerror(groupid",{"_index":768,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["clearerror(id",{"_index":750,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["cleave.js",{"_index":987,"title":{},"body":{"dependencies.html":{}}}],["cli",{"_index":891,"title":{},"body":{"dependencies.html":{}}}],["clicking",{"_index":1606,"title":{},"body":{"license.html":{}}}],["client",{"_index":1032,"title":{},"body":{"dependencies.html":{}}}],["clone",{"_index":1240,"title":{},"body":{"index.html":{}}}],["code",{"_index":275,"title":{},"body":{"classes/EuiError.html":{},"injectables/UxTimezoneService.html":{},"license.html":{}}}],["codes",{"_index":784,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["comes",{"_index":293,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["command",{"_index":1250,"title":{},"body":{"index.html":{}}}],["commercial",{"_index":1574,"title":{},"body":{"license.html":{}}}],["commission",{"_index":1660,"title":{},"body":{"license.html":{}}}],["common",{"_index":1703,"title":{},"body":{"license.html":{}}}],["communicate",{"_index":1402,"title":{},"body":{"license.html":{}}}],["communicated",{"_index":1327,"title":{},"body":{"license.html":{}}}],["communicates",{"_index":1364,"title":{},"body":{"license.html":{}}}],["communicating",{"_index":1379,"title":{},"body":{"license.html":{}}}],["communication",{"_index":1372,"title":{},"body":{"license.html":{}}}],["communities",{"_index":1678,"title":{},"body":{"license.html":{}}}],["community",{"_index":1298,"title":{},"body":{"license.html":{}}}],["compare",{"_index":393,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compatibility",{"_index":1490,"title":{},"body":{"license.html":{}}}],["compatible",{"_index":1492,"title":{},"body":{"license.html":{}}}],["competent",{"_index":1684,"title":{},"body":{"license.html":{}}}],["compiled",{"_index":1355,"title":{},"body":{"license.html":{}}}],["compiletranslations",{"_index":375,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compiletranslations(translations",{"_index":383,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compiletranslationsfn",{"_index":380,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["complete",{"_index":1647,"title":{},"body":{"license.html":{}}}],["completes",{"_index":114,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["compliance",{"_index":1643,"title":{},"body":{"license.html":{}}}],["compodoc/compodoc",{"_index":1022,"title":{},"body":{"dependencies.html":{}}}],["compodoc/ngd",{"_index":1024,"title":{},"body":{"dependencies.html":{}}}],["component",{"_index":713,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["component.service.ts",{"_index":705,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["component/ux",{"_index":704,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentfactoryresolver",{"_index":707,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentportal",{"_index":724,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentref",{"_index":726,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["components",{"_index":762,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["componenttype",{"_index":711,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["computer",{"_index":1358,"title":{},"body":{"license.html":{}}}],["concat",{"_index":865,"title":{},"body":{"dependencies.html":{}}}],["concerning",{"_index":1542,"title":{},"body":{"license.html":{}}}],["conclude",{"_index":1584,"title":{},"body":{"license.html":{}}}],["concluded",{"_index":1633,"title":{},"body":{"license.html":{}}}],["concrete",{"_index":136,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["condition",{"_index":1554,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":1487,"title":{},"body":{"license.html":{}}}],["conducts",{"_index":1686,"title":{},"body":{"license.html":{}}}],["config",{"_index":248,"title":{},"body":{"modules/CoreModule.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"modules/LogModule.html":{},"injectables/UxDynamicComponentService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["configuration",{"_index":351,"title":{},"body":{"injectables/I18nLoader.html":{},"miscellaneous/functions.html":{}}}],["configurations",{"_index":1202,"title":{},"body":{"miscellaneous/functions.html":{}}}],["conflict",{"_index":1498,"title":{},"body":{"license.html":{}}}],["confluence",{"_index":1222,"title":{},"body":{"index.html":{}}}],["connect.interceptor.ts",{"_index":524,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["connect.service.mock.ts",{"_index":535,"title":{},"body":{"classes/OpenIdConnectServiceMock.html":{}}}],["connect.service.ts",{"_index":532,"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":1612,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":1590,"title":{},"body":{"license.html":{}}}],["consolehttperrorcallbackfn",{"_index":1125,"title":{},"body":{"miscellaneous/functions.html":{}}}],["consolehttperrorcallbackfn(error",{"_index":1158,"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/EuiCoreRootGuardClass.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{}}}],["constructor(_element",{"_index":616,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["constructor(actions",{"_index":173,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["constructor(asservice",{"_index":749,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["constructor(baseglobalconfig",{"_index":404,"title":{},"body":{"injectables/I18nService.html":{}}}],["constructor(code",{"_index":272,"title":{},"body":{"classes/EuiError.html":{}}}],["constructor(componentfactoryresolver",{"_index":706,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["constructor(config",{"_index":334,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/LocalForageService.html":{}}}],["constructor(errormappinghandler",{"_index":772,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["constructor(http",{"_index":345,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["constructor(locale_id",{"_index":487,"title":{},"body":{"injectables/LocaleServiceMock.html":{}}}],["constructor(log",{"_index":286,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{}}}],["constructor(logservice",{"_index":329,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["constructor(name",{"_index":507,"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":378,"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":{}}}],["constructor(type",{"_index":776,"title":{},"body":{"classes/UxRootInjectorGuard.html":{}}}],["constructor(uxerrorfeedbackservice",{"_index":765,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["constructor(uxpermission",{"_index":737,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["construed",{"_index":1656,"title":{},"body":{"license.html":{}}}],["contain",{"_index":300,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["contains",{"_index":105,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["content",{"_index":652,"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":1445,"title":{},"body":{"license.html":{}}}],["continuously",{"_index":1529,"title":{},"body":{"license.html":{}}}],["contributes",{"_index":1367,"title":{},"body":{"license.html":{}}}],["contributions",{"_index":1526,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":1521,"title":{},"body":{"license.html":{}}}],["contributor(s",{"_index":1365,"title":{},"body":{"license.html":{}}}],["contributors",{"_index":1525,"title":{},"body":{"license.html":{}}}],["convenient",{"_index":1350,"title":{},"body":{"license.html":{}}}],["convert",{"_index":789,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["converts",{"_index":91,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["copies",{"_index":1382,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1437,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":1478,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1311,"title":{},"body":{"license.html":{}}}],["core",{"_index":941,"title":{},"body":{"dependencies.html":{}}}],["core.module.ts",{"_index":239,"title":{},"body":{"modules/CoreModule.html":{},"classes/EuiCoreRootGuardClass.html":{}}}],["coreappactions",{"_index":1717,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["coreappactiontypes",{"_index":1084,"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":451,"title":{},"body":{"classes/InitStoreAction.html":{}}}],["coreappactiontypes.remove_api_queue_item",{"_index":544,"title":{},"body":{"classes/RemoveApiQueueItemAction.html":{}}}],["coreappactiontypes.update_app_connection",{"_index":657,"title":{},"body":{"classes/UpdateAppConnectionAction.html":{}}}],["coreappactiontypes.update_app_status",{"_index":659,"title":{},"body":{"classes/UpdateAppStatusAction.html":{}}}],["coreappactiontypes.update_app_version",{"_index":661,"title":{},"body":{"classes/UpdateAppVersionAction.html":{}}}],["coreappactiontypes.update_current_module",{"_index":663,"title":{},"body":{"classes/UpdateCurrentModuleAction.html":{}}}],["coreappeffects",{"_index":169,"title":{"injectables/CoreAppEffects.html":{}},"body":{"injectables/CoreAppEffects.html":{}}}],["corei18nactions",{"_index":1718,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corei18nactiontypes",{"_index":1086,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corei18nactiontypes.update_i18n_state",{"_index":666,"title":{},"body":{"classes/UpdateI18nStateAction.html":{}}}],["corelocaleactions",{"_index":1719,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corelocaleactiontypes",{"_index":1088,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corelocaleactiontypes.update_locale_state",{"_index":669,"title":{},"body":{"classes/UpdateLocaleStateAction.html":{}}}],["coremodule",{"_index":236,"title":{"modules/CoreModule.html":{}},"body":{"modules/CoreModule.html":{},"modules.html":{}}}],["corenotificationsactions",{"_index":1720,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corenotificationsactiontypes",{"_index":1090,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corenotificationsactiontypes.update_notifications_list",{"_index":672,"title":{},"body":{"classes/UpdateNotificationsListAction.html":{}}}],["coreuseractions",{"_index":1721,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["coreuseractiontypes",{"_index":1092,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["coreuseractiontypes.update_user_dashboard",{"_index":675,"title":{},"body":{"classes/UpdateUserDashboardAction.html":{}}}],["coreuseractiontypes.update_user_details",{"_index":678,"title":{},"body":{"classes/UpdateUserDetailsAction.html":{}}}],["coreuseractiontypes.update_user_preferences",{"_index":681,"title":{},"body":{"classes/UpdateUserPreferencesAction.html":{}}}],["coreuseractiontypes.update_user_rights",{"_index":683,"title":{},"body":{"classes/UpdateUserRightsAction.html":{}}}],["coreuseractiontypes.update_user_state",{"_index":686,"title":{},"body":{"classes/UpdateUserStateAction.html":{}}}],["corporate.slack.com",{"_index":1234,"title":{},"body":{"index.html":{}}}],["corssecurityinterceptor",{"_index":254,"title":{"interceptors/CorsSecurityInterceptor.html":{}},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["countries",{"_index":785,"title":{},"body":{"injectables/UxTimezoneService.html":{},"license.html":{}}}],["country",{"_index":790,"title":{},"body":{"injectables/UxTimezoneService.html":{},"license.html":{}}}],["court",{"_index":1676,"title":{},"body":{"license.html":{}}}],["coverage",{"_index":948,"title":{},"body":{"dependencies.html":{}}}],["covered",{"_index":1310,"title":{},"body":{"license.html":{}}}],["created",{"_index":515,"title":{},"body":{"injectables/LogService.html":{},"license.html":{}}}],["createeffect",{"_index":179,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["createglobalerrormanager",{"_index":745,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["createlocalerrormanager",{"_index":746,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["createurltree",{"_index":552,"title":{},"body":{"classes/RouterMock.html":{}}}],["creating",{"_index":500,"title":{},"body":{"injectables/LogService.html":{}}}],["creation",{"_index":1368,"title":{},"body":{"license.html":{}}}],["cross",{"_index":809,"title":{},"body":{"dependencies.html":{}}}],["csdr",{"_index":1217,"title":{},"body":{"index.html":{}}}],["csrfpreventioninterceptor",{"_index":258,"title":{"interceptors/CsrfPreventionInterceptor.html":{}},"body":{"interceptors/CsrfPreventionInterceptor.html":{}}}],["cssnano",{"_index":849,"title":{},"body":{"dependencies.html":{}}}],["current",{"_index":38,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["currentlang",{"_index":628,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["currentlanguage",{"_index":445,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["currentlocale",{"_index":474,"title":{},"body":{"injectables/LocaleService.html":{}}}],["currently",{"_index":1201,"title":{},"body":{"miscellaneous/functions.html":{}}}],["customary",{"_index":1509,"title":{},"body":{"license.html":{}}}],["damage",{"_index":1575,"title":{},"body":{"license.html":{}}}],["damages",{"_index":1559,"title":{},"body":{"license.html":{}}}],["danger",{"_index":234,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["dashboard",{"_index":1119,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["data",{"_index":718,"title":{},"body":{"injectables/UxDynamicComponentService.html":{},"license.html":{}}}],["date",{"_index":1477,"title":{},"body":{"license.html":{}}}],["debouncetime",{"_index":572,"title":{},"body":{"classes/StoreMock.html":{}}}],["declarations",{"_index":620,"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":{},"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":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["default_language",{"_index":645,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["default_log_config",{"_index":495,"title":{},"body":{"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["defaultmaximumrequestretries",{"_index":525,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["defects",{"_index":1534,"title":{},"body":{"license.html":{}}}],["defend",{"_index":1597,"title":{},"body":{"license.html":{}}}],["define",{"_index":1336,"title":{},"body":{"license.html":{}}}],["defined",{"_index":187,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{}}}],["definition",{"_index":361,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["definitions",{"_index":1323,"title":{},"body":{"license.html":{}}}],["departmentnumber",{"_index":537,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["dependence",{"_index":1338,"title":{},"body":{"license.html":{}}}],["dependencies",{"_index":793,"title":{"dependencies.html":{}},"body":{"dependencies.html":{},"index.html":{}}}],["deprive",{"_index":1449,"title":{},"body":{"license.html":{}}}],["deps",{"_index":1286,"title":{},"body":{"index.html":{}}}],["derivative",{"_index":1330,"title":{},"body":{"license.html":{}}}],["desc",{"_index":607,"title":{},"body":{"interfaces/TimeZone.html":{}}}],["describing",{"_index":1510,"title":{},"body":{"license.html":{}}}],["description",{"_index":36,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.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":{},"injectables/UxDynamicComponentService.html":{},"miscellaneous/functions.html":{}}}],["detached",{"_index":730,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["detaches",{"_index":728,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["detail",{"_index":231,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["details",{"_index":1114,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["detector",{"_index":1020,"title":{},"body":{"dependencies.html":{}}}],["determine",{"_index":162,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["determined",{"_index":1341,"title":{},"body":{"license.html":{}}}],["dev",{"_index":1264,"title":{},"body":{"index.html":{}}}],["dev.4",{"_index":1003,"title":{},"body":{"dependencies.html":{}}}],["developed",{"_index":1272,"title":{},"body":{"index.html":{}}}],["developers",{"_index":1218,"title":{},"body":{"index.html":{}}}],["development",{"_index":1537,"title":{},"body":{"license.html":{}}}],["device",{"_index":1019,"title":{},"body":{"dependencies.html":{}}}],["devkit/build",{"_index":897,"title":{},"body":{"dependencies.html":{}}}],["devtools",{"_index":974,"title":{},"body":{"dependencies.html":{}}}],["different",{"_index":494,"title":{},"body":{"modules/LogModule.html":{}}}],["digit",{"_index":1225,"title":{},"body":{"index.html":{}}}],["direct",{"_index":1564,"title":{},"body":{"license.html":{}}}],["directive",{"_index":608,"title":{"directives/TranslateMockDirective.html":{}},"body":{"overview.html":{}}}],["directives",{"_index":610,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["directly",{"_index":1560,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":1468,"title":{},"body":{"license.html":{}}}],["dispatch",{"_index":573,"title":{},"body":{"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatch(action",{"_index":586,"title":{},"body":{"injectables/StoreService.html":{}}}],["dispatchaction",{"_index":581,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatchaction(state",{"_index":592,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatching",{"_index":82,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["display",{"_index":1404,"title":{},"body":{"license.html":{}}}],["displaying",{"_index":1610,"title":{},"body":{"license.html":{}}}],["disposal",{"_index":1386,"title":{},"body":{"license.html":{}}}],["distinctuntilchanged",{"_index":574,"title":{},"body":{"classes/StoreMock.html":{}}}],["distribute",{"_index":1407,"title":{},"body":{"license.html":{}}}],["distributed",{"_index":1325,"title":{},"body":{"license.html":{}}}],["distributes",{"_index":1363,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":1378,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":1371,"title":{},"body":{"license.html":{}}}],["document",{"_index":406,"title":{},"body":{"injectables/I18nService.html":{}}}],["documentation",{"_index":1221,"title":{},"body":{"index.html":{}}}],["domain",{"_index":538,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["domainusername",{"_index":539,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["domportaloutlet",{"_index":723,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["done",{"_index":1480,"title":{},"body":{"license.html":{}}}],["dot",{"_index":295,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["down",{"_index":1680,"title":{},"body":{"license.html":{}}}],["download",{"_index":1626,"title":{},"body":{"license.html":{}}}],["drop",{"_index":206,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["duration",{"_index":1397,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":703,"title":{},"body":{"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{}}}],["dynamic_component_config",{"_index":720,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["dynamically",{"_index":481,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/UxDynamicComponentService.html":{}}}],["e.g",{"_index":298,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["each",{"_index":1439,"title":{},"body":{"license.html":{}}}],["easily",{"_index":1441,"title":{},"body":{"license.html":{}}}],["ec",{"_index":1232,"title":{},"body":{"index.html":{}}}],["ecdevops.eu",{"_index":1239,"title":{},"body":{"index.html":{}}}],["eclipse",{"_index":1705,"title":{},"body":{"license.html":{}}}],["economic",{"_index":1427,"title":{},"body":{"license.html":{}}}],["effective",{"_index":1426,"title":{},"body":{"license.html":{}}}],["el",{"_index":712,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["electronic",{"_index":1623,"title":{},"body":{"license.html":{}}}],["element",{"_index":717,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["elementref",{"_index":617,"title":{},"body":{"directives/TranslateMockDirective.html":{},"injectables/UxDynamicComponentService.html":{}}}],["elements",{"_index":926,"title":{},"body":{"dependencies.html":{}}}],["email",{"_index":540,"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":430,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["empty",{"_index":841,"title":{},"body":{"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["empty_api_queue",{"_index":1107,"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":1654,"title":{},"body":{"license.html":{}}}],["enforceable",{"_index":1659,"title":{},"body":{"license.html":{}}}],["english",{"_index":791,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["enumerations",{"_index":1082,"title":{"miscellaneous/enumerations.html":{}},"body":{"miscellaneous/enumerations.html":{}}}],["envapphandler",{"_index":1183,"title":{},"body":{"miscellaneous/functions.html":{}}}],["envappjsonconfig",{"_index":1186,"title":{},"body":{"miscellaneous/functions.html":{}}}],["envconfig",{"_index":1206,"title":{},"body":{"miscellaneous/functions.html":{}}}],["environment",{"_index":1207,"title":{},"body":{"miscellaneous/functions.html":{},"index.html":{}}}],["eol",{"_index":812,"title":{},"body":{"dependencies.html":{}}}],["equal",{"_index":390,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["equals",{"_index":376,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["equals(obj",{"_index":387,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["err",{"_index":756,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.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":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"miscellaneous/functions.html":{}}}],["errorhandler",{"_index":327,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["errormanager",{"_index":1214,"title":{},"body":{"miscellaneous/functions.html":{}}}],["errormappinghandler",{"_index":773,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["errors",{"_index":455,"title":{},"body":{"interfaces/LoadedResources.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"license.html":{}}}],["errorsubclass",{"_index":271,"title":{},"body":{"classes/EuiError.html":{}}}],["es",{"_index":1042,"title":{},"body":{"dependencies.html":{}}}],["eslint",{"_index":914,"title":{},"body":{"dependencies.html":{}}}],["eslint/builder",{"_index":907,"title":{},"body":{"dependencies.html":{}}}],["eslint/eslint",{"_index":909,"title":{},"body":{"dependencies.html":{}}}],["eslint/parser",{"_index":921,"title":{},"body":{"dependencies.html":{}}}],["eslint/schematics",{"_index":912,"title":{},"body":{"dependencies.html":{}}}],["eslint/template",{"_index":913,"title":{},"body":{"dependencies.html":{}}}],["essential",{"_index":1384,"title":{},"body":{"license.html":{}}}],["establishing",{"_index":1683,"title":{},"body":{"license.html":{}}}],["eui",{"_index":204,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"index.html":{}}}],["eui.slack.com",{"_index":1229,"title":{},"body":{"index.html":{}}}],["eui/deps",{"_index":1078,"title":{},"body":{"dependencies.html":{}}}],["eui/ecl",{"_index":1066,"title":{},"body":{"dependencies.html":{}}}],["eui/styles",{"_index":1070,"title":{},"body":{"dependencies.html":{}}}],["eui/tools",{"_index":1079,"title":{},"body":{"dependencies.html":{}}}],["eui_config_token",{"_index":250,"title":{},"body":{"modules/CoreModule.html":{}}}],["euiappconfig",{"_index":346,"title":{},"body":{"injectables/I18nLoader.html":{},"miscellaneous/functions.html":{}}}],["euiapphandlersconfig",{"_index":1184,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euiappjsonconfig",{"_index":1187,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euiconfig",{"_index":1191,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euicorerootguardclass",{"_index":268,"title":{"classes/EuiCoreRootGuardClass.html":{}},"body":{"classes/EuiCoreRootGuardClass.html":{}}}],["euienvconfig",{"_index":1196,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euierror",{"_index":269,"title":{"classes/EuiError.html":{}},"body":{"classes/EuiError.html":{}}}],["euilazyservice",{"_index":400,"title":{},"body":{"injectables/I18nService.html":{}}}],["euilogservicefactory",{"_index":1126,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euilogservicefactory(injector",{"_index":1162,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euipermissionservice",{"_index":277,"title":{"injectables/EuiPermissionService.html":{}},"body":{"injectables/EuiPermissionService.html":{},"injectables/UxDynamicMenuService.html":{}}}],["euirc",{"_index":1288,"title":{},"body":{"index.html":{}}}],["euiservice",{"_index":279,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["euiservicestatus",{"_index":409,"title":{},"body":{"injectables/I18nService.html":{}}}],["euloginsessiontimeouthandlinginterceptor",{"_index":262,"title":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["eupl",{"_index":1296,"title":{},"body":{"license.html":{},"properties.html":{}}}],["european",{"_index":1291,"title":{},"body":{"license.html":{}}}],["even",{"_index":1576,"title":{},"body":{"license.html":{}}}],["event",{"_index":838,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["events",{"_index":549,"title":{},"body":{"classes/RouterMock.html":{}}}],["example",{"_index":1624,"title":{},"body":{"license.html":{}}}],["except",{"_index":1507,"title":{},"body":{"license.html":{}}}],["exception",{"_index":1451,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":1395,"title":{},"body":{"license.html":{}}}],["execa",{"_index":796,"title":{},"body":{"dependencies.html":{}}}],["executable",{"_index":1329,"title":{},"body":{"license.html":{}}}],["execute",{"_index":1269,"title":{},"body":{"index.html":{}}}],["execution",{"_index":113,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["exercise",{"_index":1424,"title":{},"body":{"license.html":{}}}],["exercised",{"_index":1412,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":1620,"title":{},"body":{"license.html":{}}}],["exhaustion",{"_index":1454,"title":{},"body":{"license.html":{}}}],["exist",{"_index":514,"title":{},"body":{"injectables/LogService.html":{}}}],["existing",{"_index":1255,"title":{},"body":{"index.html":{}}}],["exports",{"_index":622,"title":{},"body":{"modules/TranslateMockModule.html":{}}}],["express",{"_index":876,"title":{},"body":{"dependencies.html":{}}}],["expressed",{"_index":1320,"title":{},"body":{"license.html":{}}}],["expressly",{"_index":1482,"title":{},"body":{"license.html":{}}}],["extend",{"_index":138,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{},"dependencies.html":{}}}],["extended",{"_index":1073,"title":{},"body":{"dependencies.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":1308,"title":{},"body":{"license.html":{}}}],["extra",{"_index":803,"title":{},"body":{"dependencies.html":{}}}],["extract",{"_index":185,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fact",{"_index":1603,"title":{},"body":{"license.html":{}}}],["failed",{"_index":354,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["fails",{"_index":102,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["failure",{"_index":1572,"title":{},"body":{"license.html":{}}}],["faker",{"_index":833,"title":{},"body":{"dependencies.html":{}}}],["false",{"_index":353,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["far",{"_index":1419,"title":{},"body":{"license.html":{}}}],["feature",{"_index":210,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fee",{"_index":1587,"title":{},"body":{"license.html":{}}}],["feedback.service.ts",{"_index":743,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["feedback/ux",{"_index":742,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["fetch",{"_index":435,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"dependencies.html":{}}}],["field",{"_index":304,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["fields",{"_index":302,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["figlet",{"_index":798,"title":{},"body":{"dependencies.html":{}}}],["figures",{"_index":824,"title":{},"body":{"dependencies.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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{}}}],["files",{"_index":1265,"title":{},"body":{"index.html":{}}}],["filteruxlinkswithrights",{"_index":735,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["filteruxlinkswithrights(links",{"_index":739,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["finished",{"_index":1532,"title":{},"body":{"license.html":{}}}],["first",{"_index":292,"title":{},"body":{"injectables/EuiPermissionService.html":{},"index.html":{}}}],["firstname",{"_index":541,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["fitness",{"_index":1544,"title":{},"body":{"license.html":{}}}],["follow",{"_index":1220,"title":{},"body":{"index.html":{}}}],["followed",{"_index":294,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["following",{"_index":1315,"title":{},"body":{"license.html":{}}}],["follows",{"_index":118,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["forage.service.ts",{"_index":460,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["forchild",{"_index":241,"title":{},"body":{"modules/CoreModule.html":{},"modules/LogModule.html":{}}}],["forchild(config",{"_index":490,"title":{},"body":{"modules/LogModule.html":{}}}],["forchild(modulename",{"_index":242,"title":{},"body":{"modules/CoreModule.html":{}}}],["form",{"_index":1349,"title":{},"body":{"license.html":{}}}],["formats",{"_index":1415,"title":{},"body":{"license.html":{}}}],["forroot",{"_index":245,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["forroot(config",{"_index":496,"title":{},"body":{"modules/LogModule.html":{}}}],["free",{"_index":1394,"title":{},"body":{"license.html":{}}}],["freely",{"_index":1442,"title":{},"body":{"license.html":{}}}],["freeze",{"_index":977,"title":{},"body":{"dependencies.html":{}}}],["fromevent(window",{"_index":196,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fs",{"_index":802,"title":{},"body":{"dependencies.html":{}}}],["full",{"_index":1642,"title":{},"body":{"license.html":{}}}],["fully",{"_index":410,"title":{},"body":{"injectables/I18nService.html":{}}}],["function",{"_index":158,"title":{},"body":{"classes/AsyncStorageService.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":{}}}],["functional",{"_index":1238,"title":{},"body":{"index.html":{}}}],["functionalities",{"_index":1385,"title":{},"body":{"license.html":{}}}],["functions",{"_index":1120,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["functions.ts",{"_index":1124,"title":{},"body":{"miscellaneous/functions.html":{}}}],["general",{"_index":1698,"title":{},"body":{"license.html":{}}}],["generally",{"_index":1354,"title":{},"body":{"license.html":{}}}],["generic",{"_index":132,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["get(content",{"_index":651,"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":638,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["getcorechildproviders",{"_index":1128,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcorechildproviders(modulename",{"_index":1173,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcoreproviders",{"_index":1131,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcountries",{"_index":778,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["getcurrentlanguage",{"_index":449,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["getcurrentlocale",{"_index":484,"title":{},"body":{"injectables/LocaleService.html":{}}}],["getdependencyproviders",{"_index":1132,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getfailedresources",{"_index":341,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["getglobalconfig",{"_index":1133,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getglobalconfig(appconfig",{"_index":1176,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gethttperrorhandlingconfig",{"_index":1135,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gethttperrorhandlingconfig(appconfig",{"_index":1178,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlangs",{"_index":639,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["getlogappendersconfig",{"_index":1136,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlogappendersconfig(config",{"_index":1168,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlogger",{"_index":506,"title":{},"body":{"injectables/LogService.html":{},"classes/LogServiceMock.html":{}}}],["getlogger(loggername",{"_index":512,"title":{},"body":{"injectables/LogService.html":{}}}],["getmenulinks",{"_index":736,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["getmoduleconfig",{"_index":1137,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getmoduleconfig(appconfig",{"_index":1179,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getonlangchange",{"_index":448,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["getpath",{"_index":377,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["getpath(lang",{"_index":396,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["getpreviouslocale",{"_index":483,"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":1138,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getrootlogconfig(appconfig",{"_index":1180,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gets",{"_index":356,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/LogService.html":{},"injectables/UxTimezoneService.html":{}}}],["getshowconnectionstatus",{"_index":1139,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getshowconnectionstatus(globalconfig",{"_index":1181,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getstate",{"_index":283,"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":414,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["getstate(keyormapfn",{"_index":415,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["getstate(mapfn",{"_index":412,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["gettimezone",{"_index":779,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["gettimezone(tz",{"_index":786,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["gettimezones",{"_index":780,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["getting",{"_index":499,"title":{"index.html":{},"license.html":{}},"body":{"injectables/LogService.html":{}}}],["gettranslation",{"_index":342,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/TranslateServiceMock.html":{}}}],["gettranslation(lang",{"_index":355,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["getuserdetails",{"_index":533,"title":{},"body":{"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{}}}],["getuserid",{"_index":696,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["given",{"_index":125,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["giving",{"_index":1375,"title":{},"body":{"license.html":{}}}],["global",{"_index":1268,"title":{},"body":{"index.html":{}}}],["globalconfig",{"_index":405,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"miscellaneous/functions.html":{}}}],["globalerrorhandler",{"_index":324,"title":{"injectables/GlobalErrorHandler.html":{}},"body":{"injectables/GlobalErrorHandler.html":{}}}],["globalstate",{"_index":576,"title":{},"body":{"classes/StoreMock.html":{}}}],["gnu",{"_index":1697,"title":{},"body":{"license.html":{}}}],["going",{"_index":432,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["goodwill",{"_index":1570,"title":{},"body":{"license.html":{}}}],["governed",{"_index":1689,"title":{},"body":{"license.html":{}}}],["gpl",{"_index":1699,"title":{},"body":{"license.html":{}}}],["grant",{"_index":1457,"title":{},"body":{"license.html":{}}}],["granted",{"_index":1388,"title":{},"body":{"license.html":{}}}],["grants",{"_index":1390,"title":{},"body":{"license.html":{}}}],["groupid",{"_index":751,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growl",{"_index":755,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["growlerror",{"_index":747,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growlerror(err",{"_index":753,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growlhttperrorcallbackfn",{"_index":1140,"title":{},"body":{"miscellaneous/functions.html":{}}}],["growlhttperrorcallbackfn(error",{"_index":1159,"title":{},"body":{"miscellaneous/functions.html":{}}}],["guide",{"_index":1219,"title":{},"body":{"index.html":{}}}],["hammerjs",{"_index":1044,"title":{},"body":{"dependencies.html":{}}}],["handleautosave",{"_index":582,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["handlebars",{"_index":1053,"title":{},"body":{"dependencies.html":{}}}],["handleerror",{"_index":328,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleerror(error",{"_index":330,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler",{"_index":584,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/functions.html":{}}}],["handler.interceptor.ts",{"_index":333,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["handler.operator.ts",{"_index":1155,"title":{},"body":{"miscellaneous/functions.html":{}}}],["handler.ts",{"_index":326,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handling.interceptor.ts",{"_index":267,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["harmless",{"_index":1599,"title":{},"body":{"license.html":{}}}],["haserror",{"_index":456,"title":{},"body":{"interfaces/LoadedResources.html":{}}}],["he/she",{"_index":1471,"title":{},"body":{"license.html":{}}}],["header",{"_index":42,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["headers",{"_index":46,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["held",{"_index":1432,"title":{},"body":{"license.html":{}}}],["helper",{"_index":157,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"miscellaneous/functions.html":{}}}],["here",{"_index":1428,"title":{},"body":{"license.html":{}}}],["hereby",{"_index":1389,"title":{},"body":{"license.html":{}}}],["hereunder",{"_index":1516,"title":{},"body":{"license.html":{}}}],["him/her",{"_index":1518,"title":{},"body":{"license.html":{}}}],["his/her",{"_index":1499,"title":{},"body":{"license.html":{}}}],["hold",{"_index":1598,"title":{},"body":{"license.html":{}}}],["holder",{"_index":1312,"title":{},"body":{"license.html":{}}}],["host",{"_index":715,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["html",{"_index":951,"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":560,"title":{},"body":{"classes/RouterMock.html":{}}}],["httpclient",{"_index":73,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{}}}],["httperrorhandlerconfig",{"_index":335,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"miscellaneous/functions.html":{}}}],["httperrorhandlerinterceptor",{"_index":331,"title":{"interceptors/HttpErrorHandlerInterceptor.html":{}},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["httperroroperator",{"_index":764,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["httperrorresponse",{"_index":1157,"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",{"_index":828,"title":{},"body":{"dependencies.html":{}}}],["https://citnet.tech.ec.europa.eu/citnet/confluence/display/compcorp/01",{"_index":1223,"title":{},"body":{"index.html":{}}}],["https://citnet.tech.ec.europa.eu/citnet/stash/projects/csdr/repos/root",{"_index":1714,"title":{},"body":{"properties.html":{}}}],["https://compass",{"_index":1233,"title":{},"body":{"index.html":{}}}],["https://ec",{"_index":1228,"title":{},"body":{"index.html":{}}}],["https://localforage.github.io/localforage",{"_index":465,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["human",{"_index":1347,"title":{},"body":{"license.html":{}}}],["i18n",{"_index":369,"title":{},"body":{"modules/I18nModule.html":{},"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["i18n.onready('my_module').pipe(switchmap(()=>translate.get('eui.key",{"_index":429,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["i18nloader",{"_index":338,"title":{"injectables/I18nLoader.html":{}},"body":{"injectables/I18nLoader.html":{}}}],["i18nloaderconfig",{"_index":348,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["i18nmodule",{"_index":367,"title":{"modules/I18nModule.html":{}},"body":{"modules/I18nModule.html":{},"modules.html":{}}}],["i18nresourceimpl",{"_index":352,"title":{"classes/I18nResourceImpl.html":{}},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["i18nservice",{"_index":398,"title":{"injectables/I18nService.html":{}},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{}}}],["i18nservicemock",{"_index":441,"title":{"injectables/I18nServiceMock.html":{}},"body":{"injectables/I18nServiceMock.html":{}}}],["i18nstate",{"_index":440,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/UpdateI18nStateAction.html":{}}}],["icon",{"_index":1607,"title":{},"body":{"license.html":{}}}],["id",{"_index":85,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/UxErrorFeedbackService.html":{},"index.html":{}}}],["identical",{"_index":1668,"title":{},"body":{"license.html":{}}}],["imagemin",{"_index":862,"title":{},"body":{"dependencies.html":{}}}],["immediately",{"_index":1317,"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":493,"title":{},"body":{"modules/LogModule.html":{},"dependencies.html":{}}}],["impose",{"_index":1485,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":1459,"title":{},"body":{"license.html":{}}}],["improved",{"_index":1530,"title":{},"body":{"license.html":{}}}],["include",{"_index":1470,"title":{},"body":{"license.html":{}}}],["including",{"_index":1403,"title":{},"body":{"license.html":{}}}],["incurred",{"_index":1600,"title":{},"body":{"license.html":{}}}],["indemnify",{"_index":1596,"title":{},"body":{"license.html":{}}}],["indemnity",{"_index":1589,"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.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":{},"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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["indicate",{"_index":1502,"title":{},"body":{"license.html":{}}}],["indicates",{"_index":388,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["indirect",{"_index":1565,"title":{},"body":{"license.html":{}}}],["infinite",{"_index":984,"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{}}}],["information",{"_index":1621,"title":{},"body":{"license.html":{}}}],["informed",{"_index":221,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["infringement",{"_index":1549,"title":{},"body":{"license.html":{}}}],["inherent",{"_index":1536,"title":{},"body":{"license.html":{}}}],["init",{"_index":284,"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":{},"index.html":{}}}],["init(i18nstate",{"_index":446,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["init(langstate",{"_index":417,"title":{},"body":{"injectables/I18nService.html":{}}}],["init(rights",{"_index":319,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["init(state",{"_index":478,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["init(userstate",{"_index":689,"title":{},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["init(version",{"_index":596,"title":{},"body":{"injectables/StoreService.html":{}}}],["init_store",{"_index":1094,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["initialize",{"_index":321,"title":{},"body":{"injectables/EuiPermissionService.html":{},"index.html":{}}}],["initialized",{"_index":1256,"title":{},"body":{"index.html":{}}}],["initstoreaction",{"_index":450,"title":{"classes/InitStoreAction.html":{}},"body":{"classes/InitStoreAction.html":{},"miscellaneous/typealiases.html":{}}}],["injectable",{"_index":58,"title":{"injectables/ApiQueueService.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"injectables/UxTimezoneService.html":{}},"body":{}}],["injectables",{"_index":60,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"injectables/UxTimezoneService.html":{},"overview.html":{}}}],["injected",{"_index":716,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["injector",{"_index":336,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/UxDynamicComponentService.html":{},"miscellaneous/functions.html":{}}}],["injector.guard.ts",{"_index":775,"title":{},"body":{"classes/UxRootInjectorGuard.html":{}}}],["inputs",{"_index":614,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["inquirer",{"_index":794,"title":{},"body":{"dependencies.html":{}}}],["inside",{"_index":87,"title":{},"body":{"injectables/ApiQueueService.html":{},"license.html":{}}}],["instance",{"_index":365,"title":{},"body":{"injectables/I18nLoader.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["instanceid",{"_index":758,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["instant",{"_index":640,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["instant(key",{"_index":653,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["intact",{"_index":1463,"title":{},"body":{"license.html":{}}}],["intellectual",{"_index":1550,"title":{},"body":{"license.html":{}}}],["intended",{"_index":1448,"title":{},"body":{"license.html":{}}}],["interactive",{"_index":1247,"title":{},"body":{"index.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":452,"title":{"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"interfaces/ResourceError.html":{},"interfaces/TimeZone.html":{}},"body":{}}],["interfaces",{"_index":454,"title":{},"body":{"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"interfaces/ResourceError.html":{},"interfaces/TimeZone.html":{},"overview.html":{}}}],["interpolateparams",{"_index":654,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["interpretation",{"_index":1675,"title":{},"body":{"license.html":{}}}],["interpreted",{"_index":1357,"title":{},"body":{"license.html":{}}}],["intl",{"_index":1009,"title":{},"body":{"dependencies.html":{}}}],["invalid",{"_index":1650,"title":{},"body":{"license.html":{}}}],["invented",{"_index":1418,"title":{},"body":{"license.html":{}}}],["irrevocable",{"_index":1617,"title":{},"body":{"license.html":{}}}],["irrevocably",{"_index":1619,"title":{},"body":{"license.html":{}}}],["isdeepmerge",{"_index":1189,"title":{},"body":{"miscellaneous/functions.html":{}}}],["iserror",{"_index":546,"title":{},"body":{"interfaces/ResourceError.html":{}}}],["isfeatureenabled",{"_index":212,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["isglobal",{"_index":766,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["isloaded",{"_index":629,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["isloadedsubject",{"_index":630,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["islogconfigdefined",{"_index":1141,"title":{},"body":{"miscellaneous/functions.html":{}}}],["islogconfigdefined(config",{"_index":1169,"title":{},"body":{"miscellaneous/functions.html":{}}}],["iso",{"_index":783,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["iso2country",{"_index":781,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["iso2country(iso",{"_index":788,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["istanbul",{"_index":953,"title":{},"body":{"dependencies.html":{}}}],["item",{"_index":78,"title":{},"body":{"injectables/ApiQueueService.html":{},"miscellaneous/enumerations.html":{}}}],["items",{"_index":94,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["itself",{"_index":502,"title":{},"body":{"injectables/LogService.html":{}}}],["jasmine",{"_index":940,"title":{},"body":{"dependencies.html":{}}}],["javascript",{"_index":463,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["js",{"_index":1037,"title":{},"body":{"dependencies.html":{}}}],["jsdoc",{"_index":918,"title":{},"body":{"dependencies.html":{}}}],["json",{"_index":831,"title":{},"body":{"dependencies.html":{}}}],["jsrsasign",{"_index":1034,"title":{},"body":{"dependencies.html":{}}}],["jurisdiction",{"_index":1672,"title":{},"body":{"license.html":{}}}],["justice",{"_index":1677,"title":{},"body":{"license.html":{}}}],["k",{"_index":316,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["karma",{"_index":943,"title":{},"body":{"dependencies.html":{}}}],["keep",{"_index":1462,"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":416,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["kind",{"_index":1541,"title":{},"body":{"license.html":{}}}],["known",{"_index":1252,"title":{},"body":{"index.html":{},"license.html":{}}}],["laid",{"_index":1679,"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":650,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["langstate",{"_index":418,"title":{},"body":{"injectables/I18nService.html":{}}}],["language",{"_index":39,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{}}}],["languages",{"_index":631,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["last",{"_index":303,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["lastname",{"_index":542,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["later",{"_index":1417,"title":{},"body":{"license.html":{}}}],["launcher",{"_index":946,"title":{},"body":{"dependencies.html":{}}}],["law",{"_index":1342,"title":{},"body":{"license.html":{}}}],["laws",{"_index":1581,"title":{},"body":{"license.html":{}}}],["lazy",{"_index":492,"title":{},"body":{"modules/LogModule.html":{}}}],["lazyload",{"_index":401,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyload(config",{"_index":419,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyloadinit",{"_index":402,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyloadinit(moduleconfig",{"_index":420,"title":{},"body":{"injectables/I18nService.html":{}}}],["legal",{"_index":1361,"title":{},"body":{"license.html":{}}}],["lend",{"_index":1408,"title":{},"body":{"license.html":{}}}],["lending",{"_index":1376,"title":{},"body":{"license.html":{}}}],["level",{"_index":508,"title":{},"body":{"injectables/LogService.html":{}}}],["liability",{"_index":1555,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1563,"title":{},"body":{"license.html":{}}}],["library",{"_index":464,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["licence",{"_index":1293,"title":{},"body":{"license.html":{}}}],["licences",{"_index":1495,"title":{},"body":{"license.html":{}}}],["license",{"_index":1290,"title":{"license.html":{}},"body":{"license.html":{},"properties.html":{}}}],["licensed",{"_index":1318,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":1332,"title":{},"body":{"license.html":{}}}],["licensee's",{"_index":1497,"title":{},"body":{"license.html":{}}}],["licensor",{"_index":1314,"title":{},"body":{"license.html":{}}}],["life",{"_index":233,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["lifespan",{"_index":216,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["limitation",{"_index":1452,"title":{},"body":{"license.html":{}}}],["limitations",{"_index":1446,"title":{},"body":{"license.html":{}}}],["line",{"_index":1251,"title":{},"body":{"index.html":{},"license.html":{}}}],["linguistic",{"_index":1662,"title":{},"body":{"license.html":{}}}],["links",{"_index":740,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["linting",{"_index":1282,"title":{},"body":{"index.html":{}}}],["list",{"_index":782,"title":{},"body":{"injectables/UxTimezoneService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["listed",{"_index":1430,"title":{},"body":{"license.html":{}}}],["literal",{"_index":26,"title":{},"body":{"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/InitStoreAction.html":{}}}],["litigation",{"_index":1673,"title":{},"body":{"license.html":{}}}],["load",{"_index":363,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/LocaleService.html":{},"miscellaneous/functions.html":{}}}],["loaded",{"_index":411,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/enumerations.html":{}}}],["loadedresources",{"_index":453,"title":{"interfaces/LoadedResources.html":{}},"body":{"interfaces/LoadedResources.html":{}}}],["loadedresourceserror",{"_index":457,"title":{"interfaces/LoadedResourcesError.html":{}},"body":{"interfaces/LoadedResourcesError.html":{}}}],["loader",{"_index":350,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"dependencies.html":{}}}],["loadeuidynamicenvironmentconfig",{"_index":1142,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loadeuidynamicenvironmentconfig(url",{"_index":1192,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loadresources",{"_index":343,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loadresources(resources",{"_index":359,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loads",{"_index":360,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loaduserdetails",{"_index":697,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["loaduserpreferences",{"_index":698,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["local",{"_index":468,"title":{},"body":{"injectables/LocalStorageService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["locale",{"_index":482,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["locale_id",{"_index":475,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["localemapper",{"_index":476,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/typealiases.html":{}}}],["localeservice",{"_index":469,"title":{"injectables/LocaleService.html":{}},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["localeservicemock",{"_index":485,"title":{"injectables/LocaleServiceMock.html":{}},"body":{"injectables/LocaleServiceMock.html":{}}}],["localestate",{"_index":479,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"classes/UpdateLocaleStateAction.html":{}}}],["localforage",{"_index":461,"title":{},"body":{"injectables/LocalForageService.html":{},"dependencies.html":{}}}],["localforageservice",{"_index":458,"title":{"injectables/LocalForageService.html":{}},"body":{"injectables/LocalForageService.html":{}}}],["locally",{"_index":1279,"title":{},"body":{"index.html":{}}}],["localstorage",{"_index":467,"title":{},"body":{"injectables/LocalStorageService.html":{}}}],["localstorageservice",{"_index":466,"title":{"injectables/LocalStorageService.html":{}},"body":{"injectables/LocalStorageService.html":{}}}],["localstoragesync",{"_index":1144,"title":{},"body":{"miscellaneous/functions.html":{}}}],["localstoragesync(reducer",{"_index":1210,"title":{},"body":{"miscellaneous/functions.html":{}}}],["location",{"_index":1628,"title":{},"body":{"license.html":{}}}],["lodash",{"_index":1041,"title":{},"body":{"dependencies.html":{}}}],["log",{"_index":287,"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":511,"title":{},"body":{"injectables/LogService.html":{},"miscellaneous/functions.html":{}}}],["logconfig",{"_index":491,"title":{},"body":{"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["logger",{"_index":505,"title":{},"body":{"injectables/LogService.html":{}}}],["loggermock",{"_index":520,"title":{},"body":{"classes/LogServiceMock.html":{}}}],["loggername",{"_index":516,"title":{},"body":{"injectables/LogService.html":{}}}],["loggers",{"_index":501,"title":{},"body":{"injectables/LogService.html":{}}}],["loghttperrorcallbackfn",{"_index":1146,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loghttperrorcallbackfn(error",{"_index":1160,"title":{},"body":{"miscellaneous/functions.html":{}}}],["login",{"_index":264,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["loglevel",{"_index":509,"title":{},"body":{"injectables/LogService.html":{}}}],["logmodule",{"_index":488,"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":1147,"title":{},"body":{"miscellaneous/functions.html":{}}}],["logservicefactory(config",{"_index":1171,"title":{},"body":{"miscellaneous/functions.html":{}}}],["logservicemock",{"_index":518,"title":{"classes/LogServiceMock.html":{}},"body":{"classes/LogServiceMock.html":{}}}],["long",{"_index":1444,"title":{},"body":{"license.html":{}}}],["loss",{"_index":1569,"title":{},"body":{"license.html":{}}}],["lowdb",{"_index":837,"title":{},"body":{"dependencies.html":{}}}],["lunr",{"_index":1076,"title":{},"body":{"dependencies.html":{}}}],["machine",{"_index":1436,"title":{},"body":{"license.html":{}}}],["main.ts",{"_index":1205,"title":{},"body":{"miscellaneous/functions.html":{}}}],["make",{"_index":1401,"title":{},"body":{"license.html":{}}}],["makes",{"_index":1369,"title":{},"body":{"license.html":{}}}],["making",{"_index":1381,"title":{},"body":{"license.html":{}}}],["malfunction",{"_index":1573,"title":{},"body":{"license.html":{}}}],["map((action",{"_index":182,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["map((connected",{"_index":198,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mapfn",{"_index":413,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["marbles",{"_index":959,"title":{},"body":{"dependencies.html":{}}}],["markdown",{"_index":1071,"title":{},"body":{"dependencies.html":{}}}],["marked",{"_index":1027,"title":{},"body":{"dependencies.html":{}}}],["marks",{"_index":1506,"title":{},"body":{"license.html":{}}}],["mask",{"_index":998,"title":{},"body":{"dependencies.html":{}}}],["master",{"_index":1242,"title":{},"body":{"index.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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"properties.html":{},"miscellaneous/typealiases.html":{}}}],["material",{"_index":1566,"title":{},"body":{"license.html":{}}}],["matter",{"_index":112,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["mean",{"_index":1321,"title":{},"body":{"license.html":{}}}],["meaning",{"_index":1324,"title":{},"body":{"license.html":{}}}],["means",{"_index":1622,"title":{},"body":{"license.html":{}}}],["meant",{"_index":1356,"title":{},"body":{"license.html":{}}}],["media",{"_index":1413,"title":{},"body":{"license.html":{}}}],["mentioned",{"_index":1344,"title":{},"body":{"license.html":{}}}],["menu.service.ts",{"_index":733,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["menu/ux",{"_index":732,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["menulinks",{"_index":734,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["merchantability",{"_index":1543,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1188,"title":{},"body":{"miscellaneous/functions.html":{}}}],["merge(fromevent(window",{"_index":194,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mergeapphandlerconfigtoappconfig",{"_index":1148,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeapphandlerconfigtoappconfig(euiappconfig",{"_index":1182,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeappjsonconfigtoappconfig",{"_index":1149,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeappjsonconfigtoappconfig(euiappconfig",{"_index":1185,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergemap((route",{"_index":184,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mergeuserpreferences",{"_index":699,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["message",{"_index":230,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["meta",{"_index":1211,"title":{},"body":{"miscellaneous/functions.html":{}}}],["metadata",{"_index":613,"title":{},"body":{"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{}}}],["method",{"_index":370,"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/EuiPermissionService.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"injectables/UxTimezoneService.html":{}}}],["miscellaneous",{"_index":1081,"title":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/typealiases.html":{}}}],["misconduct",{"_index":1558,"title":{},"body":{"license.html":{}}}],["mocha",{"_index":851,"title":{},"body":{"dependencies.html":{}}}],["mock",{"_index":1017,"title":{},"body":{"dependencies.html":{}}}],["model.interceptor.ts",{"_index":771,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["modification",{"_index":1337,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":1334,"title":{},"body":{"license.html":{}}}],["modified",{"_index":1476,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":1366,"title":{},"body":{"license.html":{}}}],["modify",{"_index":1353,"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":{},"dependencies.html":{},"miscellaneous/enumerations.html":{}}}],["moduleconfig",{"_index":421,"title":{},"body":{"injectables/I18nService.html":{},"miscellaneous/functions.html":{}}}],["moduleloadevent",{"_index":521,"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":{},"modules.html":{},"overview.html":{}}}],["modulewithproviders",{"_index":244,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["moment",{"_index":818,"title":{},"body":{"dependencies.html":{}}}],["moral",{"_index":1421,"title":{},"body":{"license.html":{}}}],["more",{"_index":246,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiPermissionService.html":{}}}],["morgan",{"_index":869,"title":{},"body":{"dependencies.html":{}}}],["mount",{"_index":1253,"title":{},"body":{"index.html":{}}}],["msg",{"_index":273,"title":{},"body":{"classes/EuiError.html":{}}}],["multiple",{"_index":310,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["mwp",{"_index":1259,"title":{},"body":{"index.html":{}}}],["myworkplace",{"_index":1230,"title":{},"body":{"index.html":{}}}],["mywp:start",{"_index":1260,"title":{},"body":{"index.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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.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":{},"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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["names",{"_index":1505,"title":{},"body":{"license.html":{}}}],["natural",{"_index":1360,"title":{},"body":{"license.html":{}}}],["navigate",{"_index":553,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigate(url",{"_index":561,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigatebyurl",{"_index":554,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigatebyurl(url",{"_index":563,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigationend(0",{"_index":559,"title":{},"body":{"classes/RouterMock.html":{}}}],["ncp",{"_index":816,"title":{},"body":{"dependencies.html":{}}}],["ne",{"_index":550,"title":{},"body":{"classes/RouterMock.html":{}}}],["necessary",{"_index":1433,"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":{},"injectables/UxErrorFeedbackService.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":{}}}],["ng",{"_index":899,"title":{},"body":{"dependencies.html":{}}}],["ng2",{"_index":991,"title":{},"body":{"dependencies.html":{}}}],["ngondestroy",{"_index":472,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["ngrx",{"_index":588,"title":{},"body":{"injectables/StoreService.html":{},"dependencies.html":{}}}],["ngrx/component",{"_index":976,"title":{},"body":{"dependencies.html":{}}}],["ngrx/effects",{"_index":969,"title":{},"body":{"dependencies.html":{}}}],["ngrx/entity",{"_index":975,"title":{},"body":{"dependencies.html":{}}}],["ngrx/router",{"_index":971,"title":{},"body":{"dependencies.html":{}}}],["ngrx/schematics",{"_index":972,"title":{},"body":{"dependencies.html":{}}}],["ngrx/store",{"_index":973,"title":{},"body":{"dependencies.html":{}}}],["ngx",{"_index":427,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"dependencies.html":{}}}],["node",{"_index":857,"title":{},"body":{"dependencies.html":{}}}],["nodemon",{"_index":835,"title":{},"body":{"dependencies.html":{}}}],["non",{"_index":437,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["nothing",{"_index":1447,"title":{},"body":{"license.html":{}}}],["notice",{"_index":1316,"title":{},"body":{"license.html":{}}}],["notices",{"_index":1466,"title":{},"body":{"license.html":{}}}],["notif",{"_index":1111,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["now",{"_index":1416,"title":{},"body":{"license.html":{}}}],["npm",{"_index":821,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["null",{"_index":1167,"title":{},"body":{"miscellaneous/functions.html":{}}}],["number",{"_index":527,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["numerous",{"_index":1531,"title":{},"body":{"license.html":{}}}],["nyc",{"_index":855,"title":{},"body":{"dependencies.html":{}}}],["obj",{"_index":391,"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":{},"classes/TranslateServiceMock.html":{},"miscellaneous/functions.html":{}}}],["obligations",{"_index":1456,"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":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["observable((observer",{"_index":556,"title":{},"body":{"classes/RouterMock.html":{}}}],["observepreferencesupdate",{"_index":700,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["observer",{"_index":1012,"title":{},"body":{"dependencies.html":{}}}],["observer.complete",{"_index":558,"title":{},"body":{"classes/RouterMock.html":{}}}],["observer.next(this.ne",{"_index":557,"title":{},"body":{"classes/RouterMock.html":{}}}],["offer",{"_index":1484,"title":{},"body":{"license.html":{}}}],["offering",{"_index":1625,"title":{},"body":{"license.html":{}}}],["office",{"_index":1691,"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":1031,"title":{},"body":{"dependencies.html":{}}}],["once",{"_index":431,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["ondefaultlangchange",{"_index":632,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["ondefaultlangchangesubject",{"_index":633,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["one",{"_index":150,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/I18nResourceImpl.html":{},"injectables/LocalForageService.html":{}}}],["onlangchange",{"_index":444,"title":{},"body":{"injectables/I18nServiceMock.html":{},"classes/TranslateServiceMock.html":{}}}],["onlangchangesubject",{"_index":634,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["online').pipe(mapto(true",{"_index":195,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["onready",{"_index":403,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["onready(modulename",{"_index":422,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["ontranslationchange",{"_index":635,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["ontranslationchangesubject",{"_index":636,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["open",{"_index":871,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["openid",{"_index":1261,"title":{},"body":{"index.html":{}}}],["openidconnectinterceptor",{"_index":522,"title":{"interceptors/OpenIdConnectInterceptor.html":{}},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["openidconnectservice",{"_index":531,"title":{"injectables/OpenIdConnectService.html":{}},"body":{"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{}}}],["openidconnectservicemock",{"_index":534,"title":{"classes/OpenIdConnectServiceMock.html":{}},"body":{"classes/OpenIdConnectServiceMock.html":{}}}],["openidconnectuserdetails",{"_index":536,"title":{"interfaces/OpenIdConnectUserDetails.html":{}},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["operations",{"_index":1277,"title":{},"body":{"index.html":{}}}],["operatorfunction",{"_index":1215,"title":{},"body":{"miscellaneous/functions.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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.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":{},"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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["options",{"_index":1246,"title":{},"body":{"index.html":{}}}],["order",{"_index":108,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"dependencies.html":{},"license.html":{}}}],["origin",{"_index":1511,"title":{},"body":{"license.html":{}}}],["original",{"_index":1313,"title":{},"body":{"license.html":{}}}],["osl",{"_index":1700,"title":{},"body":{"license.html":{}}}],["others",{"_index":305,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["otherwise",{"_index":395,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["out",{"_index":1568,"title":{},"body":{"license.html":{}}}],["overview",{"_index":1709,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["overwrite",{"_index":86,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["owned",{"_index":1517,"title":{},"body":{"license.html":{}}}],["owners",{"_index":1453,"title":{},"body":{"license.html":{}}}],["package",{"_index":792,"title":{"dependencies.html":{},"properties.html":{}},"body":{"index.html":{}}}],["packages.json",{"_index":1289,"title":{},"body":{"index.html":{}}}],["packages/.../app.actions.ts",{"_index":1085,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../eui",{"_index":1129,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../http",{"_index":1122,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../i18n.actions.ts",{"_index":1087,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../locale.actions.ts",{"_index":1089,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../locale.service.ts",{"_index":1722,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["packages/.../log.ts",{"_index":1127,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../meta.reducers.ts",{"_index":1145,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../notifications.actions.ts",{"_index":1091,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../store.service.ts",{"_index":1083,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["packages/.../tokens.ts",{"_index":1134,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../user.actions.ts",{"_index":1093,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../ux",{"_index":1154,"title":{},"body":{"miscellaneous/functions.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":263,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/openid/openid",{"_index":523,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/ux",{"_index":770,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/mocks/router.mock.ts",{"_index":548,"title":{},"body":{"classes/RouterMock.html":{}}}],["packages/eui/packages/core/src/lib/mocks/store.mock.ts",{"_index":571,"title":{},"body":{"classes/StoreMock.html":{}}}],["packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts",{"_index":611,"title":{},"body":{"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/app/eui",{"_index":1172,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/app/factories/log.ts",{"_index":1161,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/config/tokens.ts",{"_index":1175,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/eui.error.ts",{"_index":270,"title":{},"body":{"classes/EuiError.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/global",{"_index":325,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/http",{"_index":332,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts",{"_index":339,"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":368,"title":{},"body":{"modules/I18nModule.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.resource.ts",{"_index":374,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.service.mock.ts",{"_index":442,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts",{"_index":399,"title":{},"body":{"injectables/I18nService.html":{},"interfaces/ModuleLoadEvent.html":{}}}],["packages/eui/packages/core/src/lib/services/locale/locale.service.mock.ts",{"_index":486,"title":{},"body":{"injectables/LocaleServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/locale/locale.service.ts",{"_index":470,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.module.ts",{"_index":489,"title":{},"body":{"modules/LogModule.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.service.mock.ts",{"_index":519,"title":{},"body":{"classes/LogServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.service.ts",{"_index":497,"title":{},"body":{"injectables/LogService.html":{}}}],["packages/eui/packages/core/src/lib/services/permission/permission.service.ts",{"_index":278,"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":459,"title":{},"body":{"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/session",{"_index":565,"title":{},"body":{"injectables/SessionStorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/storage.service.mock.ts",{"_index":569,"title":{},"body":{"classes/StorageServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/storage.service.ts",{"_index":567,"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":665,"title":{},"body":{"classes/UpdateI18nStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts",{"_index":668,"title":{},"body":{"classes/UpdateLocaleStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts",{"_index":671,"title":{},"body":{"classes/UpdateNotificationsListAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts",{"_index":674,"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":1209,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/store/store.service.mock.ts",{"_index":603,"title":{},"body":{"injectables/StoreServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/store/store.service.ts",{"_index":579,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{}}}],["packages/eui/packages/core/src/lib/services/user/user.service.mock.ts",{"_index":695,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/user/user.service.ts",{"_index":688,"title":{},"body":{"injectables/UserService.html":{}}}],["packages/eui/packages/core/src/lib/services/ux",{"_index":605,"title":{},"body":{"interfaces/TimeZone.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["packagr",{"_index":900,"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.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":{},"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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["parser",{"_index":874,"title":{},"body":{"dependencies.html":{}}}],["part",{"_index":307,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["particular",{"_index":1545,"title":{},"body":{"license.html":{}}}],["parties",{"_index":1649,"title":{},"body":{"license.html":{}}}],["pass",{"_index":251,"title":{},"body":{"modules/CoreModule.html":{}}}],["passed",{"_index":719,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["patent",{"_index":1464,"title":{},"body":{"license.html":{}}}],["patents",{"_index":1431,"title":{},"body":{"license.html":{}}}],["path",{"_index":397,"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":{}}}],["pdf",{"_index":1074,"title":{},"body":{"dependencies.html":{}}}],["pdfjs",{"_index":992,"title":{},"body":{"dependencies.html":{}}}],["people",{"_index":1351,"title":{},"body":{"license.html":{}}}],["perfect",{"_index":995,"title":{},"body":{"dependencies.html":{}}}],["perform",{"_index":1405,"title":{},"body":{"license.html":{}}}],["permission",{"_index":291,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["permits",{"_index":1420,"title":{},"body":{"license.html":{}}}],["persist",{"_index":513,"title":{},"body":{"injectables/LogService.html":{}}}],["person",{"_index":1362,"title":{},"body":{"license.html":{}}}],["persons",{"_index":1562,"title":{},"body":{"license.html":{}}}],["pikaday",{"_index":1055,"title":{},"body":{"dependencies.html":{}}}],["pipe",{"_index":423,"title":{"pipes/TranslateMockPipe.html":{}},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"overview.html":{}}}],["pipes",{"_index":623,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["pkg",{"_index":1257,"title":{},"body":{"index.html":{}}}],["pkg:build",{"_index":1280,"title":{},"body":{"index.html":{}}}],["pkgonly",{"_index":1258,"title":{},"body":{"index.html":{}}}],["placed",{"_index":123,"title":{},"body":{"injectables/ApiQueueService.html":{},"license.html":{}}}],["plugin",{"_index":910,"title":{},"body":{"dependencies.html":{}}}],["polyfill",{"_index":1013,"title":{},"body":{"dependencies.html":{}}}],["portal",{"_index":714,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalcomponentinstance",{"_index":725,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalhost",{"_index":722,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalhostref",{"_index":729,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["possibility",{"_index":1578,"title":{},"body":{"license.html":{}}}],["possible",{"_index":1194,"title":{},"body":{"miscellaneous/functions.html":{}}}],["postcss",{"_index":847,"title":{},"body":{"dependencies.html":{}}}],["power",{"_index":1519,"title":{},"body":{"license.html":{}}}],["pre",{"_index":384,"title":{},"body":{"classes/I18nResourceImpl.html":{},"miscellaneous/functions.html":{}}}],["prefer",{"_index":915,"title":{},"body":{"dependencies.html":{}}}],["preferences",{"_index":1116,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["prefix",{"_index":382,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["preinitapp",{"_index":1150,"title":{},"body":{"miscellaneous/functions.html":{}}}],["preinitapp(envconfig",{"_index":1195,"title":{},"body":{"miscellaneous/functions.html":{}}}],["prejudice",{"_index":1644,"title":{},"body":{"license.html":{}}}],["prepareeuiappconfigtoken",{"_index":1151,"title":{},"body":{"miscellaneous/functions.html":{}}}],["prepareeuiappconfigtoken(euiconfig",{"_index":1190,"title":{},"body":{"miscellaneous/functions.html":{}}}],["present",{"_index":591,"title":{},"body":{"injectables/StoreService.html":{}}}],["prettier",{"_index":1061,"title":{},"body":{"dependencies.html":{}}}],["prevail",{"_index":1500,"title":{},"body":{"license.html":{}}}],["prevention.interceptor.ts",{"_index":168,"title":{},"body":{"interceptors/CachePreventionInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{}}}],["previouslocale",{"_index":473,"title":{},"body":{"injectables/LocaleService.html":{}}}],["primary",{"_index":1687,"title":{},"body":{"license.html":{}}}],["prismjs",{"_index":1029,"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":386,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["processor",{"_index":385,"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":1580,"title":{},"body":{"license.html":{}}}],["program",{"_index":1359,"title":{},"body":{"license.html":{}}}],["progress",{"_index":1528,"title":{},"body":{"license.html":{}}}],["prohibited",{"_index":1307,"title":{},"body":{"license.html":{}}}],["project",{"_index":1248,"title":{},"body":{"index.html":{}}}],["prominent",{"_index":1474,"title":{},"body":{"license.html":{}}}],["promise",{"_index":408,"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/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":{},"interfaces/TimeZone.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/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"properties.html":{}}}],["property",{"_index":1551,"title":{},"body":{"license.html":{}}}],["protection",{"_index":1503,"title":{},"body":{"license.html":{}}}],["provide",{"_index":373,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["provided",{"_index":438,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"license.html":{}}}],["provider",{"_index":1174,"title":{},"body":{"miscellaneous/functions.html":{}}}],["providers",{"_index":253,"title":{},"body":{"modules/CoreModule.html":{}}}],["provides",{"_index":1434,"title":{},"body":{"license.html":{}}}],["providing",{"_index":247,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiPermissionService.html":{},"license.html":{}}}],["provision",{"_index":1501,"title":{},"body":{"license.html":{}}}],["provisions",{"_index":1605,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":587,"title":{},"body":{"injectables/StoreService.html":{},"dependencies.html":{}}}],["public",{"_index":10,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.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":{},"injectables/UxDynamicComponentService.html":{},"license.html":{}}}],["publicly",{"_index":1406,"title":{},"body":{"license.html":{}}}],["publish",{"_index":1661,"title":{},"body":{"license.html":{}}}],["published",{"_index":1665,"title":{},"body":{"license.html":{}}}],["publisherror",{"_index":748,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["publisherror(err",{"_index":757,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["publishes",{"_index":760,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["purpose",{"_index":1546,"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":{}}}],["quick",{"_index":1235,"title":{},"body":{"index.html":{}}}],["quill",{"_index":1002,"title":{},"body":{"dependencies.html":{}}}],["re",{"_index":1262,"title":{},"body":{"index.html":{}}}],["readable",{"_index":1348,"title":{},"body":{"license.html":{}}}],["readiness",{"_index":154,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["readonly",{"_index":763,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["ready",{"_index":141,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{},"interfaces/ModuleLoadEvent.html":{}}}],["reason",{"_index":1538,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":1508,"title":{},"body":{"license.html":{}}}],["received",{"_index":1640,"title":{},"body":{"license.html":{}}}],["reducer",{"_index":594,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"miscellaneous/functions.html":{}}}],["reducing",{"_index":1664,"title":{},"body":{"license.html":{}}}],["refactor",{"_index":208,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["refer",{"_index":1467,"title":{},"body":{"license.html":{}}}],["reference",{"_index":392,"title":{},"body":{"classes/I18nResourceImpl.html":{},"injectables/UxDynamicComponentService.html":{}}}],["refers",{"_index":1494,"title":{},"body":{"license.html":{}}}],["reflects",{"_index":153,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["reformed",{"_index":1657,"title":{},"body":{"license.html":{}}}],["regarding",{"_index":1632,"title":{},"body":{"license.html":{}}}],["register",{"_index":1237,"title":{},"body":{"index.html":{}}}],["registered",{"_index":1690,"title":{},"body":{"license.html":{}}}],["remain",{"_index":1641,"title":{},"body":{"license.html":{}}}],["remap",{"_index":957,"title":{},"body":{"dependencies.html":{}}}],["remote",{"_index":1627,"title":{},"body":{"license.html":{}}}],["remove",{"_index":142,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"injectables/UxDynamicComponentService.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":727,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["remove_api_queue_item",{"_index":1106,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["removeallqueueitem",{"_index":69,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["removeapiqueueitemaction",{"_index":543,"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":366,"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":344,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["removeresources(removedresources",{"_index":364,"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":1409,"title":{},"body":{"license.html":{}}}],["renting",{"_index":1377,"title":{},"body":{"license.html":{}}}],["replace",{"_index":805,"title":{},"body":{"dependencies.html":{}}}],["reporter",{"_index":952,"title":{},"body":{"dependencies.html":{}}}],["repository",{"_index":1241,"title":{},"body":{"index.html":{},"license.html":{},"properties.html":{}}}],["represents",{"_index":1646,"title":{},"body":{"license.html":{}}}],["reproduce",{"_index":1400,"title":{},"body":{"license.html":{}}}],["reproduced",{"_index":1635,"title":{},"body":{"license.html":{}}}],["reproducing",{"_index":1512,"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":1631,"title":{},"body":{"license.html":{}}}],["required",{"_index":1339,"title":{},"body":{"license.html":{}}}],["reselect",{"_index":979,"title":{},"body":{"dependencies.html":{}}}],["residence",{"_index":1694,"title":{},"body":{"license.html":{}}}],["resides",{"_index":1685,"title":{},"body":{"license.html":{}}}],["resize",{"_index":1011,"title":{},"body":{"dependencies.html":{}}}],["resource",{"_index":362,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["resourceerror",{"_index":545,"title":{"interfaces/ResourceError.html":{}},"body":{"interfaces/ResourceError.html":{}}}],["resources",{"_index":349,"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":1594,"title":{},"body":{"license.html":{}}}],["responsible",{"_index":498,"title":{},"body":{"injectables/LogService.html":{}}}],["rest",{"_index":104,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["restrict",{"_index":1489,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":1458,"title":{},"body":{"license.html":{}}}],["result",{"_index":434,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["resulting",{"_index":1674,"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.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":528,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["retrycount",{"_index":526,"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/EuiPermissionService.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["reuse",{"_index":517,"title":{},"body":{"injectables/LogService.html":{}}}],["right",{"_index":290,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["right.permission",{"_index":299,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["right1.right2.permission",{"_index":306,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["rightid",{"_index":314,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["rights",{"_index":311,"title":{},"body":{"injectables/EuiPermissionService.html":{},"miscellaneous/enumerations.html":{},"license.html":{}}}],["rightsandpermission",{"_index":312,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["rimraf",{"_index":814,"title":{},"body":{"dependencies.html":{}}}],["root",{"_index":372,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{},"classes/RouterMock.html":{},"classes/UxRootInjectorGuard.html":{},"index.html":{}}}],["rootbaseloggername",{"_index":1163,"title":{},"body":{"miscellaneous/functions.html":{}}}],["rootconfig",{"_index":1164,"title":{},"body":{"miscellaneous/functions.html":{}}}],["route",{"_index":1103,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["route.snapshot.data['module",{"_index":189,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["router",{"_index":337,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["routermock",{"_index":547,"title":{"classes/RouterMock.html":{}},"body":{"classes/RouterMock.html":{}}}],["routerstate",{"_index":551,"title":{},"body":{"classes/RouterMock.html":{}}}],["royalty",{"_index":1393,"title":{},"body":{"license.html":{}}}],["rules",{"_index":1615,"title":{},"body":{"license.html":{}}}],["run",{"_index":822,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["rxjs",{"_index":929,"title":{},"body":{"dependencies.html":{}}}],["sake",{"_index":1493,"title":{},"body":{"license.html":{}}}],["same",{"_index":394,"title":{},"body":{"classes/I18nResourceImpl.html":{},"index.html":{}}}],["sass",{"_index":845,"title":{},"body":{"dependencies.html":{}}}],["saver",{"_index":867,"title":{},"body":{"dependencies.html":{}}}],["saveuserpreferences",{"_index":701,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["scope",{"_index":1387,"title":{},"body":{"license.html":{}}}],["scroll",{"_index":985,"title":{},"body":{"dependencies.html":{}}}],["scrollbar",{"_index":996,"title":{},"body":{"dependencies.html":{}}}],["scss",{"_index":1051,"title":{},"body":{"dependencies.html":{}}}],["security.interceptor.ts",{"_index":256,"title":{},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["select",{"_index":575,"title":{},"body":{"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"index.html":{}}}],["select(key",{"_index":600,"title":{},"body":{"injectables/StoreService.html":{}}}],["select(selector",{"_index":577,"title":{},"body":{"classes/StoreMock.html":{}}}],["selector",{"_index":578,"title":{},"body":{"classes/StoreMock.html":{},"directives/TranslateMockDirective.html":{}}}],["selling",{"_index":1374,"title":{},"body":{"license.html":{}}}],["semver",{"_index":807,"title":{},"body":{"dependencies.html":{}}}],["separated",{"_index":296,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["serializeurl",{"_index":555,"title":{},"body":{"classes/RouterMock.html":{}}}],["serve",{"_index":424,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["server",{"_index":358,"title":{},"body":{"injectables/I18nLoader.html":{},"dependencies.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":265,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/SessionStorageService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["sessionstorage",{"_index":566,"title":{},"body":{"injectables/SessionStorageService.html":{}}}],["sessionstorageservice",{"_index":564,"title":{"injectables/SessionStorageService.html":{}},"body":{"injectables/SessionStorageService.html":{}}}],["sessionstoragesync",{"_index":1152,"title":{},"body":{"miscellaneous/functions.html":{}}}],["sessionstoragesync(reducer",{"_index":1212,"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":641,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["setdefaultlang(lang",{"_index":655,"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":{}}}],["setup+and+local+installation",{"_index":1224,"title":{},"body":{"index.html":{}}}],["severity",{"_index":227,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["shall",{"_index":1461,"title":{},"body":{"license.html":{}}}],["showconnectionstatus",{"_index":175,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["similar",{"_index":1613,"title":{},"body":{"license.html":{}}}],["similarly",{"_index":1618,"title":{},"body":{"license.html":{}}}],["skiplint",{"_index":1284,"title":{},"body":{"index.html":{}}}],["skipping",{"_index":1281,"title":{},"body":{"index.html":{}}}],["skiptest",{"_index":1285,"title":{},"body":{"index.html":{}}}],["slack",{"_index":1227,"title":{},"body":{"index.html":{}}}],["slice",{"_index":693,"title":{},"body":{"injectables/UserService.html":{}}}],["snapshot",{"_index":1068,"title":{},"body":{"dependencies.html":{}}}],["software",{"_index":1302,"title":{},"body":{"license.html":{}}}],["sole",{"_index":1593,"title":{},"body":{"license.html":{}}}],["source",{"_index":1039,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["sourcemap",{"_index":955,"title":{},"body":{"dependencies.html":{}}}],["spawn",{"_index":810,"title":{},"body":{"dependencies.html":{}}}],["spec",{"_index":961,"title":{},"body":{"dependencies.html":{}}}],["sprite",{"_index":860,"title":{},"body":{"dependencies.html":{}}}],["stackblitz/sdk",{"_index":1059,"title":{},"body":{"dependencies.html":{}}}],["standard",{"_index":1048,"title":{},"body":{"dependencies.html":{}}}],["start",{"_index":1236,"title":{},"body":{"index.html":{}}}],["started",{"_index":1216,"title":{"index.html":{},"license.html":{}},"body":{}}],["starting",{"_index":1275,"title":{},"body":{"index.html":{}}}],["startup.ts",{"_index":1130,"title":{},"body":{"miscellaneous/functions.html":{}}}],["state",{"_index":318,"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":1552,"title":{},"body":{"license.html":{}}}],["stateslice",{"_index":585,"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":1475,"title":{},"body":{"license.html":{}}}],["status",{"_index":223,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/enumerations.html":{}}}],["statutory",{"_index":1579,"title":{},"body":{"license.html":{}}}],["stoppage",{"_index":1571,"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":568,"title":{"classes/StorageServiceMock.html":{}},"body":{"classes/StorageServiceMock.html":{}}}],["storagetype",{"_index":597,"title":{},"body":{"injectables/StoreService.html":{}}}],["store",{"_index":75,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/UserService.html":{},"injectables/UxDynamicMenuService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{}}}],["store.dispatch",{"_index":589,"title":{},"body":{"injectables/StoreService.html":{}}}],["store.select",{"_index":601,"title":{},"body":{"injectables/StoreService.html":{}}}],["stored",{"_index":1634,"title":{},"body":{"license.html":{}}}],["storemock",{"_index":570,"title":{"classes/StoreMock.html":{}},"body":{"classes/StoreMock.html":{}}}],["storeservice",{"_index":72,"title":{"injectables/StoreService.html":{}},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UxDynamicMenuService.html":{}}}],["storeservicemock",{"_index":602,"title":{"injectables/StoreServiceMock.html":{}},"body":{"injectables/StoreServiceMock.html":{}}}],["stream",{"_index":839,"title":{},"body":{"dependencies.html":{}}}],["string",{"_index":77,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"modules/CoreModule.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.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":{},"interfaces/TimeZone.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"injectables/UserService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["study",{"_index":1352,"title":{},"body":{"license.html":{}}}],["stylelint",{"_index":1046,"title":{},"body":{"dependencies.html":{}}}],["sub",{"_index":1410,"title":{},"body":{"license.html":{}}}],["subject",{"_index":529,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"classes/TranslateServiceMock.html":{},"injectables/UxErrorFeedbackService.html":{},"license.html":{}}}],["sublicensable",{"_index":1396,"title":{},"body":{"license.html":{}}}],["subscribes",{"_index":89,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["subsequent",{"_index":1524,"title":{},"body":{"license.html":{}}}],["success",{"_index":228,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["such",{"_index":1309,"title":{},"body":{"license.html":{}}}],["suffix",{"_index":379,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["summary",{"_index":229,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["support",{"_index":207,"title":{},"body":{"injectables/CoreAppEffects.html":{},"index.html":{},"license.html":{}}}],["support@ec.europa.eu",{"_index":1226,"title":{},"body":{"index.html":{}}}],["supports",{"_index":1414,"title":{},"body":{"license.html":{}}}],["svg",{"_index":859,"title":{},"body":{"dependencies.html":{}}}],["svgo",{"_index":864,"title":{},"body":{"dependencies.html":{}}}],["sync",{"_index":1263,"title":{},"body":{"index.html":{}}}],["synched",{"_index":1266,"title":{},"body":{"index.html":{}}}],["t",{"_index":152,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"classes/StorageService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{}}}],["table",{"_index":1007,"title":{},"body":{"dependencies.html":{}}}],["take",{"_index":1669,"title":{},"body":{"license.html":{}}}],["tap((connected",{"_index":202,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["targeted",{"_index":761,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["team",{"_index":1249,"title":{},"body":{"index.html":{}}}],["teams",{"_index":1273,"title":{},"body":{"index.html":{}}}],["template",{"_index":911,"title":{},"body":{"dependencies.html":{}}}],["terminate",{"_index":1637,"title":{},"body":{"license.html":{}}}],["termination",{"_index":1636,"title":{},"body":{"license.html":{}}}],["terms",{"_index":1305,"title":{},"body":{"license.html":{}}}],["test",{"_index":1283,"title":{},"body":{"index.html":{}}}],["text",{"_index":626,"title":{},"body":{"pipes/TranslateMockPipe.html":{},"license.html":{}}}],["therefore",{"_index":1533,"title":{},"body":{"license.html":{}}}],["thereof",{"_index":1335,"title":{},"body":{"license.html":{}}}],["thereto",{"_index":1455,"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":642,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.ondefaultlangchangesubject.asobservable",{"_index":646,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.onlangchangesubject.asobservable",{"_index":647,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.ontranslationchangesubject.asobservable",{"_index":648,"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":1411,"title":{},"body":{"license.html":{}}}],["through",{"_index":436,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["time",{"_index":151,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"license.html":{}}}],["timeout",{"_index":266,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"miscellaneous/functions.html":{}}}],["timestamp",{"_index":110,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["timezone",{"_index":604,"title":{"interfaces/TimeZone.html":{}},"body":{"interfaces/TimeZone.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{}}}],["timezone.service.ts",{"_index":606,"title":{},"body":{"interfaces/TimeZone.html":{},"injectables/UxTimezoneService.html":{}}}],["todo",{"_index":203,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["token",{"_index":721,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["top",{"_index":1254,"title":{},"body":{"index.html":{}}}],["trade",{"_index":1504,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":1465,"title":{},"body":{"license.html":{}}}],["transform",{"_index":624,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["transform(text",{"_index":625,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["transformer",{"_index":1025,"title":{},"body":{"dependencies.html":{}}}],["translate",{"_index":428,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{}}}],["translate/core",{"_index":981,"title":{},"body":{"dependencies.html":{}}}],["translate/http",{"_index":983,"title":{},"body":{"dependencies.html":{}}}],["translatemockdirective",{"_index":609,"title":{"directives/TranslateMockDirective.html":{}},"body":{"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{}}}],["translatemockmodule",{"_index":619,"title":{"modules/TranslateMockModule.html":{}},"body":{"modules/TranslateMockModule.html":{},"modules.html":{}}}],["translatemockpipe",{"_index":621,"title":{"pipes/TranslateMockPipe.html":{}},"body":{"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{}}}],["translateparams",{"_index":615,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["translateservice",{"_index":50,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{},"injectables/UxErrorFeedbackService.html":{}}}],["translateservicemock",{"_index":627,"title":{"classes/TranslateServiceMock.html":{}},"body":{"classes/TranslateServiceMock.html":{}}}],["translation",{"_index":232,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{}}}],["translations",{"_index":357,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResources.html":{}}}],["transmitting",{"_index":1380,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":1682,"title":{},"body":{"license.html":{}}}],["true",{"_index":100,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["true/false",{"_index":1170,"title":{},"body":{"miscellaneous/functions.html":{}}}],["ts",{"_index":963,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":931,"title":{},"body":{"dependencies.html":{}}}],["tslint",{"_index":923,"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":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.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":{},"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":{},"interfaces/TimeZone.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/typealiases.html":{}}}],["typealiases",{"_index":1715,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":213,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["types/cleave.js",{"_index":989,"title":{},"body":{"dependencies.html":{}}}],["types/jasmine",{"_index":936,"title":{},"body":{"dependencies.html":{}}}],["types/jasminewd2",{"_index":965,"title":{},"body":{"dependencies.html":{}}}],["types/lodash",{"_index":967,"title":{},"body":{"dependencies.html":{}}}],["types/node",{"_index":938,"title":{},"body":{"dependencies.html":{}}}],["types/quill",{"_index":1004,"title":{},"body":{"dependencies.html":{}}}],["typescript",{"_index":920,"title":{},"body":{"dependencies.html":{}}}],["tz",{"_index":787,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["undefined",{"_index":190,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["under",{"_index":1304,"title":{},"body":{"license.html":{}}}],["unenforceable",{"_index":1651,"title":{},"body":{"license.html":{}}}],["union",{"_index":1292,"title":{},"body":{"license.html":{}}}],["unique",{"_index":1666,"title":{},"body":{"license.html":{}}}],["unless",{"_index":1481,"title":{},"body":{"license.html":{}}}],["update",{"_index":323,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["update_app_connection",{"_index":1097,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_app_status",{"_index":1099,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_app_version",{"_index":1096,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_current_module",{"_index":1100,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_i18n_state",{"_index":1108,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_locale_state",{"_index":1109,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_notifications_list",{"_index":1110,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_dashboard",{"_index":1118,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_details",{"_index":1113,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_preferences",{"_index":1115,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_rights",{"_index":1117,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_state",{"_index":1112,"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":658,"title":{"classes/UpdateAppStatusAction.html":{}},"body":{"classes/UpdateAppStatusAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateappversionaction",{"_index":660,"title":{"classes/UpdateAppVersionAction.html":{}},"body":{"classes/UpdateAppVersionAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatecurrentmoduleaction",{"_index":662,"title":{"classes/UpdateCurrentModuleAction.html":{}},"body":{"classes/UpdateCurrentModuleAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatecurrentmoduleaction(module",{"_index":193,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["updated",{"_index":1208,"title":{},"body":{"miscellaneous/functions.html":{}}}],["updatei18nstateaction",{"_index":664,"title":{"classes/UpdateI18nStateAction.html":{}},"body":{"classes/UpdateI18nStateAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatelocalestateaction",{"_index":667,"title":{"classes/UpdateLocaleStateAction.html":{}},"body":{"classes/UpdateLocaleStateAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatenotificationslistaction",{"_index":670,"title":{"classes/UpdateNotificationsListAction.html":{}},"body":{"classes/UpdateNotificationsListAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatestate",{"_index":285,"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":447,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["updatestate(langstate",{"_index":439,"title":{},"body":{"injectables/I18nService.html":{}}}],["updatestate(rights",{"_index":322,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["updatestate(slice",{"_index":691,"title":{},"body":{"injectables/UserService.html":{}}}],["updatestate(state",{"_index":480,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["updatestate(userstate",{"_index":690,"title":{},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["updateuserdashboardaction",{"_index":673,"title":{"classes/UpdateUserDashboardAction.html":{}},"body":{"classes/UpdateUserDashboardAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserdetailsaction",{"_index":676,"title":{"classes/UpdateUserDetailsAction.html":{}},"body":{"classes/UpdateUserDetailsAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserpreferencesaction",{"_index":679,"title":{"classes/UpdateUserPreferencesAction.html":{}},"body":{"classes/UpdateUserPreferencesAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserrightsaction",{"_index":682,"title":{"classes/UpdateUserRightsAction.html":{}},"body":{"classes/UpdateUserRightsAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserstateaction",{"_index":684,"title":{"classes/UpdateUserStateAction.html":{}},"body":{"classes/UpdateUserStateAction.html":{}}}],["upgrade",{"_index":1270,"title":{},"body":{"index.html":{}}}],["upgrade:deps",{"_index":1271,"title":{},"body":{"index.html":{}}}],["upon",{"_index":1333,"title":{},"body":{"license.html":{}}}],["url",{"_index":562,"title":{},"body":{"classes/RouterMock.html":{},"miscellaneous/functions.html":{}}}],["usage",{"_index":1370,"title":{},"body":{"license.html":{}}}],["use",{"_index":249,"title":{},"body":{"modules/CoreModule.html":{},"classes/TranslateServiceMock.html":{},"license.html":{}}}],["use(lang",{"_index":656,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["used",{"_index":1197,"title":{},"body":{"miscellaneous/functions.html":{}}}],["useful",{"_index":308,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["user",{"_index":219,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"miscellaneous/enumerations.html":{},"index.html":{}}}],["user's",{"_index":317,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["userdetails",{"_index":677,"title":{},"body":{"classes/UpdateUserDetailsAction.html":{}}}],["userpreferences",{"_index":680,"title":{},"body":{"classes/UpdateUserPreferencesAction.html":{},"injectables/UserServiceMock.html":{}}}],["userservice",{"_index":687,"title":{"injectables/UserService.html":{}},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["userservicemock",{"_index":694,"title":{"injectables/UserServiceMock.html":{}},"body":{"injectables/UserServiceMock.html":{}}}],["userstate",{"_index":685,"title":{},"body":{"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["using",{"_index":462,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["utility",{"_index":161,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{},"miscellaneous/functions.html":{}}}],["uxappshellservice",{"_index":178,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/UxErrorFeedbackService.html":{}}}],["uxdynamiccomponentservice",{"_index":702,"title":{"injectables/UxDynamicComponentService.html":{}},"body":{"injectables/UxDynamicComponentService.html":{}}}],["uxdynamicmenuservice",{"_index":731,"title":{"injectables/UxDynamicMenuService.html":{}},"body":{"injectables/UxDynamicMenuService.html":{}}}],["uxerrorfeedbackservice",{"_index":741,"title":{"injectables/UxErrorFeedbackService.html":{}},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["uxerrormanager",{"_index":752,"title":{"classes/UxErrorManager.html":{}},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["uxhttperrorresponse",{"_index":754,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["uxpermission",{"_index":738,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["uxrequesterrormodelinterceptor",{"_index":769,"title":{"interceptors/UxRequestErrorModelInterceptor.html":{}},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["uxrootinjectorguard",{"_index":774,"title":{"classes/UxRootInjectorGuard.html":{}},"body":{"classes/UxRootInjectorGuard.html":{}}}],["uxtimezoneservice",{"_index":777,"title":{"injectables/UxTimezoneService.html":{}},"body":{"injectables/UxTimezoneService.html":{}}}],["uxuserright",{"_index":320,"title":{},"body":{"injectables/EuiPermissionService.html":{},"classes/UpdateUserRightsAction.html":{}}}],["v",{"_index":1294,"title":{},"body":{"license.html":{}}}],["v.1.1",{"_index":1319,"title":{},"body":{"license.html":{}}}],["valid",{"_index":1658,"title":{},"body":{"license.html":{}}}],["validity",{"_index":1653,"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":{},"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":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["version",{"_index":599,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{},"license.html":{},"properties.html":{}}}],["versions",{"_index":1663,"title":{},"body":{"license.html":{}}}],["vested",{"_index":1398,"title":{},"body":{"license.html":{}}}],["via",{"_index":252,"title":{},"body":{"modules/CoreModule.html":{}}}],["viewer",{"_index":993,"title":{},"body":{"dependencies.html":{}}}],["void",{"_index":88,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.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":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["waives",{"_index":1423,"title":{},"body":{"license.html":{}}}],["want",{"_index":309,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LogService.html":{},"index.html":{}}}],["warning",{"_index":83,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["warranties",{"_index":1469,"title":{},"body":{"license.html":{}}}],["warrants",{"_index":1515,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1527,"title":{},"body":{"license.html":{}}}],["way",{"_index":297,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["web",{"_index":1036,"title":{},"body":{"dependencies.html":{},"miscellaneous/functions.html":{}}}],["webcomponents/custom",{"_index":925,"title":{},"body":{"dependencies.html":{}}}],["webpack",{"_index":878,"title":{},"body":{"dependencies.html":{}}}],["website",{"_index":1630,"title":{},"body":{"license.html":{}}}],["whether",{"_index":389,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["whole",{"_index":1655,"title":{},"body":{"license.html":{}}}],["wide",{"_index":1392,"title":{},"body":{"license.html":{}}}],["wilful",{"_index":1557,"title":{},"body":{"license.html":{}}}],["willingness",{"_index":1322,"title":{},"body":{"license.html":{}}}],["window",{"_index":1609,"title":{},"body":{"license.html":{}}}],["within",{"_index":1274,"title":{},"body":{"index.html":{}}}],["without",{"_index":1540,"title":{},"body":{"license.html":{}}}],["withuxerrormanager",{"_index":1153,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withuxerrormanager(errormanager",{"_index":1213,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withuxerrormanager(this",{"_index":767,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["work",{"_index":1301,"title":{},"body":{"license.html":{}}}],["worker",{"_index":895,"title":{},"body":{"dependencies.html":{}}}],["works",{"_index":1331,"title":{},"body":{"license.html":{}}}],["world",{"_index":1391,"title":{},"body":{"license.html":{}}}],["wrapper",{"_index":425,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["xhr",{"_index":1016,"title":{},"body":{"dependencies.html":{}}}],["xml2js",{"_index":826,"title":{},"body":{"dependencies.html":{}}}],["yarn",{"_index":1245,"title":{},"body":{"index.html":{}}}],["yes",{"_index":276,"title":{},"body":{"classes/EuiError.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/StoreService.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["zone.js",{"_index":933,"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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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: UxAppShellService)\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 UxAppShellService\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 let isFeatureEnabled =\n typeof this.showConnectionStatus !== 'boolean' ? this.showConnectionStatus?.enabled : this.showConnectionStatus;\n // extract lifespan if any\n let 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 \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 \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 \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"},"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 \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"},"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 \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\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 \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 \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 \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: UxUserRight[])\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 UxUserRight[]\n \n\n \n No\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 updateState\n \n \n \n \n \n \nupdateState(rights: UxUserRight[])\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 UxUserRight[]\n \n\n \n No\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\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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 ngOnDestroy\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 \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 \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 \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 \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 \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\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 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 \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 ngOnDestroy\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 \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 \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 \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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"},"interfaces/TimeZone.html":{"url":"interfaces/TimeZone.html","title":"interface - TimeZone","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n TimeZone\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-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"},"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 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 \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 \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 \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[], interpolateParams?: object)\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 interpolateParams\n \n object\n \n\n \n Yes\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 \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 \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 \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: UxUserRight[])\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 UxUserRight[]\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 : UxUserRight[]\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 \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 \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 \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 \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 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 T\n \n\n \n No\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 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 \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 \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 \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 \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 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 T\n \n\n \n No\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\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UxDynamicComponentService.html":{"url":"injectables/UxDynamicComponentService.html","title":"injectable - UxDynamicComponentService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxDynamicComponentService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-dynamic-component/ux-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 \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 \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/UxDynamicMenuService.html":{"url":"injectables/UxDynamicMenuService.html","title":"injectable - UxDynamicMenuService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxDynamicMenuService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-dynamic-menu/ux-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 filterUxLinksWithRights\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(uxPermission: 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 uxPermission\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 filterUxLinksWithRights\n \n \n \n \n \n \nfilterUxLinksWithRights(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 \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"},"injectables/UxErrorFeedbackService.html":{"url":"injectables/UxErrorFeedbackService.html","title":"injectable - UxErrorFeedbackService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxErrorFeedbackService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-error-feedback/ux-error-feedback.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n errors\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n clearError\n \n \n createGlobalErrorManager\n \n \n createLocalErrorManager\n \n \n growlError\n \n \n publishError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(asService: UxAppShellService, translateService: TranslateService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n asService\n \n \n UxAppShellService\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 \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n clearError\n \n \n \n \n \n \nclearError(id?: string, groupId?: 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 Yes\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\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 createGlobalErrorManager\n \n \n \n \n \n \ncreateGlobalErrorManager()\n \n \n\n\n\n\n \n \n\n \n Returns : UxErrorManager\n\n \n \n \n \n \n \n \n \n \n \n \n createLocalErrorManager\n \n \n \n \n \n \ncreateLocalErrorManager()\n \n \n\n\n\n\n \n \n\n \n Returns : UxErrorManager\n\n \n \n \n \n \n \n \n \n \n \n \n growlError\n \n \n \n \n \n \ngrowlError(err: UxHttpErrorResponse)\n \n \n\n\n\n\n \n \n Growl errors\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\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 publishError\n \n \n \n \n \n \npublishError(err: UxHttpErrorResponse, instanceId?: string, groupId?: string, accumulate?: boolean)\n \n \n\n\n\n\n \n \n Publishes errors to targeted components\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n instanceId\n \n string\n \n\n \n Yes\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n accumulate\n \n boolean\n \n\n \n Yes\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 Properties\n \n \n \n \n \n \n \n errors\n \n \n \n \n \n \n Default value : new Subject()\n \n \n\n\n \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/UxErrorManager.html":{"url":"classes/UxErrorManager.html","title":"class - UxErrorManager","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UxErrorManager\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-error-feedback/ux-error-feedback.service.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n httpErrorOperator\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n clearError\n \n \n errors\n \n \n growlError\n \n \n publishError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(uxErrorFeedbackService: UxErrorFeedbackService, isGlobal?: boolean)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n uxErrorFeedbackService\n \n \n UxErrorFeedbackService\n \n \n \n No\n \n \n \n \n isGlobal\n \n \n boolean\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 Readonly\n httpErrorOperator\n \n \n \n \n \n \n Default value : withUxErrorManager(this)\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n clearError\n \n \n \n \n \n \nclearError(groupId?: 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 groupId\n \n string\n \n\n \n Yes\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 errors\n \n \n \n \n \n \nerrors()\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 growlError\n \n \n \n \n \n \ngrowlError(err: UxHttpErrorResponse)\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 err\n \n UxHttpErrorResponse\n \n\n \n No\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 publishError\n \n \n \n \n \n \npublishError(err: UxHttpErrorResponse, groupId?: string, accumulate?: 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 err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n accumulate\n \n boolean\n \n\n \n Yes\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\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 \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/UxRootInjectorGuard.html":{"url":"classes/UxRootInjectorGuard.html","title":"class - UxRootInjectorGuard","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UxRootInjectorGuard\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-root-injector.guard.ts\n \n\n\n\n\n\n\n\n \n Constructor\n \n \n \n \nconstructor(type: Type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n type\n \n \n Type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\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/UxTimezoneService.html":{"url":"injectables/UxTimezoneService.html","title":"injectable - UxTimezoneService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxTimezoneService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-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 \n \n Returns : TimeZone\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 : TimeZone[]\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 \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"},"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 inquirer : 6.5.0\n \n execa : 1.0.0\n \n figlet : 1.5.2\n \n chalk : 4.1.2\n \n fs-extra : 9.0.0\n \n replace-in-file : 4.1.3\n \n semver : 7.4.0\n \n cross-spawn : 6.0.5\n \n eol : 0.9.1\n \n rimraf : 3.0.2\n \n ncp : 2.0.0\n \n moment : 2.29.4\n \n moment-timezone : 0.5.40\n \n npm-run-all : 4.1.5\n \n figures : 3.2.0\n \n xml2js : 0.5.0\n \n https-proxy-agent : 5.0.1\n \n json-server : 0.17.3\n \n faker : 5.5.3\n \n nodemon : 2.0.22\n \n lowdb : 1.0.0\n \n event-stream : 3.3.4\n \n empty-module : 0.0.2\n \n autoprefixer : 10.4.14\n \n sass : 1.62.0\n \n postcss : 8.4.21\n \n cssnano : 5.1.14\n \n extend : 3.0.2\n \n mocha : 10.2.0\n \n chai : 4.3.7\n \n nyc : 15.1.0\n \n node-fetch : 2.6.9\n \n svg-sprite : 2.0.2\n \n imagemin : 7.0.1\n \n imagemin-svgo : 9.0.0\n \n concat : 1.0.3\n \n file-saver : 2.0.5\n \n morgan : 1.10.0\n \n open : 8.4.2\n \n body-parser : 1.20.2\n \n express : 4.18.2\n \n webpack-bundle-analyzer : 4.8.0\n \n @angular/animations : 15.2.9\n \n @angular/common : 15.2.9\n \n @angular/compiler : 15.2.9\n \n @angular/core : 15.2.9\n \n @angular/forms : 15.2.9\n \n @angular/platform-browser : 15.2.9\n \n @angular/platform-browser-dynamic : 15.2.9\n \n @angular/router : 15.2.9\n \n @angular/compiler-cli : 15.2.9\n \n @angular/elements : 15.2.9\n \n @angular/language-service : 15.2.9\n \n @angular/service-worker : 15.2.9\n \n @angular-devkit/build-angular : 15.2.9\n \n @angular/cli : 15.2.9\n \n ng-packagr : 15.2.2\n \n @angular/cdk : 15.2.9\n \n @angular/material : 15.2.9\n \n @angular/material-moment-adapter : 15.2.9\n \n angular-animations : 0.11.0\n \n @angular-eslint/builder : 15.2.0\n \n @angular-eslint/eslint-plugin : 15.2.0\n \n @angular-eslint/eslint-plugin-template : 15.2.0\n \n @angular-eslint/schematics : 15.2.0\n \n @angular-eslint/template-parser : 15.2.0\n \n eslint-plugin-prefer-arrow : 1.2.3\n \n eslint-plugin-jsdoc : 39.7.5\n \n @typescript-eslint/parser : 5.50.0\n \n @typescript-eslint/eslint-plugin : 5.50.0\n \n @typescript-eslint/eslint-plugin-tslint : 5.50.0\n \n eslint-plugin-import : 2.27.5\n \n @webcomponents/custom-elements : 1.5.1\n \n eslint : 8.33.0\n \n rxjs : 7.6.0\n \n tslib : 2.4.1\n \n zone.js : 0.12.0\n \n typescript : 4.8.2\n \n @types/jasmine : 4.3.1\n \n @types/node : 17.0.36\n \n jasmine-core : 4.5.0\n \n karma : 6.4.1\n \n karma-chrome-launcher : 3.1.1\n \n karma-coverage : 2.2.0\n \n karma-jasmine : 5.1.0\n \n karma-jasmine-html-reporter : 2.0.0\n \n karma-cli : 2.0.0\n \n karma-coverage-istanbul-reporter : 3.0.3\n \n karma-sourcemap-loader : 0.3.8\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 ts-node : 10.9.1\n \n @types/jasminewd2 : 2.0.10\n \n @types/lodash : 4.14.191\n \n @ngrx/effects : 15.4.0\n \n @ngrx/router-store : 15.4.0\n \n @ngrx/schematics : 15.4.0\n \n @ngrx/store : 15.4.0\n \n @ngrx/store-devtools : 15.4.0\n \n @ngrx/entity : 15.4.0\n \n @ngrx/component : 15.4.0\n \n @ngrx/component-store : 15.4.0\n \n ngrx-store-freeze : 0.2.4\n \n reselect : 4.1.7\n \n @ngx-translate/core : 14.0.0\n \n @ngx-translate/http-loader : 7.0.0\n \n ngx-infinite-scroll : 14.0.1\n \n cleave.js : 1.6.0\n \n @types/cleave.js : 1.4.7\n \n ng2-pdfjs-viewer : 13.2.2\n \n ngx-perfect-scrollbar : 10.1.1\n \n ngx-mask : 14.2.4\n \n bootstrap : 5.1.3\n \n quill : 2.0.0-dev.4\n \n @types/quill : 2.0.9\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.19\n \n @compodoc/ngd-transformer : 2.1.0\n \n marked : 4.2.12\n \n prismjs : 1.29.0\n \n oidc-client : 1.11.5\n \n jsrsasign : 10.6.1\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 stylelint : 14.16.0\n \n stylelint-config-standard : 24.0.0\n \n stylelint-order : 5.0.0\n \n stylelint-scss : 4.3.0\n \n handlebars : 4.7.7\n \n pikaday : 1.8.2\n \n apexcharts : 3.36.3\n \n @stackblitz/sdk : 1.8.1\n \n prettier : 2.8.3\n \n prettier-eslint : 15.0.1\n \n eslint-config-prettier : 8.6.0\n \n eslint-plugin-prettier : 4.2.1\n \n @eui/ecl : 15.3.7-snapshot-1689625850181\n \n @eui/styles-base : 15.3.7-snapshot-1689625850181\n \n ngx-markdown : 10.0.0\n \n ngx-extended-pdf-viewer : 15.0.5\n \n lunr : 2.3.9\n \n @eui/deps-base : 15.3.7-snapshot-1689625850181\n \n @eui/tools : 6.12.28\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 withUxErrorManager   (packages/.../ux-error-handler.operator.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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 \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 packages/eui/packages/core/src/lib/services/ux-error-feedback/ux-error-handler.operator.ts\n \n \n \n \n \n \n \n withUxErrorManager\n \n \n \n \n \n \nwithUxErrorManager(errorManager?: UxErrorManager)\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 errorManager\n \n UxErrorManager\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : OperatorFunction\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":"getting-started - index","body":"\n \n\nCSDR DEVELOPERS GUIDE\nfollow the documentation on Confluence : \nhttps://citnet.tech.ec.europa.eu/CITnet/confluence/display/COMPCORP/01+-+Setup+and+local+installation\nfor eUI support :\nDIGIT-EUI-SUPPORT@EC.EUROPA.EU or slack : https://ec-eui.slack.com\nfor MyWorkplace / CC support :\nEC-MYWORKPLACE-SUPPORT@EC.EUROPA.EU or slack : https://compass-corporate.slack.com\nQuick start\n\nRegister the functional user on ecdevops.eu\nclone the root repository - MASTER branch for eUI 7 / CSDR 7\nyarn\ninitialize options : interactive\nnpm run init => select your project / team command line if project / team id are known\nnpm run init -- --project --team to mount a package on top of an existing initialized CSDR\nnpm run init -- --pkg --pkgOnly\nstart mwp: \nnpm run mywp:start-local-openid\n\nRe-sync your local dev and dependencies\nRe-sync your local dev environment, root config files will synched against the global config\nthis will also execute the upgrade of your project dependencies (upgrade:deps)\nnpm run sync\nOR if you want only upgrade project dependencies (developed by other teams within the same project)\nexecute this before starting any apps : \nnpm run upgrade:deps\nPackage operations\nBuild package locally\ndefault :\nnpm run pkg:build \nskipping linting / test :\nnpm run pkg:build -- --skipLint --skipTest\npackage deps built first (as defined in .euirc-csdr-packages.json files \"deps\" array of package)\nnpm run pkg:build -- --deps\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"},"overview.html":{"url":"overview.html","title":"overview - overview","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 33 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"},"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
4
  }