@eui/core 17.0.0-next.1 → 17.0.0-next.3
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.
- package/esm2022/lib/eui-core.module.mjs +5 -5
- package/esm2022/lib/interceptors/add-lang-param.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/cors-security.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +6 -6
- package/esm2022/lib/interceptors/openid/openid-connect.interceptor.mjs +12 -7
- package/esm2022/lib/interceptors/openid/openid-connect.service.mjs +4 -4
- package/esm2022/lib/interceptors/ux-request-error-model.interceptor.mjs +4 -4
- package/esm2022/lib/services/dynamic-menu/dynamic-menu.service.mjs +4 -4
- package/esm2022/lib/services/errors/global-error-handler.mjs +4 -4
- package/esm2022/lib/services/errors/http-error-handler.interceptor.mjs +4 -4
- package/esm2022/lib/services/eui-timezone.service.mjs +4 -4
- package/esm2022/lib/services/i18n/i18n.loader.mjs +4 -4
- package/esm2022/lib/services/i18n/i18n.service.mjs +4 -4
- package/esm2022/lib/services/i18n/i18n.service.mock.mjs +4 -4
- package/esm2022/lib/services/locale/locale.service.mjs +5 -4
- package/esm2022/lib/services/locale/locale.service.mock.mjs +4 -4
- package/esm2022/lib/services/log/log.module.mjs +5 -5
- package/esm2022/lib/services/log/log.service.mjs +4 -4
- package/esm2022/lib/services/permission/permission.service.mjs +4 -4
- package/esm2022/lib/services/queue/api-queue.service.mjs +4 -4
- package/esm2022/lib/services/queue/api-queue.service.mock.mjs +2 -2
- package/esm2022/lib/services/storage/local-forage.service.mjs +4 -4
- package/esm2022/lib/services/storage/local-storage.service.mjs +4 -4
- package/esm2022/lib/services/storage/session-storage.service.mjs +4 -4
- package/esm2022/lib/services/store/effects/app.effects.mjs +4 -4
- package/esm2022/lib/services/store/reducers/app.reducers.mjs +2 -1
- package/esm2022/lib/services/store/reducers/meta.reducers.mjs +2 -2
- package/esm2022/lib/services/store/store.service.mjs +4 -4
- package/esm2022/lib/services/store/store.service.mock.mjs +4 -4
- package/esm2022/lib/services/user/user.service.mjs +4 -4
- package/esm2022/lib/services/user/user.service.mock.mjs +4 -4
- package/esm2022/lib/services/ux-app-shell.service.mjs +17 -5
- package/esm2022/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +4 -4
- package/esm2022/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +4 -4
- package/fesm2022/eui-core.mjs +128 -109
- package/fesm2022/eui-core.mjs.map +1 -1
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts +1 -1
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts.map +1 -1
- package/lib/interceptors/openid/openid-connect.interceptor.d.ts.map +1 -1
- package/lib/services/locale/locale.service.d.ts.map +1 -1
- package/lib/services/store/reducers/app.reducers.d.ts.map +1 -1
- package/lib/services/user/user.service.d.ts +1 -1
- package/lib/services/user/user.service.d.ts.map +1 -1
- package/lib/services/ux-app-shell.service.d.ts.map +1 -1
- package/package.json +1 -1
- package/docs/classes/ActivatedRouteAction.html +0 -282
- package/docs/classes/AddApiQueueItemAction.html +0 -282
- package/docs/classes/AddAppLoadedConfigModulesAction.html +0 -282
- package/docs/classes/ApiQueueServiceMock.html +0 -553
- package/docs/classes/AsyncStorageService.html +0 -941
- package/docs/classes/AsyncStorageServiceMock.html +0 -427
- package/docs/classes/EmptyApiQueueAction.html +0 -282
- package/docs/classes/EuiCoreRootGuardClass.html +0 -167
- package/docs/classes/EuiError.html +0 -227
- package/docs/classes/I18nResourceImpl.html +0 -510
- package/docs/classes/InitStoreAction.html +0 -282
- package/docs/classes/LogServiceMock.html +0 -223
- package/docs/classes/OpenIdConnectServiceMock.html +0 -223
- package/docs/classes/RemoveApiQueueItemAction.html +0 -282
- package/docs/classes/RouterMock.html +0 -499
- package/docs/classes/StorageService.html +0 -640
- package/docs/classes/StorageServiceMock.html +0 -325
- package/docs/classes/StoreMock.html +0 -406
- package/docs/classes/TranslateServiceMock.html +0 -929
- package/docs/classes/UpdateAppConnectionAction.html +0 -282
- package/docs/classes/UpdateAppStatusAction.html +0 -282
- package/docs/classes/UpdateAppVersionAction.html +0 -282
- package/docs/classes/UpdateCurrentModuleAction.html +0 -282
- package/docs/classes/UpdateI18nStateAction.html +0 -282
- package/docs/classes/UpdateLocaleStateAction.html +0 -282
- package/docs/classes/UpdateNotificationsListAction.html +0 -282
- package/docs/classes/UpdateUserDashboardAction.html +0 -282
- package/docs/classes/UpdateUserDetailsAction.html +0 -282
- package/docs/classes/UpdateUserPreferencesAction.html +0 -282
- package/docs/classes/UpdateUserRightsAction.html +0 -282
- package/docs/classes/UpdateUserStateAction.html +0 -282
- package/docs/classes/UxErrorManager.html +0 -536
- package/docs/classes/UxRootInjectorGuard.html +0 -197
- package/docs/dependencies.html +0 -319
- package/docs/directives/TranslateMockDirective.html +0 -266
- package/docs/fonts/ionicons.eot +0 -0
- package/docs/fonts/ionicons.svg +0 -2090
- package/docs/fonts/ionicons.ttf +0 -0
- package/docs/fonts/ionicons.woff +0 -0
- package/docs/fonts/ionicons.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-300.eot +0 -0
- package/docs/fonts/roboto-v15-latin-300.svg +0 -314
- package/docs/fonts/roboto-v15-latin-300.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-300.woff +0 -0
- package/docs/fonts/roboto-v15-latin-300.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-700.eot +0 -0
- package/docs/fonts/roboto-v15-latin-700.svg +0 -310
- package/docs/fonts/roboto-v15-latin-700.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-700.woff +0 -0
- package/docs/fonts/roboto-v15-latin-700.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-italic.eot +0 -0
- package/docs/fonts/roboto-v15-latin-italic.svg +0 -323
- package/docs/fonts/roboto-v15-latin-italic.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-italic.woff +0 -0
- package/docs/fonts/roboto-v15-latin-italic.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-regular.eot +0 -0
- package/docs/fonts/roboto-v15-latin-regular.svg +0 -308
- package/docs/fonts/roboto-v15-latin-regular.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-regular.woff +0 -0
- package/docs/fonts/roboto-v15-latin-regular.woff2 +0 -0
- package/docs/images/compodoc-vectorise-inverted.png +0 -0
- package/docs/images/compodoc-vectorise-inverted.svg +0 -201
- package/docs/images/compodoc-vectorise.png +0 -0
- package/docs/images/compodoc-vectorise.svg +0 -201
- package/docs/images/favicon.ico +0 -0
- package/docs/index.html +0 -171
- package/docs/injectables/ApiQueueService.html +0 -806
- package/docs/injectables/CoreAppEffects.html +0 -392
- package/docs/injectables/EuiDynamicMenuService.html +0 -379
- package/docs/injectables/EuiPermissionService.html +0 -652
- package/docs/injectables/EuiTimezoneService.html +0 -382
- package/docs/injectables/GlobalErrorHandler.html +0 -293
- package/docs/injectables/I18nLoader.html +0 -597
- package/docs/injectables/I18nService.html +0 -945
- package/docs/injectables/I18nServiceMock.html +0 -634
- package/docs/injectables/LocalForageService.html +0 -773
- package/docs/injectables/LocalStorageService.html +0 -554
- package/docs/injectables/LocaleService.html +0 -799
- package/docs/injectables/LocaleServiceMock.html +0 -493
- package/docs/injectables/LogService.html +0 -354
- package/docs/injectables/OpenIdConnectService.html +0 -225
- package/docs/injectables/SessionStorageService.html +0 -554
- package/docs/injectables/StoreService.html +0 -651
- package/docs/injectables/StoreServiceMock.html +0 -457
- package/docs/injectables/UserService.html +0 -760
- package/docs/injectables/UserServiceMock.html +0 -649
- package/docs/injectables/UxAppShellService.html +0 -2254
- package/docs/injectables/UxDynamicComponentService.html +0 -437
- package/docs/injectables/UxErrorFeedbackService.html +0 -591
- package/docs/interceptors/AddLangParamInterceptor.html +0 -305
- package/docs/interceptors/CachePreventionInterceptor.html +0 -254
- package/docs/interceptors/CorsSecurityInterceptor.html +0 -254
- package/docs/interceptors/CsrfPreventionInterceptor.html +0 -254
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +0 -254
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +0 -321
- package/docs/interceptors/OpenIdConnectInterceptor.html +0 -347
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +0 -297
- package/docs/interfaces/EuiTimeZone.html +0 -247
- package/docs/interfaces/LoadedResources.html +0 -292
- package/docs/interfaces/LoadedResourcesError.html +0 -247
- package/docs/interfaces/ModuleLoadEvent.html +0 -292
- package/docs/interfaces/OpenIdConnectUserDetails.html +0 -439
- package/docs/interfaces/ResourceError.html +0 -298
- package/docs/interfaces/UIState.html +0 -1900
- package/docs/js/compodoc.js +0 -14
- package/docs/js/lazy-load-graphs.js +0 -44
- package/docs/js/libs/EventDispatcher.js +0 -5
- package/docs/js/libs/bootstrap-native.js +0 -1
- package/docs/js/libs/clipboard.min.js +0 -7
- package/docs/js/libs/custom-elements-es5-adapter.js +0 -15
- package/docs/js/libs/custom-elements.min.js +0 -38
- package/docs/js/libs/d3.v3.min.js +0 -2
- package/docs/js/libs/deep-iterator.js +0 -2
- package/docs/js/libs/es6-shim.min.js +0 -11
- package/docs/js/libs/htmlparser.js +0 -23
- package/docs/js/libs/innersvg.js +0 -9
- package/docs/js/libs/lit-html.js +0 -1
- package/docs/js/libs/prism.js +0 -46
- package/docs/js/libs/promise.min.js +0 -6
- package/docs/js/libs/svg-pan-zoom.min.js +0 -3
- package/docs/js/libs/tablesort.min.js +0 -6
- package/docs/js/libs/tablesort.number.min.js +0 -6
- package/docs/js/libs/vis.min.js +0 -47
- package/docs/js/libs/zepto.min.js +0 -2
- package/docs/js/menu-wc.js +0 -380
- package/docs/js/menu.js +0 -325
- package/docs/js/routes.js +0 -301
- package/docs/js/search/lunr.min.js +0 -6
- package/docs/js/search/search-lunr.js +0 -67
- package/docs/js/search/search.js +0 -268
- package/docs/js/search/search_index.js +0 -4
- package/docs/js/sourceCode.js +0 -58
- package/docs/js/svg-pan-zoom.controls.js +0 -53
- package/docs/js/tabs.js +0 -21
- package/docs/js/tree.js +0 -147
- package/docs/license.html +0 -379
- package/docs/miscellaneous/enumerations.html +0 -418
- package/docs/miscellaneous/functions.html +0 -1864
- package/docs/miscellaneous/typealiases.html +0 -258
- package/docs/miscellaneous/variables.html +0 -3965
- package/docs/modules/CoreModule.html +0 -256
- package/docs/modules/I18nModule.html +0 -198
- package/docs/modules/LogModule.html +0 -305
- package/docs/modules/TranslateMockModule.html +0 -176
- package/docs/modules.html +0 -168
- package/docs/pipes/TranslateMockPipe.html +0 -227
- package/docs/properties.html +0 -124
- package/docs/styles/bootstrap-card.css +0 -219
- package/docs/styles/bootstrap.min.css +0 -6
- package/docs/styles/compodoc.css +0 -1121
- package/docs/styles/dark.css +0 -121
- package/docs/styles/ionicons.min.css +0 -11
- package/docs/styles/laravel.css +0 -113
- package/docs/styles/material.css +0 -131
- package/docs/styles/original.css +0 -51
- package/docs/styles/postmark.css +0 -238
- package/docs/styles/prism.css +0 -301
- package/docs/styles/readthedocs.css +0 -117
- package/docs/styles/reset.css +0 -129
- package/docs/styles/stripe.css +0 -106
- package/docs/styles/style.css +0 -7
- package/docs/styles/tablesort.css +0 -33
- package/docs/styles/vagrant.css +0 -130
|
@@ -1,4 +0,0 @@
|
|
|
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.871,2,1.177,3,0.141,4,0.124,5,2.52,6,1.931,7,1.802,8,0.213,9,1.332,10,1.969,11,2.726,12,0.331,13,0.622,14,2.001,15,6.332,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,22,5.324,23,0.01,24,0.01]],["title/classes/AddApiQueueItemAction.html",[0,0.874,25,3.224]],["body/classes/AddApiQueueItemAction.html",[2,1.157,3,0.139,4,0.122,5,2.478,6,1.9,7,1.773,8,0.21,9,1.318,10,1.949,11,2.705,12,0.351,13,0.611,14,1.968,16,0.385,17,0.012,18,0.304,19,0.304,20,1.157,21,1.015,23,0.01,24,0.01,25,4.134,26,5.682,27,5.236]],["title/classes/AddAppLoadedConfigModulesAction.html",[0,0.874,28,3.224]],["body/classes/AddAppLoadedConfigModulesAction.html",[2,1.157,3,0.139,4,0.122,5,2.478,6,1.9,7,1.773,8,0.21,9,1.318,10,1.949,11,2.705,12,0.351,13,0.611,14,1.968,16,0.385,17,0.012,18,0.304,19,0.304,20,1.157,21,1.015,23,0.01,24,0.01,26,5.682,28,4.134,29,5.236]],["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.459,17,0.012,18,0.363,19,0.363,23,0.009,24,0.009,30,2.619,31,4.222,32,2.752,33,4.836,34,3.516,35,4.836,36,1.818,37,4.836,38,3.516,39,3.818,40,3.818,41,3.516,42,4.836,43,4.836,44,2.752,45,3.516,46,4.836,47,0.953,48,3.387,49,4.836,50,5.042,51,3.516,52,3.56,53,3.232,54,3.56,55,3.516,56,0.71,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.799,8,0.095,12,0.295,13,0.276,16,0.467,17,0.011,18,0.369,19,0.369,20,0.824,21,0.723,23,0.006,24,0.006,36,2.282,38,1.717,44,2.629,45,3.815,47,0.568,53,1.22,56,0.968,57,1.882,59,1.864,60,0.747,61,2.061,62,2.361,63,3.255,64,4.033,65,3.255,66,3.255,67,3.255,68,3.255,69,4.033,70,3.255,71,1.717,72,2.019,73,3.255,74,2.29,75,2.841,76,2.361,77,1.32,78,6.462,79,5.247,80,1.864,81,6.182,82,2.361,83,2.943,84,3.728,85,4.415,86,3.728,87,5.301,88,1.282,89,3.728,90,2.37,91,2.361,92,1.22,93,3.129,94,5.551,95,2.061,96,2.361,97,2.383,98,4.033,99,2.361,100,2.711,101,1.344,102,2.361,103,2.361,104,2.361,105,2.361,106,2.361,107,2.061,108,4.143,109,2.711,110,3.255,111,2.061,112,2.061,113,2.061,114,2.061,115,2.061,116,1.501,117,2.061,118,2.061,119,2.061,120,1.417,121,2.361,122,2.237,123,2.061,124,2.361,125,1.717]],["title/classes/ApiQueueServiceMock.html",[0,0.874,126,3.565]],["body/classes/ApiQueueServiceMock.html",[2,0.825,3,0.099,4,0.087,8,0.149,12,0.229,13,0.613,16,0.386,17,0.012,18,0.305,19,0.305,20,0.825,21,0.724,23,0.008,24,0.008,36,1.404,44,2.989,45,3.819,47,0.8,53,1.929,56,1.111,57,1.928,59,2.948,61,3.26,63,5.306,64,5.306,65,4.586,66,5.306,67,4.586,68,5.306,69,5.306,70,5.306,77,1.052,81,4.798,85,2.374,88,1.686,94,4.586,95,3.26,97,2.386,98,3.26,100,2.715,107,3.26,108,5.206,109,3.819,110,4.586,111,3.26,112,3.26,113,3.26,114,3.26,115,3.26,116,2.374,117,3.26,118,3.26,119,3.26,120,2.241,126,3.26,127,3.734,128,1.308]],["title/classes/AsyncStorageService.html",[0,0.874,129,2.969]],["body/classes/AsyncStorageService.html",[0,0.522,2,0.539,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.385,23,0.006,24,0.006,36,2.314,47,0.583,56,1.03,57,1.945,77,1.537,88,1.309,90,1.551,92,2.438,116,3.397,120,1.464,122,1.464,128,0.855,129,1.774,130,2.13,131,1.926,132,2.13,133,4.665,134,4.092,135,1.26,136,2.13,137,1.926,138,2.13,139,1.551,140,6.509,141,3.431,142,2.555,143,3.02,144,3.663,145,4.218,146,2.591,147,4.719,148,3.805,149,3.93,150,4.218,151,4.218,152,3.864,153,2.13,154,2.13,155,1.652,156,2.13,157,3.02,158,2.233,159,2.591,160,3.34,161,1.926,162,2.13,163,2.13]],["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.403,23,0.009,24,0.009,47,0.956,56,1.164,57,2.038,77,0.974,88,1.741,128,1.703,129,3.534,130,4.244,141,5.054,142,3.764,143,5.488,144,3.956,145,5.488,164,4.244,165,4.861]],["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.135,47,1.035,48,3.678,51,4.005,52,3.865,53,3.509,54,3.865,55,4.005,56,0.809,57,1.528,166,4.81,167,5.509,168,4.81]],["title/injectables/CoreAppEffects.html",[58,1.336,169,3.565]],["body/injectables/CoreAppEffects.html",[1,1.977,3,0.072,4,0.063,8,0.109,9,0.834,12,0.22,13,0.317,15,3.633,16,0.2,17,0.013,18,0.241,19,0.158,20,1.117,21,0.979,23,0.006,24,0.006,50,4.116,57,1.154,60,0.86,97,2.771,169,2.374,170,2.719,171,4.161,172,4.161,173,2.719,174,5.054,175,4.161,176,3.633,177,3.633,178,3.633,179,5.054,180,4.161,181,2.719,182,4.161,183,4.161,184,2.719,185,4.161,186,2.149,187,2.147,188,2.719,189,2.719,190,1.841,191,2.719,192,2.818,193,2.719,194,2.719,195,2.719,196,2.719,197,2.719,198,2.719,199,2.719,200,2.719,201,1.977,202,2.719,203,5.054,204,3.99,205,2.719,206,2.719,207,2.374,208,2.719,209,2.147,210,2.719,211,2.719,212,4.161,213,4.161,214,5.054,215,2.719,216,6.435,217,2.719,218,3.633,219,2.147,220,2.374,221,2.719,222,2.374,223,2.374,224,2.719,225,2.719,226,4.161,227,4.161,228,3.633,229,3.633,230,3.633,231,4.161,232,4.161,233,2.719,234,4.161,235,2.719,236,4.161,237,3.633,238,4.161,239,2.719,240,1.235]],["title/modules/CoreModule.html",[186,2.11,241,3.224]],["body/modules/CoreModule.html",[3,0.138,4,0.121,12,0.227,16,0.382,17,0.012,18,0.302,19,0.302,23,0.01,24,0.01,47,0.793,56,0.963,77,1.314,241,4.111,242,2.963,243,4.546,244,4.546,245,4.169,246,4.546,247,5.207,248,3.786,249,5.178,250,5.668,251,4.546,252,4.111,253,3.24,254,4.111,255,5.207,256,5.207,257,5.207,258,5.207]],["title/interceptors/CorsSecurityInterceptor.html",[30,2.211,259,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.135,44,3.135,47,1.035,48,3.678,52,3.865,53,3.509,54,3.865,56,0.809,57,1.528,259,4.81,260,5.509,261,5.509,262,4.005]],["title/interceptors/CsrfPreventionInterceptor.html",[30,2.211,263,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.135,44,3.135,47,1.035,48,3.678,52,3.865,53,3.509,54,3.865,56,0.809,57,1.528,168,4.81,262,4.005,263,4.81,264,5.509]],["title/classes/EmptyApiQueueAction.html",[0,0.874,265,3.565]],["body/classes/EmptyApiQueueAction.html",[2,1.197,3,0.144,4,0.126,5,2.563,6,1.964,7,1.833,8,0.217,9,1.346,10,1.99,11,2.747,12,0.333,13,0.632,14,2.035,16,0.398,17,0.012,18,0.314,19,0.314,20,1.197,21,1.049,23,0.01,24,0.01,265,4.728,266,5.415]],["title/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html",[30,2.211,267,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.081,44,3.081,47,1.024,48,3.639,52,3.824,53,3.472,54,3.824,56,0.795,57,1.502,262,3.937,267,4.728,268,5.415,269,5.415,270,3.937,271,4.728,272,5.415]],["title/classes/EuiCoreRootGuardClass.html",[0,0.874,273,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,243,5.405,244,5.405,273,5.405]],["title/injectables/EuiDynamicMenuService.html",[58,1.336,274,3.565]],["body/injectables/EuiDynamicMenuService.html",[3,0.126,4,0.11,8,0.19,9,1.237,12,0.299,13,0.553,16,0.454,17,0.012,18,0.358,19,0.358,20,1.048,21,0.919,23,0.009,24,0.009,47,0.94,56,0.907,60,1.5,72,3.343,75,3.343,93,5.11,274,4.138,275,4.74,276,4.74,277,4.74,278,6.175,279,6.175,280,6.868,281,4.74,282,4.875,283,4.74,284,4.74,285,4.74]],["title/classes/EuiError.html",[0,0.874,286,3.565]],["body/classes/EuiError.html",[2,1.232,3,0.148,4,0.129,12,0.243,13,0.651,16,0.409,17,0.011,18,0.323,19,0.323,23,0.01,24,0.01,77,1.547,128,1.953,286,4.866,287,5.574,288,5.574,289,5.574,290,6.841,291,6.841,292,4.4,293,2.986]],["title/injectables/EuiPermissionService.html",[58,1.336,282,3.224]],["body/injectables/EuiPermissionService.html",[3,0.078,4,0.068,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.662,47,0.674,56,0.975,57,1.227,60,0.932,72,2.394,74,1.93,75,2.394,77,1.501,85,1.873,88,0.817,97,2.411,101,1.677,125,3.215,128,1.032,135,1.522,209,3.491,219,4.657,251,2.573,252,2.326,282,2.326,294,2.947,295,2.326,296,4.422,297,4.422,298,4.422,299,3.186,300,2.184,301,2.654,302,2.326,303,1.677,304,2.947,305,2.947,306,6.54,307,6.182,308,2.947,309,2.947,310,2.947,311,2.947,312,4.422,313,2.573,314,3.491,315,2.947,316,2.573,317,2.573,318,2.947,319,5.308,320,2.947,321,2.947,322,2.947,323,2.573,324,2.947,325,2.573,326,2.947,327,4.99,328,2.947,329,2.947,330,4.422,331,2.947,332,1.996,333,4.422,334,2.512,335,2.947,336,5.15,337,2.947,338,2.947,339,2.326]],["title/interfaces/EuiTimeZone.html",[340,2.596,341,3.224]],["body/interfaces/EuiTimeZone.html",[3,0.149,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,341,4.453,342,3.385,343,4.924,344,4.924,345,7.441]],["title/injectables/EuiTimezoneService.html",[58,1.336,346,3.565]],["body/injectables/EuiTimezoneService.html",[3,0.122,4,0.107,8,0.184,12,0.264,16,0.445,17,0.012,18,0.393,19,0.351,23,0.009,24,0.009,47,0.922,56,1.057,60,1.456,77,1.537,292,3.633,341,4.782,343,4.018,344,4.018,346,4.018,347,6.77,348,6.057,349,6.77,350,6.057,351,3.633,352,3.633,353,6.77,354,4.602,355,4.018,356,4.602,357,4.602,358,4.602,359,4.602,360,5.288,361,4.602]],["title/injectables/GlobalErrorHandler.html",[58,1.336,362,3.565]],["body/injectables/GlobalErrorHandler.html",[3,0.14,4,0.123,8,0.212,12,0.288,13,0.618,16,0.487,17,0.012,18,0.385,19,0.385,23,0.01,24,0.01,47,1.009,56,0.778,60,1.675,74,3.157,88,1.469,128,1.855,240,3.01,362,4.622,363,5.294,364,5.294,365,5.294,366,6.627,367,5.294,368,5.294]],["title/interceptors/HttpErrorHandlerInterceptor.html",[30,2.211,369,3.565]],["body/interceptors/HttpErrorHandlerInterceptor.html",[3,0.132,4,0.115,8,0.199,12,0.277,13,0.579,16,0.467,17,0.011,18,0.369,19,0.369,23,0.009,24,0.009,32,2.824,47,0.969,48,3.444,51,3.608,52,3.62,53,3.286,54,3.62,55,3.608,56,0.729,57,1.377,240,2.254,253,2.451,369,4.333,370,4.333,371,4.962,372,4.333,373,5.553,374,5.845,375,7.404]],["title/injectables/I18nLoader.html",[58,1.336,376,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.212,36,1.856,39,3.899,45,2.49,47,0.752,56,1.029,57,1.865,60,1.084,73,4.312,74,2.767,77,1.27,80,2.704,88,0.95,93,3.345,122,2.055,253,1.692,351,2.704,376,2.99,377,2.49,378,3.899,379,5.793,380,4.312,381,4.939,382,4.939,383,3.425,384,5.537,385,2.99,386,3.899,387,6.115,388,3.899,389,2.99,390,4.553,391,2.704,392,3.425,393,3.425,394,2.704,395,3.425,396,3.425,397,3.425,398,3.425,399,2.49,400,2.704,401,3.425,402,2.704,403,3.425]],["title/modules/I18nModule.html",[186,2.11,404,3.224]],["body/modules/I18nModule.html",[3,0.151,4,0.133,17,0.011,23,0.01,24,0.01,36,2.145,47,0.869,56,0.838,186,3.586,242,3.248,245,3.628,249,4.506,250,5.48,404,5.48,405,5.707,406,4.506,407,4.983,408,4.983,409,4.15,410,4.15]],["title/classes/I18nResourceImpl.html",[0,0.874,390,2.766]],["body/classes/I18nResourceImpl.html",[2,0.788,3,0.095,4,0.083,8,0.143,10,2.103,12,0.281,13,0.594,16,0.474,17,0.011,18,0.375,19,0.396,23,0.008,24,0.008,34,4.308,36,2.428,39,4.014,40,2.815,47,0.774,56,0.871,77,1.545,88,0.989,92,3.337,97,1.619,100,2.593,150,2.815,158,1.688,390,4.013,391,2.815,394,5.392,399,4.966,411,3.566,412,5.084,413,5.084,414,5.084,415,3.566,416,5.926,417,5.084,418,3.566,419,5.084,420,3.566,421,5.174,422,3.566,423,5.084,424,3.566,425,3.113,426,3.113,427,3.566,428,5.084,429,3.113,430,3.566,431,3.566,432,3.113,433,3.566,434,4.439]],["title/injectables/I18nService.html",[58,1.336,435,2.969]],["body/injectables/I18nService.html",[3,0.063,4,0.056,8,0.096,10,1.565,12,0.319,13,0.279,16,0.538,17,0.012,18,0.425,19,0.405,23,0.006,24,0.006,36,1.415,41,1.738,47,0.573,50,3.842,56,1,57,1.889,60,0.757,72,2.039,74,2.306,75,2.039,77,1.326,83,1.887,88,1.044,101,1.36,109,1.738,116,1.52,125,1.738,128,0.838,148,1.235,152,3.449,158,1.782,186,2.729,204,1.887,237,2.087,248,4.179,253,2.301,293,2.788,299,3.664,300,1.86,301,2.26,314,1.887,332,2.55,334,2.204,378,2.973,385,2.087,386,4.538,387,2.087,388,1.887,435,1.738,436,2.087,437,2.391,438,3.287,439,3.287,440,4.066,441,2.391,442,3.386,443,5.284,444,2.087,445,2.087,446,2.391,447,2.391,448,2.737,449,1.738,450,1.738,451,1.887,452,1.887,453,1.887,454,2.391,455,3.765,456,2.087,457,2.391,458,4.066,459,2.087,460,1.738,461,2.087,462,2.087,463,3.677,464,1.887,465,1.738,466,2.087,467,2.087,468,2.087,469,3.287,470,2.087,471,2.087,472,3.287,473,2.087,474,1.619,475,1.887,476,2.391,477,2.973]],["title/injectables/I18nServiceMock.html",[58,1.336,478,3.565]],["body/injectables/I18nServiceMock.html",[3,0.089,4,0.078,8,0.134,10,1.437,12,0.273,13,0.566,16,0.46,17,0.012,18,0.416,19,0.364,23,0.007,24,0.007,36,1.256,47,0.739,56,1.053,57,1.988,60,1.057,77,0.972,83,2.637,88,0.927,101,1.901,116,2.123,125,2.429,128,1.17,158,1.581,186,3.238,204,2.637,248,2.429,253,1.65,293,2.117,299,3.428,300,2.396,301,2.911,314,2.637,334,2.296,378,4.51,386,3.83,435,2.429,438,4.235,439,4.987,440,4.987,442,2.429,448,2.429,456,2.916,459,2.916,460,2.429,461,2.916,462,2.916,463,4.51,464,2.637,465,2.429,466,2.916,467,2.916,468,2.916,469,4.235,470,2.916,471,2.916,472,4.235,473,2.916,474,2.262,475,2.637,477,5.483,478,2.916,479,3.34,480,4.235,481,4.235,482,4.851,483,3.34,484,3.34,485,3.34,486,3.34]],["title/classes/InitStoreAction.html",[0,0.874,487,3.224]],["body/classes/InitStoreAction.html",[2,1.157,3,0.139,4,0.122,5,2.478,6,1.9,7,1.773,8,0.21,9,1.318,10,1.949,11,2.705,12,0.351,13,0.611,14,1.968,16,0.385,17,0.012,18,0.304,19,0.304,20,1.157,21,1.015,23,0.01,24,0.01,26,5.682,487,4.134,488,5.236]],["title/interfaces/LoadedResources.html",[340,2.596,489,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.459,93,4.535,97,3.041,342,3.231,377,3.915,394,5.755,489,4.701,490,5.3,491,7.289]],["title/interfaces/LoadedResourcesError.html",[340,2.596,492,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,240,3.388,342,3.405,377,4.125,390,4.684,399,5.425,492,4.953]],["title/injectables/LocalForageService.html",[58,1.336,493,3.565]],["body/injectables/LocalForageService.html",[3,0.076,4,0.066,8,0.114,9,0.866,12,0.297,13,0.334,16,0.482,17,0.012,18,0.437,19,0.381,20,0.632,21,1.36,23,0.006,24,0.006,36,2.466,47,0.658,56,1.001,57,1.946,60,0.904,74,1.886,77,1.51,88,1.199,90,1.817,92,2.692,116,3.693,120,1.715,122,1.715,128,1.001,129,2.078,133,3.773,134,2.747,135,2.232,141,3.789,142,2.821,143,3.412,144,3.55,145,3.412,146,1.936,148,3.781,149,4.224,150,4.586,151,4.586,153,2.495,154,2.495,155,1.936,156,2.495,157,3.412,158,2.045,159,1.936,160,2.495,245,2.747,253,1.412,303,2.459,372,2.495,493,3.773,494,2.495,495,2.858,496,5.446,497,2.858,498,2.858,499,2.858,500,2.858]],["title/injectables/LocalStorageService.html",[58,1.336,501,3.565]],["body/injectables/LocalStorageService.html",[3,0.097,4,0.085,8,0.147,9,1.038,12,0.3,13,0.428,16,0.48,17,0.012,18,0.45,19,0.379,20,0.81,21,1.337,23,0.008,24,0.008,36,2.457,47,0.789,56,0.96,60,1.159,74,2.261,77,1.507,88,1.437,90,2.328,92,3.106,101,2.084,120,2.198,122,2.198,128,1.283,131,2.891,134,4.156,135,2.677,139,2.328,142,2.805,144,3.422,146,2.48,148,3.7,149,4.072,155,2.48,159,2.48,190,2.48,240,1.663,245,3.294,302,2.891,303,2.084,494,3.197,501,4.524,502,3.662,503,4.747]],["title/injectables/LocaleService.html",[58,1.336,504,3.224]],["body/injectables/LocaleService.html",[3,0.081,4,0.071,8,0.123,12,0.324,13,0.357,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.782,60,0.969,71,2.225,72,2.463,74,1.985,75,1.657,77,1.349,85,1.946,88,1.506,128,1.072,148,1.581,152,1.837,158,1.448,190,3.081,293,2.623,295,2.416,299,4.04,300,2.247,301,2.73,303,2.589,332,3.081,334,2.845,339,2.416,400,2.416,406,3.591,435,3.307,442,3.307,444,3.972,449,2.225,450,2.225,451,2.416,452,2.416,453,2.416,480,3.972,504,2.416,505,2.672,506,3.972,507,4.74,508,4.549,509,4.549,510,3.972,511,5.248,512,2.672,513,2.672,514,4.745,515,2.672,516,2.672,517,2.672,518,3.061,519,3.061]],["title/injectables/LocaleServiceMock.html",[58,1.336,520,3.565]],["body/injectables/LocaleServiceMock.html",[3,0.114,4,0.1,8,0.173,12,0.305,13,0.503,16,0.515,17,0.012,18,0.407,19,0.407,23,0.009,24,0.009,47,0.883,56,1.074,57,1.818,60,1.364,77,1.404,85,2.74,88,1.608,128,1.51,293,1.881,299,3.932,300,2.864,301,3.48,334,2.744,504,3.403,506,5.062,507,5.721,510,3.763,512,3.763,513,3.763,514,5.533,515,3.763,520,3.763,521,4.31,522,4.31]],["title/modules/LogModule.html",[186,2.11,523,3.224]],["body/modules/LogModule.html",[3,0.123,4,0.107,12,0.264,16,0.446,17,0.011,18,0.353,19,0.353,20,1.343,21,1.178,23,0.009,24,0.009,36,1.738,47,0.704,56,0.893,74,2.652,186,3.139,242,3.458,245,3.863,246,4.037,249,4.797,250,3.651,253,3.001,303,2.632,402,3.651,407,5.305,408,5.305,409,4.418,410,3.362,448,3.362,474,3.132,523,3.651,524,4.624,525,4.624,526,6.292,527,4.624,528,4.037,529,4.624,530,5.305,531,4.624]],["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.419,17,0.011,18,0.421,19,0.376,20,1.262,21,0.817,23,0.008,24,0.008,36,2.147,40,3.327,47,0.87,56,0.619,60,1.334,74,1.839,77,1.391,97,2.594,100,3.064,128,1.477,135,2.177,144,3.25,303,2.398,325,3.679,351,3.327,391,4.509,532,4.214,533,4.214,534,3.679,535,4.214,536,4.214,537,4.214,538,4.214,539,3.679,540,7.784,541,4.986,542,4.214,543,5.711,544,5.711,545,4.986,546,4.986,547,4.214,548,5.711,549,4.214,550,3.679,551,4.214,552,4.214]],["title/classes/LogServiceMock.html",[0,0.874,553,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,541,6.636,553,5.169,554,5.921,555,5.921]],["title/interfaces/ModuleLoadEvent.html",[340,2.596,556,3.565]],["body/interfaces/ModuleLoadEvent.html",[3,0.144,4,0.127,8,0.218,9,1.351,12,0.319,17,0.012,18,0.425,19,0.391,23,0.01,24,0.01,77,1.351,97,3.063,141,5.327,240,3.327,342,3.268,436,4.755,556,4.755]],["title/interceptors/OpenIdConnectInterceptor.html",[30,2.211,557,3.565]],["body/interceptors/OpenIdConnectInterceptor.html",[3,0.128,4,0.112,8,0.193,9,1.249,12,0.271,13,0.728,16,0.353,17,0.012,18,0.279,19,0.279,20,1.378,21,1.208,23,0.009,24,0.009,32,2.738,44,2.738,47,0.95,48,3.376,52,3.548,53,3.221,54,3.548,56,0.707,57,1.335,218,4.201,262,3.498,293,2.1,557,4.201,558,3.498,559,4.812,560,6.235,561,6.235,562,5.462,563,6.235,564,4.534,565,4.201]],["title/injectables/OpenIdConnectService.html",[58,1.336,566,3.224]],["body/injectables/OpenIdConnectService.html",[3,0.155,4,0.136,8,0.234,13,0.822,17,0.011,23,0.01,24,0.01,47,1.073,56,0.859,57,1.622,60,1.851,558,4.252,566,4.617,567,5.106,568,6.6]],["title/classes/OpenIdConnectServiceMock.html",[0,0.874,569,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.622,128,2.049,558,4.252,566,4.617,568,6.6,569,5.106,570,5.848]],["title/interfaces/OpenIdConnectUserDetails.html",[340,2.596,571,3.565]],["body/interfaces/OpenIdConnectUserDetails.html",[3,0.121,4,0.106,8,0.182,9,1.206,12,0.333,17,0.012,19,0.477,23,0.009,24,0.009,77,1.645,342,2.735,558,3.314,567,3.979,571,3.979,572,6.738,573,6.738,574,6.738,575,6.738,576,6.738,577,6.738]],["title/classes/RemoveApiQueueItemAction.html",[0,0.874,578,3.224]],["body/classes/RemoveApiQueueItemAction.html",[2,1.177,3,0.141,4,0.124,5,2.52,6,1.931,7,1.802,8,0.213,9,1.332,10,1.969,11,2.726,12,0.331,13,0.622,14,2.001,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,578,4.203,579,5.324]],["title/interfaces/ResourceError.html",[340,2.596,580,3.565]],["body/interfaces/ResourceError.html",[3,0.141,4,0.124,8,0.213,9,1.332,12,0.316,17,0.012,19,0.441,23,0.01,24,0.01,77,1.332,97,3.02,240,3.294,342,3.195,377,3.871,390,4.503,399,5.273,580,4.648,581,7.252]],["title/classes/RouterMock.html",[0,0.874,582,3.565]],["body/classes/RouterMock.html",[2,0.892,3,0.107,4,0.094,8,0.162,9,1.111,10,2.187,12,0.276,13,0.647,16,0.407,17,0.012,18,0.322,19,0.322,20,1.4,21,1.228,23,0.008,24,0.008,47,0.844,56,1.002,77,1.48,88,1.538,192,3.755,409,2.934,582,3.523,583,4.035,584,5.544,585,5.544,586,5.544,587,6.334,588,5.544,589,5.544,590,6.334,591,4.035,592,4.035,593,4.035,594,4.035,595,5.544,596,4.035,597,4.841,598,4.035]],["title/injectables/SessionStorageService.html",[58,1.336,599,3.565]],["body/injectables/SessionStorageService.html",[3,0.097,4,0.085,8,0.147,9,1.038,12,0.3,13,0.428,16,0.48,17,0.012,18,0.45,19,0.379,20,0.81,21,1.337,23,0.008,24,0.008,36,2.457,47,0.789,56,0.96,60,1.159,74,2.261,77,1.507,88,1.437,90,2.328,92,3.106,101,2.084,120,2.198,122,2.198,128,1.283,131,2.891,134,4.156,135,2.677,139,2.328,142,2.805,144,3.422,146,2.48,148,3.7,149,4.072,155,2.48,159,2.48,190,2.48,240,1.663,245,3.294,270,4.372,302,2.891,303,2.084,599,4.524,600,3.662,601,3.662]],["title/classes/StorageService.html",[0,0.874,139,2.596]],["body/classes/StorageService.html",[0,0.705,2,0.728,3,0.087,4,0.077,8,0.132,12,0.311,16,0.524,17,0.012,18,0.424,19,0.384,21,1.339,23,0.007,24,0.007,36,2.341,47,0.731,56,1.015,77,1.538,88,1.572,90,2.094,92,2.927,101,1.875,120,1.977,122,1.977,132,2.876,134,4.393,135,1.702,136,2.876,137,2.601,138,2.876,139,2.094,140,6.778,142,2.6,144,3.767,146,3.252,148,3.777,149,3.837,152,3.973,155,2.231,158,1.559,159,3.252,161,2.601,162,2.876,163,2.876,190,2.231,240,1.496,602,3.294]],["title/classes/StorageServiceMock.html",[0,0.874,603,3.565]],["body/classes/StorageServiceMock.html",[2,1.197,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.864,128,1.897,139,3.442,142,3.957,144,4.159,603,4.728,604,5.415]],["title/classes/StoreMock.html",[0,0.874,605,3.565]],["body/classes/StoreMock.html",[2,1.097,3,0.132,4,0.115,8,0.199,9,1.274,12,0.216,13,0.743,16,0.364,17,0.012,18,0.288,19,0.288,20,1.097,21,0.962,23,0.009,24,0.009,47,0.969,56,1.088,88,1.377,334,3.01,605,4.333,606,4.962,607,7.02,608,5.542,609,7.02,610,5.022,611,4.962,612,4.962,613,4.333]],["title/injectables/StoreService.html",[58,1.336,72,2.211]],["body/injectables/StoreService.html",[3,0.095,4,0.083,7,1.212,8,0.143,12,0.309,13,0.418,16,0.522,17,0.012,18,0.413,19,0.413,23,0.008,24,0.008,47,0.776,48,2.76,56,1.044,57,0.993,60,1.133,71,2.602,72,1.938,74,2.824,75,3.703,77,1.296,88,1.647,148,1.849,158,2.413,293,2.225,300,2.518,334,1.694,608,4.025,610,4.025,614,3.125,615,4.451,616,4.451,617,5.184,618,3.579,619,4.451,620,3.579,621,3.579,622,5.098,623,4.451,624,3.579,625,5.098,626,5.098,627,3.125,628,4.451,629,3.707,630,4.025,631,3.579,632,5.098,633,4.451,634,2.602,635,3.579,636,3.579]],["title/injectables/StoreServiceMock.html",[58,1.336,637,3.565]],["body/injectables/StoreServiceMock.html",[3,0.124,4,0.108,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.931,56,1.132,60,1.478,72,2.528,88,2.007,128,1.636,300,3.368,334,2.21,608,5.383,610,5.383,615,5.953,616,5.339,617,5.953,627,4.077,628,5.339,629,4.446,630,4.828,637,4.077,638,4.67]],["title/directives/TranslateMockDirective.html",[639,3.565,640,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,465,4.005,613,4.81,640,4.349,641,5.509,642,4.005,643,5.509,644,4.81,645,6.792,646,6.792,647,5.509,648,5.931,649,5.509]],["title/modules/TranslateMockModule.html",[186,2.11,650,3.224]],["body/modules/TranslateMockModule.html",[3,0.161,4,0.141,17,0.011,23,0.011,24,0.011,242,3.456,640,5.688,642,4.415,650,4.794,651,6.072,652,5.688,653,6.072]],["title/pipes/TranslateMockPipe.html",[460,2.969,652,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.833,77,1.495,465,4.125,642,4.125,644,4.953,652,4.479,654,5.673,655,5.673,656,5.673,657,4.953]],["title/classes/TranslateServiceMock.html",[0,0.874,658,3.565]],["body/classes/TranslateServiceMock.html",[2,0.617,3,0.074,4,0.065,8,0.112,9,0.85,12,0.337,16,0.453,17,0.012,18,0.358,19,0.358,20,1.577,21,1.383,23,0.006,24,0.006,34,3.086,47,0.646,56,1.023,57,1.803,77,1.573,88,1.425,92,2.193,148,1.442,192,3.886,254,3.351,293,1.218,380,4.484,481,3.706,564,4.727,642,2.029,658,2.437,659,4.244,660,4.244,661,4.244,662,4.244,663,4.244,664,4.244,665,4.244,666,4.244,667,4.244,668,4.244,669,5.136,670,5.136,671,4.244,672,4.244,673,2.791,674,2.791,675,2.791,676,2.791,677,2.791,678,2.791,679,2.791,680,2.791,681,2.791,682,2.791,683,2.437,684,2.791,685,4.244,686,2.791,687,2.791]],["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.52,6,1.931,7,1.802,8,0.213,9,1.332,10,1.969,11,2.726,12,0.331,13,0.622,14,2.001,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.871,688,5.324]],["title/classes/UpdateAppStatusAction.html",[0,0.874,689,3.224]],["body/classes/UpdateAppStatusAction.html",[2,1.177,3,0.141,4,0.124,5,2.52,6,1.931,7,1.802,8,0.213,9,1.332,10,1.969,11,2.726,12,0.331,13,0.622,14,2.001,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,689,4.203,690,5.324]],["title/classes/UpdateAppVersionAction.html",[0,0.874,691,3.224]],["body/classes/UpdateAppVersionAction.html",[2,1.177,3,0.141,4,0.124,5,2.52,6,1.931,7,1.802,8,0.213,9,1.332,10,1.969,11,2.726,12,0.331,13,0.622,14,2.001,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,691,4.203,692,5.324]],["title/classes/UpdateCurrentModuleAction.html",[0,0.874,693,3.224]],["body/classes/UpdateCurrentModuleAction.html",[2,1.177,3,0.141,4,0.124,5,2.52,6,1.931,7,1.802,8,0.213,9,1.332,10,1.969,11,2.726,12,0.331,13,0.622,14,2.001,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,693,4.203,694,5.324]],["title/classes/UpdateI18nStateAction.html",[0,0.874,695,3.224]],["body/classes/UpdateI18nStateAction.html",[2,1.177,3,0.141,4,0.124,6,1.931,7,1.802,8,0.213,9,1.332,10,1.969,11,2.726,12,0.331,13,0.622,14,2.001,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,477,5.726,695,4.203,696,4.203,697,5.324]],["title/classes/UpdateLocaleStateAction.html",[0,0.874,698,3.224]],["body/classes/UpdateLocaleStateAction.html",[2,1.177,3,0.141,4,0.124,6,1.931,7,1.802,8,0.213,9,1.332,10,1.969,11,2.726,12,0.331,13,0.622,14,2.001,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,514,5.726,698,4.203,699,4.203,700,5.324]],["title/classes/UpdateNotificationsListAction.html",[0,0.874,701,3.224]],["body/classes/UpdateNotificationsListAction.html",[2,1.197,3,0.144,4,0.126,6,1.964,7,1.833,8,0.217,9,1.346,10,1.99,11,2.747,12,0.333,13,0.632,14,2.035,16,0.398,17,0.012,18,0.314,19,0.314,20,1.197,21,1.049,23,0.01,24,0.01,701,4.275,702,4.275,703,5.415]],["title/classes/UpdateUserDashboardAction.html",[0,0.874,704,3.224]],["body/classes/UpdateUserDashboardAction.html",[2,1.197,3,0.144,4,0.126,6,1.964,7,1.833,8,0.217,9,1.346,10,1.99,11,2.747,12,0.333,13,0.632,14,2.035,16,0.398,17,0.012,18,0.314,19,0.314,20,1.197,21,1.049,23,0.01,24,0.01,704,4.275,705,3.25,706,5.415]],["title/classes/UpdateUserDetailsAction.html",[0,0.874,707,3.224]],["body/classes/UpdateUserDetailsAction.html",[2,1.177,3,0.141,4,0.124,6,1.931,7,1.802,8,0.213,9,1.332,10,1.969,11,2.726,12,0.331,13,0.622,14,2.001,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,705,3.195,707,4.203,708,7.252,709,5.324]],["title/classes/UpdateUserPreferencesAction.html",[0,0.874,710,3.224]],["body/classes/UpdateUserPreferencesAction.html",[2,1.177,3,0.141,4,0.124,6,1.931,7,1.802,8,0.213,9,1.332,10,1.969,11,2.726,12,0.331,13,0.622,14,2.001,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,705,3.195,710,4.203,711,6.332,712,5.324]],["title/classes/UpdateUserRightsAction.html",[0,0.874,713,3.224]],["body/classes/UpdateUserRightsAction.html",[2,1.177,3,0.141,4,0.124,6,1.931,7,1.802,8,0.213,9,1.332,10,1.969,11,2.726,12,0.331,13,0.622,14,2.001,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,336,6.332,705,3.195,713,4.203,714,5.324]],["title/classes/UpdateUserStateAction.html",[0,0.874,715,3.565]],["body/classes/UpdateUserStateAction.html",[2,1.177,3,0.141,4,0.124,6,1.931,7,1.802,8,0.213,9,1.332,10,1.969,11,2.726,12,0.331,13,0.622,14,2.001,16,0.391,17,0.012,18,0.309,19,0.309,20,1.177,21,1.032,23,0.01,24,0.01,705,3.195,715,4.648,716,5.726,717,5.324]],["title/injectables/UserService.html",[58,1.336,718,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.708,56,1.034,57,1.691,60,0.997,71,2.292,72,2.517,75,1.707,77,0.931,88,1.532,128,1.104,148,1.628,152,4.223,158,2.2,293,2.661,295,2.488,299,4.083,300,2.297,301,4.083,332,4.608,334,2.2,449,2.292,450,2.292,451,2.488,452,2.488,453,2.488,629,4.433,716,4.361,718,2.488,719,3.152,720,2.752,721,4.059,722,3.152,723,3.152,724,3.152]],["title/injectables/UserServiceMock.html",[58,1.336,725,3.565]],["body/injectables/UserServiceMock.html",[3,0.102,4,0.089,8,0.154,12,0.306,13,0.625,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.486,60,1.215,88,1.711,128,1.345,152,4.214,158,1.817,293,1.676,299,3.215,300,2.646,301,3.215,332,3.628,334,1.817,449,2.792,450,2.792,711,5.386,716,4.229,718,3.031,720,3.352,721,3.352,725,3.352,726,3.84,727,6.169,728,6.169,729,6.169,730,6.169,731,6.169,732,6.169]],["title/injectables/UxDynamicComponentService.html",[58,1.336,733,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.997,41,3.862,47,0.809,56,0.78,60,1.2,80,2.995,88,1.052,142,2.876,152,2.277,253,3.028,293,2.318,374,5.243,429,4.638,516,3.312,648,4.638,733,3.312,734,2.569,735,4.194,736,3.794,737,3.794,738,3.794,739,6.129,740,5.312,741,5.312,742,3.794,743,5.312,744,5.312,745,6.641,746,6.129,747,5.312,748,5.312,749,3.794,750,3.312,751,3.794,752,3.794,753,3.794,754,5.312,755,6.129,756,3.794,757,3.794,758,3.794,759,3.794,760,3.794,761,3.794,762,3.794]],["title/injectables/UxErrorFeedbackService.html",[58,1.336,763,3.224]],["body/injectables/UxErrorFeedbackService.html",[3,0.096,4,0.084,8,0.145,9,1.032,12,0.284,13,0.424,16,0.479,17,0.012,18,0.378,19,0.378,20,0.803,21,0.704,23,0.008,24,0.008,47,0.785,50,4.737,56,1.011,60,1.15,77,1.504,85,2.31,88,1.661,97,2.34,177,3.173,178,4.499,192,2.461,230,3.173,240,2.34,293,3.002,490,4.737,564,2.642,734,2.461,763,2.869,764,2.869,765,3.173,766,4.499,767,5.988,768,5.988,769,4.499,770,4.499,771,3.634,772,3.634,773,5.689,774,3.747,775,3.173,776,5.689,777,4.499,778,3.173,779,5.153,780,4.499,781,3.634,782,3.634,783,3.634]],["title/classes/UxErrorManager.html",[0,0.874,774,2.969]],["body/classes/UxErrorManager.html",[2,0.87,3,0.104,4,0.091,8,0.158,9,1.092,12,0.294,13,0.459,16,0.496,17,0.012,18,0.392,19,0.392,20,0.87,21,0.763,23,0.008,24,0.008,47,0.83,56,0.991,57,1.092,77,1.352,88,1.734,97,3.064,240,2.475,293,2.944,490,4.544,734,2.665,763,4.935,764,3.107,765,3.436,766,4.757,769,4.757,770,4.757,773,5.457,774,2.861,775,3.436,776,5.89,777,4.757,778,3.436,780,4.757,784,5.449,785,5.449,786,3.935,787,5.449,788,3.935,789,3.935]],["title/interceptors/UxRequestErrorModelInterceptor.html",[30,2.211,790,3.565]],["body/interceptors/UxRequestErrorModelInterceptor.html",[3,0.137,4,0.12,8,0.206,12,0.283,13,0.601,16,0.478,17,0.011,18,0.378,19,0.378,23,0.01,24,0.01,32,2.931,44,2.931,47,0.992,48,3.527,51,3.745,52,3.707,53,3.365,54,3.707,55,3.745,56,0.757,57,1.429,240,2.339,790,4.497,791,5.151,792,5.151,793,5.151,794,7.143]],["title/classes/UxRootInjectorGuard.html",[0,0.874,795,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,409,4.252,734,3.96,795,5.106,796,5.848,797,5.848]],["title/dependencies.html",[798,2.971,799,4.292]],["body/dependencies.html",[17,0.013,23,0.004,24,0.004,75,2.058,135,0.917,253,0.877,388,2.334,464,3.888,496,1.549,528,1.549,539,1.549,623,1.549,735,1.401,799,1.549,800,1.775,801,6.995,802,1.775,803,2.957,804,1.775,805,1.775,806,2.957,807,2.957,808,1.775,809,2.957,810,1.775,811,1.775,812,1.775,813,1.775,814,5.909,815,1.775,816,2.957,817,1.775,818,1.775,819,1.775,820,6.892,821,1.775,822,2.957,823,2.957,824,1.775,825,2.957,826,1.775,827,1.775,828,3.801,829,5.64,830,1.775,831,1.775,832,1.775,833,1.775,834,5.64,835,1.775,836,1.775,837,1.775,838,1.775,839,1.775,840,3.801,841,1.775,842,2.957,843,1.775,844,1.775,845,1.775,846,2.957,847,1.775,848,1.775,849,1.775,850,1.775,851,1.775,852,1.775,853,1.775,854,1.775,855,1.775,856,1.775,857,1.775,858,1.775,859,1.775,860,1.775,861,4.925,862,1.775,863,1.775,864,6.136,865,1.775,866,1.775,867,1.775,868,1.775,869,3.801,870,1.775,871,1.775,872,1.775,873,3.801,874,3.801,875,1.775,876,1.775,877,1.775,878,1.775,879,1.775,880,1.775,881,1.775,882,1.775,883,1.775,884,1.775,885,1.775,886,1.775,887,1.775,888,1.775,889,1.775,890,1.775,891,1.775,892,1.775,893,1.775,894,1.775,895,2.957,896,1.775,897,1.775,898,2.957,899,1.775,900,1.775,901,1.775,902,1.775,903,1.775,904,1.775,905,1.775,906,1.775,907,1.775,908,1.775,909,1.549,910,1.775,911,1.775,912,1.775,913,1.775,914,1.775,915,2.957,916,1.775,917,1.775,918,1.775,919,1.775,920,1.775,921,1.775,922,1.775,923,1.775,924,1.775,925,1.775,926,2.957,927,1.775,928,1.775,929,1.775,930,1.775,931,1.775,932,1.775,933,1.775,934,1.775,935,1.775,936,1.775,937,1.775,938,1.775,939,1.775,940,1.775,941,1.775,942,2.957,943,1.775,944,1.775,945,1.775,946,1.775,947,1.775,948,1.775,949,1.775,950,1.775,951,1.549,952,1.775,953,1.775,954,1.549,955,1.549,956,1.775,957,1.775,958,1.775,959,1.775,960,1.775,961,1.775,962,1.775,963,1.775,964,1.775,965,1.775,966,1.775,967,1.775,968,1.775,969,1.775,970,1.775,971,4.433,972,1.775,973,1.775,974,1.775,975,1.775,976,1.775,977,2.957,978,2.957,979,2.957,980,1.775,981,1.775,982,1.775]],["title/miscellaneous/enumerations.html",[983,2.042,984,4.292]],["body/miscellaneous/enumerations.html",[5,1.527,8,0.129,17,0.012,21,1.565,23,0.007,24,0.007,38,2.346,41,2.346,75,1.747,78,4.13,81,4.421,142,1.747,186,1.667,219,5.417,222,2.817,223,2.817,228,6.674,242,1.836,253,1.594,270,2.346,300,1.594,327,2.548,334,2.65,339,6.165,352,2.548,406,3.734,448,2.346,503,2.548,517,4.13,614,2.817,633,4.13,634,2.346,696,2.548,699,2.548,702,2.548,705,1.937,983,1.937,984,2.817,985,3.227,986,4.73,987,2.817,988,4.73,989,2.817,990,4.73,991,2.817,992,4.73,993,2.817,994,4.73,995,2.817,996,3.227,997,3.227,998,3.227,999,3.227,1000,3.227,1001,3.227,1002,3.227,1003,3.227,1004,3.227,1005,3.227,1006,5.6,1007,3.227,1008,3.227,1009,2.817,1010,3.227,1011,3.227,1012,3.227,1013,3.227,1014,3.227,1015,3.227,1016,3.227,1017,3.227,1018,3.227,1019,3.227,1020,3.227,1021,3.227]],["title/miscellaneous/functions.html",[983,2.042,1022,4.292]],["body/miscellaneous/functions.html",[4,0.032,7,0.812,8,0.055,12,0.31,16,0.527,17,0.012,18,0.413,19,0.413,20,0.7,21,0.614,23,0.004,24,0.004,36,1.418,38,1.008,56,1.001,74,1.382,77,1.153,92,0.716,93,2.145,97,1.714,134,1.524,135,1.238,157,2.501,158,2.017,161,1.893,176,1.21,187,1.094,209,1.893,220,1.21,240,2.776,248,2.303,253,2.106,270,1.008,271,2.765,293,1.046,300,1.565,303,2.655,334,1.135,352,1.094,370,1.21,373,1.21,374,5.447,384,5.871,389,4.074,400,2.979,402,1.893,410,1.743,421,2.765,434,2.093,442,2.743,445,3.294,458,1.21,474,0.939,503,1.893,526,5.19,530,2.093,545,2.093,546,1.21,562,1.893,597,1.21,619,3.722,629,3.392,630,2.979,734,0.939,735,1.893,764,1.094,774,1.743,951,1.21,983,0.832,1009,1.21,1022,1.21,1023,2.397,1024,3.773,1025,4.262,1026,4.262,1027,2.397,1028,2.397,1029,3.773,1030,2.397,1031,4.262,1032,3.773,1033,3.167,1034,3.167,1035,2.397,1036,5.292,1037,2.397,1038,2.397,1039,2.397,1040,2.397,1041,2.397,1042,2.397,1043,2.397,1044,2.397,1045,3.167,1046,2.397,1047,2.397,1048,2.397,1049,2.397,1050,2.397,1051,2.397,1052,2.397,1053,2.397,1054,2.397,1055,2.397,1056,1.386,1057,2.397,1058,1.386,1059,5.292,1060,1.386,1061,1.386,1062,1.386,1063,1.386,1064,1.386,1065,2.397,1066,2.397,1067,2.397,1068,2.397,1069,3.167,1070,1.386,1071,1.386,1072,1.386,1073,1.386,1074,2.397,1075,1.386,1076,3.167,1077,1.386,1078,1.386,1079,3.773,1080,1.386,1081,1.386,1082,1.386,1083,1.386,1084,1.386,1085,2.397,1086,2.397,1087,1.386,1088,2.397,1089,3.167,1090,2.397,1091,2.397,1092,1.386,1093,3.167,1094,1.386,1095,1.386,1096,1.386,1097,1.386,1098,2.397,1099,2.397,1100,1.386,1101,1.386,1102,1.386,1103,1.386,1104,1.386,1105,1.386,1106,1.386,1107,1.386,1108,1.386,1109,2.397,1110,1.386,1111,1.386,1112,1.386,1113,2.397,1114,1.386,1115,1.386,1116,1.386,1117,1.386]],["title/index.html",[8,0.163,1118,3.565]],["body/index.html",[2,1.325,17,0.011,23,0.011,24,0.011,60,1.897,242,3.412,342,3.598,460,4.359,565,6.243,639,5.235,1118,5.235,1119,5.996,1120,5.996,1121,5.996,1122,5.996]],["title/license.html",[534,2.971,1123,3.402,1124,2.686]],["body/license.html",[10,1.175,12,0.032,17,0.002,21,0.142,23,0.002,24,0.002,87,0.639,101,1.073,108,1.068,109,1.707,123,1.181,135,0.378,137,0.578,151,0.578,187,1.068,192,0.916,207,0.639,229,0.639,252,0.578,254,2.93,292,3.773,306,2.403,307,0.639,313,1.181,316,0.639,317,1.181,323,0.639,327,4.129,355,0.639,360,1.646,410,1.371,425,1.181,426,0.639,432,1.181,463,0.578,474,1.277,475,2.173,490,0.533,550,0.639,562,0.578,564,1.371,634,1.707,657,0.639,683,0.639,750,0.639,954,0.639,955,3.464,983,0.44,1124,2.93,1125,4.779,1126,2.347,1127,7.53,1128,3.427,1129,0.639,1130,2.403,1131,0.732,1132,1.353,1133,0.732,1134,0.732,1135,7.598,1136,3.711,1137,1.353,1138,5.888,1139,4.602,1140,0.732,1141,0.732,1142,2.752,1143,4.41,1144,0.732,1145,4.41,1146,0.732,1147,5.479,1148,6.134,1149,3.427,1150,2.752,1151,0.732,1152,2.752,1153,0.732,1154,0.732,1155,0.732,1156,0.732,1157,0.732,1158,0.732,1159,1.353,1160,5.359,1161,0.732,1162,2.347,1163,2.347,1164,4.41,1165,3.711,1166,5.592,1167,2.752,1168,1.353,1169,3.427,1170,0.732,1171,1.353,1172,0.732,1173,1.885,1174,0.732,1175,0.732,1176,3.967,1177,3.427,1178,1.353,1179,3.109,1180,0.732,1181,0.732,1182,1.885,1183,1.353,1184,0.732,1185,0.732,1186,0.732,1187,1.353,1188,0.732,1189,0.732,1190,0.732,1191,0.732,1192,1.353,1193,0.732,1194,2.752,1195,2.752,1196,2.752,1197,2.752,1198,2.347,1199,0.732,1200,0.732,1201,0.732,1202,1.353,1203,0.732,1204,1.885,1205,3.109,1206,3.427,1207,1.353,1208,0.732,1209,0.732,1210,0.732,1211,0.732,1212,1.885,1213,1.353,1214,0.732,1215,0.732,1216,1.353,1217,3.967,1218,0.732,1219,1.353,1220,0.732,1221,0.732,1222,1.353,1223,3.109,1224,0.732,1225,1.353,1226,0.732,1227,0.732,1228,1.353,1229,1.353,1230,2.347,1231,0.732,1232,0.732,1233,0.732,1234,0.732,1235,0.732,1236,2.752,1237,1.885,1238,1.885,1239,0.732,1240,0.732,1241,1.885,1242,0.732,1243,0.732,1244,0.732,1245,1.885,1246,0.732,1247,1.353,1248,0.732,1249,0.732,1250,0.732,1251,0.732,1252,1.353,1253,0.732,1254,1.885,1255,0.732,1256,1.885,1257,1.353,1258,0.732,1259,0.732,1260,0.732,1261,0.732,1262,0.732,1263,0.732,1264,2.347,1265,1.353,1266,0.732,1267,0.732,1268,1.353,1269,0.732,1270,0.732,1271,1.353,1272,3.109,1273,0.732,1274,2.347,1275,1.353,1276,1.181,1277,1.353,1278,1.353,1279,1.353,1280,1.353,1281,1.353,1282,1.353,1283,0.732,1284,0.732,1285,0.732,1286,0.732,1287,0.732,1288,1.885,1289,0.732,1290,0.732,1291,0.732,1292,3.711,1293,3.109,1294,0.732,1295,0.732,1296,0.732,1297,2.347,1298,0.732,1299,0.732,1300,0.732,1301,1.353,1302,2.347,1303,0.732,1304,2.347,1305,1.353,1306,0.732,1307,2.347,1308,0.732,1309,0.732,1310,0.732,1311,0.732,1312,0.732,1313,0.732,1314,0.732,1315,1.885,1316,1.353,1317,0.732,1318,0.732,1319,0.732,1320,1.353,1321,0.732,1322,2.347,1323,1.885,1324,0.732,1325,0.732,1326,0.732,1327,0.732,1328,3.109,1329,0.732,1330,0.732,1331,1.885,1332,1.353,1333,0.732,1334,0.732,1335,0.732,1336,0.732,1337,1.885,1338,0.732,1339,0.732,1340,0.732,1341,1.353,1342,0.732,1343,1.353,1344,1.353,1345,0.732,1346,0.732,1347,0.732,1348,0.732,1349,0.732,1350,0.732,1351,1.353,1352,1.885,1353,1.353,1354,2.347,1355,1.353,1356,1.353,1357,2.347,1358,0.732,1359,1.353,1360,0.732,1361,1.353,1362,0.732,1363,2.347,1364,0.732,1365,0.732,1366,0.732,1367,0.732,1368,0.732,1369,0.732,1370,1.353,1371,0.732,1372,0.732,1373,0.732,1374,0.732,1375,0.732,1376,2.752,1377,1.353,1378,0.732,1379,0.732,1380,0.732,1381,0.732,1382,0.732,1383,0.732,1384,0.732,1385,0.732,1386,0.732,1387,0.732,1388,0.732,1389,0.732,1390,0.732,1391,2.752,1392,0.732,1393,0.732,1394,0.732,1395,1.885,1396,0.732,1397,0.732,1398,1.353,1399,1.353,1400,0.732,1401,0.732,1402,0.732,1403,1.885,1404,0.732,1405,1.353,1406,0.732,1407,0.732,1408,0.732,1409,0.732,1410,0.732,1411,1.353,1412,0.732,1413,0.732,1414,0.732,1415,0.732,1416,0.732,1417,1.353,1418,0.732,1419,0.732,1420,0.732,1421,1.353,1422,0.732,1423,0.732,1424,1.885,1425,0.732,1426,0.732,1427,0.732,1428,1.353,1429,0.732,1430,0.732,1431,1.353,1432,0.732,1433,0.732,1434,0.732,1435,0.732,1436,0.732,1437,0.732,1438,0.732,1439,0.732,1440,0.732,1441,1.353,1442,0.732,1443,1.353,1444,1.353,1445,0.732,1446,0.732,1447,0.732,1448,0.732,1449,0.732,1450,0.732,1451,0.732,1452,0.732,1453,0.732,1454,0.732,1455,0.732,1456,0.732,1457,0.732,1458,1.353,1459,0.732,1460,0.732,1461,1.353,1462,0.732,1463,0.732,1464,0.732,1465,0.732,1466,0.732,1467,0.732,1468,0.732,1469,0.732,1470,0.732,1471,0.732,1472,0.732,1473,1.353,1474,1.353,1475,0.732,1476,0.732,1477,0.732,1478,0.732,1479,0.732,1480,0.732,1481,0.732,1482,0.732,1483,0.732,1484,0.732,1485,2.347,1486,1.885,1487,0.732,1488,0.732,1489,0.732,1490,0.732,1491,0.732,1492,0.732,1493,0.732,1494,0.732,1495,0.732,1496,0.732,1497,3.109,1498,0.732,1499,1.885,1500,2.347,1501,0.732,1502,0.732,1503,0.732,1504,0.732,1505,0.732,1506,0.732,1507,0.732,1508,0.732,1509,1.885,1510,1.885,1511,1.353,1512,1.353,1513,1.353,1514,0.732,1515,0.732,1516,0.732,1517,0.732,1518,0.732,1519,0.732,1520,0.732,1521,0.732,1522,1.353,1523,0.732,1524,0.732,1525,0.732,1526,1.353,1527,1.353,1528,1.353,1529,0.732,1530,0.732,1531,0.732,1532,0.732,1533,0.732,1534,1.353,1535,0.732,1536,0.732,1537,0.732,1538,0.732,1539,0.732,1540,0.732,1541,0.732,1542,1.353,1543,0.732,1544,0.732,1545,0.732]],["title/modules.html",[242,3.181]],["body/modules.html",[17,0.011,23,0.011,24,0.011,241,4.856,242,3.5,404,4.856,523,4.856,650,4.856,1546,7.979]],["title/properties.html",[9,0.985,798,2.971]],["body/properties.html",[9,1.217,17,0.012,23,0.011,24,0.011,634,4.415,909,5.302,1124,4.794,1129,5.302,1130,5.302,1276,5.302,1547,6.072]],["title/miscellaneous/typealiases.html",[983,2.042,1548,4.916]],["body/miscellaneous/typealiases.html",[1,3.429,5,2.232,8,0.189,12,0.205,17,0.012,23,0.009,24,0.009,25,3.723,28,3.723,158,2.232,201,3.429,487,3.723,505,4.118,511,5.374,578,3.723,689,3.723,691,3.723,693,3.723,695,3.723,696,3.723,698,3.723,699,3.723,701,3.723,702,3.723,704,3.723,705,2.83,707,3.723,710,3.723,713,3.723,983,2.83,987,4.118,989,4.118,991,4.118,993,4.118,995,4.118,1549,4.716,1550,6.155,1551,6.155,1552,6.155,1553,6.155,1554,6.155,1555,4.716]]],"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":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.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":880,"title":{},"body":{"dependencies.html":{}}}],["0.11.0",{"_index":826,"title":{},"body":{"dependencies.html":{}}}],["0.13.1",{"_index":853,"title":{},"body":{"dependencies.html":{}}}],["0.2.4",{"_index":900,"title":{},"body":{"dependencies.html":{}}}],["0.4.0",{"_index":878,"title":{},"body":{"dependencies.html":{}}}],["0.5.43",{"_index":860,"title":{},"body":{"dependencies.html":{}}}],["0.9.2",{"_index":882,"title":{},"body":{"dependencies.html":{}}}],["1",{"_index":565,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"index.html":{}}}],["1.0",{"_index":1542,"title":{},"body":{"license.html":{}}}],["1.0.31",{"_index":956,"title":{},"body":{"dependencies.html":{}}}],["1.1",{"_index":1129,"title":{},"body":{"license.html":{},"properties.html":{}}}],["1.1.20150312",{"_index":929,"title":{},"body":{"dependencies.html":{}}}],["1.1.21",{"_index":937,"title":{},"body":{"dependencies.html":{}}}],["1.10.0",{"_index":960,"title":{},"body":{"dependencies.html":{}}}],["1.11.5",{"_index":948,"title":{},"body":{"dependencies.html":{}}}],["1.2.10",{"_index":921,"title":{},"body":{"dependencies.html":{}}}],["1.2.3",{"_index":837,"title":{},"body":{"dependencies.html":{}}}],["1.2.5",{"_index":923,"title":{},"body":{"dependencies.html":{}}}],["1.29.0",{"_index":945,"title":{},"body":{"dependencies.html":{}}}],["1.4.7",{"_index":912,"title":{},"body":{"dependencies.html":{}}}],["1.5.1",{"_index":927,"title":{},"body":{"dependencies.html":{}}}],["1.6.0",{"_index":846,"title":{},"body":{"dependencies.html":{}}}],["1.8.2",{"_index":966,"title":{},"body":{"dependencies.html":{}}}],["1.9.0",{"_index":970,"title":{},"body":{"dependencies.html":{}}}],["10.8.6",{"_index":950,"title":{},"body":{"dependencies.html":{}}}],["10.9.1",{"_index":887,"title":{},"body":{"dependencies.html":{}}}],["14",{"_index":205,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["14.2.4",{"_index":914,"title":{},"body":{"dependencies.html":{}}}],["15",{"_index":1180,"title":{},"body":{"license.html":{}}}],["15.0.0",{"_index":904,"title":{},"body":{"dependencies.html":{}}}],["15.0.1",{"_index":973,"title":{},"body":{"dependencies.html":{}}}],["16.0.0",{"_index":909,"title":{},"body":{"dependencies.html":{},"properties.html":{}}}],["16.1.0",{"_index":820,"title":{},"body":{"dependencies.html":{}}}],["16.1.2",{"_index":977,"title":{},"body":{"dependencies.html":{}}}],["16.1.4",{"_index":816,"title":{},"body":{"dependencies.html":{}}}],["16.1.5",{"_index":801,"title":{},"body":{"dependencies.html":{}}}],["1691073100103",{"_index":979,"title":{},"body":{"dependencies.html":{}}}],["18.16.3",{"_index":858,"title":{},"body":{"dependencies.html":{}}}],["2",{"_index":317,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["2.0",{"_index":1545,"title":{},"body":{"license.html":{}}}],["2.0.0",{"_index":874,"title":{},"body":{"dependencies.html":{}}}],["2.0.10",{"_index":889,"title":{},"body":{"dependencies.html":{}}}],["2.0.8",{"_index":962,"title":{},"body":{"dependencies.html":{}}}],["2.0.9",{"_index":918,"title":{},"body":{"dependencies.html":{}}}],["2.1",{"_index":1539,"title":{},"body":{"license.html":{}}}],["2.1.3",{"_index":940,"title":{},"body":{"dependencies.html":{}}}],["2.2.0",{"_index":870,"title":{},"body":{"dependencies.html":{}}}],["2.27.5",{"_index":843,"title":{},"body":{"dependencies.html":{}}}],["2.3.0",{"_index":851,"title":{},"body":{"dependencies.html":{}}}],["2.3.2",{"_index":953,"title":{},"body":{"dependencies.html":{}}}],["2.5.1",{"_index":932,"title":{},"body":{"dependencies.html":{}}}],["2.8.8",{"_index":972,"title":{},"body":{"dependencies.html":{}}}],["2007",{"_index":1133,"title":{},"body":{"license.html":{}}}],["23",{"_index":1120,"title":{},"body":{"index.html":{}}}],["238",{"_index":1518,"title":{},"body":{"license.html":{}}}],["3.0",{"_index":1540,"title":{},"body":{"license.html":{}}}],["3.0.0",{"_index":935,"title":{},"body":{"dependencies.html":{}}}],["3.0.3",{"_index":876,"title":{},"body":{"dependencies.html":{}}}],["3.2.0",{"_index":868,"title":{},"body":{"dependencies.html":{}}}],["3.41.0",{"_index":968,"title":{},"body":{"dependencies.html":{}}}],["33",{"_index":1121,"title":{},"body":{"index.html":{}}}],["4",{"_index":1119,"title":{},"body":{"index.html":{}}}],["4.1.8",{"_index":902,"title":{},"body":{"dependencies.html":{}}}],["4.14.194",{"_index":891,"title":{},"body":{"dependencies.html":{}}}],["4.17.21",{"_index":959,"title":{},"body":{"dependencies.html":{}}}],["4.2.1",{"_index":975,"title":{},"body":{"dependencies.html":{}}}],["4.3.0",{"_index":942,"title":{},"body":{"dependencies.html":{}}}],["4.3.1",{"_index":856,"title":{},"body":{"dependencies.html":{}}}],["4.6.0",{"_index":863,"title":{},"body":{"dependencies.html":{}}}],["4.7.7",{"_index":964,"title":{},"body":{"dependencies.html":{}}}],["4.9.5",{"_index":854,"title":{},"body":{"dependencies.html":{}}}],["43.1.1",{"_index":839,"title":{},"body":{"dependencies.html":{}}}],["5",{"_index":1533,"title":{},"body":{"license.html":{}}}],["5.1.0",{"_index":871,"title":{},"body":{"dependencies.html":{}}}],["5.59.7",{"_index":842,"title":{},"body":{"dependencies.html":{}}}],["6",{"_index":1389,"title":{},"body":{"license.html":{}}}],["6.0.0",{"_index":982,"title":{},"body":{"dependencies.html":{}}}],["6.4.2",{"_index":865,"title":{},"body":{"dependencies.html":{}}}],["7",{"_index":1122,"title":{},"body":{"index.html":{}}}],["7.0.0",{"_index":884,"title":{},"body":{"dependencies.html":{}}}],["7.8.1",{"_index":849,"title":{},"body":{"dependencies.html":{}}}],["8.0.0",{"_index":906,"title":{},"body":{"dependencies.html":{}}}],["8.41.0",{"_index":847,"title":{},"body":{"dependencies.html":{}}}],["8.8.0",{"_index":974,"title":{},"body":{"dependencies.html":{}}}],["9",{"_index":1482,"title":{},"body":{"license.html":{}}}],["_element",{"_index":649,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["above",{"_index":1264,"title":{},"body":{"license.html":{}}}],["absence",{"_index":1383,"title":{},"body":{"license.html":{}}}],["abstract",{"_index":140,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["accept",{"_index":1359,"title":{},"body":{"license.html":{}}}],["acceptance",{"_index":1424,"title":{},"body":{"license.html":{}}}],["accepted",{"_index":1441,"title":{},"body":{"license.html":{}}}],["accepting",{"_index":1427,"title":{},"body":{"license.html":{}}}],["accepts",{"_index":305,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["access",{"_index":1218,"title":{},"body":{"license.html":{}}}],["accessible",{"_index":1279,"title":{},"body":{"license.html":{}}}],["accessors",{"_index":480,"title":{},"body":{"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{}}}],["accordance",{"_index":1451,"title":{},"body":{"license.html":{}}}],["according",{"_index":1532,"title":{},"body":{"license.html":{}}}],["accumulate",{"_index":780,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["accuracy",{"_index":1384,"title":{},"body":{"license.html":{}}}],["act",{"_index":1207,"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":628,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["actionreducer",{"_index":630,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"miscellaneous/functions.html":{}}}],["actions",{"_index":174,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["activated",{"_index":1003,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["activated_route",{"_index":1002,"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":538,"title":{},"body":{"injectables/LogService.html":{}}}],["adapter",{"_index":824,"title":{},"body":{"dependencies.html":{}}}],["add",{"_index":41,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nService.html":{},"injectables/UxDynamicComponentService.html":{},"miscellaneous/enumerations.html":{}}}],["add(component",{"_index":742,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["add_api_queue_item",{"_index":1005,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["add_app_loaded_config_modules",{"_index":999,"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":615,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["addautosavehandler(stateslice",{"_index":618,"title":{},"body":{"injectables/StoreService.html":{}}}],["added",{"_index":1105,"title":{},"body":{"miscellaneous/functions.html":{}}}],["adding",{"_index":37,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["addition",{"_index":1270,"title":{},"body":{"license.html":{}}}],["additional",{"_index":1322,"title":{},"body":{"license.html":{}}}],["addlangparaminterceptor",{"_index":31,"title":{"interceptors/AddLangParamInterceptor.html":{}},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["addlangs",{"_index":668,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["addlangs(langs",{"_index":680,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["addlocale",{"_index":506,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["addlocale(id",{"_index":512,"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":378,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["addresources(config",{"_index":385,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{}}}],["adds",{"_index":80,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{},"injectables/UxDynamicComponentService.html":{}}}],["advantage",{"_index":1507,"title":{},"body":{"license.html":{}}}],["advised",{"_index":1413,"title":{},"body":{"license.html":{}}}],["affect",{"_index":1489,"title":{},"body":{"license.html":{}}}],["affirming",{"_index":1448,"title":{},"body":{"license.html":{}}}],["afterviewchecked",{"_index":643,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["against",{"_index":1439,"title":{},"body":{"license.html":{}}}],["agree",{"_index":1431,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":1421,"title":{},"body":{"license.html":{}}}],["agreements",{"_index":1418,"title":{},"body":{"license.html":{}}}],["alerthttperrorcallbackfn",{"_index":1023,"title":{},"body":{"miscellaneous/functions.html":{}}}],["alerthttperrorcallbackfn(error",{"_index":1058,"title":{},"body":{"miscellaneous/functions.html":{}}}],["aliases",{"_index":1549,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["allowed",{"_index":1260,"title":{},"body":{"license.html":{}}}],["allows",{"_index":625,"title":{},"body":{"injectables/StoreService.html":{}}}],["along",{"_index":1273,"title":{},"body":{"license.html":{}}}],["alter",{"_index":1324,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":1160,"title":{},"body":{"license.html":{}}}],["angular",{"_index":814,"title":{},"body":{"dependencies.html":{}}}],["angular/animations",{"_index":800,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk",{"_index":821,"title":{},"body":{"dependencies.html":{}}}],["angular/cli",{"_index":817,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":802,"title":{},"body":{"dependencies.html":{}}}],["angular/compiler",{"_index":803,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":804,"title":{},"body":{"dependencies.html":{}}}],["angular/elements",{"_index":810,"title":{},"body":{"dependencies.html":{}}}],["angular/forms",{"_index":805,"title":{},"body":{"dependencies.html":{}}}],["angular/language",{"_index":811,"title":{},"body":{"dependencies.html":{}}}],["angular/material",{"_index":822,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":806,"title":{},"body":{"dependencies.html":{}}}],["angular/router",{"_index":808,"title":{},"body":{"dependencies.html":{}}}],["angular/service",{"_index":812,"title":{},"body":{"dependencies.html":{}}}],["animations",{"_index":825,"title":{},"body":{"dependencies.html":{}}}],["another",{"_index":463,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"license.html":{}}}],["any,lang",{"_index":418,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["any,undefined",{"_index":723,"title":{},"body":{"injectables/UserService.html":{}}}],["apexcharts",{"_index":967,"title":{},"body":{"dependencies.html":{}}}],["api",{"_index":1006,"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":228,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/enumerations.html":{}}}],["app.ts",{"_index":1045,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appconfig",{"_index":1079,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appenders",{"_index":545,"title":{},"body":{"injectables/LogService.html":{},"miscellaneous/functions.html":{}}}],["appendix",{"_index":1332,"title":{},"body":{"license.html":{}}}],["applicable",{"_index":1177,"title":{},"body":{"license.html":{}}}],["application",{"_index":1106,"title":{},"body":{"miscellaneous/functions.html":{}}}],["applicationref",{"_index":741,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["applies",{"_index":1134,"title":{},"body":{"license.html":{}}}],["apply",{"_index":1257,"title":{},"body":{"license.html":{}}}],["appmodule",{"_index":1101,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appref",{"_index":740,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["approved",{"_index":1504,"title":{},"body":{"license.html":{}}}],["args",{"_index":291,"title":{},"body":{"classes/EuiError.html":{}}}],["arises",{"_index":1530,"title":{},"body":{"license.html":{}}}],["arising",{"_index":1403,"title":{},"body":{"license.html":{}}}],["array",{"_index":93,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiDynamicMenuService.html":{},"injectables/I18nLoader.html":{},"interfaces/LoadedResources.html":{},"miscellaneous/functions.html":{}}}],["arrow",{"_index":836,"title":{},"body":{"dependencies.html":{}}}],["article",{"_index":1179,"title":{},"body":{"license.html":{}}}],["ascending",{"_index":119,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["asserted",{"_index":1438,"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":1095,"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":1275,"title":{},"body":{"license.html":{}}}],["attribution",{"_index":1296,"title":{},"body":{"license.html":{}}}],["authorised",{"_index":1140,"title":{},"body":{"license.html":{}}}],["authority",{"_index":1356,"title":{},"body":{"license.html":{}}}],["authorship",{"_index":1350,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":1475,"title":{},"body":{"license.html":{}}}],["available",{"_index":1162,"title":{},"body":{"license.html":{}}}],["back",{"_index":470,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["base",{"_index":539,"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":444,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{}}}],["basis",{"_index":1375,"title":{},"body":{"license.html":{}}}],["becoming",{"_index":1319,"title":{},"body":{"license.html":{}}}],["before",{"_index":1100,"title":{},"body":{"miscellaneous/functions.html":{}}}],["begin",{"_index":115,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["behalf",{"_index":1428,"title":{},"body":{"license.html":{}}}],["behaviorsubject",{"_index":674,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["behaviorsubject(true",{"_index":675,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["belgian",{"_index":1529,"title":{},"body":{"license.html":{}}}],["below",{"_index":1137,"title":{},"body":{"license.html":{}}}],["benefits",{"_index":1286,"title":{},"body":{"license.html":{}}}],["better",{"_index":919,"title":{},"body":{"dependencies.html":{}}}],["between",{"_index":1485,"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":{}}}],["bootstrapped",{"_index":1102,"title":{},"body":{"miscellaneous/functions.html":{}}}],["both",{"_index":1327,"title":{},"body":{"license.html":{}}}],["bottom",{"_index":1445,"title":{},"body":{"license.html":{}}}],["breach",{"_index":1476,"title":{},"body":{"license.html":{}}}],["brings",{"_index":1358,"title":{},"body":{"license.html":{}}}],["browse",{"_index":1546,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":807,"title":{},"body":{"dependencies.html":{}}}],["browserstoragetype",{"_index":633,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{}}}],["bugs",{"_index":1371,"title":{},"body":{"license.html":{}}}],["business",{"_index":1525,"title":{},"body":{"license.html":{}}}],["c",{"_index":1131,"title":{},"body":{"license.html":{}}}],["cachepreventioninterceptor",{"_index":166,"title":{"interceptors/CachePreventionInterceptor.html":{}},"body":{"interceptors/CachePreventionInterceptor.html":{}}}],["callback",{"_index":1025,"title":{},"body":{"miscellaneous/functions.html":{}}}],["called",{"_index":408,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["carry",{"_index":1309,"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":1392,"title":{},"body":{"license.html":{}}}],["cause",{"_index":1308,"title":{},"body":{"license.html":{}}}],["caused",{"_index":1397,"title":{},"body":{"license.html":{}}}],["cecill",{"_index":1544,"title":{},"body":{"license.html":{}}}],["chain",{"_index":1349,"title":{},"body":{"license.html":{}}}],["channel",{"_index":1466,"title":{},"body":{"license.html":{}}}],["charge",{"_index":1422,"title":{},"body":{"license.html":{}}}],["check",{"_index":209,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"miscellaneous/functions.html":{}}}],["checkattributepermission",{"_index":296,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkattributepermission(rightsandpermission",{"_index":304,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkpermission",{"_index":297,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkpermission(rightid",{"_index":329,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkright",{"_index":298,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkright(rightid",{"_index":331,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["childbaseloggername",{"_index":1067,"title":{},"body":{"miscellaneous/functions.html":{}}}],["childconfig",{"_index":1068,"title":{},"body":{"miscellaneous/functions.html":{}}}],["choice",{"_index":1508,"title":{},"body":{"license.html":{}}}],["choose",{"_index":1419,"title":{},"body":{"license.html":{}}}],["chrome",{"_index":866,"title":{},"body":{"dependencies.html":{}}}],["circumstance",{"_index":1234,"title":{},"body":{"license.html":{}}}],["claims",{"_index":1437,"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":1174,"title":{},"body":{"license.html":{}}}],["classlist.js",{"_index":928,"title":{},"body":{"dependencies.html":{}}}],["clause",{"_index":1315,"title":{},"body":{"license.html":{}}}],["clear",{"_index":1453,"title":{},"body":{"license.html":{}}}],["clearerror",{"_index":766,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["clearerror(groupid",{"_index":789,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["clearerror(id",{"_index":772,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["cleave.js",{"_index":910,"title":{},"body":{"dependencies.html":{}}}],["cli",{"_index":809,"title":{},"body":{"dependencies.html":{}}}],["clicking",{"_index":1443,"title":{},"body":{"license.html":{}}}],["client",{"_index":947,"title":{},"body":{"dependencies.html":{}}}],["code",{"_index":292,"title":{},"body":{"classes/EuiError.html":{},"injectables/EuiTimezoneService.html":{},"license.html":{}}}],["codes",{"_index":354,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["comes",{"_index":309,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["commercial",{"_index":1410,"title":{},"body":{"license.html":{}}}],["commission",{"_index":1497,"title":{},"body":{"license.html":{}}}],["common",{"_index":1541,"title":{},"body":{"license.html":{}}}],["communicate",{"_index":1237,"title":{},"body":{"license.html":{}}}],["communicated",{"_index":1161,"title":{},"body":{"license.html":{}}}],["communicates",{"_index":1198,"title":{},"body":{"license.html":{}}}],["communicating",{"_index":1213,"title":{},"body":{"license.html":{}}}],["communication",{"_index":1206,"title":{},"body":{"license.html":{}}}],["communities",{"_index":1515,"title":{},"body":{"license.html":{}}}],["community",{"_index":1132,"title":{},"body":{"license.html":{}}}],["compare",{"_index":430,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compatibility",{"_index":1326,"title":{},"body":{"license.html":{}}}],["compatible",{"_index":1328,"title":{},"body":{"license.html":{}}}],["competent",{"_index":1521,"title":{},"body":{"license.html":{}}}],["compiled",{"_index":1189,"title":{},"body":{"license.html":{}}}],["compiletranslations",{"_index":412,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compiletranslations(translations",{"_index":420,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compiletranslationsfn",{"_index":417,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["complete",{"_index":1484,"title":{},"body":{"license.html":{}}}],["completes",{"_index":114,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["compliance",{"_index":1480,"title":{},"body":{"license.html":{}}}],["compodoc/compodoc",{"_index":936,"title":{},"body":{"dependencies.html":{}}}],["compodoc/ngd",{"_index":938,"title":{},"body":{"dependencies.html":{}}}],["component",{"_index":745,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["component.service.ts",{"_index":737,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["component/ux",{"_index":736,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentfactoryresolver",{"_index":739,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentportal",{"_index":756,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentref",{"_index":758,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["components",{"_index":783,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["componenttype",{"_index":743,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["computer",{"_index":1192,"title":{},"body":{"license.html":{}}}],["concerning",{"_index":1378,"title":{},"body":{"license.html":{}}}],["conclude",{"_index":1420,"title":{},"body":{"license.html":{}}}],["concluded",{"_index":1470,"title":{},"body":{"license.html":{}}}],["concrete",{"_index":136,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["condition",{"_index":1390,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":1323,"title":{},"body":{"license.html":{}}}],["conducts",{"_index":1523,"title":{},"body":{"license.html":{}}}],["config",{"_index":253,"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":389,"title":{},"body":{"injectables/I18nLoader.html":{},"miscellaneous/functions.html":{}}}],["configurations",{"_index":1104,"title":{},"body":{"miscellaneous/functions.html":{}}}],["conflict",{"_index":1334,"title":{},"body":{"license.html":{}}}],["connect.interceptor.ts",{"_index":559,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["connect.service.mock.ts",{"_index":570,"title":{},"body":{"classes/OpenIdConnectServiceMock.html":{}}}],["connect.service.ts",{"_index":567,"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":1449,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":1426,"title":{},"body":{"license.html":{}}}],["consolehttperrorcallbackfn",{"_index":1027,"title":{},"body":{"miscellaneous/functions.html":{}}}],["consolehttperrorcallbackfn(error",{"_index":1060,"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":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{}}}],["constructor(_element",{"_index":647,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["constructor(actions",{"_index":173,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["constructor(asservice",{"_index":771,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["constructor(baseglobalconfig",{"_index":441,"title":{},"body":{"injectables/I18nService.html":{}}}],["constructor(code",{"_index":289,"title":{},"body":{"classes/EuiError.html":{}}}],["constructor(componentfactoryresolver",{"_index":738,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["constructor(config",{"_index":372,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/LocalForageService.html":{}}}],["constructor(errormappinghandler",{"_index":793,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["constructor(http",{"_index":383,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["constructor(locale_id",{"_index":522,"title":{},"body":{"injectables/LocaleServiceMock.html":{}}}],["constructor(log",{"_index":302,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{}}}],["constructor(logservice",{"_index":367,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["constructor(name",{"_index":542,"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":415,"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":797,"title":{},"body":{"classes/UxRootInjectorGuard.html":{}}}],["constructor(uxerrorfeedbackservice",{"_index":786,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["constructor(uxpermission",{"_index":281,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["construed",{"_index":1493,"title":{},"body":{"license.html":{}}}],["contain",{"_index":316,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["contains",{"_index":105,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["content",{"_index":683,"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":1281,"title":{},"body":{"license.html":{}}}],["continuously",{"_index":1365,"title":{},"body":{"license.html":{}}}],["contributes",{"_index":1201,"title":{},"body":{"license.html":{}}}],["contributions",{"_index":1362,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":1357,"title":{},"body":{"license.html":{}}}],["contributor(s",{"_index":1199,"title":{},"body":{"license.html":{}}}],["contributors",{"_index":1361,"title":{},"body":{"license.html":{}}}],["convenient",{"_index":1184,"title":{},"body":{"license.html":{}}}],["convert",{"_index":359,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["converts",{"_index":91,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["copies",{"_index":1217,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1272,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":1314,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1145,"title":{},"body":{"license.html":{}}}],["core",{"_index":862,"title":{},"body":{"dependencies.html":{}}}],["core.module.ts",{"_index":244,"title":{},"body":{"modules/CoreModule.html":{},"classes/EuiCoreRootGuardClass.html":{}}}],["coreappactions",{"_index":1550,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["coreappactiontypes",{"_index":986,"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":266,"title":{},"body":{"classes/EmptyApiQueueAction.html":{}}}],["coreappactiontypes.init_store",{"_index":488,"title":{},"body":{"classes/InitStoreAction.html":{}}}],["coreappactiontypes.remove_api_queue_item",{"_index":579,"title":{},"body":{"classes/RemoveApiQueueItemAction.html":{}}}],["coreappactiontypes.update_app_connection",{"_index":688,"title":{},"body":{"classes/UpdateAppConnectionAction.html":{}}}],["coreappactiontypes.update_app_status",{"_index":690,"title":{},"body":{"classes/UpdateAppStatusAction.html":{}}}],["coreappactiontypes.update_app_version",{"_index":692,"title":{},"body":{"classes/UpdateAppVersionAction.html":{}}}],["coreappactiontypes.update_current_module",{"_index":694,"title":{},"body":{"classes/UpdateCurrentModuleAction.html":{}}}],["coreappeffects",{"_index":169,"title":{"injectables/CoreAppEffects.html":{}},"body":{"injectables/CoreAppEffects.html":{}}}],["corei18nactions",{"_index":1551,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corei18nactiontypes",{"_index":988,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corei18nactiontypes.update_i18n_state",{"_index":697,"title":{},"body":{"classes/UpdateI18nStateAction.html":{}}}],["corelocaleactions",{"_index":1552,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corelocaleactiontypes",{"_index":990,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corelocaleactiontypes.update_locale_state",{"_index":700,"title":{},"body":{"classes/UpdateLocaleStateAction.html":{}}}],["coremodule",{"_index":241,"title":{"modules/CoreModule.html":{}},"body":{"modules/CoreModule.html":{},"modules.html":{}}}],["corenotificationsactions",{"_index":1553,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corenotificationsactiontypes",{"_index":992,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corenotificationsactiontypes.update_notifications_list",{"_index":703,"title":{},"body":{"classes/UpdateNotificationsListAction.html":{}}}],["coreuseractions",{"_index":1554,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["coreuseractiontypes",{"_index":994,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["coreuseractiontypes.update_user_dashboard",{"_index":706,"title":{},"body":{"classes/UpdateUserDashboardAction.html":{}}}],["coreuseractiontypes.update_user_details",{"_index":709,"title":{},"body":{"classes/UpdateUserDetailsAction.html":{}}}],["coreuseractiontypes.update_user_preferences",{"_index":712,"title":{},"body":{"classes/UpdateUserPreferencesAction.html":{}}}],["coreuseractiontypes.update_user_rights",{"_index":714,"title":{},"body":{"classes/UpdateUserRightsAction.html":{}}}],["coreuseractiontypes.update_user_state",{"_index":717,"title":{},"body":{"classes/UpdateUserStateAction.html":{}}}],["corssecurityinterceptor",{"_index":259,"title":{"interceptors/CorsSecurityInterceptor.html":{}},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["countries",{"_index":355,"title":{},"body":{"injectables/EuiTimezoneService.html":{},"license.html":{}}}],["country",{"_index":360,"title":{},"body":{"injectables/EuiTimezoneService.html":{},"license.html":{}}}],["court",{"_index":1513,"title":{},"body":{"license.html":{}}}],["coverage",{"_index":869,"title":{},"body":{"dependencies.html":{}}}],["covered",{"_index":1144,"title":{},"body":{"license.html":{}}}],["created",{"_index":550,"title":{},"body":{"injectables/LogService.html":{},"license.html":{}}}],["createeffect",{"_index":179,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["createglobalerrormanager",{"_index":767,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["createlocalerrormanager",{"_index":768,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["createurltree",{"_index":587,"title":{},"body":{"classes/RouterMock.html":{}}}],["creating",{"_index":535,"title":{},"body":{"injectables/LogService.html":{}}}],["creation",{"_index":1202,"title":{},"body":{"license.html":{}}}],["csrfpreventioninterceptor",{"_index":263,"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":659,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["currentlanguage",{"_index":482,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["currentlocale",{"_index":509,"title":{},"body":{"injectables/LocaleService.html":{}}}],["currently",{"_index":1103,"title":{},"body":{"miscellaneous/functions.html":{}}}],["customary",{"_index":1345,"title":{},"body":{"license.html":{}}}],["damage",{"_index":1411,"title":{},"body":{"license.html":{}}}],["damages",{"_index":1395,"title":{},"body":{"license.html":{}}}],["danger",{"_index":239,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["dashboard",{"_index":1021,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["data",{"_index":750,"title":{},"body":{"injectables/UxDynamicComponentService.html":{},"license.html":{}}}],["date",{"_index":1313,"title":{},"body":{"license.html":{}}}],["debouncetime",{"_index":607,"title":{},"body":{"classes/StoreMock.html":{}}}],["declarations",{"_index":651,"title":{},"body":{"modules/TranslateMockModule.html":{}}}],["default",{"_index":20,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"injectables/EuiDynamicMenuService.html":{},"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/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["default_language",{"_index":676,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["default_log_config",{"_index":530,"title":{},"body":{"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["defaultmaximumrequestretries",{"_index":560,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["defects",{"_index":1370,"title":{},"body":{"license.html":{}}}],["defend",{"_index":1433,"title":{},"body":{"license.html":{}}}],["define",{"_index":1170,"title":{},"body":{"license.html":{}}}],["defined",{"_index":187,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["definition",{"_index":398,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["definitions",{"_index":1157,"title":{},"body":{"license.html":{}}}],["departmentnumber",{"_index":572,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["dependence",{"_index":1172,"title":{},"body":{"license.html":{}}}],["dependencies",{"_index":799,"title":{"dependencies.html":{}},"body":{"dependencies.html":{}}}],["deprive",{"_index":1285,"title":{},"body":{"license.html":{}}}],["derivative",{"_index":1164,"title":{},"body":{"license.html":{}}}],["desc",{"_index":345,"title":{},"body":{"interfaces/EuiTimeZone.html":{}}}],["describing",{"_index":1346,"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":762,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["detaches",{"_index":760,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["detail",{"_index":236,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["details",{"_index":1016,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["detector",{"_index":934,"title":{},"body":{"dependencies.html":{}}}],["determine",{"_index":162,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["determined",{"_index":1175,"title":{},"body":{"license.html":{}}}],["dev.4",{"_index":916,"title":{},"body":{"dependencies.html":{}}}],["development",{"_index":1373,"title":{},"body":{"license.html":{}}}],["device",{"_index":933,"title":{},"body":{"dependencies.html":{}}}],["devkit/build",{"_index":815,"title":{},"body":{"dependencies.html":{}}}],["devtools",{"_index":896,"title":{},"body":{"dependencies.html":{}}}],["different",{"_index":529,"title":{},"body":{"modules/LogModule.html":{}}}],["direct",{"_index":1400,"title":{},"body":{"license.html":{}}}],["directive",{"_index":639,"title":{"directives/TranslateMockDirective.html":{}},"body":{"index.html":{}}}],["directives",{"_index":641,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["directly",{"_index":1396,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":1304,"title":{},"body":{"license.html":{}}}],["dispatch",{"_index":608,"title":{},"body":{"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatch(action",{"_index":621,"title":{},"body":{"injectables/StoreService.html":{}}}],["dispatchaction",{"_index":616,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatchaction(state",{"_index":627,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatching",{"_index":82,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["display",{"_index":229,"title":{},"body":{"injectables/CoreAppEffects.html":{},"license.html":{}}}],["displaying",{"_index":1447,"title":{},"body":{"license.html":{}}}],["disposal",{"_index":1221,"title":{},"body":{"license.html":{}}}],["distinctuntilchanged",{"_index":609,"title":{},"body":{"classes/StoreMock.html":{}}}],["distribute",{"_index":1241,"title":{},"body":{"license.html":{}}}],["distributed",{"_index":1159,"title":{},"body":{"license.html":{}}}],["distributes",{"_index":1197,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":1212,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":1205,"title":{},"body":{"license.html":{}}}],["document",{"_index":443,"title":{},"body":{"injectables/I18nService.html":{}}}],["domain",{"_index":573,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["domainusername",{"_index":574,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["domportaloutlet",{"_index":755,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["done",{"_index":1316,"title":{},"body":{"license.html":{}}}],["dot",{"_index":311,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["down",{"_index":1517,"title":{},"body":{"license.html":{}}}],["download",{"_index":1463,"title":{},"body":{"license.html":{}}}],["drop",{"_index":206,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["duration",{"_index":1232,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":735,"title":{},"body":{"injectables/UxDynamicComponentService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{}}}],["dynamic_component_config",{"_index":752,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["dynamically",{"_index":516,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/UxDynamicComponentService.html":{}}}],["e.g",{"_index":314,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["each",{"_index":1274,"title":{},"body":{"license.html":{}}}],["easily",{"_index":1277,"title":{},"body":{"license.html":{}}}],["eclipse",{"_index":1543,"title":{},"body":{"license.html":{}}}],["economic",{"_index":1262,"title":{},"body":{"license.html":{}}}],["effective",{"_index":1261,"title":{},"body":{"license.html":{}}}],["el",{"_index":744,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["electronic",{"_index":1460,"title":{},"body":{"license.html":{}}}],["element",{"_index":749,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["elementref",{"_index":648,"title":{},"body":{"directives/TranslateMockDirective.html":{},"injectables/UxDynamicComponentService.html":{}}}],["elements",{"_index":845,"title":{},"body":{"dependencies.html":{}}}],["email",{"_index":575,"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":467,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["empty",{"_index":1009,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["empty_api_queue",{"_index":1008,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["emptyapiqueueaction",{"_index":265,"title":{"classes/EmptyApiQueueAction.html":{}},"body":{"classes/EmptyApiQueueAction.html":{}}}],["enabled",{"_index":211,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["enforceability",{"_index":1491,"title":{},"body":{"license.html":{}}}],["enforceable",{"_index":1496,"title":{},"body":{"license.html":{}}}],["english",{"_index":361,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["enumerations",{"_index":984,"title":{"miscellaneous/enumerations.html":{}},"body":{"miscellaneous/enumerations.html":{}}}],["envapphandler",{"_index":1085,"title":{},"body":{"miscellaneous/functions.html":{}}}],["envappjsonconfig",{"_index":1088,"title":{},"body":{"miscellaneous/functions.html":{}}}],["envconfig",{"_index":1108,"title":{},"body":{"miscellaneous/functions.html":{}}}],["environment",{"_index":1109,"title":{},"body":{"miscellaneous/functions.html":{}}}],["equal",{"_index":427,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["equals",{"_index":413,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["equals(obj",{"_index":424,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["err",{"_index":777,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["error",{"_index":240,"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":365,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["errormanager",{"_index":1116,"title":{},"body":{"miscellaneous/functions.html":{}}}],["errormappinghandler",{"_index":794,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["errors",{"_index":490,"title":{},"body":{"interfaces/LoadedResources.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"license.html":{}}}],["errorsubclass",{"_index":288,"title":{},"body":{"classes/EuiError.html":{}}}],["es",{"_index":958,"title":{},"body":{"dependencies.html":{}}}],["eslint",{"_index":834,"title":{},"body":{"dependencies.html":{}}}],["eslint/builder",{"_index":827,"title":{},"body":{"dependencies.html":{}}}],["eslint/eslint",{"_index":828,"title":{},"body":{"dependencies.html":{}}}],["eslint/parser",{"_index":841,"title":{},"body":{"dependencies.html":{}}}],["eslint/schematics",{"_index":831,"title":{},"body":{"dependencies.html":{}}}],["eslint/template",{"_index":832,"title":{},"body":{"dependencies.html":{}}}],["essential",{"_index":1219,"title":{},"body":{"license.html":{}}}],["establishing",{"_index":1520,"title":{},"body":{"license.html":{}}}],["eui",{"_index":204,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["eui/ecl",{"_index":980,"title":{},"body":{"dependencies.html":{}}}],["eui/styles",{"_index":976,"title":{},"body":{"dependencies.html":{}}}],["eui/tools",{"_index":981,"title":{},"body":{"dependencies.html":{}}}],["eui_config_token",{"_index":255,"title":{},"body":{"modules/CoreModule.html":{}}}],["euiappconfig",{"_index":384,"title":{},"body":{"injectables/I18nLoader.html":{},"miscellaneous/functions.html":{}}}],["euiapphandlersconfig",{"_index":1086,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euiappjsonconfig",{"_index":1089,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euiconfig",{"_index":1093,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euicorerootguardclass",{"_index":273,"title":{"classes/EuiCoreRootGuardClass.html":{}},"body":{"classes/EuiCoreRootGuardClass.html":{}}}],["euidynamicmenuservice",{"_index":274,"title":{"injectables/EuiDynamicMenuService.html":{}},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["euienvconfig",{"_index":1098,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euierror",{"_index":286,"title":{"classes/EuiError.html":{}},"body":{"classes/EuiError.html":{}}}],["euilazyservice",{"_index":437,"title":{},"body":{"injectables/I18nService.html":{}}}],["euilogservicefactory",{"_index":1028,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euilogservicefactory(injector",{"_index":1064,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euipermissionservice",{"_index":282,"title":{"injectables/EuiPermissionService.html":{}},"body":{"injectables/EuiDynamicMenuService.html":{},"injectables/EuiPermissionService.html":{}}}],["euiservice",{"_index":295,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["euiservicestatus",{"_index":446,"title":{},"body":{"injectables/I18nService.html":{}}}],["euitimezone",{"_index":341,"title":{"interfaces/EuiTimeZone.html":{}},"body":{"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{}}}],["euitimezoneservice",{"_index":346,"title":{"injectables/EuiTimezoneService.html":{}},"body":{"injectables/EuiTimezoneService.html":{}}}],["euiuserright",{"_index":336,"title":{},"body":{"injectables/EuiPermissionService.html":{},"classes/UpdateUserRightsAction.html":{}}}],["euloginsessiontimeouthandlinginterceptor",{"_index":267,"title":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["eupl",{"_index":1130,"title":{},"body":{"license.html":{},"properties.html":{}}}],["european",{"_index":1125,"title":{},"body":{"license.html":{}}}],["even",{"_index":1412,"title":{},"body":{"license.html":{}}}],["event",{"_index":954,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["events",{"_index":584,"title":{},"body":{"classes/RouterMock.html":{}}}],["example",{"_index":1461,"title":{},"body":{"license.html":{}}}],["except",{"_index":1343,"title":{},"body":{"license.html":{}}}],["exception",{"_index":1287,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":1230,"title":{},"body":{"license.html":{}}}],["executable",{"_index":1163,"title":{},"body":{"license.html":{}}}],["execution",{"_index":113,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["exercise",{"_index":1259,"title":{},"body":{"license.html":{}}}],["exercised",{"_index":1246,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":1457,"title":{},"body":{"license.html":{}}}],["exhaustion",{"_index":1290,"title":{},"body":{"license.html":{}}}],["exist",{"_index":549,"title":{},"body":{"injectables/LogService.html":{}}}],["exports",{"_index":653,"title":{},"body":{"modules/TranslateMockModule.html":{}}}],["expressed",{"_index":1154,"title":{},"body":{"license.html":{}}}],["expressly",{"_index":1318,"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":1142,"title":{},"body":{"license.html":{}}}],["extract",{"_index":185,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fact",{"_index":1440,"title":{},"body":{"license.html":{}}}],["failed",{"_index":392,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["fails",{"_index":102,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["failure",{"_index":1408,"title":{},"body":{"license.html":{}}}],["false",{"_index":391,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["far",{"_index":1254,"title":{},"body":{"license.html":{}}}],["feature",{"_index":210,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fee",{"_index":1423,"title":{},"body":{"license.html":{}}}],["feedback.service.ts",{"_index":765,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["feedback/ux",{"_index":764,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["fetch",{"_index":472,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["field",{"_index":320,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["fields",{"_index":318,"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":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"miscellaneous/functions.html":{}}}],["filtereuimenuitemswithrights",{"_index":279,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["filtereuimenuitemswithrights(links",{"_index":284,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["finished",{"_index":1368,"title":{},"body":{"license.html":{}}}],["first",{"_index":308,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["firstname",{"_index":576,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["fitness",{"_index":1380,"title":{},"body":{"license.html":{}}}],["followed",{"_index":310,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["following",{"_index":1149,"title":{},"body":{"license.html":{}}}],["follows",{"_index":118,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["forage.service.ts",{"_index":495,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["forchild",{"_index":246,"title":{},"body":{"modules/CoreModule.html":{},"modules/LogModule.html":{}}}],["forchild(config",{"_index":525,"title":{},"body":{"modules/LogModule.html":{}}}],["forchild(modulename",{"_index":247,"title":{},"body":{"modules/CoreModule.html":{}}}],["form",{"_index":1183,"title":{},"body":{"license.html":{}}}],["formats",{"_index":1249,"title":{},"body":{"license.html":{}}}],["forroot",{"_index":250,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["forroot(config",{"_index":531,"title":{},"body":{"modules/LogModule.html":{}}}],["free",{"_index":1229,"title":{},"body":{"license.html":{}}}],["freely",{"_index":1278,"title":{},"body":{"license.html":{}}}],["freeze",{"_index":899,"title":{},"body":{"dependencies.html":{}}}],["fromevent(window",{"_index":196,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["full",{"_index":1479,"title":{},"body":{"license.html":{}}}],["fully",{"_index":447,"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":1220,"title":{},"body":{"license.html":{}}}],["functions",{"_index":1022,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["functions.ts",{"_index":1026,"title":{},"body":{"miscellaneous/functions.html":{}}}],["general",{"_index":1535,"title":{},"body":{"license.html":{}}}],["generally",{"_index":1188,"title":{},"body":{"license.html":{}}}],["generic",{"_index":132,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["get(content",{"_index":682,"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":669,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["getcorechildproviders",{"_index":1030,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcorechildproviders(modulename",{"_index":1075,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcoreproviders",{"_index":1033,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcountries",{"_index":347,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["getcurrentlanguage",{"_index":486,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["getcurrentlocale",{"_index":519,"title":{},"body":{"injectables/LocaleService.html":{}}}],["getdependencyproviders",{"_index":1034,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getfailedresources",{"_index":379,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["getglobalconfig",{"_index":1035,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getglobalconfig(appconfig",{"_index":1078,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gethttperrorhandlingconfig",{"_index":1037,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gethttperrorhandlingconfig(appconfig",{"_index":1080,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlangs",{"_index":670,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["getlogappendersconfig",{"_index":1038,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlogappendersconfig(config",{"_index":1070,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlogger",{"_index":541,"title":{},"body":{"injectables/LogService.html":{},"classes/LogServiceMock.html":{}}}],["getlogger(loggername",{"_index":547,"title":{},"body":{"injectables/LogService.html":{}}}],["getmenulinks",{"_index":280,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["getmoduleconfig",{"_index":1039,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getmoduleconfig(appconfig",{"_index":1081,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getonlangchange",{"_index":485,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["getpath",{"_index":414,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["getpath(lang",{"_index":433,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["getpreviouslocale",{"_index":518,"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":1040,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getrootlogconfig(appconfig",{"_index":1082,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gets",{"_index":351,"title":{},"body":{"injectables/EuiTimezoneService.html":{},"injectables/I18nLoader.html":{},"injectables/LogService.html":{}}}],["getshowconnectionstatus",{"_index":1041,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getshowconnectionstatus(globalconfig",{"_index":1083,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getstate",{"_index":299,"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":451,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["getstate(keyormapfn",{"_index":452,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["getstate(mapfn",{"_index":449,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["gettimezone",{"_index":348,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["gettimezone(tz",{"_index":356,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["gettimezones",{"_index":349,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["getting",{"_index":534,"title":{"license.html":{}},"body":{"injectables/LogService.html":{}}}],["gettranslation",{"_index":380,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/TranslateServiceMock.html":{}}}],["gettranslation(lang",{"_index":393,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["getuserdetails",{"_index":568,"title":{},"body":{"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{}}}],["getuserid",{"_index":727,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["given",{"_index":125,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["giving",{"_index":1209,"title":{},"body":{"license.html":{}}}],["globalconfig",{"_index":442,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"miscellaneous/functions.html":{}}}],["globalerrorhandler",{"_index":362,"title":{"injectables/GlobalErrorHandler.html":{}},"body":{"injectables/GlobalErrorHandler.html":{}}}],["globalstate",{"_index":611,"title":{},"body":{"classes/StoreMock.html":{}}}],["gnu",{"_index":1534,"title":{},"body":{"license.html":{}}}],["going",{"_index":469,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["goodwill",{"_index":1406,"title":{},"body":{"license.html":{}}}],["governed",{"_index":1526,"title":{},"body":{"license.html":{}}}],["gpl",{"_index":1536,"title":{},"body":{"license.html":{}}}],["grant",{"_index":1293,"title":{},"body":{"license.html":{}}}],["granted",{"_index":1223,"title":{},"body":{"license.html":{}}}],["grants",{"_index":1225,"title":{},"body":{"license.html":{}}}],["groupid",{"_index":773,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growl",{"_index":230,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/UxErrorFeedbackService.html":{}}}],["growlerror",{"_index":769,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growlerror(err",{"_index":775,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growlhttperrorcallbackfn",{"_index":1042,"title":{},"body":{"miscellaneous/functions.html":{}}}],["growlhttperrorcallbackfn(error",{"_index":1061,"title":{},"body":{"miscellaneous/functions.html":{}}}],["hammerjs",{"_index":961,"title":{},"body":{"dependencies.html":{}}}],["handleautosave",{"_index":617,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["handlebars",{"_index":963,"title":{},"body":{"dependencies.html":{}}}],["handleerror",{"_index":366,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleerror(error",{"_index":368,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler",{"_index":619,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/functions.html":{}}}],["handler.interceptor.ts",{"_index":371,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["handler.operator.ts",{"_index":1057,"title":{},"body":{"miscellaneous/functions.html":{}}}],["handler.ts",{"_index":364,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handling.interceptor.ts",{"_index":272,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["harmless",{"_index":1435,"title":{},"body":{"license.html":{}}}],["haserror",{"_index":491,"title":{},"body":{"interfaces/LoadedResources.html":{}}}],["he/she",{"_index":1307,"title":{},"body":{"license.html":{}}}],["header",{"_index":42,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["headers",{"_index":46,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["held",{"_index":1267,"title":{},"body":{"license.html":{}}}],["helper",{"_index":157,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"miscellaneous/functions.html":{}}}],["here",{"_index":1263,"title":{},"body":{"license.html":{}}}],["hereby",{"_index":1224,"title":{},"body":{"license.html":{}}}],["hereunder",{"_index":1352,"title":{},"body":{"license.html":{}}}],["him/her",{"_index":1354,"title":{},"body":{"license.html":{}}}],["his/her",{"_index":1335,"title":{},"body":{"license.html":{}}}],["hold",{"_index":1434,"title":{},"body":{"license.html":{}}}],["holder",{"_index":1146,"title":{},"body":{"license.html":{}}}],["host",{"_index":747,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["html",{"_index":872,"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":595,"title":{},"body":{"classes/RouterMock.html":{}}}],["httpclient",{"_index":73,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{}}}],["httperrorhandlerconfig",{"_index":373,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"miscellaneous/functions.html":{}}}],["httperrorhandlerinterceptor",{"_index":369,"title":{"interceptors/HttpErrorHandlerInterceptor.html":{}},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["httperroroperator",{"_index":785,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["httperrorresponse",{"_index":1059,"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":1547,"title":{},"body":{"properties.html":{}}}],["https://localforage.github.io/localforage",{"_index":500,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["human",{"_index":1181,"title":{},"body":{"license.html":{}}}],["i18n",{"_index":406,"title":{},"body":{"modules/I18nModule.html":{},"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["i18n.onready('my_module').pipe(switchmap(()=>translate.get('eui.key",{"_index":466,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["i18nloader",{"_index":376,"title":{"injectables/I18nLoader.html":{}},"body":{"injectables/I18nLoader.html":{}}}],["i18nloaderconfig",{"_index":386,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["i18nmodule",{"_index":404,"title":{"modules/I18nModule.html":{}},"body":{"modules/I18nModule.html":{},"modules.html":{}}}],["i18nresourceimpl",{"_index":390,"title":{"classes/I18nResourceImpl.html":{}},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["i18nservice",{"_index":435,"title":{"injectables/I18nService.html":{}},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{}}}],["i18nservicemock",{"_index":478,"title":{"injectables/I18nServiceMock.html":{}},"body":{"injectables/I18nServiceMock.html":{}}}],["i18nstate",{"_index":477,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/UpdateI18nStateAction.html":{}}}],["icon",{"_index":1444,"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":1505,"title":{},"body":{"license.html":{}}}],["immediately",{"_index":1151,"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":528,"title":{},"body":{"modules/LogModule.html":{},"dependencies.html":{}}}],["impose",{"_index":1321,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":1295,"title":{},"body":{"license.html":{}}}],["improved",{"_index":1366,"title":{},"body":{"license.html":{}}}],["include",{"_index":1306,"title":{},"body":{"license.html":{}}}],["including",{"_index":1238,"title":{},"body":{"license.html":{}}}],["incurred",{"_index":1436,"title":{},"body":{"license.html":{}}}],["indemnify",{"_index":1432,"title":{},"body":{"license.html":{}}}],["indemnity",{"_index":1425,"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/EuiDynamicMenuService.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["indicate",{"_index":1338,"title":{},"body":{"license.html":{}}}],["indicates",{"_index":425,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["indirect",{"_index":1401,"title":{},"body":{"license.html":{}}}],["infinite",{"_index":907,"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":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{}}}],["information",{"_index":1458,"title":{},"body":{"license.html":{}}}],["informed",{"_index":221,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["infringement",{"_index":1385,"title":{},"body":{"license.html":{}}}],["inherent",{"_index":1372,"title":{},"body":{"license.html":{}}}],["init",{"_index":300,"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":483,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["init(langstate",{"_index":454,"title":{},"body":{"injectables/I18nService.html":{}}}],["init(rights",{"_index":335,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["init(state",{"_index":513,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["init(userstate",{"_index":720,"title":{},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["init(version",{"_index":631,"title":{},"body":{"injectables/StoreService.html":{}}}],["init_store",{"_index":996,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["initialize",{"_index":337,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["initstoreaction",{"_index":487,"title":{"classes/InitStoreAction.html":{}},"body":{"classes/InitStoreAction.html":{},"miscellaneous/typealiases.html":{}}}],["injectable",{"_index":58,"title":{"injectables/ApiQueueService.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiDynamicMenuService.html":{},"injectables/EuiPermissionService.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"injectables/OpenIdConnectService.html":{},"injectables/SessionStorageService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{}},"body":{}}],["injectables",{"_index":60,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiDynamicMenuService.html":{},"injectables/EuiPermissionService.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"injectables/OpenIdConnectService.html":{},"injectables/SessionStorageService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"index.html":{}}}],["injected",{"_index":748,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["injector",{"_index":374,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/UxDynamicComponentService.html":{},"miscellaneous/functions.html":{}}}],["injector.guard.ts",{"_index":796,"title":{},"body":{"classes/UxRootInjectorGuard.html":{}}}],["inputs",{"_index":645,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["inside",{"_index":87,"title":{},"body":{"injectables/ApiQueueService.html":{},"license.html":{}}}],["instance",{"_index":402,"title":{},"body":{"injectables/I18nLoader.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["instanceid",{"_index":779,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["instant",{"_index":671,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["instant(key",{"_index":684,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["intact",{"_index":1299,"title":{},"body":{"license.html":{}}}],["intellectual",{"_index":1386,"title":{},"body":{"license.html":{}}}],["intended",{"_index":1284,"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":262,"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":340,"title":{"interfaces/EuiTimeZone.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"interfaces/ResourceError.html":{}},"body":{}}],["interfaces",{"_index":342,"title":{},"body":{"interfaces/EuiTimeZone.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"interfaces/ResourceError.html":{},"index.html":{}}}],["interpolateparams",{"_index":685,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["interpretation",{"_index":1512,"title":{},"body":{"license.html":{}}}],["interpreted",{"_index":1191,"title":{},"body":{"license.html":{}}}],["intl",{"_index":922,"title":{},"body":{"dependencies.html":{}}}],["invalid",{"_index":1487,"title":{},"body":{"license.html":{}}}],["invented",{"_index":1253,"title":{},"body":{"license.html":{}}}],["irrevocable",{"_index":1454,"title":{},"body":{"license.html":{}}}],["irrevocably",{"_index":1456,"title":{},"body":{"license.html":{}}}],["isdeepmerge",{"_index":1091,"title":{},"body":{"miscellaneous/functions.html":{}}}],["iserror",{"_index":581,"title":{},"body":{"interfaces/ResourceError.html":{}}}],["isfeatureenabled",{"_index":212,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["isglobal",{"_index":787,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["isloaded",{"_index":660,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["isloadedsubject",{"_index":661,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["islogconfigdefined",{"_index":1043,"title":{},"body":{"miscellaneous/functions.html":{}}}],["islogconfigdefined(config",{"_index":1071,"title":{},"body":{"miscellaneous/functions.html":{}}}],["iso",{"_index":353,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["iso2country",{"_index":350,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["iso2country(iso",{"_index":358,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["istanbul",{"_index":875,"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":537,"title":{},"body":{"injectables/LogService.html":{}}}],["jasmine",{"_index":861,"title":{},"body":{"dependencies.html":{}}}],["javascript",{"_index":498,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["js",{"_index":952,"title":{},"body":{"dependencies.html":{}}}],["jsdoc",{"_index":838,"title":{},"body":{"dependencies.html":{}}}],["jsrsasign",{"_index":949,"title":{},"body":{"dependencies.html":{}}}],["jurisdiction",{"_index":1509,"title":{},"body":{"license.html":{}}}],["justice",{"_index":1514,"title":{},"body":{"license.html":{}}}],["k",{"_index":332,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["karma",{"_index":864,"title":{},"body":{"dependencies.html":{}}}],["keep",{"_index":1298,"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":453,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["kind",{"_index":1377,"title":{},"body":{"license.html":{}}}],["known",{"_index":1251,"title":{},"body":{"license.html":{}}}],["laid",{"_index":1516,"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":681,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["langstate",{"_index":455,"title":{},"body":{"injectables/I18nService.html":{}}}],["language",{"_index":39,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{}}}],["languages",{"_index":662,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["last",{"_index":319,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["lastname",{"_index":577,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["later",{"_index":1252,"title":{},"body":{"license.html":{}}}],["launcher",{"_index":867,"title":{},"body":{"dependencies.html":{}}}],["law",{"_index":1176,"title":{},"body":{"license.html":{}}}],["laws",{"_index":1417,"title":{},"body":{"license.html":{}}}],["lazy",{"_index":527,"title":{},"body":{"modules/LogModule.html":{}}}],["lazyload",{"_index":438,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyload(config",{"_index":456,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyloadinit",{"_index":439,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyloadinit(moduleconfig",{"_index":457,"title":{},"body":{"injectables/I18nService.html":{}}}],["legal",{"_index":1195,"title":{},"body":{"license.html":{}}}],["lend",{"_index":1242,"title":{},"body":{"license.html":{}}}],["lending",{"_index":1210,"title":{},"body":{"license.html":{}}}],["level",{"_index":543,"title":{},"body":{"injectables/LogService.html":{}}}],["liability",{"_index":1391,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1399,"title":{},"body":{"license.html":{}}}],["library",{"_index":499,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["licence",{"_index":1127,"title":{},"body":{"license.html":{}}}],["licences",{"_index":1331,"title":{},"body":{"license.html":{}}}],["license",{"_index":1124,"title":{"license.html":{}},"body":{"license.html":{},"properties.html":{}}}],["licensed",{"_index":1152,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":1166,"title":{},"body":{"license.html":{}}}],["licensee's",{"_index":1333,"title":{},"body":{"license.html":{}}}],["licensor",{"_index":1148,"title":{},"body":{"license.html":{}}}],["life",{"_index":238,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["lifespan",{"_index":216,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["limitation",{"_index":1288,"title":{},"body":{"license.html":{}}}],["limitations",{"_index":1282,"title":{},"body":{"license.html":{}}}],["line",{"_index":1216,"title":{},"body":{"license.html":{}}}],["linguistic",{"_index":1499,"title":{},"body":{"license.html":{}}}],["links",{"_index":285,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["list",{"_index":352,"title":{},"body":{"injectables/EuiTimezoneService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["listed",{"_index":1265,"title":{},"body":{"license.html":{}}}],["literal",{"_index":26,"title":{},"body":{"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/InitStoreAction.html":{}}}],["litigation",{"_index":1510,"title":{},"body":{"license.html":{}}}],["load",{"_index":400,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/LocaleService.html":{},"miscellaneous/functions.html":{}}}],["loaded",{"_index":448,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/enumerations.html":{}}}],["loadedresources",{"_index":489,"title":{"interfaces/LoadedResources.html":{}},"body":{"interfaces/LoadedResources.html":{}}}],["loadedresourceserror",{"_index":492,"title":{"interfaces/LoadedResourcesError.html":{}},"body":{"interfaces/LoadedResourcesError.html":{}}}],["loader",{"_index":388,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"dependencies.html":{}}}],["loadeuidynamicenvironmentconfig",{"_index":1044,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loadeuidynamicenvironmentconfig(url",{"_index":1094,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loadresources",{"_index":381,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loadresources(resources",{"_index":396,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loads",{"_index":397,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loaduserdetails",{"_index":728,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["loaduserpreferences",{"_index":729,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["local",{"_index":503,"title":{},"body":{"injectables/LocalStorageService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["locale",{"_index":517,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["locale_id",{"_index":510,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["localemapper",{"_index":511,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/typealiases.html":{}}}],["localeservice",{"_index":504,"title":{"injectables/LocaleService.html":{}},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["localeservicemock",{"_index":520,"title":{"injectables/LocaleServiceMock.html":{}},"body":{"injectables/LocaleServiceMock.html":{}}}],["localestate",{"_index":514,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"classes/UpdateLocaleStateAction.html":{}}}],["localforage",{"_index":496,"title":{},"body":{"injectables/LocalForageService.html":{},"dependencies.html":{}}}],["localforageservice",{"_index":493,"title":{"injectables/LocalForageService.html":{}},"body":{"injectables/LocalForageService.html":{}}}],["localstorage",{"_index":502,"title":{},"body":{"injectables/LocalStorageService.html":{}}}],["localstorageservice",{"_index":501,"title":{"injectables/LocalStorageService.html":{}},"body":{"injectables/LocalStorageService.html":{}}}],["localstoragesync",{"_index":1046,"title":{},"body":{"miscellaneous/functions.html":{}}}],["localstoragesync(reducer",{"_index":1112,"title":{},"body":{"miscellaneous/functions.html":{}}}],["location",{"_index":1465,"title":{},"body":{"license.html":{}}}],["lodash",{"_index":957,"title":{},"body":{"dependencies.html":{}}}],["log",{"_index":303,"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":546,"title":{},"body":{"injectables/LogService.html":{},"miscellaneous/functions.html":{}}}],["logconfig",{"_index":526,"title":{},"body":{"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["logger",{"_index":540,"title":{},"body":{"injectables/LogService.html":{}}}],["loggermock",{"_index":555,"title":{},"body":{"classes/LogServiceMock.html":{}}}],["loggername",{"_index":551,"title":{},"body":{"injectables/LogService.html":{}}}],["loggers",{"_index":536,"title":{},"body":{"injectables/LogService.html":{}}}],["loghttperrorcallbackfn",{"_index":1048,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loghttperrorcallbackfn(error",{"_index":1062,"title":{},"body":{"miscellaneous/functions.html":{}}}],["login",{"_index":269,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["loglevel",{"_index":544,"title":{},"body":{"injectables/LogService.html":{}}}],["logmodule",{"_index":523,"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":1049,"title":{},"body":{"miscellaneous/functions.html":{}}}],["logservicefactory(config",{"_index":1073,"title":{},"body":{"miscellaneous/functions.html":{}}}],["logservicemock",{"_index":553,"title":{"classes/LogServiceMock.html":{}},"body":{"classes/LogServiceMock.html":{}}}],["long",{"_index":1280,"title":{},"body":{"license.html":{}}}],["loss",{"_index":1405,"title":{},"body":{"license.html":{}}}],["machine",{"_index":1271,"title":{},"body":{"license.html":{}}}],["main.ts",{"_index":1107,"title":{},"body":{"miscellaneous/functions.html":{}}}],["make",{"_index":1236,"title":{},"body":{"license.html":{}}}],["makes",{"_index":1203,"title":{},"body":{"license.html":{}}}],["making",{"_index":1215,"title":{},"body":{"license.html":{}}}],["malfunction",{"_index":1409,"title":{},"body":{"license.html":{}}}],["map((action",{"_index":182,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["map((connected",{"_index":198,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mapfn",{"_index":450,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["marbles",{"_index":881,"title":{},"body":{"dependencies.html":{}}}],["marked",{"_index":943,"title":{},"body":{"dependencies.html":{}}}],["marks",{"_index":1342,"title":{},"body":{"license.html":{}}}],["mask",{"_index":913,"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":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"properties.html":{},"miscellaneous/typealiases.html":{}}}],["material",{"_index":1402,"title":{},"body":{"license.html":{}}}],["matter",{"_index":112,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["mean",{"_index":1155,"title":{},"body":{"license.html":{}}}],["meaning",{"_index":1158,"title":{},"body":{"license.html":{}}}],["means",{"_index":1459,"title":{},"body":{"license.html":{}}}],["meant",{"_index":1190,"title":{},"body":{"license.html":{}}}],["media",{"_index":1247,"title":{},"body":{"license.html":{}}}],["mentioned",{"_index":1178,"title":{},"body":{"license.html":{}}}],["menu.service.ts",{"_index":277,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["menu/dynamic",{"_index":276,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["menulinks",{"_index":278,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["merchantability",{"_index":1379,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1090,"title":{},"body":{"miscellaneous/functions.html":{}}}],["merge(fromevent(window",{"_index":194,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mergeapphandlerconfigtoappconfig",{"_index":1050,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeapphandlerconfigtoappconfig(euiappconfig",{"_index":1084,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeappjsonconfigtoappconfig",{"_index":1051,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeappjsonconfigtoappconfig(euiappconfig",{"_index":1087,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergemap((route",{"_index":184,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mergeuserpreferences",{"_index":730,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["message",{"_index":235,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["meta",{"_index":1113,"title":{},"body":{"miscellaneous/functions.html":{}}}],["metadata",{"_index":644,"title":{},"body":{"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{}}}],["method",{"_index":407,"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/EuiDynamicMenuService.html":{},"injectables/EuiPermissionService.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["miscellaneous",{"_index":983,"title":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/typealiases.html":{}}}],["misconduct",{"_index":1394,"title":{},"body":{"license.html":{}}}],["mock",{"_index":931,"title":{},"body":{"dependencies.html":{}}}],["model.interceptor.ts",{"_index":792,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["modification",{"_index":1171,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":1168,"title":{},"body":{"license.html":{}}}],["modified",{"_index":1312,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":1200,"title":{},"body":{"license.html":{}}}],["modify",{"_index":1187,"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":458,"title":{},"body":{"injectables/I18nService.html":{},"miscellaneous/functions.html":{}}}],["moduleloadevent",{"_index":556,"title":{"interfaces/ModuleLoadEvent.html":{}},"body":{"interfaces/ModuleLoadEvent.html":{}}}],["modulename",{"_index":248,"title":{},"body":{"modules/CoreModule.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"miscellaneous/functions.html":{}}}],["modules",{"_index":242,"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":249,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["moment",{"_index":823,"title":{},"body":{"dependencies.html":{}}}],["moral",{"_index":1256,"title":{},"body":{"license.html":{}}}],["more",{"_index":251,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiPermissionService.html":{}}}],["msg",{"_index":290,"title":{},"body":{"classes/EuiError.html":{}}}],["multiple",{"_index":326,"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":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"miscellaneous/functions.html":{}}}],["names",{"_index":1341,"title":{},"body":{"license.html":{}}}],["natural",{"_index":1194,"title":{},"body":{"license.html":{}}}],["navigate",{"_index":588,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigate(url",{"_index":596,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigatebyurl",{"_index":589,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigatebyurl(url",{"_index":598,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigationend(0",{"_index":594,"title":{},"body":{"classes/RouterMock.html":{}}}],["ne",{"_index":585,"title":{},"body":{"classes/RouterMock.html":{}}}],["necessary",{"_index":1268,"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":818,"title":{},"body":{"dependencies.html":{}}}],["ngondestroy",{"_index":507,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["ngrx",{"_index":623,"title":{},"body":{"injectables/StoreService.html":{},"dependencies.html":{}}}],["ngrx/component",{"_index":898,"title":{},"body":{"dependencies.html":{}}}],["ngrx/effects",{"_index":892,"title":{},"body":{"dependencies.html":{}}}],["ngrx/entity",{"_index":897,"title":{},"body":{"dependencies.html":{}}}],["ngrx/router",{"_index":893,"title":{},"body":{"dependencies.html":{}}}],["ngrx/schematics",{"_index":894,"title":{},"body":{"dependencies.html":{}}}],["ngrx/store",{"_index":895,"title":{},"body":{"dependencies.html":{}}}],["ngx",{"_index":464,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"dependencies.html":{}}}],["node",{"_index":886,"title":{},"body":{"dependencies.html":{}}}],["non",{"_index":474,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["nothing",{"_index":1283,"title":{},"body":{"license.html":{}}}],["notice",{"_index":1150,"title":{},"body":{"license.html":{}}}],["notices",{"_index":1302,"title":{},"body":{"license.html":{}}}],["notif",{"_index":1013,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["now",{"_index":1250,"title":{},"body":{"license.html":{}}}],["null",{"_index":1069,"title":{},"body":{"miscellaneous/functions.html":{}}}],["number",{"_index":562,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["numerous",{"_index":1367,"title":{},"body":{"license.html":{}}}],["obj",{"_index":428,"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":1292,"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":591,"title":{},"body":{"classes/RouterMock.html":{}}}],["observepreferencesupdate",{"_index":731,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["observer",{"_index":925,"title":{},"body":{"dependencies.html":{}}}],["observer.complete",{"_index":593,"title":{},"body":{"classes/RouterMock.html":{}}}],["observer.next(this.ne",{"_index":592,"title":{},"body":{"classes/RouterMock.html":{}}}],["offer",{"_index":1320,"title":{},"body":{"license.html":{}}}],["offering",{"_index":1462,"title":{},"body":{"license.html":{}}}],["office",{"_index":1528,"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":946,"title":{},"body":{"dependencies.html":{}}}],["once",{"_index":468,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["ondefaultlangchange",{"_index":663,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["ondefaultlangchangesubject",{"_index":664,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["one",{"_index":150,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/I18nResourceImpl.html":{},"injectables/LocalForageService.html":{}}}],["onlangchange",{"_index":481,"title":{},"body":{"injectables/I18nServiceMock.html":{},"classes/TranslateServiceMock.html":{}}}],["onlangchangesubject",{"_index":665,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["online').pipe(mapto(true",{"_index":195,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["onready",{"_index":440,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["onready(modulename",{"_index":459,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["ontranslationchange",{"_index":666,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["ontranslationchangesubject",{"_index":667,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["open",{"_index":1537,"title":{},"body":{"license.html":{}}}],["openidconnectinterceptor",{"_index":557,"title":{"interceptors/OpenIdConnectInterceptor.html":{}},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["openidconnectservice",{"_index":566,"title":{"injectables/OpenIdConnectService.html":{}},"body":{"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{}}}],["openidconnectservicemock",{"_index":569,"title":{"classes/OpenIdConnectServiceMock.html":{}},"body":{"classes/OpenIdConnectServiceMock.html":{}}}],["openidconnectuserdetails",{"_index":571,"title":{"interfaces/OpenIdConnectUserDetails.html":{}},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["operatorfunction",{"_index":1117,"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":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"miscellaneous/functions.html":{}}}],["order",{"_index":108,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"license.html":{}}}],["origin",{"_index":1347,"title":{},"body":{"license.html":{}}}],["original",{"_index":1147,"title":{},"body":{"license.html":{}}}],["osl",{"_index":1538,"title":{},"body":{"license.html":{}}}],["others",{"_index":321,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["otherwise",{"_index":432,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["out",{"_index":1404,"title":{},"body":{"license.html":{}}}],["overview",{"_index":1118,"title":{"index.html":{}},"body":{"index.html":{}}}],["overwrite",{"_index":86,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["owned",{"_index":1353,"title":{},"body":{"license.html":{}}}],["owners",{"_index":1289,"title":{},"body":{"license.html":{}}}],["package",{"_index":798,"title":{"dependencies.html":{},"properties.html":{}},"body":{}}],["packages/.../app.actions.ts",{"_index":987,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../eui",{"_index":1031,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../http",{"_index":1024,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../i18n.actions.ts",{"_index":989,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../locale.actions.ts",{"_index":991,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../locale.service.ts",{"_index":1555,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["packages/.../log.ts",{"_index":1029,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../meta.reducers.ts",{"_index":1047,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../notifications.actions.ts",{"_index":993,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../store.service.ts",{"_index":985,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["packages/.../tokens.ts",{"_index":1036,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../user.actions.ts",{"_index":995,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../ux",{"_index":1056,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/eui",{"_index":243,"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":260,"title":{},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/csrf",{"_index":264,"title":{},"body":{"interceptors/CsrfPreventionInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/eu",{"_index":268,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/openid/openid",{"_index":558,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/ux",{"_index":791,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/mocks/router.mock.ts",{"_index":583,"title":{},"body":{"classes/RouterMock.html":{}}}],["packages/eui/packages/core/src/lib/mocks/store.mock.ts",{"_index":606,"title":{},"body":{"classes/StoreMock.html":{}}}],["packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts",{"_index":642,"title":{},"body":{"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/app/eui",{"_index":1074,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/app/factories/log.ts",{"_index":1063,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/config/tokens.ts",{"_index":1077,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/dynamic",{"_index":275,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/eui.error.ts",{"_index":287,"title":{},"body":{"classes/EuiError.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/global",{"_index":363,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/http",{"_index":370,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/eui",{"_index":343,"title":{},"body":{"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts",{"_index":377,"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":405,"title":{},"body":{"modules/I18nModule.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.resource.ts",{"_index":411,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.service.mock.ts",{"_index":479,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts",{"_index":436,"title":{},"body":{"injectables/I18nService.html":{},"interfaces/ModuleLoadEvent.html":{}}}],["packages/eui/packages/core/src/lib/services/locale/locale.service.mock.ts",{"_index":521,"title":{},"body":{"injectables/LocaleServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/locale/locale.service.ts",{"_index":505,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.module.ts",{"_index":524,"title":{},"body":{"modules/LogModule.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.service.mock.ts",{"_index":554,"title":{},"body":{"classes/LogServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.service.ts",{"_index":532,"title":{},"body":{"injectables/LogService.html":{}}}],["packages/eui/packages/core/src/lib/services/permission/permission.service.ts",{"_index":294,"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":494,"title":{},"body":{"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/session",{"_index":600,"title":{},"body":{"injectables/SessionStorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/storage.service.mock.ts",{"_index":604,"title":{},"body":{"classes/StorageServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/storage.service.ts",{"_index":602,"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":696,"title":{},"body":{"classes/UpdateI18nStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts",{"_index":699,"title":{},"body":{"classes/UpdateLocaleStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts",{"_index":702,"title":{},"body":{"classes/UpdateNotificationsListAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts",{"_index":705,"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":1111,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/store/store.service.mock.ts",{"_index":638,"title":{},"body":{"injectables/StoreServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/store/store.service.ts",{"_index":614,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{}}}],["packages/eui/packages/core/src/lib/services/user/user.service.mock.ts",{"_index":726,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/user/user.service.ts",{"_index":719,"title":{},"body":{"injectables/UserService.html":{}}}],["packages/eui/packages/core/src/lib/services/ux",{"_index":734,"title":{},"body":{"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"classes/UxRootInjectorGuard.html":{},"miscellaneous/functions.html":{}}}],["packagr",{"_index":819,"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":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"miscellaneous/functions.html":{}}}],["parser",{"_index":833,"title":{},"body":{"dependencies.html":{}}}],["part",{"_index":323,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["particular",{"_index":1381,"title":{},"body":{"license.html":{}}}],["parties",{"_index":1486,"title":{},"body":{"license.html":{}}}],["pass",{"_index":256,"title":{},"body":{"modules/CoreModule.html":{}}}],["passed",{"_index":751,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["patent",{"_index":1300,"title":{},"body":{"license.html":{}}}],["patents",{"_index":1266,"title":{},"body":{"license.html":{}}}],["path",{"_index":434,"title":{},"body":{"classes/I18nResourceImpl.html":{},"miscellaneous/functions.html":{}}}],["payload",{"_index":11,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{}}}],["people",{"_index":1185,"title":{},"body":{"license.html":{}}}],["perform",{"_index":1239,"title":{},"body":{"license.html":{}}}],["permission",{"_index":307,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["permits",{"_index":1255,"title":{},"body":{"license.html":{}}}],["persist",{"_index":548,"title":{},"body":{"injectables/LogService.html":{}}}],["person",{"_index":1196,"title":{},"body":{"license.html":{}}}],["persons",{"_index":1398,"title":{},"body":{"license.html":{}}}],["pikaday",{"_index":965,"title":{},"body":{"dependencies.html":{}}}],["pipe",{"_index":460,"title":{"pipes/TranslateMockPipe.html":{}},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"index.html":{}}}],["pipes",{"_index":654,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["placed",{"_index":123,"title":{},"body":{"injectables/ApiQueueService.html":{},"license.html":{}}}],["plugin",{"_index":829,"title":{},"body":{"dependencies.html":{}}}],["polyfill",{"_index":926,"title":{},"body":{"dependencies.html":{}}}],["portal",{"_index":746,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalcomponentinstance",{"_index":757,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalhost",{"_index":754,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalhostref",{"_index":761,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["possibility",{"_index":1414,"title":{},"body":{"license.html":{}}}],["possible",{"_index":1096,"title":{},"body":{"miscellaneous/functions.html":{}}}],["power",{"_index":1355,"title":{},"body":{"license.html":{}}}],["pre",{"_index":421,"title":{},"body":{"classes/I18nResourceImpl.html":{},"miscellaneous/functions.html":{}}}],["prefer",{"_index":835,"title":{},"body":{"dependencies.html":{}}}],["preferences",{"_index":1018,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["prefix",{"_index":419,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["preinitapp",{"_index":1052,"title":{},"body":{"miscellaneous/functions.html":{}}}],["preinitapp(envconfig",{"_index":1097,"title":{},"body":{"miscellaneous/functions.html":{}}}],["prejudice",{"_index":1481,"title":{},"body":{"license.html":{}}}],["prepareeuiappconfigtoken",{"_index":1053,"title":{},"body":{"miscellaneous/functions.html":{}}}],["prepareeuiappconfigtoken(euiconfig",{"_index":1092,"title":{},"body":{"miscellaneous/functions.html":{}}}],["present",{"_index":626,"title":{},"body":{"injectables/StoreService.html":{}}}],["prettier",{"_index":971,"title":{},"body":{"dependencies.html":{}}}],["prevail",{"_index":1336,"title":{},"body":{"license.html":{}}}],["prevention.interceptor.ts",{"_index":168,"title":{},"body":{"interceptors/CachePreventionInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{}}}],["previouslocale",{"_index":508,"title":{},"body":{"injectables/LocaleService.html":{}}}],["primary",{"_index":1524,"title":{},"body":{"license.html":{}}}],["prismjs",{"_index":944,"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":423,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["processor",{"_index":422,"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":1416,"title":{},"body":{"license.html":{}}}],["program",{"_index":1193,"title":{},"body":{"license.html":{}}}],["progress",{"_index":1364,"title":{},"body":{"license.html":{}}}],["prohibited",{"_index":1141,"title":{},"body":{"license.html":{}}}],["prominent",{"_index":1310,"title":{},"body":{"license.html":{}}}],["promise",{"_index":445,"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":{},"injectables/EuiDynamicMenuService.html":{},"interfaces/EuiTimeZone.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StoreMock.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"properties.html":{}}}],["property",{"_index":1387,"title":{},"body":{"license.html":{}}}],["protection",{"_index":1339,"title":{},"body":{"license.html":{}}}],["provide",{"_index":410,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["provided",{"_index":475,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"license.html":{}}}],["provider",{"_index":1076,"title":{},"body":{"miscellaneous/functions.html":{}}}],["providers",{"_index":258,"title":{},"body":{"modules/CoreModule.html":{}}}],["provides",{"_index":1269,"title":{},"body":{"license.html":{}}}],["providing",{"_index":252,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiPermissionService.html":{},"license.html":{}}}],["provision",{"_index":1337,"title":{},"body":{"license.html":{}}}],["provisions",{"_index":1442,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":622,"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":1240,"title":{},"body":{"license.html":{}}}],["publish",{"_index":1498,"title":{},"body":{"license.html":{}}}],["published",{"_index":1502,"title":{},"body":{"license.html":{}}}],["publisherror",{"_index":770,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["publisherror(err",{"_index":778,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["publishes",{"_index":781,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["purpose",{"_index":1382,"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":915,"title":{},"body":{"dependencies.html":{}}}],["readable",{"_index":1182,"title":{},"body":{"license.html":{}}}],["readiness",{"_index":154,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["readonly",{"_index":784,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["ready",{"_index":141,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{},"interfaces/ModuleLoadEvent.html":{}}}],["reason",{"_index":1374,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":1344,"title":{},"body":{"license.html":{}}}],["received",{"_index":1477,"title":{},"body":{"license.html":{}}}],["reducer",{"_index":629,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"miscellaneous/functions.html":{}}}],["reducing",{"_index":1501,"title":{},"body":{"license.html":{}}}],["refactor",{"_index":208,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["refer",{"_index":1303,"title":{},"body":{"license.html":{}}}],["reference",{"_index":429,"title":{},"body":{"classes/I18nResourceImpl.html":{},"injectables/UxDynamicComponentService.html":{}}}],["refers",{"_index":1330,"title":{},"body":{"license.html":{}}}],["reflects",{"_index":153,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["reformed",{"_index":1494,"title":{},"body":{"license.html":{}}}],["regarding",{"_index":1469,"title":{},"body":{"license.html":{}}}],["registered",{"_index":1527,"title":{},"body":{"license.html":{}}}],["remain",{"_index":1478,"title":{},"body":{"license.html":{}}}],["remap",{"_index":879,"title":{},"body":{"dependencies.html":{}}}],["remote",{"_index":1464,"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":759,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["remove_api_queue_item",{"_index":1007,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["removeallqueueitem",{"_index":69,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["removeapiqueueitemaction",{"_index":578,"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":403,"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":382,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["removeresources(removedresources",{"_index":401,"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":1243,"title":{},"body":{"license.html":{}}}],["renting",{"_index":1211,"title":{},"body":{"license.html":{}}}],["reporter",{"_index":873,"title":{},"body":{"dependencies.html":{}}}],["repository",{"_index":1276,"title":{},"body":{"license.html":{},"properties.html":{}}}],["represents",{"_index":1483,"title":{},"body":{"license.html":{}}}],["reproduce",{"_index":1235,"title":{},"body":{"license.html":{}}}],["reproduced",{"_index":1472,"title":{},"body":{"license.html":{}}}],["reproducing",{"_index":1348,"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":1468,"title":{},"body":{"license.html":{}}}],["required",{"_index":1173,"title":{},"body":{"license.html":{}}}],["reselect",{"_index":901,"title":{},"body":{"dependencies.html":{}}}],["residence",{"_index":1531,"title":{},"body":{"license.html":{}}}],["resides",{"_index":1522,"title":{},"body":{"license.html":{}}}],["resize",{"_index":924,"title":{},"body":{"dependencies.html":{}}}],["resource",{"_index":399,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["resourceerror",{"_index":580,"title":{"interfaces/ResourceError.html":{}},"body":{"interfaces/ResourceError.html":{}}}],["resources",{"_index":387,"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":1430,"title":{},"body":{"license.html":{}}}],["responsible",{"_index":533,"title":{},"body":{"injectables/LogService.html":{}}}],["rest",{"_index":104,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["restrict",{"_index":1325,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":1294,"title":{},"body":{"license.html":{}}}],["result",{"_index":471,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["resulting",{"_index":1511,"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":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.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":563,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["retrycount",{"_index":561,"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/EuiDynamicMenuService.html":{},"injectables/EuiPermissionService.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"miscellaneous/functions.html":{}}}],["reuse",{"_index":552,"title":{},"body":{"injectables/LogService.html":{}}}],["right",{"_index":306,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["right.permission",{"_index":315,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["right1.right2.permission",{"_index":322,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["rightid",{"_index":330,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["rights",{"_index":327,"title":{},"body":{"injectables/EuiPermissionService.html":{},"miscellaneous/enumerations.html":{},"license.html":{}}}],["rightsandpermission",{"_index":328,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["root",{"_index":409,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{},"classes/RouterMock.html":{},"classes/UxRootInjectorGuard.html":{}}}],["rootbaseloggername",{"_index":1065,"title":{},"body":{"miscellaneous/functions.html":{}}}],["rootconfig",{"_index":1066,"title":{},"body":{"miscellaneous/functions.html":{}}}],["route",{"_index":1004,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["route.snapshot.data['module",{"_index":189,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["router",{"_index":375,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["routermock",{"_index":582,"title":{"classes/RouterMock.html":{}},"body":{"classes/RouterMock.html":{}}}],["routerstate",{"_index":586,"title":{},"body":{"classes/RouterMock.html":{}}}],["royalty",{"_index":1228,"title":{},"body":{"license.html":{}}}],["rules",{"_index":1452,"title":{},"body":{"license.html":{}}}],["rxjs",{"_index":848,"title":{},"body":{"dependencies.html":{}}}],["sake",{"_index":1329,"title":{},"body":{"license.html":{}}}],["same",{"_index":431,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["saveuserpreferences",{"_index":732,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["scope",{"_index":1222,"title":{},"body":{"license.html":{}}}],["scroll",{"_index":908,"title":{},"body":{"dependencies.html":{}}}],["security.interceptor.ts",{"_index":261,"title":{},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["select",{"_index":610,"title":{},"body":{"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["select(key",{"_index":635,"title":{},"body":{"injectables/StoreService.html":{}}}],["select(selector",{"_index":612,"title":{},"body":{"classes/StoreMock.html":{}}}],["selector",{"_index":613,"title":{},"body":{"classes/StoreMock.html":{},"directives/TranslateMockDirective.html":{}}}],["selling",{"_index":1208,"title":{},"body":{"license.html":{}}}],["separated",{"_index":312,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["serializeurl",{"_index":590,"title":{},"body":{"classes/RouterMock.html":{}}}],["serve",{"_index":461,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["server",{"_index":395,"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":270,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/SessionStorageService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["sessionstorage",{"_index":601,"title":{},"body":{"injectables/SessionStorageService.html":{}}}],["sessionstorageservice",{"_index":599,"title":{"injectables/SessionStorageService.html":{}},"body":{"injectables/SessionStorageService.html":{}}}],["sessionstoragesync",{"_index":1054,"title":{},"body":{"miscellaneous/functions.html":{}}}],["sessionstoragesync(reducer",{"_index":1114,"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":672,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["setdefaultlang(lang",{"_index":686,"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":232,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["shall",{"_index":1297,"title":{},"body":{"license.html":{}}}],["showconnectionstatus",{"_index":175,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["similar",{"_index":1450,"title":{},"body":{"license.html":{}}}],["similarly",{"_index":1455,"title":{},"body":{"license.html":{}}}],["slice",{"_index":724,"title":{},"body":{"injectables/UserService.html":{}}}],["snapshot",{"_index":978,"title":{},"body":{"dependencies.html":{}}}],["software",{"_index":1136,"title":{},"body":{"license.html":{}}}],["sole",{"_index":1429,"title":{},"body":{"license.html":{}}}],["source",{"_index":955,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["sourcemap",{"_index":877,"title":{},"body":{"dependencies.html":{}}}],["spec",{"_index":883,"title":{},"body":{"dependencies.html":{}}}],["stackblitz/sdk",{"_index":969,"title":{},"body":{"dependencies.html":{}}}],["started",{"_index":1123,"title":{"license.html":{}},"body":{}}],["startup.ts",{"_index":1032,"title":{},"body":{"miscellaneous/functions.html":{}}}],["state",{"_index":334,"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":1388,"title":{},"body":{"license.html":{}}}],["stateslice",{"_index":620,"title":{},"body":{"injectables/StoreService.html":{}}}],["static",{"_index":245,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"modules/LogModule.html":{},"injectables/SessionStorageService.html":{}}}],["stating",{"_index":1311,"title":{},"body":{"license.html":{}}}],["status",{"_index":223,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/enumerations.html":{}}}],["statutory",{"_index":1415,"title":{},"body":{"license.html":{}}}],["stoppage",{"_index":1407,"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":603,"title":{"classes/StorageServiceMock.html":{}},"body":{"classes/StorageServiceMock.html":{}}}],["storagetype",{"_index":632,"title":{},"body":{"injectables/StoreService.html":{}}}],["store",{"_index":75,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiDynamicMenuService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/UserService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{}}}],["store.dispatch",{"_index":624,"title":{},"body":{"injectables/StoreService.html":{}}}],["store.select",{"_index":636,"title":{},"body":{"injectables/StoreService.html":{}}}],["stored",{"_index":1471,"title":{},"body":{"license.html":{}}}],["storemock",{"_index":605,"title":{"classes/StoreMock.html":{}},"body":{"classes/StoreMock.html":{}}}],["storeservice",{"_index":72,"title":{"injectables/StoreService.html":{}},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiDynamicMenuService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{}}}],["storeservicemock",{"_index":637,"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":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"injectables/StoreService.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"injectables/UserService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["study",{"_index":1186,"title":{},"body":{"license.html":{}}}],["sub",{"_index":1244,"title":{},"body":{"license.html":{}}}],["subject",{"_index":564,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"classes/TranslateServiceMock.html":{},"injectables/UxErrorFeedbackService.html":{},"license.html":{}}}],["sublicensable",{"_index":1231,"title":{},"body":{"license.html":{}}}],["subscribed",{"_index":227,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["subscribes",{"_index":89,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["subsequent",{"_index":1360,"title":{},"body":{"license.html":{}}}],["success",{"_index":233,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["such",{"_index":1143,"title":{},"body":{"license.html":{}}}],["suffix",{"_index":416,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["summary",{"_index":234,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["support",{"_index":207,"title":{},"body":{"injectables/CoreAppEffects.html":{},"license.html":{}}}],["supports",{"_index":1248,"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":920,"title":{},"body":{"dependencies.html":{}}}],["take",{"_index":1506,"title":{},"body":{"license.html":{}}}],["tap((connected",{"_index":202,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["targeted",{"_index":782,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["template",{"_index":830,"title":{},"body":{"dependencies.html":{}}}],["terminate",{"_index":1474,"title":{},"body":{"license.html":{}}}],["termination",{"_index":1473,"title":{},"body":{"license.html":{}}}],["terms",{"_index":1139,"title":{},"body":{"license.html":{}}}],["text",{"_index":657,"title":{},"body":{"pipes/TranslateMockPipe.html":{},"license.html":{}}}],["therefore",{"_index":1369,"title":{},"body":{"license.html":{}}}],["thereof",{"_index":1169,"title":{},"body":{"license.html":{}}}],["thereto",{"_index":1291,"title":{},"body":{"license.html":{}}}],["this.actions.pipe",{"_index":180,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.asservice.growl",{"_index":231,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.isloadedsubject.asobservable",{"_index":673,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.ondefaultlangchangesubject.asobservable",{"_index":677,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.onlangchangesubject.asobservable",{"_index":678,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.ontranslationchangesubject.asobservable",{"_index":679,"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":1245,"title":{},"body":{"license.html":{}}}],["through",{"_index":473,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["time",{"_index":151,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"license.html":{}}}],["timeout",{"_index":271,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"miscellaneous/functions.html":{}}}],["timestamp",{"_index":110,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["timezone",{"_index":859,"title":{},"body":{"dependencies.html":{}}}],["timezone.service.ts",{"_index":344,"title":{},"body":{"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{}}}],["todo",{"_index":203,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["token",{"_index":753,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["trade",{"_index":1340,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":1301,"title":{},"body":{"license.html":{}}}],["transform",{"_index":655,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["transform(text",{"_index":656,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["transformer",{"_index":939,"title":{},"body":{"dependencies.html":{}}}],["translate",{"_index":465,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{}}}],["translate/core",{"_index":903,"title":{},"body":{"dependencies.html":{}}}],["translate/http",{"_index":905,"title":{},"body":{"dependencies.html":{}}}],["translatemockdirective",{"_index":640,"title":{"directives/TranslateMockDirective.html":{}},"body":{"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{}}}],["translatemockmodule",{"_index":650,"title":{"modules/TranslateMockModule.html":{}},"body":{"modules/TranslateMockModule.html":{},"modules.html":{}}}],["translatemockpipe",{"_index":652,"title":{"pipes/TranslateMockPipe.html":{}},"body":{"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{}}}],["translateparams",{"_index":646,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["translateservice",{"_index":50,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{},"injectables/UxErrorFeedbackService.html":{}}}],["translateservicemock",{"_index":658,"title":{"classes/TranslateServiceMock.html":{}},"body":{"classes/TranslateServiceMock.html":{}}}],["translation",{"_index":237,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{}}}],["translations",{"_index":394,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResources.html":{}}}],["transmitting",{"_index":1214,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":1519,"title":{},"body":{"license.html":{}}}],["true",{"_index":100,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["true/false",{"_index":1072,"title":{},"body":{"miscellaneous/functions.html":{}}}],["ts",{"_index":885,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":850,"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":{},"injectables/EuiDynamicMenuService.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"interfaces/EuiTimeZone.html":{},"injectables/EuiTimezoneService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/typealiases.html":{}}}],["typealiases",{"_index":1548,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":213,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["types/cleave.js",{"_index":911,"title":{},"body":{"dependencies.html":{}}}],["types/jasmine",{"_index":855,"title":{},"body":{"dependencies.html":{}}}],["types/jasminewd2",{"_index":888,"title":{},"body":{"dependencies.html":{}}}],["types/lodash",{"_index":890,"title":{},"body":{"dependencies.html":{}}}],["types/marked",{"_index":941,"title":{},"body":{"dependencies.html":{}}}],["types/node",{"_index":857,"title":{},"body":{"dependencies.html":{}}}],["types/quill",{"_index":917,"title":{},"body":{"dependencies.html":{}}}],["typescript",{"_index":840,"title":{},"body":{"dependencies.html":{}}}],["tz",{"_index":357,"title":{},"body":{"injectables/EuiTimezoneService.html":{}}}],["undefined",{"_index":190,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["under",{"_index":1138,"title":{},"body":{"license.html":{}}}],["unenforceable",{"_index":1488,"title":{},"body":{"license.html":{}}}],["union",{"_index":1126,"title":{},"body":{"license.html":{}}}],["unique",{"_index":1503,"title":{},"body":{"license.html":{}}}],["unless",{"_index":1317,"title":{},"body":{"license.html":{}}}],["update",{"_index":339,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["update_app_connection",{"_index":998,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_app_status",{"_index":1000,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_app_version",{"_index":997,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_current_module",{"_index":1001,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_i18n_state",{"_index":1010,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_locale_state",{"_index":1011,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_notifications_list",{"_index":1012,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_dashboard",{"_index":1020,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_details",{"_index":1015,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_preferences",{"_index":1017,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_rights",{"_index":1019,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_state",{"_index":1014,"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":689,"title":{"classes/UpdateAppStatusAction.html":{}},"body":{"classes/UpdateAppStatusAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateappversionaction",{"_index":691,"title":{"classes/UpdateAppVersionAction.html":{}},"body":{"classes/UpdateAppVersionAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatecurrentmoduleaction",{"_index":693,"title":{"classes/UpdateCurrentModuleAction.html":{}},"body":{"classes/UpdateCurrentModuleAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatecurrentmoduleaction(module",{"_index":193,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["updated",{"_index":1110,"title":{},"body":{"miscellaneous/functions.html":{}}}],["updatei18nstateaction",{"_index":695,"title":{"classes/UpdateI18nStateAction.html":{}},"body":{"classes/UpdateI18nStateAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatelocalestateaction",{"_index":698,"title":{"classes/UpdateLocaleStateAction.html":{}},"body":{"classes/UpdateLocaleStateAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatenotificationslistaction",{"_index":701,"title":{"classes/UpdateNotificationsListAction.html":{}},"body":{"classes/UpdateNotificationsListAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatestate",{"_index":301,"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":484,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["updatestate(langstate",{"_index":476,"title":{},"body":{"injectables/I18nService.html":{}}}],["updatestate(rights",{"_index":338,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["updatestate(slice",{"_index":722,"title":{},"body":{"injectables/UserService.html":{}}}],["updatestate(state",{"_index":515,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["updatestate(userstate",{"_index":721,"title":{},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["updateuserdashboardaction",{"_index":704,"title":{"classes/UpdateUserDashboardAction.html":{}},"body":{"classes/UpdateUserDashboardAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserdetailsaction",{"_index":707,"title":{"classes/UpdateUserDetailsAction.html":{}},"body":{"classes/UpdateUserDetailsAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserpreferencesaction",{"_index":710,"title":{"classes/UpdateUserPreferencesAction.html":{}},"body":{"classes/UpdateUserPreferencesAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserrightsaction",{"_index":713,"title":{"classes/UpdateUserRightsAction.html":{}},"body":{"classes/UpdateUserRightsAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserstateaction",{"_index":715,"title":{"classes/UpdateUserStateAction.html":{}},"body":{"classes/UpdateUserStateAction.html":{}}}],["upon",{"_index":1167,"title":{},"body":{"license.html":{}}}],["url",{"_index":597,"title":{},"body":{"classes/RouterMock.html":{},"miscellaneous/functions.html":{}}}],["usage",{"_index":1204,"title":{},"body":{"license.html":{}}}],["use",{"_index":254,"title":{},"body":{"modules/CoreModule.html":{},"classes/TranslateServiceMock.html":{},"license.html":{}}}],["use(lang",{"_index":687,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["used",{"_index":1099,"title":{},"body":{"miscellaneous/functions.html":{}}}],["useful",{"_index":324,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["user",{"_index":219,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"miscellaneous/enumerations.html":{}}}],["user's",{"_index":333,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["userdetails",{"_index":708,"title":{},"body":{"classes/UpdateUserDetailsAction.html":{}}}],["userpreferences",{"_index":711,"title":{},"body":{"classes/UpdateUserPreferencesAction.html":{},"injectables/UserServiceMock.html":{}}}],["userservice",{"_index":718,"title":{"injectables/UserService.html":{}},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["userservicemock",{"_index":725,"title":{"injectables/UserServiceMock.html":{}},"body":{"injectables/UserServiceMock.html":{}}}],["userstate",{"_index":716,"title":{},"body":{"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["using",{"_index":497,"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":733,"title":{"injectables/UxDynamicComponentService.html":{}},"body":{"injectables/UxDynamicComponentService.html":{}}}],["uxerrorfeedbackservice",{"_index":763,"title":{"injectables/UxErrorFeedbackService.html":{}},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["uxerrormanager",{"_index":774,"title":{"classes/UxErrorManager.html":{}},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["uxhttperrorresponse",{"_index":776,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["uxpermission",{"_index":283,"title":{},"body":{"injectables/EuiDynamicMenuService.html":{}}}],["uxrequesterrormodelinterceptor",{"_index":790,"title":{"interceptors/UxRequestErrorModelInterceptor.html":{}},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["uxrootinjectorguard",{"_index":795,"title":{"classes/UxRootInjectorGuard.html":{}},"body":{"classes/UxRootInjectorGuard.html":{}}}],["v",{"_index":1128,"title":{},"body":{"license.html":{}}}],["v.1.1",{"_index":1153,"title":{},"body":{"license.html":{}}}],["v17",{"_index":226,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["valid",{"_index":1495,"title":{},"body":{"license.html":{}}}],["validity",{"_index":1490,"title":{},"body":{"license.html":{}}}],["value",{"_index":21,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"injectables/EuiDynamicMenuService.html":{},"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/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["version",{"_index":634,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{},"license.html":{},"properties.html":{}}}],["versions",{"_index":1500,"title":{},"body":{"license.html":{}}}],["vested",{"_index":1233,"title":{},"body":{"license.html":{}}}],["via",{"_index":257,"title":{},"body":{"modules/CoreModule.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":1258,"title":{},"body":{"license.html":{}}}],["want",{"_index":325,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LogService.html":{}}}],["warning",{"_index":83,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["warranties",{"_index":1305,"title":{},"body":{"license.html":{}}}],["warrants",{"_index":1351,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1363,"title":{},"body":{"license.html":{}}}],["way",{"_index":313,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["web",{"_index":951,"title":{},"body":{"dependencies.html":{},"miscellaneous/functions.html":{}}}],["webcomponents/custom",{"_index":844,"title":{},"body":{"dependencies.html":{}}}],["website",{"_index":1467,"title":{},"body":{"license.html":{}}}],["whether",{"_index":426,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["whole",{"_index":1492,"title":{},"body":{"license.html":{}}}],["wide",{"_index":1227,"title":{},"body":{"license.html":{}}}],["wilful",{"_index":1393,"title":{},"body":{"license.html":{}}}],["willingness",{"_index":1156,"title":{},"body":{"license.html":{}}}],["window",{"_index":1446,"title":{},"body":{"license.html":{}}}],["without",{"_index":1376,"title":{},"body":{"license.html":{}}}],["withuxerrormanager",{"_index":1055,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withuxerrormanager(errormanager",{"_index":1115,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withuxerrormanager(this",{"_index":788,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["work",{"_index":1135,"title":{},"body":{"license.html":{}}}],["worker",{"_index":813,"title":{},"body":{"dependencies.html":{}}}],["works",{"_index":1165,"title":{},"body":{"license.html":{}}}],["world",{"_index":1226,"title":{},"body":{"license.html":{}}}],["wrapper",{"_index":462,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["xhr",{"_index":930,"title":{},"body":{"dependencies.html":{}}}],["yes",{"_index":293,"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":852,"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 // TODO v17 - should be subscribed from the eui-app to display growl\n // this.asService.growl(\n // { severity: 'success', summary: 'MESSAGE', detail: translation, life: lifespan },\n // lifespan {\n // TODO v17 - should be subscribed from the eui-app to display growl\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"},"injectables/EuiDynamicMenuService.html":{"url":"injectables/EuiDynamicMenuService.html","title":"injectable - EuiDynamicMenuService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n EuiDynamicMenuService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/dynamic-menu/dynamic-menu.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n menuLinks\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n filterEuiMenuItemsWithRights\n \n \n getMenuLinks\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(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 filterEuiMenuItemsWithRights\n \n \n \n \n \n \nfilterEuiMenuItemsWithRights(links: Array)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n links\n \n Array\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getMenuLinks\n \n \n \n \n \n \ngetMenuLinks()\n \n \n\n\n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n menuLinks\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : []\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/EuiError.html":{"url":"classes/EuiError.html","title":"class - EuiError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n EuiError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/eui.error.ts\n \n\n\n\n \n Extends\n \n \n ErrorSubClass\n \n\n\n\n\n \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: EuiUserRight[])\n \n \n\n\n\n\n \n \n initialize the service by providing a state\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n rights\n \n EuiUserRight[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(rights: EuiUserRight[])\n \n \n\n\n\n\n \n \n update the state with the given user's rights\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n rights\n \n EuiUserRight[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/EuiTimeZone.html":{"url":"interfaces/EuiTimeZone.html","title":"interface - EuiTimeZone","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n EuiTimeZone\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/eui-timezone.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n desc\n \n \n \n \n name\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n desc\n \n \n \n \n \n \n \n \n desc: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/EuiTimezoneService.html":{"url":"injectables/EuiTimezoneService.html","title":"injectable - EuiTimezoneService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n EuiTimezoneService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/eui-timezone.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getCountries\n \n \n getTimezone\n \n \n getTimezones\n \n \n iso2country\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getCountries\n \n \n \n \n \n \ngetCountries()\n \n \n\n\n\n\n \n \n Gets the list of ISO-codes for all countries\n\n\n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n getTimezone\n \n \n \n \n \n \ngetTimezone(tz: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tz\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : EuiTimeZone\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getTimezones\n \n \n \n \n \n \ngetTimezones()\n \n \n\n\n\n\n \n \n\n \n Returns : EuiTimeZone[]\n\n \n \n \n \n \n \n \n \n \n \n \n iso2country\n \n \n \n \n \n \niso2country(iso: string)\n \n \n\n\n\n\n \n \n Convert country ISO code to country name (in english)\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n iso\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/GlobalErrorHandler.html":{"url":"injectables/GlobalErrorHandler.html","title":"injectable - GlobalErrorHandler","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n GlobalErrorHandler\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/global-error-handler.ts\n \n\n\n\n \n Extends\n \n \n ErrorHandler\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(logService: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleError\n \n \n \n \n \n \nhandleError(error: any)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \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"},"directives/TranslateMockDirective.html":{"url":"directives/TranslateMockDirective.html","title":"directive - TranslateMockDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n TranslateMockDirective\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n \n Implements\n \n \n AfterViewChecked\n \n\n\n \n Metadata\n \n \n\n \n Selector\n [translate]\n \n\n\n\n\n \n \n \n\n \n Index\n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n translateParams\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(_element: ElementRef)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n _element\n \n \n ElementRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n translateParams\n \n \n \n \n Type : any\n\n \n \n \n \n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TranslateMockModule.html":{"url":"modules/TranslateMockModule.html","title":"module - TranslateMockModule","body":"\n \n\n\n\n\n Modules\n TranslateMockModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n TranslateMockDirective\n \n \n TranslateMockPipe\n \n \n \n \n Exports\n \n \n TranslateMockDirective\n \n \n TranslateMockPipe\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"pipes/TranslateMockPipe.html":{"url":"pipes/TranslateMockPipe.html","title":"pipe - TranslateMockPipe","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Pipes\n TranslateMockPipe\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n \n Metadata\n \n \n \n Name\n translate\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n transform\n \n \n \n \n \n \ntransform(text: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n text\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \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: EuiUserRight[])\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n EuiUserRight[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : EuiUserRight[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_RIGHTS\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserStateAction.html":{"url":"classes/UpdateUserStateAction.html","title":"class - UpdateUserStateAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserStateAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UserState)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UserState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UserState\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_STATE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UserService.html":{"url":"injectables/UserService.html","title":"injectable - UserService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UserService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/user/user.service.ts\n \n\n\n\n \n Extends\n \n \n EuiService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getState\n \n \n getState\n \n \n getState\n \n \n init\n \n \n updateState\n \n \n updateState\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: StoreService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(mapFn?: (state?: T) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n mapFn\n \n function\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \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/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"},"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 : 16.1.5\n \n @angular/common : 16.1.5\n \n @angular/compiler : 16.1.5\n \n @angular/core : 16.1.5\n \n @angular/forms : 16.1.5\n \n @angular/platform-browser : 16.1.5\n \n @angular/platform-browser-dynamic : 16.1.5\n \n @angular/router : 16.1.5\n \n @angular/compiler-cli : 16.1.5\n \n @angular/elements : 16.1.5\n \n @angular/language-service : 16.1.5\n \n @angular/service-worker : 16.1.5\n \n @angular-devkit/build-angular : 16.1.4\n \n @angular/cli : 16.1.4\n \n ng-packagr : 16.1.0\n \n @angular/cdk : 16.1.5\n \n @angular/material : 16.1.5\n \n @angular/material-moment-adapter : 16.1.5\n \n angular-animations : 0.11.0\n \n @angular-eslint/builder : 16.1.0\n \n @angular-eslint/eslint-plugin : 16.1.0\n \n @angular-eslint/eslint-plugin-template : 16.1.0\n \n @angular-eslint/schematics : 16.1.0\n \n @angular-eslint/template-parser : 16.1.0\n \n eslint-plugin-prefer-arrow : 1.2.3\n \n eslint-plugin-jsdoc : 43.1.1\n \n @typescript-eslint/parser : 5.59.7\n \n @typescript-eslint/eslint-plugin : 5.59.7\n \n eslint-plugin-import : 2.27.5\n \n @webcomponents/custom-elements : 1.6.0\n \n eslint : 8.41.0\n \n rxjs : 7.8.1\n \n tslib : ^2.3.0\n \n zone.js : 0.13.1\n \n typescript : 4.9.5\n \n @types/jasmine : 4.3.1\n \n @types/node : 18.16.3\n \n moment-timezone : 0.5.43\n \n jasmine-core : 4.6.0\n \n karma : 6.4.2\n \n karma-chrome-launcher : 3.2.0\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.4.0\n \n karma-remap-coverage : 0.1.5\n \n jasmine-marbles : 0.9.2\n \n jasmine-spec-reporter : 7.0.0\n \n ts-node : 10.9.1\n \n @types/jasminewd2 : 2.0.10\n \n @types/lodash : 4.14.194\n \n @ngrx/effects : 16.1.0\n \n @ngrx/router-store : 16.1.0\n \n @ngrx/schematics : 16.1.0\n \n @ngrx/store : 16.1.0\n \n @ngrx/store-devtools : 16.1.0\n \n @ngrx/entity : 16.1.0\n \n @ngrx/component : 16.1.0\n \n @ngrx/component-store : 16.1.0\n \n ngrx-store-freeze : 0.2.4\n \n reselect : 4.1.8\n \n @ngx-translate/core : 15.0.0\n \n @ngx-translate/http-loader : 8.0.0\n \n ngx-infinite-scroll : 16.0.0\n \n cleave.js : 1.6.0\n \n @types/cleave.js : 1.4.7\n \n ngx-mask : 14.2.4\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.21\n \n @compodoc/ngd-transformer : 2.1.3\n \n @types/marked : 4.3.0\n \n marked : 4.3.0\n \n prismjs : 1.29.0\n \n oidc-client : 1.11.5\n \n jsrsasign : 10.8.6\n \n web-animations-js : 2.3.2\n \n event-source-polyfill : 1.0.31\n \n lodash-es : 4.17.21\n \n localforage : 1.10.0\n \n hammerjs : 2.0.8\n \n handlebars : 4.7.7\n \n pikaday : 1.8.2\n \n apexcharts : 3.41.0\n \n @stackblitz/sdk : 1.9.0\n \n prettier : 2.8.8\n \n prettier-eslint : 15.0.1\n \n eslint-config-prettier : 8.8.0\n \n eslint-plugin-prettier : 4.2.1\n \n @eui/styles-base : 16.1.2-snapshot-1691073100103\n \n @eui/ecl : 16.1.2-snapshot-1691073100103\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"}}
|
|
4
|
-
}
|