@eui/core 16.0.0-next.1 → 16.0.0-next.2
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/docs/dependencies.html +59 -63
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/{esm2020 → esm2022}/lib/eui-core.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/interceptors/add-lang-param.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interceptors/cors-security.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interceptors/openid/openid-connect.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interceptors/openid/openid-connect.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/interceptors/ux-request-error-model.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/errors/global-error-handler.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/errors/http-error-handler.interceptor.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/i18n/i18n.loader.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/i18n/i18n.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/i18n/i18n.service.mock.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/locale/locale.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/locale/locale.service.mock.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/log/log.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/services/log/log.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/permission/permission.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/queue/api-queue.service.mjs +4 -4
- package/esm2022/lib/services/storage/local-forage.service.mjs +93 -0
- package/esm2022/lib/services/storage/local-storage.service.mjs +75 -0
- package/esm2022/lib/services/storage/session-storage.service.mjs +75 -0
- package/{esm2020 → esm2022}/lib/services/store/effects/app.effects.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/store/store.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/store/store.service.mock.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/user/user.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/user/user.service.mock.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/ux-app-shell.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +4 -4
- package/esm2022/lib/services/ux-timezone.service.mjs +717 -0
- package/{fesm2020 → fesm2022}/eui-core.mjs +105 -104
- package/fesm2022/eui-core.mjs.map +1 -0
- package/lib/services/ux-timezone.service.d.ts.map +1 -1
- package/package.json +5 -11
- package/esm2020/lib/services/storage/local-forage.service.mjs +0 -93
- package/esm2020/lib/services/storage/local-storage.service.mjs +0 -75
- package/esm2020/lib/services/storage/session-storage.service.mjs +0 -75
- package/esm2020/lib/services/ux-timezone.service.mjs +0 -716
- package/fesm2015/eui-core.mjs +0 -4624
- package/fesm2015/eui-core.mjs.map +0 -1
- package/fesm2020/eui-core.mjs.map +0 -1
- /package/{esm2020 → esm2022}/eui-core.mjs +0 -0
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/date-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/dom-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/event-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/form-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/format-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/http-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/helpers/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interceptors/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interceptors/openid/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/interceptors/openid/openid-connect.service.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/app/eui-init-app.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/app/eui-pre-init-app.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/app/eui-startup.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/app/factories/log.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/app/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/config/defaults.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/config/tokens.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/errors/eui.error.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/errors/http-error-handler-callback-functions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/errors/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/i18n/i18n.resource.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/i18n/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/locale/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/log/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/log/log.service.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/queue/api-queue.service.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/queue/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/storage/async-storage.service.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/storage/async-storage.service.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/storage/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/storage/storage.service.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/storage/storage.service.mock.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/actions/app.actions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/actions/i18n.actions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/actions/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/actions/locale.actions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/actions/notifications.actions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/actions/user.actions.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/effects/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/app.reducers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/core.reducers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/i18n.reducers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/locale.reducers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/meta.reducers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/notifications.reducers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/store/reducers/user.reducers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/user/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/ux-error-feedback/ux-error-handler.operator.mjs +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
var COMPODOC_SEARCH_INDEX = {
|
|
2
|
-
"index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/classes/ActivatedRouteAction.html",[0,0.874,1,2.969]],["body/classes/ActivatedRouteAction.html",[1,3.864,2,1.175,3,0.141,4,0.123,5,2.515,6,1.928,7,1.799,8,0.213,9,1.331,10,1.967,11,2.724,12,0.357,13,0.621,14,1.998,15,6.327,16,0.412,17,0.012,18,0.328,19,0.328,20,1.175,21,1.03,22,5.315,23,0.01,24,0.01]],["title/classes/AddApiQueueItemAction.html",[0,0.874,25,3.224]],["body/classes/AddApiQueueItemAction.html",[2,1.155,3,0.139,4,0.121,5,2.473,6,1.896,7,1.769,8,0.209,9,1.317,10,1.947,11,2.703,12,0.379,13,0.61,14,1.964,16,0.405,17,0.012,18,0.323,19,0.323,20,1.155,21,1.013,23,0.01,24,0.01,25,4.126,26,5.677,27,5.226]],["title/classes/AddAppLoadedConfigModulesAction.html",[0,0.874,28,3.224]],["body/classes/AddAppLoadedConfigModulesAction.html",[2,1.155,3,0.139,4,0.121,5,2.473,6,1.896,7,1.769,8,0.209,9,1.317,10,1.947,11,2.703,12,0.379,13,0.61,14,1.964,16,0.405,17,0.012,18,0.323,19,0.323,20,1.155,21,1.013,23,0.01,24,0.01,26,5.677,28,4.126,29,5.226]],["title/interceptors/AddLangParamInterceptor.html",[30,2.211,31,3.565]],["body/interceptors/AddLangParamInterceptor.html",[3,0.128,4,0.112,8,0.193,12,0.294,13,0.563,16,0.484,17,0.012,18,0.386,19,0.386,23,0.009,24,0.009,30,2.613,31,4.213,32,2.746,33,4.825,34,3.508,35,4.825,36,1.814,37,4.825,38,3.508,39,3.809,40,3.809,41,3.508,42,4.825,43,4.825,44,2.746,45,3.508,46,4.825,47,0.951,48,3.382,49,4.825,50,5.036,51,3.508,52,3.555,53,3.227,54,3.555,55,3.508,56,0.709,57,1.338]],["title/injectables/ApiQueueService.html",[58,1.336,59,3.224]],["body/injectables/ApiQueueService.html",[3,0.062,4,0.055,7,0.795,8,0.094,12,0.319,13,0.274,16,0.491,17,0.011,18,0.392,19,0.392,20,0.821,21,0.72,23,0.006,24,0.006,36,2.277,38,1.708,44,2.62,45,3.804,47,0.566,53,1.213,56,0.966,57,1.878,59,1.854,60,0.743,61,2.051,62,2.349,63,3.242,64,4.02,65,3.242,66,3.242,67,3.242,68,3.242,69,4.02,70,3.242,71,1.708,72,2.01,73,3.242,74,2.283,75,2.833,76,2.349,77,1.318,78,6.455,79,5.232,80,1.854,81,6.177,82,2.349,83,2.931,84,3.713,85,4.409,86,3.713,87,5.29,88,1.277,89,3.713,90,2.36,91,2.349,92,1.213,93,3.118,94,5.54,95,2.051,96,2.349,97,2.376,98,4.02,99,2.349,100,2.7,101,1.337,102,2.349,103,2.349,104,2.349,105,2.349,106,2.349,107,2.051,108,3.804,109,2.7,110,3.242,111,2.051,112,2.051,113,2.051,114,2.051,115,2.051,116,1.493,117,2.051,118,2.051,119,2.051,120,1.41,121,2.349,122,2.228,123,2.051,124,2.349,125,1.708]],["title/classes/ApiQueueServiceMock.html",[0,0.874,126,3.565]],["body/classes/ApiQueueServiceMock.html",[2,0.823,3,0.099,4,0.086,8,0.149,12,0.247,13,0.612,16,0.406,17,0.012,18,0.324,19,0.324,20,0.823,21,0.721,23,0.008,24,0.008,36,1.399,44,2.982,45,3.81,47,0.798,53,1.922,56,1.11,57,1.925,59,2.938,61,3.249,63,5.296,64,5.296,65,4.575,66,5.296,67,4.575,68,5.296,69,5.296,70,5.296,77,1.05,81,4.789,85,2.365,88,1.683,94,4.575,95,3.249,97,2.38,98,3.249,100,2.705,107,3.249,108,4.787,109,3.81,110,4.575,111,3.249,112,3.249,113,3.249,114,3.249,115,3.249,116,2.365,117,3.249,118,3.249,119,3.249,120,2.233,126,3.249,127,3.721,128,1.304]],["title/classes/AsyncStorageService.html",[0,0.874,129,2.969]],["body/classes/AsyncStorageService.html",[0,0.519,2,0.537,3,0.064,4,0.056,8,0.097,12,0.336,16,0.553,17,0.012,18,0.441,19,0.411,21,1.383,23,0.006,24,0.006,36,2.309,47,0.58,56,1.029,57,1.942,77,1.535,88,1.305,90,1.543,92,2.43,116,3.387,120,1.457,122,1.457,128,0.851,129,1.765,130,2.119,131,1.916,132,2.119,133,4.652,134,4.085,135,1.254,136,2.119,137,1.916,138,2.119,139,1.543,140,6.502,141,3.42,142,2.547,143,3.008,144,3.656,145,4.207,146,2.581,147,4.704,148,3.801,149,3.921,150,4.207,151,4.207,152,3.856,153,2.119,154,2.119,155,1.644,156,2.119,157,3.008,158,2.226,159,2.581,160,3.327,161,1.916,162,2.119,163,2.119]],["title/classes/AsyncStorageServiceMock.html",[0,0.874,164,3.565]],["body/classes/AsyncStorageServiceMock.html",[2,1.072,3,0.129,4,0.113,8,0.194,17,0.012,18,0.429,23,0.009,24,0.009,47,0.955,56,1.164,57,2.036,77,0.972,88,1.739,128,1.699,129,3.526,130,4.234,141,5.049,142,3.76,143,5.482,144,3.952,145,5.482,164,4.234,165,4.85]],["title/interceptors/CachePreventionInterceptor.html",[30,2.211,166,3.565]],["body/interceptors/CachePreventionInterceptor.html",[3,0.146,4,0.128,8,0.22,12,0.259,16,0.426,17,0.011,18,0.34,19,0.34,23,0.01,24,0.01,32,3.13,47,1.034,48,3.674,51,3.999,52,3.862,53,3.506,54,3.862,55,3.999,56,0.808,57,1.526,166,4.803,167,5.501,168,4.803]],["title/injectables/CoreAppEffects.html",[58,1.336,169,3.565]],["body/injectables/CoreAppEffects.html",[1,2.1,3,0.077,4,0.067,8,0.116,9,0.873,12,0.247,13,0.337,15,3.803,16,0.224,17,0.013,18,0.269,19,0.179,20,1.159,21,1.016,23,0.006,24,0.006,50,4.246,57,1.208,60,0.914,97,2.846,169,2.522,170,2.889,171,4.356,172,4.356,173,2.889,174,5.244,175,4.356,176,3.803,177,3.803,178,3.803,179,5.244,180,4.356,181,2.889,182,4.356,183,4.356,184,2.889,185,4.356,186,2.25,187,2.281,188,2.889,189,2.889,190,1.956,191,2.889,192,2.95,193,2.889,194,2.889,195,2.889,196,2.889,197,2.889,198,2.889,199,2.889,200,2.889,201,2.1,202,2.889,203,2.889,204,2.281,205,2.889,206,2.889,207,2.522,208,2.889,209,2.281,210,2.889,211,2.889,212,4.356,213,4.356,214,5.244,215,2.889,216,6.588,217,2.889,218,3.803,219,2.281,220,2.522,221,2.889,222,2.522,223,2.522,224,2.889,225,2.889,226,4.356,227,4.356,228,2.889,229,4.356,230,2.889,231,4.356,232,3.803,233,4.356,234,2.889,235,1.312]],["title/modules/CoreModule.html",[186,2.11,236,3.224]],["body/modules/CoreModule.html",[3,0.138,4,0.121,12,0.245,16,0.403,17,0.012,18,0.321,19,0.321,23,0.01,24,0.01,47,0.792,56,0.962,77,1.312,236,4.103,237,2.958,238,4.538,239,4.538,240,4.164,241,4.538,242,5.197,243,3.779,244,5.172,245,5.663,246,4.538,247,4.103,248,3.236,249,4.103,250,5.197,251,5.197,252,5.197,253,5.197]],["title/interceptors/CorsSecurityInterceptor.html",[30,2.211,254,3.565]],["body/interceptors/CorsSecurityInterceptor.html",[3,0.146,4,0.128,8,0.22,12,0.259,16,0.426,17,0.011,18,0.34,19,0.34,23,0.01,24,0.01,32,3.13,44,3.13,47,1.034,48,3.674,52,3.862,53,3.506,54,3.862,56,0.808,57,1.526,254,4.803,255,5.501,256,5.501,257,3.999]],["title/interceptors/CsrfPreventionInterceptor.html",[30,2.211,258,3.565]],["body/interceptors/CsrfPreventionInterceptor.html",[3,0.146,4,0.128,8,0.22,12,0.259,16,0.426,17,0.011,18,0.34,19,0.34,23,0.01,24,0.01,32,3.13,44,3.13,47,1.034,48,3.674,52,3.862,53,3.506,54,3.862,56,0.808,57,1.526,168,4.803,257,3.999,258,4.803,259,5.501]],["title/classes/EmptyApiQueueAction.html",[0,0.874,260,3.565]],["body/classes/EmptyApiQueueAction.html",[2,1.195,3,0.143,4,0.126,5,2.559,6,1.961,7,1.83,8,0.216,9,1.345,10,1.988,11,2.745,12,0.36,13,0.631,14,2.032,16,0.419,17,0.012,18,0.334,19,0.334,20,1.195,21,1.048,23,0.01,24,0.01,260,4.72,261,5.406]],["title/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html",[30,2.211,262,3.565]],["body/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html",[3,0.143,4,0.126,8,0.216,12,0.254,16,0.419,17,0.011,18,0.334,19,0.334,23,0.01,24,0.01,32,3.076,44,3.076,47,1.023,48,3.635,52,3.821,53,3.468,54,3.821,56,0.794,57,1.5,257,3.931,262,4.72,263,5.406,264,5.406,265,3.931,266,4.72,267,5.406]],["title/classes/EuiCoreRootGuardClass.html",[0,0.874,268,3.565]],["body/classes/EuiCoreRootGuardClass.html",[2,1.368,3,0.164,4,0.144,13,0.851,17,0.011,23,0.011,24,0.011,238,5.401,239,5.401,268,5.401]],["title/classes/EuiError.html",[0,0.874,269,3.565]],["body/classes/EuiError.html",[2,1.23,3,0.148,4,0.129,12,0.262,13,0.65,16,0.431,17,0.011,18,0.344,19,0.344,23,0.01,24,0.01,77,1.546,128,1.95,269,4.859,270,5.566,271,5.566,272,5.566,273,6.835,274,6.835,275,4.394,276,2.983]],["title/injectables/EuiPermissionService.html",[58,1.336,277,3.224]],["body/injectables/EuiPermissionService.html",[3,0.078,4,0.068,8,0.117,12,0.324,13,0.343,16,0.532,17,0.012,18,0.409,19,0.409,23,0.007,24,0.007,36,1.657,47,0.671,56,0.973,57,1.223,60,0.928,72,2.386,74,1.923,75,2.386,77,1.499,85,1.865,88,0.814,97,2.404,101,1.669,125,3.204,128,1.028,135,1.515,209,3.479,219,4.647,246,2.561,247,2.316,277,2.316,278,2.933,279,2.316,280,4.407,281,4.407,282,4.407,283,3.177,284,2.177,285,2.645,286,2.316,287,1.669,288,2.933,289,2.933,290,6.533,291,6.174,292,2.933,293,2.933,294,2.933,295,2.933,296,4.407,297,2.561,298,3.479,299,2.933,300,2.561,301,2.561,302,2.933,303,5.293,304,2.933,305,2.933,306,2.933,307,2.561,308,2.933,309,2.561,310,2.933,311,4.981,312,2.933,313,2.933,314,4.407,315,2.933,316,1.987,317,4.407,318,2.735,319,2.933,320,5.138,321,2.933,322,2.933,323,2.316]],["title/injectables/GlobalErrorHandler.html",[58,1.336,324,3.565]],["body/injectables/GlobalErrorHandler.html",[3,0.14,4,0.123,8,0.212,12,0.312,13,0.617,16,0.513,17,0.012,18,0.409,19,0.409,23,0.01,24,0.01,47,1.008,56,0.776,60,1.672,74,3.154,88,1.466,128,1.852,235,3.006,324,4.614,325,5.285,326,5.285,327,5.285,328,6.619,329,5.285,330,5.285]],["title/interceptors/HttpErrorHandlerInterceptor.html",[30,2.211,331,3.565]],["body/interceptors/HttpErrorHandlerInterceptor.html",[3,0.131,4,0.115,8,0.198,12,0.299,13,0.578,16,0.492,17,0.011,18,0.393,19,0.393,23,0.009,24,0.009,32,2.818,47,0.967,48,3.439,51,3.6,52,3.615,53,3.281,54,3.615,55,3.6,56,0.727,57,1.374,235,2.249,248,2.446,331,4.323,332,4.323,333,4.952,334,4.323,335,5.546,336,5.841,337,7.398]],["title/injectables/I18nLoader.html",[58,1.336,338,3.565]],["body/injectables/I18nLoader.html",[3,0.09,4,0.079,8,0.137,10,2.262,12,0.316,13,0.398,16,0.52,17,0.012,18,0.415,19,0.415,23,0.007,24,0.007,34,4.203,36,1.851,39,3.888,45,2.48,47,0.75,56,1.028,57,1.862,60,1.079,73,4.3,74,2.762,77,1.268,80,2.693,88,0.946,93,3.335,122,2.047,248,1.685,338,2.978,339,2.48,340,3.888,341,5.78,342,4.3,343,4.925,344,4.925,345,3.411,346,5.527,347,2.978,348,3.888,349,6.107,350,3.888,351,2.978,352,4.546,353,2.693,354,3.411,355,3.411,356,2.693,357,2.693,358,3.411,359,3.411,360,3.411,361,3.411,362,2.48,363,2.693,364,3.411,365,2.693,366,3.411]],["title/modules/I18nModule.html",[186,2.11,367,3.224]],["body/modules/I18nModule.html",[3,0.151,4,0.132,17,0.011,23,0.01,24,0.01,36,2.143,47,0.868,56,0.837,186,3.583,237,3.244,240,3.624,244,4.5,245,5.476,367,5.476,368,5.7,369,4.5,370,4.977,371,4.977,372,4.144,373,4.144]],["title/classes/I18nResourceImpl.html",[0,0.874,352,2.766]],["body/classes/I18nResourceImpl.html",[2,0.785,3,0.094,4,0.083,8,0.142,10,2.1,12,0.304,13,0.592,16,0.499,17,0.011,18,0.399,19,0.421,23,0.008,24,0.008,34,4.299,36,2.424,39,4.003,40,2.805,47,0.772,56,0.869,77,1.544,88,0.985,92,3.331,97,1.613,100,2.583,150,2.805,158,1.681,352,4.005,353,2.805,357,5.384,362,4.958,374,3.552,375,5.071,376,5.071,377,5.071,378,3.552,379,5.913,380,5.071,381,3.552,382,5.071,383,3.552,384,5.163,385,3.552,386,5.071,387,3.552,388,3.102,389,3.102,390,3.552,391,5.071,392,3.102,393,3.552,394,3.552,395,3.102,396,3.552,397,4.427]],["title/injectables/I18nService.html",[58,1.336,398,2.969]],["body/injectables/I18nService.html",[3,0.063,4,0.055,8,0.095,10,1.56,12,0.345,13,0.278,16,0.567,17,0.012,18,0.452,19,0.43,23,0.006,24,0.006,36,1.409,41,1.729,47,0.571,50,3.831,56,0.999,57,1.886,60,0.753,72,2.03,74,2.299,75,2.03,77,1.324,83,1.878,88,1.04,101,1.354,109,1.729,116,1.512,125,1.729,128,0.833,148,1.229,152,3.441,158,1.775,186,2.722,204,1.878,232,2.077,243,4.168,248,2.293,276,2.782,283,3.656,284,1.852,285,2.251,298,1.878,316,2.539,318,2.398,340,2.961,347,2.077,348,4.526,349,2.077,350,1.878,398,1.729,399,2.077,400,2.378,401,3.274,402,3.274,403,4.053,404,2.378,405,3.375,406,5.269,407,2.077,408,2.077,409,2.378,410,2.378,411,2.726,412,1.729,413,1.729,414,1.878,415,1.878,416,1.878,417,2.378,418,3.75,419,2.077,420,2.378,421,4.053,422,2.077,423,1.729,424,2.077,425,2.077,426,3.665,427,1.878,428,1.729,429,2.077,430,2.077,431,2.077,432,3.274,433,2.077,434,2.077,435,3.274,436,2.077,437,1.611,438,1.878,439,2.378,440,2.961]],["title/injectables/I18nServiceMock.html",[58,1.336,441,3.565]],["body/injectables/I18nServiceMock.html",[3,0.088,4,0.077,8,0.133,10,1.432,12,0.295,13,0.565,16,0.485,17,0.012,18,0.442,19,0.387,23,0.007,24,0.007,36,1.25,47,0.737,56,1.051,57,1.985,60,1.053,77,0.969,83,2.627,88,0.923,101,1.893,116,2.115,125,2.419,128,1.166,158,1.574,186,3.232,204,2.627,243,2.419,248,1.643,276,2.111,283,3.42,284,2.389,285,2.903,298,2.627,318,2.499,340,4.499,348,3.819,398,2.419,401,4.223,402,4.976,403,4.976,405,2.419,411,2.419,419,2.905,422,2.905,423,2.419,424,2.905,425,2.905,426,4.499,427,2.627,428,2.419,429,2.905,430,2.905,431,2.905,432,4.223,433,2.905,434,2.905,435,4.223,436,2.905,437,2.253,438,2.627,440,5.475,441,2.905,442,3.327,443,4.223,444,4.223,445,4.837,446,3.327,447,3.327,448,3.327,449,3.327]],["title/classes/InitStoreAction.html",[0,0.874,450,3.224]],["body/classes/InitStoreAction.html",[2,1.155,3,0.139,4,0.121,5,2.473,6,1.896,7,1.769,8,0.209,9,1.317,10,1.947,11,2.703,12,0.379,13,0.61,14,1.964,16,0.405,17,0.012,18,0.323,19,0.323,20,1.155,21,1.013,23,0.01,24,0.01,26,5.677,450,4.126,451,5.226]],["title/interfaces/LoadedResources.html",[452,2.596,453,3.565]],["body/interfaces/LoadedResources.html",[3,0.142,4,0.125,8,0.215,9,1.34,12,0.343,17,0.012,19,0.413,23,0.01,24,0.01,92,3.456,93,4.531,97,3.038,339,3.908,357,5.751,453,4.693,454,3.226,455,5.296,456,7.284]],["title/interfaces/LoadedResourcesError.html",[452,2.596,457,3.565]],["body/interfaces/LoadedResourcesError.html",[3,0.15,4,0.132,8,0.227,9,1.385,12,0.325,17,0.012,23,0.01,24,0.01,77,1.385,235,3.386,339,4.12,352,4.68,362,5.421,454,3.401,457,4.947]],["title/injectables/LocalForageService.html",[58,1.336,458,3.565]],["body/injectables/LocalForageService.html",[3,0.075,4,0.066,8,0.114,9,0.863,12,0.32,13,0.332,16,0.507,17,0.012,18,0.465,19,0.405,20,0.629,21,1.358,23,0.006,24,0.006,36,2.462,47,0.656,56,0.999,57,1.943,60,0.9,74,1.879,77,1.509,88,1.195,90,1.809,92,2.684,116,3.684,120,1.707,122,1.707,128,0.997,129,2.069,133,3.76,134,2.738,135,2.225,141,3.778,142,2.814,143,3.4,144,3.543,145,3.4,146,1.927,148,3.777,149,4.216,150,4.575,151,4.575,153,2.484,154,2.484,155,1.927,156,2.484,157,3.4,158,2.038,159,1.927,160,2.484,240,2.738,248,1.405,287,2.451,334,2.484,458,3.76,459,2.484,460,2.845,461,5.435,462,2.845,463,2.845,464,2.845,465,2.845]],["title/injectables/LocalStorageService.html",[58,1.336,466,3.565]],["body/injectables/LocalStorageService.html",[3,0.097,4,0.085,8,0.146,9,1.035,12,0.324,13,0.426,16,0.506,17,0.012,18,0.479,19,0.403,20,0.807,21,1.335,23,0.008,24,0.008,36,2.453,47,0.787,56,0.959,60,1.155,74,2.255,77,1.506,88,1.434,90,2.32,92,3.1,101,2.076,120,2.19,122,2.19,128,1.278,131,2.881,134,4.149,135,2.67,139,2.32,142,2.798,144,3.415,146,2.471,148,3.696,149,4.064,155,2.471,159,2.471,190,2.471,235,1.657,240,3.285,286,2.881,287,2.076,459,3.186,466,4.512,467,3.649,468,4.738]],["title/injectables/LocaleService.html",[58,1.336,469,3.224]],["body/injectables/LocaleService.html",[3,0.081,4,0.071,8,0.122,12,0.35,13,0.356,16,0.576,17,0.012,18,0.43,19,0.43,23,0.007,24,0.007,47,0.691,56,1.023,57,1.779,60,0.964,71,2.216,72,2.455,74,1.979,75,1.65,77,1.346,85,1.937,88,1.502,128,1.068,148,1.574,152,1.829,158,1.442,190,3.071,276,2.617,279,2.406,283,4.034,284,2.24,285,2.721,287,2.58,316,3.071,318,3.098,323,2.406,363,2.406,369,3.58,398,3.297,405,3.297,407,3.959,412,2.216,413,2.216,414,2.406,415,2.406,416,2.406,443,3.959,469,2.406,470,2.661,471,3.959,472,4.728,473,4.534,474,4.534,475,3.959,476,5.237,477,2.661,478,2.661,479,4.735,480,2.661,481,2.661,482,2.661,483,3.047,484,3.047]],["title/injectables/LocaleServiceMock.html",[58,1.336,485,3.565]],["body/injectables/LocaleServiceMock.html",[3,0.114,4,0.1,8,0.172,12,0.329,13,0.502,16,0.542,17,0.012,18,0.433,19,0.433,23,0.009,24,0.009,47,0.881,56,1.073,57,1.815,60,1.36,77,1.402,85,2.732,88,1.605,128,1.506,276,1.875,283,3.927,284,2.858,285,3.473,318,2.989,469,3.393,471,5.052,472,5.712,475,3.752,477,3.752,478,3.752,479,5.526,480,3.752,485,3.752,486,4.297,487,4.297]],["title/modules/LogModule.html",[186,2.11,488,3.224]],["body/modules/LogModule.html",[3,0.122,4,0.107,12,0.286,16,0.47,17,0.011,18,0.375,19,0.375,20,1.341,21,1.176,23,0.009,24,0.009,36,1.734,47,0.703,56,0.891,74,2.647,186,3.133,237,3.452,240,3.856,241,4.027,244,4.789,245,3.642,248,2.996,287,2.625,365,3.642,370,5.296,371,5.296,372,4.41,373,3.354,411,3.354,437,3.124,488,3.642,489,4.613,490,4.613,491,6.286,492,4.613,493,4.027,494,4.613,495,5.296,496,4.613]],["title/injectables/LogService.html",[58,1.336,74,1.782]],["body/injectables/LogService.html",[3,0.111,4,0.098,8,0.168,12,0.268,13,0.491,16,0.441,17,0.011,18,0.448,19,0.4,20,1.26,21,0.814,23,0.008,24,0.008,36,2.142,40,3.317,47,0.868,56,0.617,60,1.33,74,1.834,77,1.389,97,2.588,100,3.055,128,1.472,135,2.17,144,3.243,287,2.391,309,3.668,353,4.5,356,3.317,497,4.201,498,4.201,499,3.668,500,4.201,501,4.201,502,4.201,503,4.201,504,3.668,505,7.779,506,4.976,507,4.201,508,5.699,509,5.699,510,4.976,511,4.976,512,4.201,513,5.699,514,4.201,515,3.668,516,4.201,517,4.201]],["title/classes/LogServiceMock.html",[0,0.874,518,3.565]],["body/classes/LogServiceMock.html",[2,1.308,3,0.157,4,0.137,8,0.237,17,0.011,23,0.011,24,0.011,47,1.08,56,0.869,128,2.072,506,6.633,518,5.164,519,5.915,520,5.915]],["title/interfaces/ModuleLoadEvent.html",[452,2.596,521,3.565]],["body/interfaces/ModuleLoadEvent.html",[3,0.144,4,0.126,8,0.218,9,1.35,12,0.345,17,0.012,18,0.452,19,0.416,23,0.01,24,0.01,77,1.35,97,3.06,141,5.323,235,3.325,399,4.747,454,3.263,521,4.747]],["title/interceptors/OpenIdConnectInterceptor.html",[30,2.211,522,3.565]],["body/interceptors/OpenIdConnectInterceptor.html",[3,0.127,4,0.112,8,0.192,9,1.247,12,0.293,13,0.727,16,0.372,17,0.012,18,0.297,19,0.297,20,1.376,21,1.207,23,0.009,24,0.009,32,2.732,44,2.732,47,0.948,48,3.371,52,3.543,53,3.216,54,3.543,56,0.705,57,1.332,218,4.191,257,3.49,276,2.095,522,4.191,523,3.49,524,4.8,525,6.226,526,6.226,527,5.455,528,6.226,529,4.527,530,4.191]],["title/injectables/OpenIdConnectService.html",[58,1.336,531,3.224]],["body/injectables/OpenIdConnectService.html",[3,0.155,4,0.136,8,0.234,13,0.822,17,0.011,23,0.01,24,0.01,47,1.072,56,0.858,57,1.62,60,1.849,523,4.247,531,4.612,532,5.1,533,6.597]],["title/classes/OpenIdConnectServiceMock.html",[0,0.874,534,3.565]],["body/classes/OpenIdConnectServiceMock.html",[2,1.291,3,0.155,4,0.136,8,0.234,17,0.011,23,0.01,24,0.01,47,1.072,56,0.858,57,1.62,128,2.047,523,4.247,531,4.612,533,6.597,534,5.1,535,5.841]],["title/interfaces/OpenIdConnectUserDetails.html",[452,2.596,536,3.565]],["body/interfaces/OpenIdConnectUserDetails.html",[3,0.12,4,0.106,8,0.182,9,1.204,12,0.36,17,0.012,19,0.507,23,0.009,24,0.009,77,1.644,454,2.728,523,3.305,532,3.969,536,3.969,537,6.729,538,6.729,539,6.729,540,6.729,541,6.729,542,6.729]],["title/classes/RemoveApiQueueItemAction.html",[0,0.874,543,3.224]],["body/classes/RemoveApiQueueItemAction.html",[2,1.175,3,0.141,4,0.123,5,2.515,6,1.928,7,1.799,8,0.213,9,1.331,10,1.967,11,2.724,12,0.357,13,0.621,14,1.998,16,0.412,17,0.012,18,0.328,19,0.328,20,1.175,21,1.03,23,0.01,24,0.01,77,1.452,543,4.196,544,5.315]],["title/interfaces/ResourceError.html",[452,2.596,545,3.565]],["body/interfaces/ResourceError.html",[3,0.141,4,0.123,8,0.213,9,1.331,12,0.341,17,0.012,19,0.469,23,0.01,24,0.01,77,1.331,97,3.017,235,3.291,339,3.864,352,4.499,362,5.269,454,3.19,545,4.64,546,7.246]],["title/classes/RouterMock.html",[0,0.874,547,3.565]],["body/classes/RouterMock.html",[2,0.889,3,0.107,4,0.093,8,0.161,9,1.108,10,2.185,12,0.298,13,0.646,16,0.428,17,0.012,18,0.342,19,0.342,20,1.398,21,1.225,23,0.008,24,0.008,47,0.843,56,1,77,1.478,88,1.535,192,3.746,372,2.924,547,3.512,548,4.022,549,5.532,550,5.532,551,5.532,552,6.323,553,5.532,554,5.532,555,6.323,556,4.022,557,4.022,558,4.022,559,4.022,560,5.532,561,4.022,562,4.83,563,4.022]],["title/injectables/SessionStorageService.html",[58,1.336,564,3.565]],["body/injectables/SessionStorageService.html",[3,0.097,4,0.085,8,0.146,9,1.035,12,0.324,13,0.426,16,0.506,17,0.012,18,0.479,19,0.403,20,0.807,21,1.335,23,0.008,24,0.008,36,2.453,47,0.787,56,0.959,60,1.155,74,2.255,77,1.506,88,1.434,90,2.32,92,3.1,101,2.076,120,2.19,122,2.19,128,1.278,131,2.881,134,4.149,135,2.67,139,2.32,142,2.798,144,3.415,146,2.471,148,3.696,149,4.064,155,2.471,159,2.471,190,2.471,235,1.657,240,3.285,265,4.363,286,2.881,287,2.076,564,4.512,565,3.649,566,3.649]],["title/classes/StorageService.html",[0,0.874,139,2.596]],["body/classes/StorageService.html",[0,0.702,2,0.725,3,0.087,4,0.076,8,0.131,12,0.335,16,0.552,17,0.012,18,0.451,19,0.408,21,1.337,23,0.007,24,0.007,36,2.336,47,0.729,56,1.014,77,1.537,88,1.568,90,2.086,92,2.92,101,1.867,120,1.969,122,1.969,132,2.864,134,4.387,135,1.695,136,2.864,137,2.59,138,2.864,139,2.086,140,6.773,142,2.592,144,3.761,146,3.242,148,3.773,149,3.828,152,3.967,155,2.222,158,1.553,159,3.242,161,2.59,162,2.864,163,2.864,190,2.222,235,1.49,567,3.281]],["title/classes/StorageServiceMock.html",[0,0.874,568,3.565]],["body/classes/StorageServiceMock.html",[2,1.195,3,0.143,4,0.126,8,0.216,17,0.012,18,0.451,23,0.01,24,0.01,47,1.023,56,1.122,77,1.083,88,1.862,128,1.894,139,3.437,142,3.954,144,4.156,568,4.72,569,5.406]],["title/classes/StoreMock.html",[0,0.874,570,3.565]],["body/classes/StoreMock.html",[2,1.095,3,0.131,4,0.115,8,0.198,9,1.273,12,0.233,13,0.742,16,0.384,17,0.012,18,0.306,19,0.306,20,1.095,21,0.96,23,0.009,24,0.009,47,0.967,56,1.087,88,1.374,318,3.281,570,4.323,571,4.952,572,7.013,573,5.537,574,7.013,575,5.015,576,4.952,577,4.952,578,4.323]],["title/injectables/StoreService.html",[58,1.336,72,2.211]],["body/injectables/StoreService.html",[3,0.101,4,0.089,7,1.29,8,0.153,12,0.33,13,0.445,16,0.542,17,0.012,18,0.433,19,0.433,23,0.008,24,0.008,47,0.812,48,2.885,56,1.029,57,1.057,60,1.206,71,2.771,72,2.063,74,2.904,75,3.791,77,1.333,88,1.704,148,1.969,158,2.522,276,2.325,284,2.632,573,4.207,575,4.207,579,3.327,580,4.652,581,5.365,582,3.811,583,4.652,584,3.811,585,3.811,586,5.329,587,4.652,588,3.811,589,5.329,590,5.329,591,3.811,592,5.329,593,4.652,594,2.771,595,3.811,596,3.811]],["title/injectables/StoreServiceMock.html",[58,1.336,597,3.565]],["body/injectables/StoreServiceMock.html",[3,0.135,4,0.118,8,0.204,13,0.754,17,0.012,23,0.01,24,0.01,47,0.984,56,1.133,60,1.609,72,2.753,88,2.072,128,1.782,284,3.508,573,5.606,575,5.606,580,6.2,581,6.2,597,4.44,598,5.085]],["title/interfaces/TimeZone.html",[452,2.596,599,2.969]],["body/interfaces/TimeZone.html",[3,0.149,4,0.131,8,0.225,9,1.379,12,0.324,17,0.011,18,0.46,23,0.01,24,0.01,77,1.552,454,3.38,599,4.095,600,3.205,601,4.917,602,7.437]],["title/directives/TranslateMockDirective.html",[603,3.565,604,3.224]],["body/directives/TranslateMockDirective.html",[3,0.146,4,0.128,6,1.996,8,0.22,12,0.319,13,0.642,16,0.426,17,0.011,18,0.34,19,0.34,23,0.01,24,0.01,428,3.999,578,4.803,604,4.343,605,5.501,606,3.999,607,5.501,608,4.803,609,6.786,610,6.786,611,5.501,612,5.925,613,5.501]],["title/modules/TranslateMockModule.html",[186,2.11,614,3.224]],["body/modules/TranslateMockModule.html",[3,0.161,4,0.141,17,0.011,23,0.011,24,0.011,237,3.453,604,5.685,606,4.411,614,4.79,615,6.067,616,5.685,617,6.067]],["title/pipes/TranslateMockPipe.html",[423,2.969,616,3.224]],["body/pipes/TranslateMockPipe.html",[3,0.15,4,0.132,12,0.267,16,0.439,17,0.012,18,0.427,19,0.35,23,0.01,24,0.01,47,0.863,56,0.832,77,1.494,428,4.12,606,4.12,608,4.947,616,4.473,618,5.666,619,5.666,620,5.666,621,4.947]],["title/classes/TranslateServiceMock.html",[0,0.874,622,3.565]],["body/classes/TranslateServiceMock.html",[2,0.614,3,0.074,4,0.065,8,0.111,9,0.847,12,0.364,16,0.477,17,0.012,18,0.381,19,0.381,20,1.575,21,1.381,23,0.006,24,0.006,34,3.075,47,0.644,56,1.022,57,1.8,77,1.572,88,1.421,92,2.185,148,1.435,192,3.877,249,3.339,276,1.212,342,4.471,444,3.692,529,4.718,606,2.02,622,2.425,623,4.229,624,4.229,625,4.229,626,4.229,627,4.229,628,4.229,629,4.229,630,4.229,631,4.229,632,4.229,633,5.121,634,5.121,635,4.229,636,4.229,637,2.778,638,2.778,639,2.778,640,2.778,641,2.778,642,2.778,643,2.778,644,2.778,645,2.778,646,2.778,647,2.425,648,2.778,649,4.229,650,2.778,651,2.778]],["title/classes/UpdateAppConnectionAction.html",[0,0.874,201,2.969]],["body/classes/UpdateAppConnectionAction.html",[2,1.175,3,0.141,4,0.123,5,2.515,6,1.928,7,1.799,8,0.213,9,1.331,10,1.967,11,2.724,12,0.357,13,0.621,14,1.998,16,0.412,17,0.012,18,0.328,19,0.328,20,1.175,21,1.03,23,0.01,24,0.01,97,3.291,201,3.864,652,5.315]],["title/classes/UpdateAppStatusAction.html",[0,0.874,653,3.224]],["body/classes/UpdateAppStatusAction.html",[2,1.175,3,0.141,4,0.123,5,2.515,6,1.928,7,1.799,8,0.213,9,1.331,10,1.967,11,2.724,12,0.357,13,0.621,14,1.998,16,0.412,17,0.012,18,0.328,19,0.328,20,1.175,21,1.03,23,0.01,24,0.01,77,1.452,653,4.196,654,5.315]],["title/classes/UpdateAppVersionAction.html",[0,0.874,655,3.224]],["body/classes/UpdateAppVersionAction.html",[2,1.175,3,0.141,4,0.123,5,2.515,6,1.928,7,1.799,8,0.213,9,1.331,10,1.967,11,2.724,12,0.357,13,0.621,14,1.998,16,0.412,17,0.012,18,0.328,19,0.328,20,1.175,21,1.03,23,0.01,24,0.01,77,1.452,655,4.196,656,5.315]],["title/classes/UpdateCurrentModuleAction.html",[0,0.874,657,3.224]],["body/classes/UpdateCurrentModuleAction.html",[2,1.175,3,0.141,4,0.123,5,2.515,6,1.928,7,1.799,8,0.213,9,1.331,10,1.967,11,2.724,12,0.357,13,0.621,14,1.998,16,0.412,17,0.012,18,0.328,19,0.328,20,1.175,21,1.03,23,0.01,24,0.01,77,1.452,657,4.196,658,5.315]],["title/classes/UpdateI18nStateAction.html",[0,0.874,659,3.224]],["body/classes/UpdateI18nStateAction.html",[2,1.175,3,0.141,4,0.123,6,1.928,7,1.799,8,0.213,9,1.331,10,1.967,11,2.724,12,0.357,13,0.621,14,1.998,16,0.412,17,0.012,18,0.328,19,0.328,20,1.175,21,1.03,23,0.01,24,0.01,440,5.721,659,4.196,660,4.196,661,5.315]],["title/classes/UpdateLocaleStateAction.html",[0,0.874,662,3.224]],["body/classes/UpdateLocaleStateAction.html",[2,1.175,3,0.141,4,0.123,6,1.928,7,1.799,8,0.213,9,1.331,10,1.967,11,2.724,12,0.357,13,0.621,14,1.998,16,0.412,17,0.012,18,0.328,19,0.328,20,1.175,21,1.03,23,0.01,24,0.01,479,5.721,662,4.196,663,4.196,664,5.315]],["title/classes/UpdateNotificationsListAction.html",[0,0.874,665,3.224]],["body/classes/UpdateNotificationsListAction.html",[2,1.195,3,0.143,4,0.126,6,1.961,7,1.83,8,0.216,9,1.345,10,1.988,11,2.745,12,0.36,13,0.631,14,2.032,16,0.419,17,0.012,18,0.334,19,0.334,20,1.195,21,1.048,23,0.01,24,0.01,665,4.268,666,4.268,667,5.406]],["title/classes/UpdateUserDashboardAction.html",[0,0.874,668,3.224]],["body/classes/UpdateUserDashboardAction.html",[2,1.195,3,0.143,4,0.126,6,1.961,7,1.83,8,0.216,9,1.345,10,1.988,11,2.745,12,0.36,13,0.631,14,2.032,16,0.419,17,0.012,18,0.334,19,0.334,20,1.195,21,1.048,23,0.01,24,0.01,668,4.268,669,3.245,670,5.406]],["title/classes/UpdateUserDetailsAction.html",[0,0.874,671,3.224]],["body/classes/UpdateUserDetailsAction.html",[2,1.175,3,0.141,4,0.123,6,1.928,7,1.799,8,0.213,9,1.331,10,1.967,11,2.724,12,0.357,13,0.621,14,1.998,16,0.412,17,0.012,18,0.328,19,0.328,20,1.175,21,1.03,23,0.01,24,0.01,669,3.19,671,4.196,672,7.246,673,5.315]],["title/classes/UpdateUserPreferencesAction.html",[0,0.874,674,3.224]],["body/classes/UpdateUserPreferencesAction.html",[2,1.175,3,0.141,4,0.123,6,1.928,7,1.799,8,0.213,9,1.331,10,1.967,11,2.724,12,0.357,13,0.621,14,1.998,16,0.412,17,0.012,18,0.328,19,0.328,20,1.175,21,1.03,23,0.01,24,0.01,669,3.19,674,4.196,675,6.327,676,5.315]],["title/classes/UpdateUserRightsAction.html",[0,0.874,677,3.224]],["body/classes/UpdateUserRightsAction.html",[2,1.175,3,0.141,4,0.123,6,1.928,7,1.799,8,0.213,9,1.331,10,1.967,11,2.724,12,0.357,13,0.621,14,1.998,16,0.412,17,0.012,18,0.328,19,0.328,20,1.175,21,1.03,23,0.01,24,0.01,320,6.327,669,3.19,677,4.196,678,5.315]],["title/classes/UpdateUserStateAction.html",[0,0.874,679,3.565]],["body/classes/UpdateUserStateAction.html",[2,1.175,3,0.141,4,0.123,6,1.928,7,1.799,8,0.213,9,1.331,10,1.967,11,2.724,12,0.357,13,0.621,14,1.998,16,0.412,17,0.012,18,0.328,19,0.328,20,1.175,21,1.03,23,0.01,24,0.01,669,3.19,679,4.64,680,5.721,681,5.315]],["title/injectables/UserService.html",[58,1.336,682,3.224]],["body/injectables/UserService.html",[3,0.099,4,0.087,8,0.15,12,0.362,13,0.438,16,0.596,17,0.012,18,0.446,19,0.446,23,0.008,24,0.008,47,0.803,56,1.023,57,1.833,60,1.187,71,2.727,72,2.853,75,2.031,77,1.056,88,1.462,128,1.314,148,1.937,152,4.178,158,1.775,276,2.658,279,2.961,283,4.332,284,2.603,285,3.162,316,3.568,318,1.937,412,2.727,413,2.727,414,2.961,415,2.961,416,2.961,680,4.16,682,2.961,683,3.75,684,3.274,685,3.274]],["title/injectables/UserServiceMock.html",[58,1.336,686,3.565]],["body/injectables/UserServiceMock.html",[3,0.103,4,0.09,8,0.155,12,0.315,13,0.629,16,0.519,17,0.012,18,0.383,19,0.383,23,0.008,24,0.008,47,0.821,56,1.153,57,1.495,60,1.226,88,1.859,128,1.357,152,4.228,158,1.833,276,1.69,283,3.235,284,2.662,285,3.235,316,2.623,318,2.001,412,2.816,413,2.816,675,5.412,680,4.255,682,3.058,684,3.382,685,3.382,686,3.382,687,3.874,688,6.198,689,6.198,690,6.198,691,6.198,692,6.198,693,6.198]],["title/injectables/UxDynamicComponentService.html",[58,1.336,694,3.565]],["body/injectables/UxDynamicComponentService.html",[3,0.1,4,0.088,8,0.151,10,1.964,12,0.312,13,0.441,16,0.514,17,0.012,18,0.378,19,0.378,23,0.008,24,0.008,36,1.992,41,3.853,47,0.807,56,0.778,60,1.196,80,2.985,88,1.049,142,2.869,152,2.269,248,3.022,276,2.312,336,5.235,392,4.626,481,3.301,600,2.151,612,4.626,694,3.301,695,3.853,696,3.78,697,3.78,698,3.78,699,6.118,700,5.299,701,5.299,702,3.78,703,5.299,704,5.299,705,6.63,706,6.118,707,5.299,708,5.299,709,3.78,710,3.301,711,3.78,712,3.78,713,3.78,714,5.299,715,6.118,716,3.78,717,3.78,718,3.78,719,3.78,720,3.78,721,3.78,722,3.78]],["title/injectables/UxDynamicMenuService.html",[58,1.336,723,3.565]],["body/injectables/UxDynamicMenuService.html",[3,0.124,4,0.109,8,0.187,9,1.227,12,0.321,13,0.547,16,0.474,17,0.012,18,0.379,19,0.379,20,1.035,21,0.907,23,0.009,24,0.009,47,0.933,56,0.9,60,1.481,72,3.316,75,3.316,93,5.09,277,4.836,600,2.664,695,4.453,723,4.087,724,4.681,725,4.681,726,6.125,727,6.125,728,6.827,729,4.681,730,4.681,731,4.681,732,4.681]],["title/injectables/UxErrorFeedbackService.html",[58,1.336,733,3.224]],["body/injectables/UxErrorFeedbackService.html",[3,0.096,4,0.084,8,0.145,9,1.03,12,0.306,13,0.423,16,0.504,17,0.012,18,0.402,19,0.402,20,0.8,21,0.702,23,0.008,24,0.008,47,0.783,50,4.729,56,1.009,60,1.146,77,1.503,85,2.302,88,1.658,97,2.334,177,3.161,178,4.488,192,2.452,235,2.334,276,2.998,455,4.729,529,2.632,600,2.06,733,2.859,734,2.859,735,3.161,736,4.488,737,5.976,738,5.976,739,4.488,740,4.488,741,3.621,742,3.621,743,5.679,744,3.737,745,3.161,746,5.679,747,3.621,748,4.488,749,3.161,750,5.14,751,4.488,752,3.621,753,3.621,754,3.621]],["title/classes/UxErrorManager.html",[0,0.874,744,2.969]],["body/classes/UxErrorManager.html",[2,0.867,3,0.104,4,0.091,8,0.157,9,1.089,12,0.317,13,0.458,16,0.522,17,0.012,18,0.416,19,0.416,20,0.867,21,0.76,23,0.008,24,0.008,47,0.828,56,0.99,57,1.088,77,1.35,88,1.731,97,3.06,235,2.469,276,2.94,455,4.536,600,2.232,733,4.926,734,3.096,735,3.424,736,4.746,739,4.746,740,4.746,743,5.448,744,2.851,745,3.424,746,5.882,748,4.746,749,3.424,751,4.746,755,5.436,756,5.436,757,3.922,758,5.436,759,3.922,760,3.922]],["title/interceptors/UxRequestErrorModelInterceptor.html",[30,2.211,761,3.565]],["body/interceptors/UxRequestErrorModelInterceptor.html",[3,0.136,4,0.119,8,0.206,12,0.306,13,0.6,16,0.504,17,0.011,18,0.402,19,0.402,23,0.01,24,0.01,32,2.925,44,2.925,47,0.991,48,3.522,51,3.738,52,3.702,53,3.361,54,3.702,55,3.738,56,0.755,57,1.426,235,2.335,761,4.488,762,5.141,763,5.141,764,5.141,765,7.137]],["title/classes/UxRootInjectorGuard.html",[0,0.874,766,3.565]],["body/classes/UxRootInjectorGuard.html",[2,1.291,3,0.155,4,0.136,12,0.369,13,0.682,16,0.452,17,0.011,18,0.361,19,0.361,23,0.01,24,0.01,372,4.247,600,3.324,766,5.1,767,5.841,768,5.841]],["title/injectables/UxTimezoneService.html",[58,1.336,769,3.565]],["body/injectables/UxTimezoneService.html",[3,0.122,4,0.107,8,0.184,12,0.285,16,0.468,17,0.012,18,0.418,19,0.374,23,0.009,24,0.009,47,0.921,56,1.056,60,1.453,77,1.536,275,3.624,356,3.624,599,4.396,600,2.612,601,4.008,769,4.008,770,6.761,771,6.046,772,6.761,773,6.046,774,3.624,775,6.761,776,4.59,777,4.008,778,4.59,779,4.59,780,4.59,781,4.59,782,5.279,783,4.59]],["title/dependencies.html",[784,2.971,785,4.292]],["body/dependencies.html",[17,0.013,23,0.004,24,0.004,75,1.938,108,1.187,135,0.844,248,1.362,350,2.177,427,4.025,461,1.426,493,1.426,504,1.426,587,1.426,599,1.187,695,1.187,785,1.426,786,1.633,787,7.109,788,6.471,789,1.633,790,2.757,791,1.633,792,1.633,793,2.757,794,2.757,795,1.633,796,2.757,797,1.633,798,1.633,799,1.633,800,1.633,801,5.703,802,1.633,803,2.757,804,1.633,805,1.633,806,1.633,807,1.633,808,1.633,809,3.579,810,2.757,811,2.757,812,1.633,813,2.757,814,1.633,815,1.633,816,4.699,817,4.205,818,5.703,819,1.633,820,1.633,821,1.633,822,1.633,823,5.427,824,1.633,825,1.633,826,1.633,827,1.633,828,1.633,829,4.205,830,1.633,831,3.579,832,1.633,833,1.633,834,1.633,835,1.633,836,2.757,837,1.633,838,1.633,839,1.633,840,1.633,841,1.633,842,1.633,843,1.633,844,1.633,845,1.633,846,1.633,847,1.633,848,1.633,849,1.633,850,4.699,851,1.633,852,1.633,853,5.938,854,1.633,855,1.633,856,1.633,857,1.633,858,3.579,859,1.633,860,1.633,861,1.633,862,3.579,863,3.579,864,1.633,865,1.633,866,1.633,867,1.633,868,1.633,869,1.633,870,1.633,871,1.633,872,1.633,873,2.757,874,1.633,875,1.633,876,1.633,877,1.633,878,1.633,879,1.633,880,1.633,881,1.633,882,5.703,883,1.633,884,1.633,885,2.757,886,1.633,887,1.633,888,2.757,889,1.633,890,1.633,891,1.633,892,1.633,893,1.633,894,1.426,895,1.633,896,1.633,897,1.633,898,1.633,899,1.633,900,1.633,901,1.633,902,1.633,903,1.633,904,1.633,905,1.633,906,1.633,907,1.633,908,1.633,909,1.633,910,1.633,911,1.633,912,1.633,913,1.633,914,2.757,915,1.633,916,1.633,917,1.633,918,1.633,919,1.633,920,1.633,921,1.633,922,1.633,923,1.633,924,1.633,925,2.757,926,1.633,927,1.633,928,1.633,929,1.633,930,1.633,931,1.633,932,1.633,933,1.633,934,1.633,935,1.633,936,1.633,937,1.633,938,1.633,939,1.633,940,1.633,941,1.633,942,1.633,943,1.633,944,1.633,945,1.633,946,1.633,947,1.633,948,1.426,949,1.633,950,1.633,951,1.426,952,1.426,953,1.633,954,1.633,955,1.633,956,1.633,957,1.633,958,1.633,959,1.633,960,4.205,961,1.633,962,1.633,963,1.633,964,1.633,965,1.633,966,1.633,967,1.633,968,1.633,969,1.633,970,1.633,971,1.633,972,1.633,973,1.633,974,1.633,975,4.205,976,1.633,977,1.633,978,1.633,979,1.633,980,1.633,981,1.633,982,1.633,983,1.633]],["title/miscellaneous/enumerations.html",[984,2.042,985,4.292]],["body/miscellaneous/enumerations.html",[5,1.521,8,0.129,17,0.012,21,1.564,23,0.007,24,0.007,38,2.336,41,2.336,75,1.74,78,4.117,81,4.41,142,1.74,186,1.66,219,5.409,222,2.806,223,2.806,237,1.829,248,1.587,265,2.336,284,1.587,311,2.537,318,2.886,323,6.16,369,3.723,411,2.336,468,2.537,482,4.117,579,2.806,593,4.117,594,2.336,660,2.537,663,2.537,666,2.537,669,1.929,774,2.537,984,1.929,985,2.806,986,3.213,987,4.716,988,2.806,989,4.716,990,2.806,991,4.716,992,2.806,993,4.716,994,2.806,995,4.716,996,2.806,997,3.213,998,7.637,999,3.213,1000,3.213,1001,3.213,1002,3.213,1003,3.213,1004,3.213,1005,3.213,1006,3.213,1007,3.213,1008,5.586,1009,3.213,1010,3.213,1011,2.806,1012,3.213,1013,3.213,1014,3.213,1015,3.213,1016,3.213,1017,3.213,1018,3.213,1019,3.213,1020,3.213,1021,3.213,1022,3.213,1023,3.213]],["title/miscellaneous/functions.html",[984,2.042,1024,4.292]],["body/miscellaneous/functions.html",[4,0.032,7,0.807,8,0.055,12,0.334,16,0.555,17,0.012,18,0.439,19,0.439,20,0.697,21,0.611,23,0.004,24,0.004,36,1.412,38,1.002,56,1,74,1.376,77,1.15,92,0.712,93,2.135,97,1.706,134,1.516,135,1.232,157,2.489,158,2.01,161,1.882,176,1.203,187,1.088,209,1.882,220,1.203,235,2.769,243,2.292,248,2.097,265,1.002,266,2.752,276,1.041,284,1.557,287,2.646,318,1.232,332,1.203,335,1.203,336,5.438,346,5.861,351,4.059,363,2.966,365,1.882,373,1.734,384,2.752,397,2.082,405,2.732,408,3.28,421,1.203,437,0.933,468,1.882,491,5.177,495,2.082,510,2.082,511,1.203,527,1.882,562,1.203,583,3.707,600,0.784,695,1.734,734,1.088,744,1.734,774,1.088,948,1.203,984,0.827,1011,1.203,1024,1.203,1025,2.384,1026,3.757,1027,4.246,1028,4.246,1029,2.384,1030,2.384,1031,3.757,1032,2.384,1033,4.246,1034,3.757,1035,3.152,1036,3.152,1037,2.384,1038,5.276,1039,2.384,1040,2.384,1041,2.384,1042,2.384,1043,2.384,1044,2.384,1045,2.384,1046,2.384,1047,3.152,1048,2.384,1049,2.384,1050,2.384,1051,2.384,1052,2.384,1053,2.384,1054,2.384,1055,2.384,1056,2.384,1057,2.384,1058,1.378,1059,2.384,1060,1.378,1061,5.276,1062,1.378,1063,1.378,1064,1.378,1065,1.378,1066,1.378,1067,2.384,1068,2.384,1069,2.384,1070,2.384,1071,3.152,1072,1.378,1073,1.378,1074,1.378,1075,1.378,1076,2.384,1077,1.378,1078,3.152,1079,1.378,1080,1.378,1081,3.757,1082,1.378,1083,1.378,1084,1.378,1085,1.378,1086,1.378,1087,2.384,1088,2.384,1089,1.378,1090,2.384,1091,3.152,1092,2.384,1093,2.384,1094,1.378,1095,3.152,1096,1.378,1097,1.378,1098,1.378,1099,1.378,1100,2.384,1101,2.384,1102,1.378,1103,1.378,1104,1.378,1105,1.378,1106,1.378,1107,1.378,1108,1.378,1109,1.378,1110,1.378,1111,2.384,1112,1.378,1113,1.378,1114,1.378,1115,3.757,1116,2.384,1117,4.649,1118,1.378,1119,1.378,1120,1.378,1121,1.378]],["title/index.html",[8,0.163,1122,3.565]],["body/index.html",[2,1.324,17,0.011,23,0.011,24,0.011,60,1.895,237,3.409,423,4.355,454,3.595,530,6.239,603,5.23,1122,5.23,1123,5.99,1124,5.99,1125,5.99,1126,5.99]],["title/license.html",[499,2.971,1127,3.402,1128,2.686]],["body/license.html",[10,1.17,12,0.034,17,0.002,21,0.141,23,0.002,24,0.002,87,0.635,101,1.066,108,0.977,109,1.697,123,1.174,135,0.376,137,0.574,151,0.574,187,1.061,192,0.91,207,0.635,247,0.574,249,2.917,275,3.759,290,2.39,291,0.635,297,1.174,300,0.635,301,1.174,307,0.635,311,4.116,373,1.363,388,1.174,389,0.635,395,1.174,426,0.574,437,1.269,438,2.161,455,0.529,515,0.635,527,0.574,529,1.363,594,1.697,621,0.635,647,0.635,710,0.635,777,0.635,782,1.636,951,0.635,952,3.449,984,0.436,1128,2.917,1129,4.762,1130,2.334,1131,7.521,1132,3.41,1133,0.635,1134,2.39,1135,0.727,1136,1.344,1137,0.727,1138,0.727,1139,7.59,1140,3.694,1141,1.344,1142,5.872,1143,4.585,1144,0.727,1145,0.727,1146,2.737,1147,4.393,1148,0.727,1149,4.393,1150,0.727,1151,5.463,1152,6.12,1153,3.41,1154,2.737,1155,0.727,1156,2.737,1157,0.727,1158,0.727,1159,0.727,1160,0.727,1161,0.727,1162,0.727,1163,1.344,1164,5.343,1165,0.727,1166,2.334,1167,2.334,1168,4.393,1169,3.694,1170,5.576,1171,2.737,1172,1.344,1173,3.41,1174,0.727,1175,1.344,1176,0.727,1177,1.874,1178,0.727,1179,0.727,1180,3.95,1181,3.41,1182,1.344,1183,3.093,1184,0.727,1185,0.727,1186,1.874,1187,1.344,1188,0.727,1189,0.727,1190,0.727,1191,1.344,1192,0.727,1193,0.727,1194,0.727,1195,0.727,1196,1.344,1197,0.727,1198,2.737,1199,2.737,1200,2.737,1201,2.737,1202,2.334,1203,0.727,1204,0.727,1205,0.727,1206,1.344,1207,0.727,1208,1.874,1209,3.093,1210,3.41,1211,1.344,1212,0.727,1213,0.727,1214,0.727,1215,0.727,1216,1.874,1217,1.344,1218,0.727,1219,0.727,1220,1.344,1221,3.95,1222,0.727,1223,1.344,1224,0.727,1225,0.727,1226,1.344,1227,3.093,1228,0.727,1229,1.344,1230,0.727,1231,0.727,1232,1.344,1233,1.344,1234,2.334,1235,0.727,1236,0.727,1237,0.727,1238,0.727,1239,0.727,1240,2.737,1241,1.874,1242,1.874,1243,0.727,1244,0.727,1245,0.727,1246,1.874,1247,0.727,1248,0.727,1249,0.727,1250,1.874,1251,0.727,1252,1.344,1253,0.727,1254,0.727,1255,0.727,1256,0.727,1257,1.344,1258,0.727,1259,1.874,1260,0.727,1261,1.874,1262,1.344,1263,0.727,1264,0.727,1265,0.727,1266,0.727,1267,0.727,1268,0.727,1269,2.334,1270,1.344,1271,0.727,1272,0.727,1273,1.344,1274,0.727,1275,0.727,1276,1.344,1277,3.093,1278,0.727,1279,2.334,1280,1.344,1281,1.174,1282,1.344,1283,1.344,1284,1.344,1285,1.344,1286,1.344,1287,1.344,1288,0.727,1289,0.727,1290,0.727,1291,0.727,1292,0.727,1293,1.874,1294,0.727,1295,0.727,1296,0.727,1297,3.694,1298,3.093,1299,0.727,1300,0.727,1301,0.727,1302,2.334,1303,0.727,1304,0.727,1305,0.727,1306,1.344,1307,2.334,1308,0.727,1309,2.334,1310,1.344,1311,0.727,1312,2.334,1313,0.727,1314,0.727,1315,0.727,1316,0.727,1317,0.727,1318,0.727,1319,0.727,1320,1.874,1321,1.344,1322,0.727,1323,0.727,1324,0.727,1325,1.344,1326,0.727,1327,2.334,1328,1.874,1329,0.727,1330,0.727,1331,0.727,1332,0.727,1333,3.093,1334,0.727,1335,0.727,1336,1.874,1337,1.344,1338,0.727,1339,0.727,1340,0.727,1341,0.727,1342,1.874,1343,0.727,1344,0.727,1345,0.727,1346,1.344,1347,0.727,1348,1.344,1349,1.344,1350,0.727,1351,0.727,1352,0.727,1353,0.727,1354,0.727,1355,0.727,1356,1.344,1357,1.874,1358,1.344,1359,2.334,1360,1.344,1361,1.344,1362,2.334,1363,0.727,1364,1.344,1365,0.727,1366,1.344,1367,0.727,1368,2.334,1369,0.727,1370,0.727,1371,0.727,1372,0.727,1373,0.727,1374,0.727,1375,1.344,1376,0.727,1377,0.727,1378,0.727,1379,0.727,1380,0.727,1381,2.737,1382,1.344,1383,0.727,1384,0.727,1385,0.727,1386,0.727,1387,0.727,1388,0.727,1389,0.727,1390,0.727,1391,0.727,1392,0.727,1393,0.727,1394,0.727,1395,0.727,1396,2.737,1397,0.727,1398,0.727,1399,0.727,1400,1.874,1401,0.727,1402,0.727,1403,1.344,1404,1.344,1405,0.727,1406,0.727,1407,0.727,1408,1.874,1409,0.727,1410,1.344,1411,0.727,1412,0.727,1413,0.727,1414,0.727,1415,0.727,1416,1.344,1417,0.727,1418,0.727,1419,0.727,1420,0.727,1421,0.727,1422,1.344,1423,0.727,1424,0.727,1425,0.727,1426,1.344,1427,0.727,1428,0.727,1429,1.874,1430,0.727,1431,0.727,1432,0.727,1433,1.344,1434,0.727,1435,0.727,1436,1.344,1437,0.727,1438,0.727,1439,0.727,1440,0.727,1441,0.727,1442,0.727,1443,0.727,1444,0.727,1445,0.727,1446,1.344,1447,0.727,1448,1.344,1449,1.344,1450,0.727,1451,0.727,1452,0.727,1453,0.727,1454,0.727,1455,0.727,1456,0.727,1457,0.727,1458,0.727,1459,0.727,1460,0.727,1461,0.727,1462,0.727,1463,1.344,1464,0.727,1465,0.727,1466,1.344,1467,0.727,1468,0.727,1469,0.727,1470,0.727,1471,0.727,1472,0.727,1473,0.727,1474,0.727,1475,0.727,1476,0.727,1477,0.727,1478,1.344,1479,1.344,1480,0.727,1481,0.727,1482,0.727,1483,0.727,1484,0.727,1485,0.727,1486,0.727,1487,0.727,1488,0.727,1489,0.727,1490,2.334,1491,1.874,1492,0.727,1493,0.727,1494,0.727,1495,0.727,1496,0.727,1497,0.727,1498,0.727,1499,0.727,1500,0.727,1501,0.727,1502,3.093,1503,0.727,1504,1.874,1505,2.334,1506,0.727,1507,0.727,1508,0.727,1509,0.727,1510,0.727,1511,0.727,1512,0.727,1513,0.727,1514,1.874,1515,1.874,1516,1.344,1517,1.344,1518,1.344,1519,0.727,1520,0.727,1521,0.727,1522,0.727,1523,0.727,1524,0.727,1525,0.727,1526,0.727,1527,1.344,1528,0.727,1529,0.727,1530,0.727,1531,1.344,1532,1.344,1533,1.344,1534,0.727,1535,0.727,1536,0.727,1537,0.727,1538,0.727,1539,1.344,1540,0.727,1541,0.727,1542,0.727,1543,0.727,1544,0.727,1545,0.727,1546,0.727,1547,1.344,1548,0.727,1549,0.727,1550,0.727]],["title/modules.html",[237,3.181]],["body/modules.html",[17,0.011,23,0.011,24,0.011,236,4.852,237,3.498,367,4.852,488,4.852,614,4.852,1551,7.977]],["title/properties.html",[9,0.985,784,2.971]],["body/properties.html",[9,1.216,17,0.012,23,0.011,24,0.011,594,4.411,894,5.297,1128,4.79,1133,5.297,1134,5.297,1281,5.297,1552,6.067]],["title/miscellaneous/typealiases.html",[984,2.042,1553,4.916]],["body/miscellaneous/typealiases.html",[1,3.421,5,2.227,8,0.188,12,0.221,17,0.012,23,0.009,24,0.009,25,3.714,28,3.714,158,2.227,201,3.421,450,3.714,470,4.108,476,5.365,543,3.714,653,3.714,655,3.714,657,3.714,659,3.714,660,3.714,662,3.714,663,3.714,665,3.714,666,3.714,668,3.714,669,2.824,671,3.714,674,3.714,677,3.714,984,2.824,988,4.108,990,4.108,992,4.108,994,4.108,996,4.108,1554,4.705,1555,6.145,1556,6.145,1557,6.145,1558,6.145,1559,6.145,1560,4.705]]],"invertedIndex":[["",{"_index":17,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"properties.html":{},"miscellaneous/typealiases.html":{}}}],["0",{"_index":218,"title":{},"body":{"injectables/CoreAppEffects.html":{},"interceptors/OpenIdConnectInterceptor.html":{}}}],["0.1.5",{"_index":869,"title":{},"body":{"dependencies.html":{}}}],["0.11.0",{"_index":814,"title":{},"body":{"dependencies.html":{}}}],["0.13.0",{"_index":843,"title":{},"body":{"dependencies.html":{}}}],["0.2.4",{"_index":890,"title":{},"body":{"dependencies.html":{}}}],["0.3.8",{"_index":867,"title":{},"body":{"dependencies.html":{}}}],["0.5.40",{"_index":849,"title":{},"body":{"dependencies.html":{}}}],["0.9.2",{"_index":871,"title":{},"body":{"dependencies.html":{}}}],["1",{"_index":530,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"index.html":{}}}],["1.0",{"_index":1547,"title":{},"body":{"license.html":{}}}],["1.0.31",{"_index":953,"title":{},"body":{"dependencies.html":{}}}],["1.1",{"_index":1133,"title":{},"body":{"license.html":{},"properties.html":{}}}],["1.1.19",{"_index":935,"title":{},"body":{"dependencies.html":{}}}],["1.1.20150312",{"_index":927,"title":{},"body":{"dependencies.html":{}}}],["1.10.0",{"_index":957,"title":{},"body":{"dependencies.html":{}}}],["1.11.5",{"_index":945,"title":{},"body":{"dependencies.html":{}}}],["1.2.10",{"_index":920,"title":{},"body":{"dependencies.html":{}}}],["1.2.3",{"_index":826,"title":{},"body":{"dependencies.html":{}}}],["1.2.5",{"_index":922,"title":{},"body":{"dependencies.html":{}}}],["1.29.0",{"_index":942,"title":{},"body":{"dependencies.html":{}}}],["1.4.7",{"_index":902,"title":{},"body":{"dependencies.html":{}}}],["1.5.1",{"_index":836,"title":{},"body":{"dependencies.html":{}}}],["1.6.0",{"_index":900,"title":{},"body":{"dependencies.html":{}}}],["1.8.1",{"_index":974,"title":{},"body":{"dependencies.html":{}}}],["1.8.2",{"_index":970,"title":{},"body":{"dependencies.html":{}}}],["10.1.1",{"_index":909,"title":{},"body":{"dependencies.html":{}}}],["10.6.1",{"_index":947,"title":{},"body":{"dependencies.html":{}}}],["10.9.1",{"_index":876,"title":{},"body":{"dependencies.html":{}}}],["13.2.2",{"_index":906,"title":{},"body":{"dependencies.html":{}}}],["14",{"_index":205,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["14.0.0",{"_index":894,"title":{},"body":{"dependencies.html":{},"properties.html":{}}}],["14.0.1",{"_index":898,"title":{},"body":{"dependencies.html":{}}}],["14.16.0",{"_index":961,"title":{},"body":{"dependencies.html":{}}}],["14.2.4",{"_index":911,"title":{},"body":{"dependencies.html":{}}}],["15",{"_index":1184,"title":{},"body":{"license.html":{}}}],["15.0.1",{"_index":977,"title":{},"body":{"dependencies.html":{}}}],["15.2.0",{"_index":816,"title":{},"body":{"dependencies.html":{}}}],["15.2.1",{"_index":882,"title":{},"body":{"dependencies.html":{}}}],["15.3.0",{"_index":981,"title":{},"body":{"dependencies.html":{}}}],["16.0.0",{"_index":787,"title":{},"body":{"dependencies.html":{}}}],["18.15.0",{"_index":848,"title":{},"body":{"dependencies.html":{}}}],["2",{"_index":301,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["2.0",{"_index":1550,"title":{},"body":{"license.html":{}}}],["2.0.0",{"_index":863,"title":{},"body":{"dependencies.html":{}}}],["2.0.10",{"_index":878,"title":{},"body":{"dependencies.html":{}}}],["2.0.8",{"_index":959,"title":{},"body":{"dependencies.html":{}}}],["2.0.9",{"_index":917,"title":{},"body":{"dependencies.html":{}}}],["2.1",{"_index":1544,"title":{},"body":{"license.html":{}}}],["2.1.0",{"_index":938,"title":{},"body":{"dependencies.html":{}}}],["2.2.0",{"_index":859,"title":{},"body":{"dependencies.html":{}}}],["2.27.5",{"_index":833,"title":{},"body":{"dependencies.html":{}}}],["2.3.2",{"_index":950,"title":{},"body":{"dependencies.html":{}}}],["2.5.0",{"_index":841,"title":{},"body":{"dependencies.html":{}}}],["2.5.1",{"_index":930,"title":{},"body":{"dependencies.html":{}}}],["2.8.3",{"_index":976,"title":{},"body":{"dependencies.html":{}}}],["2007",{"_index":1137,"title":{},"body":{"license.html":{}}}],["23",{"_index":1124,"title":{},"body":{"index.html":{}}}],["238",{"_index":1523,"title":{},"body":{"license.html":{}}}],["24.0.0",{"_index":963,"title":{},"body":{"dependencies.html":{}}}],["3.0",{"_index":1545,"title":{},"body":{"license.html":{}}}],["3.0.0",{"_index":933,"title":{},"body":{"dependencies.html":{}}}],["3.0.3",{"_index":865,"title":{},"body":{"dependencies.html":{}}}],["3.1.1",{"_index":857,"title":{},"body":{"dependencies.html":{}}}],["3.36.3",{"_index":972,"title":{},"body":{"dependencies.html":{}}}],["33",{"_index":1125,"title":{},"body":{"index.html":{}}}],["39.7.5",{"_index":828,"title":{},"body":{"dependencies.html":{}}}],["4",{"_index":1123,"title":{},"body":{"index.html":{}}}],["4.1.7",{"_index":892,"title":{},"body":{"dependencies.html":{}}}],["4.14.191",{"_index":880,"title":{},"body":{"dependencies.html":{}}}],["4.17.21",{"_index":956,"title":{},"body":{"dependencies.html":{}}}],["4.2.1",{"_index":979,"title":{},"body":{"dependencies.html":{}}}],["4.2.12",{"_index":940,"title":{},"body":{"dependencies.html":{}}}],["4.3.0",{"_index":966,"title":{},"body":{"dependencies.html":{}}}],["4.3.1",{"_index":846,"title":{},"body":{"dependencies.html":{}}}],["4.5.0",{"_index":852,"title":{},"body":{"dependencies.html":{}}}],["4.7.7",{"_index":968,"title":{},"body":{"dependencies.html":{}}}],["4.9.5",{"_index":844,"title":{},"body":{"dependencies.html":{}}}],["5",{"_index":1538,"title":{},"body":{"license.html":{}}}],["5.0.0",{"_index":964,"title":{},"body":{"dependencies.html":{}}}],["5.1.0",{"_index":860,"title":{},"body":{"dependencies.html":{}}}],["5.1.3",{"_index":913,"title":{},"body":{"dependencies.html":{}}}],["5.50.0",{"_index":831,"title":{},"body":{"dependencies.html":{}}}],["6",{"_index":1394,"title":{},"body":{"license.html":{}}}],["6.0.0",{"_index":983,"title":{},"body":{"dependencies.html":{}}}],["6.4.1",{"_index":854,"title":{},"body":{"dependencies.html":{}}}],["7",{"_index":1126,"title":{},"body":{"index.html":{}}}],["7.0.0",{"_index":873,"title":{},"body":{"dependencies.html":{}}}],["7.8.0",{"_index":839,"title":{},"body":{"dependencies.html":{}}}],["8.33.0",{"_index":837,"title":{},"body":{"dependencies.html":{}}}],["8.6.0",{"_index":978,"title":{},"body":{"dependencies.html":{}}}],["9",{"_index":1487,"title":{},"body":{"license.html":{}}}],["_element",{"_index":613,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["above",{"_index":1269,"title":{},"body":{"license.html":{}}}],["absence",{"_index":1388,"title":{},"body":{"license.html":{}}}],["abstract",{"_index":140,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["accept",{"_index":1364,"title":{},"body":{"license.html":{}}}],["acceptance",{"_index":1429,"title":{},"body":{"license.html":{}}}],["accepted",{"_index":1446,"title":{},"body":{"license.html":{}}}],["accepting",{"_index":1432,"title":{},"body":{"license.html":{}}}],["accepts",{"_index":289,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["access",{"_index":1222,"title":{},"body":{"license.html":{}}}],["accessible",{"_index":1284,"title":{},"body":{"license.html":{}}}],["accessors",{"_index":443,"title":{},"body":{"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{}}}],["accordance",{"_index":1456,"title":{},"body":{"license.html":{}}}],["according",{"_index":1537,"title":{},"body":{"license.html":{}}}],["accumulate",{"_index":751,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["accuracy",{"_index":1389,"title":{},"body":{"license.html":{}}}],["act",{"_index":1211,"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":{}}}],["actionreducer",{"_index":1115,"title":{},"body":{"miscellaneous/functions.html":{}}}],["actions",{"_index":174,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["activated",{"_index":1005,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["activated_route",{"_index":1004,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["activatedroute",{"_index":15,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"injectables/CoreAppEffects.html":{}}}],["activatedrouteaction",{"_index":1,"title":{"classes/ActivatedRouteAction.html":{}},"body":{"classes/ActivatedRouteAction.html":{},"injectables/CoreAppEffects.html":{},"miscellaneous/typealiases.html":{}}}],["acts",{"_index":503,"title":{},"body":{"injectables/LogService.html":{}}}],["adapter",{"_index":812,"title":{},"body":{"dependencies.html":{}}}],["add",{"_index":41,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nService.html":{},"injectables/UxDynamicComponentService.html":{},"miscellaneous/enumerations.html":{}}}],["add(component",{"_index":702,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["add_api_queue_item",{"_index":1007,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["add_app_loaded_config_modules",{"_index":1001,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["addapiqueueitemaction",{"_index":25,"title":{"classes/AddApiQueueItemAction.html":{}},"body":{"classes/AddApiQueueItemAction.html":{},"miscellaneous/typealiases.html":{}}}],["addapploadedconfigmodulesaction",{"_index":28,"title":{"classes/AddAppLoadedConfigModulesAction.html":{}},"body":{"classes/AddAppLoadedConfigModulesAction.html":{},"miscellaneous/typealiases.html":{}}}],["addautosavehandler",{"_index":580,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["addautosavehandler(stateslice",{"_index":582,"title":{},"body":{"injectables/StoreService.html":{}}}],["added",{"_index":1107,"title":{},"body":{"miscellaneous/functions.html":{}}}],["adding",{"_index":37,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["addition",{"_index":1275,"title":{},"body":{"license.html":{}}}],["additional",{"_index":1327,"title":{},"body":{"license.html":{}}}],["addlangparaminterceptor",{"_index":31,"title":{"interceptors/AddLangParamInterceptor.html":{}},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["addlangs",{"_index":632,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["addlangs(langs",{"_index":644,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["addlocale",{"_index":471,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["addlocale(id",{"_index":477,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["addqueueitem",{"_index":63,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["addqueueitem(id",{"_index":76,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["addresources",{"_index":340,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["addresources(config",{"_index":347,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{}}}],["adds",{"_index":80,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{},"injectables/UxDynamicComponentService.html":{}}}],["advantage",{"_index":1512,"title":{},"body":{"license.html":{}}}],["advised",{"_index":1418,"title":{},"body":{"license.html":{}}}],["affect",{"_index":1494,"title":{},"body":{"license.html":{}}}],["affirming",{"_index":1453,"title":{},"body":{"license.html":{}}}],["afterviewchecked",{"_index":607,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["against",{"_index":1444,"title":{},"body":{"license.html":{}}}],["agree",{"_index":1436,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":1426,"title":{},"body":{"license.html":{}}}],["agreements",{"_index":1423,"title":{},"body":{"license.html":{}}}],["alerthttperrorcallbackfn",{"_index":1025,"title":{},"body":{"miscellaneous/functions.html":{}}}],["alerthttperrorcallbackfn(error",{"_index":1060,"title":{},"body":{"miscellaneous/functions.html":{}}}],["aliases",{"_index":1554,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["allowed",{"_index":1265,"title":{},"body":{"license.html":{}}}],["allows",{"_index":589,"title":{},"body":{"injectables/StoreService.html":{}}}],["along",{"_index":1278,"title":{},"body":{"license.html":{}}}],["alter",{"_index":1329,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":1164,"title":{},"body":{"license.html":{}}}],["angular",{"_index":801,"title":{},"body":{"dependencies.html":{}}}],["angular/animations",{"_index":786,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk",{"_index":808,"title":{},"body":{"dependencies.html":{}}}],["angular/cli",{"_index":804,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":789,"title":{},"body":{"dependencies.html":{}}}],["angular/compiler",{"_index":790,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":791,"title":{},"body":{"dependencies.html":{}}}],["angular/elements",{"_index":797,"title":{},"body":{"dependencies.html":{}}}],["angular/forms",{"_index":792,"title":{},"body":{"dependencies.html":{}}}],["angular/language",{"_index":798,"title":{},"body":{"dependencies.html":{}}}],["angular/material",{"_index":810,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":793,"title":{},"body":{"dependencies.html":{}}}],["angular/router",{"_index":795,"title":{},"body":{"dependencies.html":{}}}],["angular/service",{"_index":799,"title":{},"body":{"dependencies.html":{}}}],["animations",{"_index":813,"title":{},"body":{"dependencies.html":{}}}],["another",{"_index":426,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"license.html":{}}}],["any,lang",{"_index":381,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["apexcharts",{"_index":971,"title":{},"body":{"dependencies.html":{}}}],["api",{"_index":1008,"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":998,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["app.ts",{"_index":1047,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appconfig",{"_index":1081,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appenders",{"_index":510,"title":{},"body":{"injectables/LogService.html":{},"miscellaneous/functions.html":{}}}],["appendix",{"_index":1337,"title":{},"body":{"license.html":{}}}],["applicable",{"_index":1181,"title":{},"body":{"license.html":{}}}],["application",{"_index":1108,"title":{},"body":{"miscellaneous/functions.html":{}}}],["applicationref",{"_index":701,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["applies",{"_index":1138,"title":{},"body":{"license.html":{}}}],["apply",{"_index":1262,"title":{},"body":{"license.html":{}}}],["appmodule",{"_index":1103,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appref",{"_index":700,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["approved",{"_index":1509,"title":{},"body":{"license.html":{}}}],["args",{"_index":274,"title":{},"body":{"classes/EuiError.html":{}}}],["arises",{"_index":1535,"title":{},"body":{"license.html":{}}}],["arising",{"_index":1408,"title":{},"body":{"license.html":{}}}],["array",{"_index":93,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{},"interfaces/LoadedResources.html":{},"injectables/UxDynamicMenuService.html":{},"miscellaneous/functions.html":{}}}],["arrow",{"_index":825,"title":{},"body":{"dependencies.html":{}}}],["article",{"_index":1183,"title":{},"body":{"license.html":{}}}],["ascending",{"_index":119,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["asserted",{"_index":1443,"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":1097,"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":1280,"title":{},"body":{"license.html":{}}}],["attribution",{"_index":1301,"title":{},"body":{"license.html":{}}}],["authorised",{"_index":1144,"title":{},"body":{"license.html":{}}}],["authority",{"_index":1361,"title":{},"body":{"license.html":{}}}],["authorship",{"_index":1355,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":1480,"title":{},"body":{"license.html":{}}}],["available",{"_index":1166,"title":{},"body":{"license.html":{}}}],["back",{"_index":433,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["base",{"_index":504,"title":{},"body":{"injectables/LogService.html":{},"dependencies.html":{}}}],["based",{"_index":109,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/I18nService.html":{},"license.html":{}}}],["baseglobalconfig",{"_index":407,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{}}}],["basis",{"_index":1380,"title":{},"body":{"license.html":{}}}],["becoming",{"_index":1324,"title":{},"body":{"license.html":{}}}],["before",{"_index":1102,"title":{},"body":{"miscellaneous/functions.html":{}}}],["begin",{"_index":115,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["behalf",{"_index":1433,"title":{},"body":{"license.html":{}}}],["behaviorsubject",{"_index":638,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["behaviorsubject(true",{"_index":639,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["belgian",{"_index":1534,"title":{},"body":{"license.html":{}}}],["below",{"_index":1141,"title":{},"body":{"license.html":{}}}],["benefits",{"_index":1291,"title":{},"body":{"license.html":{}}}],["better",{"_index":918,"title":{},"body":{"dependencies.html":{}}}],["between",{"_index":1490,"title":{},"body":{"license.html":{}}}],["beware",{"_index":111,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["boolean",{"_index":97,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResources.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/ResourceError.html":{},"classes/UpdateAppConnectionAction.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["bootstrap",{"_index":912,"title":{},"body":{"dependencies.html":{}}}],["bootstrapped",{"_index":1104,"title":{},"body":{"miscellaneous/functions.html":{}}}],["both",{"_index":1332,"title":{},"body":{"license.html":{}}}],["bottom",{"_index":1450,"title":{},"body":{"license.html":{}}}],["breach",{"_index":1481,"title":{},"body":{"license.html":{}}}],["brings",{"_index":1363,"title":{},"body":{"license.html":{}}}],["browse",{"_index":1551,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":794,"title":{},"body":{"dependencies.html":{}}}],["browserstoragetype",{"_index":593,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{}}}],["bugs",{"_index":1376,"title":{},"body":{"license.html":{}}}],["business",{"_index":1530,"title":{},"body":{"license.html":{}}}],["c",{"_index":1135,"title":{},"body":{"license.html":{}}}],["cachepreventioninterceptor",{"_index":166,"title":{"interceptors/CachePreventionInterceptor.html":{}},"body":{"interceptors/CachePreventionInterceptor.html":{}}}],["callback",{"_index":1027,"title":{},"body":{"miscellaneous/functions.html":{}}}],["called",{"_index":371,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["carry",{"_index":1314,"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":1397,"title":{},"body":{"license.html":{}}}],["cause",{"_index":1313,"title":{},"body":{"license.html":{}}}],["caused",{"_index":1402,"title":{},"body":{"license.html":{}}}],["cecill",{"_index":1549,"title":{},"body":{"license.html":{}}}],["chain",{"_index":1354,"title":{},"body":{"license.html":{}}}],["channel",{"_index":1471,"title":{},"body":{"license.html":{}}}],["charge",{"_index":1427,"title":{},"body":{"license.html":{}}}],["check",{"_index":209,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"miscellaneous/functions.html":{}}}],["checkattributepermission",{"_index":280,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkattributepermission(rightsandpermission",{"_index":288,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkpermission",{"_index":281,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkpermission(rightid",{"_index":313,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkright",{"_index":282,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkright(rightid",{"_index":315,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["childbaseloggername",{"_index":1069,"title":{},"body":{"miscellaneous/functions.html":{}}}],["childconfig",{"_index":1070,"title":{},"body":{"miscellaneous/functions.html":{}}}],["choice",{"_index":1513,"title":{},"body":{"license.html":{}}}],["choose",{"_index":1424,"title":{},"body":{"license.html":{}}}],["chrome",{"_index":855,"title":{},"body":{"dependencies.html":{}}}],["circumstance",{"_index":1238,"title":{},"body":{"license.html":{}}}],["claims",{"_index":1442,"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":1178,"title":{},"body":{"license.html":{}}}],["classlist.js",{"_index":926,"title":{},"body":{"dependencies.html":{}}}],["clause",{"_index":1320,"title":{},"body":{"license.html":{}}}],["clear",{"_index":1458,"title":{},"body":{"license.html":{}}}],["clearerror",{"_index":736,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["clearerror(groupid",{"_index":760,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["clearerror(id",{"_index":742,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["cleave.js",{"_index":899,"title":{},"body":{"dependencies.html":{}}}],["cli",{"_index":796,"title":{},"body":{"dependencies.html":{}}}],["clicking",{"_index":1448,"title":{},"body":{"license.html":{}}}],["client",{"_index":944,"title":{},"body":{"dependencies.html":{}}}],["code",{"_index":275,"title":{},"body":{"classes/EuiError.html":{},"injectables/UxTimezoneService.html":{},"license.html":{}}}],["codes",{"_index":776,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["comes",{"_index":293,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["commercial",{"_index":1415,"title":{},"body":{"license.html":{}}}],["commission",{"_index":1502,"title":{},"body":{"license.html":{}}}],["common",{"_index":1546,"title":{},"body":{"license.html":{}}}],["communicate",{"_index":1241,"title":{},"body":{"license.html":{}}}],["communicated",{"_index":1165,"title":{},"body":{"license.html":{}}}],["communicates",{"_index":1202,"title":{},"body":{"license.html":{}}}],["communicating",{"_index":1217,"title":{},"body":{"license.html":{}}}],["communication",{"_index":1210,"title":{},"body":{"license.html":{}}}],["communities",{"_index":1520,"title":{},"body":{"license.html":{}}}],["community",{"_index":1136,"title":{},"body":{"license.html":{}}}],["compare",{"_index":393,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compatibility",{"_index":1331,"title":{},"body":{"license.html":{}}}],["compatible",{"_index":1333,"title":{},"body":{"license.html":{}}}],["competent",{"_index":1526,"title":{},"body":{"license.html":{}}}],["compiled",{"_index":1193,"title":{},"body":{"license.html":{}}}],["compiletranslations",{"_index":375,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compiletranslations(translations",{"_index":383,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compiletranslationsfn",{"_index":380,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["complete",{"_index":1489,"title":{},"body":{"license.html":{}}}],["completes",{"_index":114,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["compliance",{"_index":1485,"title":{},"body":{"license.html":{}}}],["compodoc/compodoc",{"_index":934,"title":{},"body":{"dependencies.html":{}}}],["compodoc/ngd",{"_index":936,"title":{},"body":{"dependencies.html":{}}}],["component",{"_index":705,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["component.service.ts",{"_index":697,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["component/ux",{"_index":696,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentfactoryresolver",{"_index":699,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentportal",{"_index":716,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentref",{"_index":718,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["components",{"_index":754,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["componenttype",{"_index":703,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["computer",{"_index":1196,"title":{},"body":{"license.html":{}}}],["concerning",{"_index":1383,"title":{},"body":{"license.html":{}}}],["conclude",{"_index":1425,"title":{},"body":{"license.html":{}}}],["concluded",{"_index":1475,"title":{},"body":{"license.html":{}}}],["concrete",{"_index":136,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["condition",{"_index":1395,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":1328,"title":{},"body":{"license.html":{}}}],["conducts",{"_index":1528,"title":{},"body":{"license.html":{}}}],["config",{"_index":248,"title":{},"body":{"modules/CoreModule.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"modules/LogModule.html":{},"injectables/UxDynamicComponentService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["configuration",{"_index":351,"title":{},"body":{"injectables/I18nLoader.html":{},"miscellaneous/functions.html":{}}}],["configurations",{"_index":1106,"title":{},"body":{"miscellaneous/functions.html":{}}}],["conflict",{"_index":1339,"title":{},"body":{"license.html":{}}}],["connect.interceptor.ts",{"_index":524,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["connect.service.mock.ts",{"_index":535,"title":{},"body":{"classes/OpenIdConnectServiceMock.html":{}}}],["connect.service.ts",{"_index":532,"title":{},"body":{"injectables/OpenIdConnectService.html":{},"interfaces/OpenIdConnectUserDetails.html":{}}}],["connected",{"_index":224,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["connection",{"_index":222,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/enumerations.html":{}}}],["connectionstatus",{"_index":176,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/functions.html":{}}}],["consent",{"_index":1454,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":1431,"title":{},"body":{"license.html":{}}}],["consolehttperrorcallbackfn",{"_index":1029,"title":{},"body":{"miscellaneous/functions.html":{}}}],["consolehttperrorcallbackfn(error",{"_index":1062,"title":{},"body":{"miscellaneous/functions.html":{}}}],["const",{"_index":188,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["constructor",{"_index":13,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{}}}],["constructor(_element",{"_index":611,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["constructor(actions",{"_index":173,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["constructor(asservice",{"_index":741,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["constructor(baseglobalconfig",{"_index":404,"title":{},"body":{"injectables/I18nService.html":{}}}],["constructor(code",{"_index":272,"title":{},"body":{"classes/EuiError.html":{}}}],["constructor(componentfactoryresolver",{"_index":698,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["constructor(config",{"_index":334,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/LocalForageService.html":{}}}],["constructor(errormappinghandler",{"_index":764,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["constructor(http",{"_index":345,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["constructor(locale_id",{"_index":487,"title":{},"body":{"injectables/LocaleServiceMock.html":{}}}],["constructor(log",{"_index":286,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{}}}],["constructor(logservice",{"_index":329,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["constructor(name",{"_index":507,"title":{},"body":{"injectables/LogService.html":{}}}],["constructor(payload",{"_index":14,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{}}}],["constructor(prefix",{"_index":378,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["constructor(store",{"_index":71,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/UserService.html":{}}}],["constructor(translateservice",{"_index":49,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["constructor(type",{"_index":768,"title":{},"body":{"classes/UxRootInjectorGuard.html":{}}}],["constructor(uxerrorfeedbackservice",{"_index":757,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["constructor(uxpermission",{"_index":729,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["construed",{"_index":1498,"title":{},"body":{"license.html":{}}}],["contain",{"_index":300,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["contains",{"_index":105,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["content",{"_index":647,"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":1286,"title":{},"body":{"license.html":{}}}],["continuously",{"_index":1370,"title":{},"body":{"license.html":{}}}],["contributes",{"_index":1205,"title":{},"body":{"license.html":{}}}],["contributions",{"_index":1367,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":1362,"title":{},"body":{"license.html":{}}}],["contributor(s",{"_index":1203,"title":{},"body":{"license.html":{}}}],["contributors",{"_index":1366,"title":{},"body":{"license.html":{}}}],["convenient",{"_index":1188,"title":{},"body":{"license.html":{}}}],["convert",{"_index":781,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["converts",{"_index":91,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["copies",{"_index":1221,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1277,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":1319,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1149,"title":{},"body":{"license.html":{}}}],["core",{"_index":851,"title":{},"body":{"dependencies.html":{}}}],["core.module.ts",{"_index":239,"title":{},"body":{"modules/CoreModule.html":{},"classes/EuiCoreRootGuardClass.html":{}}}],["coreappactions",{"_index":1555,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["coreappactiontypes",{"_index":987,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["coreappactiontypes.activated_route",{"_index":22,"title":{},"body":{"classes/ActivatedRouteAction.html":{}}}],["coreappactiontypes.add_api_queue_item",{"_index":27,"title":{},"body":{"classes/AddApiQueueItemAction.html":{}}}],["coreappactiontypes.add_app_loaded_config_modules",{"_index":29,"title":{},"body":{"classes/AddAppLoadedConfigModulesAction.html":{}}}],["coreappactiontypes.empty_api_queue",{"_index":261,"title":{},"body":{"classes/EmptyApiQueueAction.html":{}}}],["coreappactiontypes.init_store",{"_index":451,"title":{},"body":{"classes/InitStoreAction.html":{}}}],["coreappactiontypes.remove_api_queue_item",{"_index":544,"title":{},"body":{"classes/RemoveApiQueueItemAction.html":{}}}],["coreappactiontypes.update_app_connection",{"_index":652,"title":{},"body":{"classes/UpdateAppConnectionAction.html":{}}}],["coreappactiontypes.update_app_status",{"_index":654,"title":{},"body":{"classes/UpdateAppStatusAction.html":{}}}],["coreappactiontypes.update_app_version",{"_index":656,"title":{},"body":{"classes/UpdateAppVersionAction.html":{}}}],["coreappactiontypes.update_current_module",{"_index":658,"title":{},"body":{"classes/UpdateCurrentModuleAction.html":{}}}],["coreappeffects",{"_index":169,"title":{"injectables/CoreAppEffects.html":{}},"body":{"injectables/CoreAppEffects.html":{}}}],["corei18nactions",{"_index":1556,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corei18nactiontypes",{"_index":989,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corei18nactiontypes.update_i18n_state",{"_index":661,"title":{},"body":{"classes/UpdateI18nStateAction.html":{}}}],["corelocaleactions",{"_index":1557,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corelocaleactiontypes",{"_index":991,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corelocaleactiontypes.update_locale_state",{"_index":664,"title":{},"body":{"classes/UpdateLocaleStateAction.html":{}}}],["coremodule",{"_index":236,"title":{"modules/CoreModule.html":{}},"body":{"modules/CoreModule.html":{},"modules.html":{}}}],["corenotificationsactions",{"_index":1558,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corenotificationsactiontypes",{"_index":993,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corenotificationsactiontypes.update_notifications_list",{"_index":667,"title":{},"body":{"classes/UpdateNotificationsListAction.html":{}}}],["coreuseractions",{"_index":1559,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["coreuseractiontypes",{"_index":995,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["coreuseractiontypes.update_user_dashboard",{"_index":670,"title":{},"body":{"classes/UpdateUserDashboardAction.html":{}}}],["coreuseractiontypes.update_user_details",{"_index":673,"title":{},"body":{"classes/UpdateUserDetailsAction.html":{}}}],["coreuseractiontypes.update_user_preferences",{"_index":676,"title":{},"body":{"classes/UpdateUserPreferencesAction.html":{}}}],["coreuseractiontypes.update_user_rights",{"_index":678,"title":{},"body":{"classes/UpdateUserRightsAction.html":{}}}],["coreuseractiontypes.update_user_state",{"_index":681,"title":{},"body":{"classes/UpdateUserStateAction.html":{}}}],["corssecurityinterceptor",{"_index":254,"title":{"interceptors/CorsSecurityInterceptor.html":{}},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["countries",{"_index":777,"title":{},"body":{"injectables/UxTimezoneService.html":{},"license.html":{}}}],["country",{"_index":782,"title":{},"body":{"injectables/UxTimezoneService.html":{},"license.html":{}}}],["court",{"_index":1518,"title":{},"body":{"license.html":{}}}],["coverage",{"_index":858,"title":{},"body":{"dependencies.html":{}}}],["covered",{"_index":1148,"title":{},"body":{"license.html":{}}}],["created",{"_index":515,"title":{},"body":{"injectables/LogService.html":{},"license.html":{}}}],["createeffect",{"_index":179,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["createglobalerrormanager",{"_index":737,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["createlocalerrormanager",{"_index":738,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["createurltree",{"_index":552,"title":{},"body":{"classes/RouterMock.html":{}}}],["creating",{"_index":500,"title":{},"body":{"injectables/LogService.html":{}}}],["creation",{"_index":1206,"title":{},"body":{"license.html":{}}}],["csrfpreventioninterceptor",{"_index":258,"title":{"interceptors/CsrfPreventionInterceptor.html":{}},"body":{"interceptors/CsrfPreventionInterceptor.html":{}}}],["current",{"_index":38,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["currentlang",{"_index":623,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["currentlanguage",{"_index":445,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["currentlocale",{"_index":474,"title":{},"body":{"injectables/LocaleService.html":{}}}],["currently",{"_index":1105,"title":{},"body":{"miscellaneous/functions.html":{}}}],["customary",{"_index":1350,"title":{},"body":{"license.html":{}}}],["damage",{"_index":1416,"title":{},"body":{"license.html":{}}}],["damages",{"_index":1400,"title":{},"body":{"license.html":{}}}],["danger",{"_index":234,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["dashboard",{"_index":1023,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["data",{"_index":710,"title":{},"body":{"injectables/UxDynamicComponentService.html":{},"license.html":{}}}],["date",{"_index":1318,"title":{},"body":{"license.html":{}}}],["debouncetime",{"_index":572,"title":{},"body":{"classes/StoreMock.html":{}}}],["declarations",{"_index":615,"title":{},"body":{"modules/TranslateMockModule.html":{}}}],["default",{"_index":20,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StoreMock.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["default_language",{"_index":640,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["default_log_config",{"_index":495,"title":{},"body":{"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["defaultmaximumrequestretries",{"_index":525,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["defects",{"_index":1375,"title":{},"body":{"license.html":{}}}],["defend",{"_index":1438,"title":{},"body":{"license.html":{}}}],["define",{"_index":1174,"title":{},"body":{"license.html":{}}}],["defined",{"_index":187,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["definition",{"_index":361,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["definitions",{"_index":1161,"title":{},"body":{"license.html":{}}}],["departmentnumber",{"_index":537,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["dependence",{"_index":1176,"title":{},"body":{"license.html":{}}}],["dependencies",{"_index":785,"title":{"dependencies.html":{}},"body":{"dependencies.html":{}}}],["deprive",{"_index":1290,"title":{},"body":{"license.html":{}}}],["derivative",{"_index":1168,"title":{},"body":{"license.html":{}}}],["desc",{"_index":602,"title":{},"body":{"interfaces/TimeZone.html":{}}}],["describing",{"_index":1351,"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":722,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["detaches",{"_index":720,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["detail",{"_index":231,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["details",{"_index":1018,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["detector",{"_index":932,"title":{},"body":{"dependencies.html":{}}}],["determine",{"_index":162,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["determined",{"_index":1179,"title":{},"body":{"license.html":{}}}],["dev.4",{"_index":915,"title":{},"body":{"dependencies.html":{}}}],["development",{"_index":1378,"title":{},"body":{"license.html":{}}}],["device",{"_index":931,"title":{},"body":{"dependencies.html":{}}}],["devkit/build",{"_index":802,"title":{},"body":{"dependencies.html":{}}}],["devtools",{"_index":886,"title":{},"body":{"dependencies.html":{}}}],["different",{"_index":494,"title":{},"body":{"modules/LogModule.html":{}}}],["direct",{"_index":1405,"title":{},"body":{"license.html":{}}}],["directive",{"_index":603,"title":{"directives/TranslateMockDirective.html":{}},"body":{"index.html":{}}}],["directives",{"_index":605,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["directly",{"_index":1401,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":1309,"title":{},"body":{"license.html":{}}}],["dispatch",{"_index":573,"title":{},"body":{"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatch(action",{"_index":585,"title":{},"body":{"injectables/StoreService.html":{}}}],["dispatching",{"_index":82,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["display",{"_index":1243,"title":{},"body":{"license.html":{}}}],["displaying",{"_index":1452,"title":{},"body":{"license.html":{}}}],["disposal",{"_index":1225,"title":{},"body":{"license.html":{}}}],["distinctuntilchanged",{"_index":574,"title":{},"body":{"classes/StoreMock.html":{}}}],["distribute",{"_index":1246,"title":{},"body":{"license.html":{}}}],["distributed",{"_index":1163,"title":{},"body":{"license.html":{}}}],["distributes",{"_index":1201,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":1216,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":1209,"title":{},"body":{"license.html":{}}}],["document",{"_index":406,"title":{},"body":{"injectables/I18nService.html":{}}}],["domain",{"_index":538,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["domainusername",{"_index":539,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["domportaloutlet",{"_index":715,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["done",{"_index":1321,"title":{},"body":{"license.html":{}}}],["dot",{"_index":295,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["down",{"_index":1522,"title":{},"body":{"license.html":{}}}],["download",{"_index":1468,"title":{},"body":{"license.html":{}}}],["drop",{"_index":206,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["duration",{"_index":1236,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":695,"title":{},"body":{"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{}}}],["dynamic_component_config",{"_index":712,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["dynamically",{"_index":481,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/UxDynamicComponentService.html":{}}}],["e.g",{"_index":298,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["each",{"_index":1279,"title":{},"body":{"license.html":{}}}],["easily",{"_index":1282,"title":{},"body":{"license.html":{}}}],["eclipse",{"_index":1548,"title":{},"body":{"license.html":{}}}],["economic",{"_index":1267,"title":{},"body":{"license.html":{}}}],["effective",{"_index":1266,"title":{},"body":{"license.html":{}}}],["el",{"_index":704,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["electronic",{"_index":1465,"title":{},"body":{"license.html":{}}}],["element",{"_index":709,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["elementref",{"_index":612,"title":{},"body":{"directives/TranslateMockDirective.html":{},"injectables/UxDynamicComponentService.html":{}}}],["elements",{"_index":835,"title":{},"body":{"dependencies.html":{}}}],["email",{"_index":540,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["emission",{"_index":116,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{}}}],["emit",{"_index":430,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["empty",{"_index":1011,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["empty_api_queue",{"_index":1010,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["emptyapiqueueaction",{"_index":260,"title":{"classes/EmptyApiQueueAction.html":{}},"body":{"classes/EmptyApiQueueAction.html":{}}}],["enabled",{"_index":211,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["enforceability",{"_index":1496,"title":{},"body":{"license.html":{}}}],["enforceable",{"_index":1501,"title":{},"body":{"license.html":{}}}],["english",{"_index":783,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["enumerations",{"_index":985,"title":{"miscellaneous/enumerations.html":{}},"body":{"miscellaneous/enumerations.html":{}}}],["envapphandler",{"_index":1087,"title":{},"body":{"miscellaneous/functions.html":{}}}],["envappjsonconfig",{"_index":1090,"title":{},"body":{"miscellaneous/functions.html":{}}}],["envconfig",{"_index":1110,"title":{},"body":{"miscellaneous/functions.html":{}}}],["environment",{"_index":1111,"title":{},"body":{"miscellaneous/functions.html":{}}}],["equal",{"_index":390,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["equals",{"_index":376,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["equals(obj",{"_index":387,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["err",{"_index":748,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["error",{"_index":235,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalStorageService.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/ResourceError.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"miscellaneous/functions.html":{}}}],["errorhandler",{"_index":327,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["errormanager",{"_index":1120,"title":{},"body":{"miscellaneous/functions.html":{}}}],["errormappinghandler",{"_index":765,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["errors",{"_index":455,"title":{},"body":{"interfaces/LoadedResources.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"license.html":{}}}],["errorsubclass",{"_index":271,"title":{},"body":{"classes/EuiError.html":{}}}],["es",{"_index":955,"title":{},"body":{"dependencies.html":{}}}],["eslint",{"_index":823,"title":{},"body":{"dependencies.html":{}}}],["eslint/builder",{"_index":815,"title":{},"body":{"dependencies.html":{}}}],["eslint/eslint",{"_index":817,"title":{},"body":{"dependencies.html":{}}}],["eslint/parser",{"_index":830,"title":{},"body":{"dependencies.html":{}}}],["eslint/schematics",{"_index":820,"title":{},"body":{"dependencies.html":{}}}],["eslint/template",{"_index":821,"title":{},"body":{"dependencies.html":{}}}],["essential",{"_index":1223,"title":{},"body":{"license.html":{}}}],["establishing",{"_index":1525,"title":{},"body":{"license.html":{}}}],["eui",{"_index":204,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["eui/styles",{"_index":980,"title":{},"body":{"dependencies.html":{}}}],["eui/tools",{"_index":982,"title":{},"body":{"dependencies.html":{}}}],["eui_config_token",{"_index":250,"title":{},"body":{"modules/CoreModule.html":{}}}],["euiappconfig",{"_index":346,"title":{},"body":{"injectables/I18nLoader.html":{},"miscellaneous/functions.html":{}}}],["euiapphandlersconfig",{"_index":1088,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euiappjsonconfig",{"_index":1091,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euiconfig",{"_index":1095,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euicorerootguardclass",{"_index":268,"title":{"classes/EuiCoreRootGuardClass.html":{}},"body":{"classes/EuiCoreRootGuardClass.html":{}}}],["euienvconfig",{"_index":1100,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euierror",{"_index":269,"title":{"classes/EuiError.html":{}},"body":{"classes/EuiError.html":{}}}],["euilazyservice",{"_index":400,"title":{},"body":{"injectables/I18nService.html":{}}}],["euilogservicefactory",{"_index":1030,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euilogservicefactory(injector",{"_index":1066,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euipermissionservice",{"_index":277,"title":{"injectables/EuiPermissionService.html":{}},"body":{"injectables/EuiPermissionService.html":{},"injectables/UxDynamicMenuService.html":{}}}],["euiservice",{"_index":279,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["euiservicestatus",{"_index":409,"title":{},"body":{"injectables/I18nService.html":{}}}],["euloginsessiontimeouthandlinginterceptor",{"_index":262,"title":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["eupl",{"_index":1134,"title":{},"body":{"license.html":{},"properties.html":{}}}],["european",{"_index":1129,"title":{},"body":{"license.html":{}}}],["even",{"_index":1417,"title":{},"body":{"license.html":{}}}],["event",{"_index":951,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["events",{"_index":549,"title":{},"body":{"classes/RouterMock.html":{}}}],["example",{"_index":1466,"title":{},"body":{"license.html":{}}}],["except",{"_index":1348,"title":{},"body":{"license.html":{}}}],["exception",{"_index":1292,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":1234,"title":{},"body":{"license.html":{}}}],["executable",{"_index":1167,"title":{},"body":{"license.html":{}}}],["execution",{"_index":113,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["exercise",{"_index":1264,"title":{},"body":{"license.html":{}}}],["exercised",{"_index":1251,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":1462,"title":{},"body":{"license.html":{}}}],["exhaustion",{"_index":1295,"title":{},"body":{"license.html":{}}}],["exist",{"_index":514,"title":{},"body":{"injectables/LogService.html":{}}}],["exports",{"_index":617,"title":{},"body":{"modules/TranslateMockModule.html":{}}}],["expressed",{"_index":1158,"title":{},"body":{"license.html":{}}}],["expressly",{"_index":1323,"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":1146,"title":{},"body":{"license.html":{}}}],["extract",{"_index":185,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fact",{"_index":1445,"title":{},"body":{"license.html":{}}}],["failed",{"_index":354,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["fails",{"_index":102,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["failure",{"_index":1413,"title":{},"body":{"license.html":{}}}],["false",{"_index":353,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["far",{"_index":1259,"title":{},"body":{"license.html":{}}}],["feature",{"_index":210,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fee",{"_index":1428,"title":{},"body":{"license.html":{}}}],["feedback.service.ts",{"_index":735,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["feedback/ux",{"_index":734,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["fetch",{"_index":435,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["field",{"_index":304,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["fields",{"_index":302,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["file",{"_index":4,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["filteruxlinkswithrights",{"_index":727,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["filteruxlinkswithrights(links",{"_index":731,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["finished",{"_index":1373,"title":{},"body":{"license.html":{}}}],["first",{"_index":292,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["firstname",{"_index":541,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["fitness",{"_index":1385,"title":{},"body":{"license.html":{}}}],["followed",{"_index":294,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["following",{"_index":1153,"title":{},"body":{"license.html":{}}}],["follows",{"_index":118,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["forage.service.ts",{"_index":460,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["forchild",{"_index":241,"title":{},"body":{"modules/CoreModule.html":{},"modules/LogModule.html":{}}}],["forchild(config",{"_index":490,"title":{},"body":{"modules/LogModule.html":{}}}],["forchild(modulename",{"_index":242,"title":{},"body":{"modules/CoreModule.html":{}}}],["form",{"_index":1187,"title":{},"body":{"license.html":{}}}],["formats",{"_index":1254,"title":{},"body":{"license.html":{}}}],["forroot",{"_index":245,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["forroot(config",{"_index":496,"title":{},"body":{"modules/LogModule.html":{}}}],["free",{"_index":1233,"title":{},"body":{"license.html":{}}}],["freely",{"_index":1283,"title":{},"body":{"license.html":{}}}],["freeze",{"_index":889,"title":{},"body":{"dependencies.html":{}}}],["fromevent(window",{"_index":196,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["full",{"_index":1484,"title":{},"body":{"license.html":{}}}],["fully",{"_index":410,"title":{},"body":{"injectables/I18nService.html":{}}}],["function",{"_index":158,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocaleService.html":{},"classes/StorageService.html":{},"injectables/StoreService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["functionalities",{"_index":1224,"title":{},"body":{"license.html":{}}}],["functions",{"_index":1024,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["functions.ts",{"_index":1028,"title":{},"body":{"miscellaneous/functions.html":{}}}],["general",{"_index":1540,"title":{},"body":{"license.html":{}}}],["generally",{"_index":1192,"title":{},"body":{"license.html":{}}}],["generic",{"_index":132,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["get(content",{"_index":646,"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":633,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["getcorechildproviders",{"_index":1032,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcorechildproviders(modulename",{"_index":1077,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcoreproviders",{"_index":1035,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcountries",{"_index":770,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["getcurrentlanguage",{"_index":449,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["getcurrentlocale",{"_index":484,"title":{},"body":{"injectables/LocaleService.html":{}}}],["getdependencyproviders",{"_index":1036,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getfailedresources",{"_index":341,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["getglobalconfig",{"_index":1037,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getglobalconfig(appconfig",{"_index":1080,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gethttperrorhandlingconfig",{"_index":1039,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gethttperrorhandlingconfig(appconfig",{"_index":1082,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlangs",{"_index":634,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["getlogappendersconfig",{"_index":1040,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlogappendersconfig(config",{"_index":1072,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlogger",{"_index":506,"title":{},"body":{"injectables/LogService.html":{},"classes/LogServiceMock.html":{}}}],["getlogger(loggername",{"_index":512,"title":{},"body":{"injectables/LogService.html":{}}}],["getmenulinks",{"_index":728,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["getmoduleconfig",{"_index":1041,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getmoduleconfig(appconfig",{"_index":1083,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getonlangchange",{"_index":448,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["getpath",{"_index":377,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["getpath(lang",{"_index":396,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["getpreviouslocale",{"_index":483,"title":{},"body":{"injectables/LocaleService.html":{}}}],["getqueue",{"_index":64,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["getqueueitem",{"_index":65,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["getqueueitem(id",{"_index":95,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["getrootlogconfig",{"_index":1042,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getrootlogconfig(appconfig",{"_index":1084,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gets",{"_index":356,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/LogService.html":{},"injectables/UxTimezoneService.html":{}}}],["getshowconnectionstatus",{"_index":1043,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getshowconnectionstatus(globalconfig",{"_index":1085,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getstate",{"_index":283,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["getstate(key",{"_index":414,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["getstate(keyormapfn",{"_index":415,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["getstate(mapfn",{"_index":412,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["gettimezone",{"_index":771,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["gettimezone(tz",{"_index":778,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["gettimezones",{"_index":772,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["getting",{"_index":499,"title":{"license.html":{}},"body":{"injectables/LogService.html":{}}}],["gettranslation",{"_index":342,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/TranslateServiceMock.html":{}}}],["gettranslation(lang",{"_index":355,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["getuserdetails",{"_index":533,"title":{},"body":{"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{}}}],["getuserid",{"_index":688,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["given",{"_index":125,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["giving",{"_index":1213,"title":{},"body":{"license.html":{}}}],["globalconfig",{"_index":405,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"miscellaneous/functions.html":{}}}],["globalerrorhandler",{"_index":324,"title":{"injectables/GlobalErrorHandler.html":{}},"body":{"injectables/GlobalErrorHandler.html":{}}}],["globalstate",{"_index":576,"title":{},"body":{"classes/StoreMock.html":{}}}],["gnu",{"_index":1539,"title":{},"body":{"license.html":{}}}],["going",{"_index":432,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["goodwill",{"_index":1411,"title":{},"body":{"license.html":{}}}],["governed",{"_index":1531,"title":{},"body":{"license.html":{}}}],["gpl",{"_index":1541,"title":{},"body":{"license.html":{}}}],["grant",{"_index":1298,"title":{},"body":{"license.html":{}}}],["granted",{"_index":1227,"title":{},"body":{"license.html":{}}}],["grants",{"_index":1229,"title":{},"body":{"license.html":{}}}],["groupid",{"_index":743,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growl",{"_index":747,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["growlerror",{"_index":739,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growlerror(err",{"_index":745,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growlhttperrorcallbackfn",{"_index":1044,"title":{},"body":{"miscellaneous/functions.html":{}}}],["growlhttperrorcallbackfn(error",{"_index":1063,"title":{},"body":{"miscellaneous/functions.html":{}}}],["hammerjs",{"_index":958,"title":{},"body":{"dependencies.html":{}}}],["handleautosave",{"_index":581,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["handlebars",{"_index":967,"title":{},"body":{"dependencies.html":{}}}],["handleerror",{"_index":328,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleerror(error",{"_index":330,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler",{"_index":583,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/functions.html":{}}}],["handler.interceptor.ts",{"_index":333,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["handler.operator.ts",{"_index":1059,"title":{},"body":{"miscellaneous/functions.html":{}}}],["handler.ts",{"_index":326,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handling.interceptor.ts",{"_index":267,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["harmless",{"_index":1440,"title":{},"body":{"license.html":{}}}],["haserror",{"_index":456,"title":{},"body":{"interfaces/LoadedResources.html":{}}}],["he/she",{"_index":1312,"title":{},"body":{"license.html":{}}}],["header",{"_index":42,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["headers",{"_index":46,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["held",{"_index":1272,"title":{},"body":{"license.html":{}}}],["helper",{"_index":157,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"miscellaneous/functions.html":{}}}],["here",{"_index":1268,"title":{},"body":{"license.html":{}}}],["hereby",{"_index":1228,"title":{},"body":{"license.html":{}}}],["hereunder",{"_index":1357,"title":{},"body":{"license.html":{}}}],["him/her",{"_index":1359,"title":{},"body":{"license.html":{}}}],["his/her",{"_index":1340,"title":{},"body":{"license.html":{}}}],["hold",{"_index":1439,"title":{},"body":{"license.html":{}}}],["holder",{"_index":1150,"title":{},"body":{"license.html":{}}}],["host",{"_index":707,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["html",{"_index":861,"title":{},"body":{"dependencies.html":{}}}],["http",{"_index":45,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/I18nLoader.html":{}}}],["http://localhost:4200/login",{"_index":560,"title":{},"body":{"classes/RouterMock.html":{}}}],["httpclient",{"_index":73,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{}}}],["httperrorhandlerconfig",{"_index":335,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"miscellaneous/functions.html":{}}}],["httperrorhandlerinterceptor",{"_index":331,"title":{"interceptors/HttpErrorHandlerInterceptor.html":{}},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["httperroroperator",{"_index":756,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["httperrorresponse",{"_index":1061,"title":{},"body":{"miscellaneous/functions.html":{}}}],["httphandler",{"_index":54,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["httprequest",{"_index":52,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["https://citnet.tech.ec.europa.eu/citnet/stash/projects/csdr/repos/root",{"_index":1552,"title":{},"body":{"properties.html":{}}}],["https://localforage.github.io/localforage",{"_index":465,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["human",{"_index":1185,"title":{},"body":{"license.html":{}}}],["i18n",{"_index":369,"title":{},"body":{"modules/I18nModule.html":{},"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["i18n.onready('my_module').pipe(switchmap(()=>translate.get('eui.key",{"_index":429,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["i18nloader",{"_index":338,"title":{"injectables/I18nLoader.html":{}},"body":{"injectables/I18nLoader.html":{}}}],["i18nloaderconfig",{"_index":348,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["i18nmodule",{"_index":367,"title":{"modules/I18nModule.html":{}},"body":{"modules/I18nModule.html":{},"modules.html":{}}}],["i18nresourceimpl",{"_index":352,"title":{"classes/I18nResourceImpl.html":{}},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["i18nservice",{"_index":398,"title":{"injectables/I18nService.html":{}},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{}}}],["i18nservicemock",{"_index":441,"title":{"injectables/I18nServiceMock.html":{}},"body":{"injectables/I18nServiceMock.html":{}}}],["i18nstate",{"_index":440,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/UpdateI18nStateAction.html":{}}}],["icon",{"_index":1449,"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":1510,"title":{},"body":{"license.html":{}}}],["immediately",{"_index":1155,"title":{},"body":{"license.html":{}}}],["implementation",{"_index":163,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["implements",{"_index":6,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"directives/TranslateMockDirective.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{}}}],["import",{"_index":493,"title":{},"body":{"modules/LogModule.html":{},"dependencies.html":{}}}],["impose",{"_index":1326,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":1300,"title":{},"body":{"license.html":{}}}],["improved",{"_index":1371,"title":{},"body":{"license.html":{}}}],["include",{"_index":1311,"title":{},"body":{"license.html":{}}}],["including",{"_index":1242,"title":{},"body":{"license.html":{}}}],["incurred",{"_index":1441,"title":{},"body":{"license.html":{}}}],["indemnify",{"_index":1437,"title":{},"body":{"license.html":{}}}],["indemnity",{"_index":1430,"title":{},"body":{"license.html":{}}}],["index",{"_index":8,"title":{"index.html":{}},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["indicate",{"_index":1343,"title":{},"body":{"license.html":{}}}],["indicates",{"_index":388,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["indirect",{"_index":1406,"title":{},"body":{"license.html":{}}}],["infinite",{"_index":896,"title":{},"body":{"dependencies.html":{}}}],["info",{"_index":3,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{}}}],["information",{"_index":1463,"title":{},"body":{"license.html":{}}}],["informed",{"_index":221,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["infringement",{"_index":1390,"title":{},"body":{"license.html":{}}}],["inherent",{"_index":1377,"title":{},"body":{"license.html":{}}}],["init",{"_index":284,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["init(i18nstate",{"_index":446,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["init(langstate",{"_index":417,"title":{},"body":{"injectables/I18nService.html":{}}}],["init(rights",{"_index":319,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["init(state",{"_index":478,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["init(userstate",{"_index":684,"title":{},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["init(version",{"_index":591,"title":{},"body":{"injectables/StoreService.html":{}}}],["init_store",{"_index":997,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["initialize",{"_index":321,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["initstoreaction",{"_index":450,"title":{"classes/InitStoreAction.html":{}},"body":{"classes/InitStoreAction.html":{},"miscellaneous/typealiases.html":{}}}],["injectable",{"_index":58,"title":{"injectables/ApiQueueService.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"injectables/OpenIdConnectService.html":{},"injectables/SessionStorageService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"injectables/UxTimezoneService.html":{}},"body":{}}],["injectables",{"_index":60,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"injectables/OpenIdConnectService.html":{},"injectables/SessionStorageService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"injectables/UxTimezoneService.html":{},"index.html":{}}}],["injected",{"_index":708,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["injector",{"_index":336,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/UxDynamicComponentService.html":{},"miscellaneous/functions.html":{}}}],["injector.guard.ts",{"_index":767,"title":{},"body":{"classes/UxRootInjectorGuard.html":{}}}],["inputs",{"_index":609,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["inside",{"_index":87,"title":{},"body":{"injectables/ApiQueueService.html":{},"license.html":{}}}],["instance",{"_index":365,"title":{},"body":{"injectables/I18nLoader.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["instanceid",{"_index":750,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["instant",{"_index":635,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["instant(key",{"_index":648,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["intact",{"_index":1304,"title":{},"body":{"license.html":{}}}],["intellectual",{"_index":1391,"title":{},"body":{"license.html":{}}}],["intended",{"_index":1289,"title":{},"body":{"license.html":{}}}],["intercept",{"_index":48,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/StoreService.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["intercept(req",{"_index":51,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["intercept(request",{"_index":257,"title":{},"body":{"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{}}}],["interceptor",{"_index":30,"title":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["interceptors",{"_index":32,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["interface",{"_index":452,"title":{"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"interfaces/ResourceError.html":{},"interfaces/TimeZone.html":{}},"body":{}}],["interfaces",{"_index":454,"title":{},"body":{"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"interfaces/ResourceError.html":{},"interfaces/TimeZone.html":{},"index.html":{}}}],["interpolateparams",{"_index":649,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["interpretation",{"_index":1517,"title":{},"body":{"license.html":{}}}],["interpreted",{"_index":1195,"title":{},"body":{"license.html":{}}}],["intl",{"_index":921,"title":{},"body":{"dependencies.html":{}}}],["invalid",{"_index":1492,"title":{},"body":{"license.html":{}}}],["invented",{"_index":1258,"title":{},"body":{"license.html":{}}}],["irrevocable",{"_index":1459,"title":{},"body":{"license.html":{}}}],["irrevocably",{"_index":1461,"title":{},"body":{"license.html":{}}}],["isdeepmerge",{"_index":1093,"title":{},"body":{"miscellaneous/functions.html":{}}}],["iserror",{"_index":546,"title":{},"body":{"interfaces/ResourceError.html":{}}}],["isfeatureenabled",{"_index":212,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["isglobal",{"_index":758,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["isloaded",{"_index":624,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["isloadedsubject",{"_index":625,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["islogconfigdefined",{"_index":1045,"title":{},"body":{"miscellaneous/functions.html":{}}}],["islogconfigdefined(config",{"_index":1073,"title":{},"body":{"miscellaneous/functions.html":{}}}],["iso",{"_index":775,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["iso2country",{"_index":773,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["iso2country(iso",{"_index":780,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["istanbul",{"_index":864,"title":{},"body":{"dependencies.html":{}}}],["item",{"_index":78,"title":{},"body":{"injectables/ApiQueueService.html":{},"miscellaneous/enumerations.html":{}}}],["items",{"_index":94,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["itself",{"_index":502,"title":{},"body":{"injectables/LogService.html":{}}}],["jasmine",{"_index":850,"title":{},"body":{"dependencies.html":{}}}],["javascript",{"_index":463,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["js",{"_index":949,"title":{},"body":{"dependencies.html":{}}}],["jsdoc",{"_index":827,"title":{},"body":{"dependencies.html":{}}}],["jsrsasign",{"_index":946,"title":{},"body":{"dependencies.html":{}}}],["jurisdiction",{"_index":1514,"title":{},"body":{"license.html":{}}}],["justice",{"_index":1519,"title":{},"body":{"license.html":{}}}],["k",{"_index":316,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["karma",{"_index":853,"title":{},"body":{"dependencies.html":{}}}],["keep",{"_index":1303,"title":{},"body":{"license.html":{}}}],["key",{"_index":148,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/I18nService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"injectables/StoreService.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{}}}],["keyormapfn",{"_index":416,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["kind",{"_index":1382,"title":{},"body":{"license.html":{}}}],["known",{"_index":1256,"title":{},"body":{"license.html":{}}}],["laid",{"_index":1521,"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":645,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["langstate",{"_index":418,"title":{},"body":{"injectables/I18nService.html":{}}}],["language",{"_index":39,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{}}}],["languages",{"_index":626,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["last",{"_index":303,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["lastname",{"_index":542,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["later",{"_index":1257,"title":{},"body":{"license.html":{}}}],["launcher",{"_index":856,"title":{},"body":{"dependencies.html":{}}}],["law",{"_index":1180,"title":{},"body":{"license.html":{}}}],["laws",{"_index":1422,"title":{},"body":{"license.html":{}}}],["lazy",{"_index":492,"title":{},"body":{"modules/LogModule.html":{}}}],["lazyload",{"_index":401,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyload(config",{"_index":419,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyloadinit",{"_index":402,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyloadinit(moduleconfig",{"_index":420,"title":{},"body":{"injectables/I18nService.html":{}}}],["legal",{"_index":1199,"title":{},"body":{"license.html":{}}}],["lend",{"_index":1247,"title":{},"body":{"license.html":{}}}],["lending",{"_index":1214,"title":{},"body":{"license.html":{}}}],["level",{"_index":508,"title":{},"body":{"injectables/LogService.html":{}}}],["liability",{"_index":1396,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1404,"title":{},"body":{"license.html":{}}}],["library",{"_index":464,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["licence",{"_index":1131,"title":{},"body":{"license.html":{}}}],["licences",{"_index":1336,"title":{},"body":{"license.html":{}}}],["license",{"_index":1128,"title":{"license.html":{}},"body":{"license.html":{},"properties.html":{}}}],["licensed",{"_index":1156,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":1170,"title":{},"body":{"license.html":{}}}],["licensee's",{"_index":1338,"title":{},"body":{"license.html":{}}}],["licensor",{"_index":1152,"title":{},"body":{"license.html":{}}}],["life",{"_index":233,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["lifespan",{"_index":216,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["limitation",{"_index":1293,"title":{},"body":{"license.html":{}}}],["limitations",{"_index":1287,"title":{},"body":{"license.html":{}}}],["line",{"_index":1220,"title":{},"body":{"license.html":{}}}],["linguistic",{"_index":1504,"title":{},"body":{"license.html":{}}}],["links",{"_index":732,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["list",{"_index":774,"title":{},"body":{"injectables/UxTimezoneService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["listed",{"_index":1270,"title":{},"body":{"license.html":{}}}],["literal",{"_index":26,"title":{},"body":{"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/InitStoreAction.html":{}}}],["litigation",{"_index":1515,"title":{},"body":{"license.html":{}}}],["load",{"_index":363,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/LocaleService.html":{},"miscellaneous/functions.html":{}}}],["loaded",{"_index":411,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/enumerations.html":{}}}],["loadedresources",{"_index":453,"title":{"interfaces/LoadedResources.html":{}},"body":{"interfaces/LoadedResources.html":{}}}],["loadedresourceserror",{"_index":457,"title":{"interfaces/LoadedResourcesError.html":{}},"body":{"interfaces/LoadedResourcesError.html":{}}}],["loader",{"_index":350,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"dependencies.html":{}}}],["loadeuidynamicenvironmentconfig",{"_index":1046,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loadeuidynamicenvironmentconfig(url",{"_index":1096,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loadresources",{"_index":343,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loadresources(resources",{"_index":359,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loads",{"_index":360,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loaduserdetails",{"_index":689,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["loaduserpreferences",{"_index":690,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["local",{"_index":468,"title":{},"body":{"injectables/LocalStorageService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["locale",{"_index":482,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["locale_id",{"_index":475,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["localemapper",{"_index":476,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/typealiases.html":{}}}],["localeservice",{"_index":469,"title":{"injectables/LocaleService.html":{}},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["localeservicemock",{"_index":485,"title":{"injectables/LocaleServiceMock.html":{}},"body":{"injectables/LocaleServiceMock.html":{}}}],["localestate",{"_index":479,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"classes/UpdateLocaleStateAction.html":{}}}],["localforage",{"_index":461,"title":{},"body":{"injectables/LocalForageService.html":{},"dependencies.html":{}}}],["localforageservice",{"_index":458,"title":{"injectables/LocalForageService.html":{}},"body":{"injectables/LocalForageService.html":{}}}],["localstorage",{"_index":467,"title":{},"body":{"injectables/LocalStorageService.html":{}}}],["localstorageservice",{"_index":466,"title":{"injectables/LocalStorageService.html":{}},"body":{"injectables/LocalStorageService.html":{}}}],["localstoragesync",{"_index":1048,"title":{},"body":{"miscellaneous/functions.html":{}}}],["localstoragesync(reducer",{"_index":1114,"title":{},"body":{"miscellaneous/functions.html":{}}}],["location",{"_index":1470,"title":{},"body":{"license.html":{}}}],["lodash",{"_index":954,"title":{},"body":{"dependencies.html":{}}}],["log",{"_index":287,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"injectables/SessionStorageService.html":{},"miscellaneous/functions.html":{}}}],["logappender",{"_index":511,"title":{},"body":{"injectables/LogService.html":{},"miscellaneous/functions.html":{}}}],["logconfig",{"_index":491,"title":{},"body":{"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["logger",{"_index":505,"title":{},"body":{"injectables/LogService.html":{}}}],["loggermock",{"_index":520,"title":{},"body":{"classes/LogServiceMock.html":{}}}],["loggername",{"_index":516,"title":{},"body":{"injectables/LogService.html":{}}}],["loggers",{"_index":501,"title":{},"body":{"injectables/LogService.html":{}}}],["loghttperrorcallbackfn",{"_index":1050,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loghttperrorcallbackfn(error",{"_index":1064,"title":{},"body":{"miscellaneous/functions.html":{}}}],["login",{"_index":264,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["loglevel",{"_index":509,"title":{},"body":{"injectables/LogService.html":{}}}],["logmodule",{"_index":488,"title":{"modules/LogModule.html":{}},"body":{"modules/LogModule.html":{},"modules.html":{}}}],["logservice",{"_index":74,"title":{"injectables/LogService.html":{}},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"injectables/SessionStorageService.html":{},"injectables/StoreService.html":{},"miscellaneous/functions.html":{}}}],["logservicefactory",{"_index":1051,"title":{},"body":{"miscellaneous/functions.html":{}}}],["logservicefactory(config",{"_index":1075,"title":{},"body":{"miscellaneous/functions.html":{}}}],["logservicemock",{"_index":518,"title":{"classes/LogServiceMock.html":{}},"body":{"classes/LogServiceMock.html":{}}}],["long",{"_index":1285,"title":{},"body":{"license.html":{}}}],["loss",{"_index":1410,"title":{},"body":{"license.html":{}}}],["machine",{"_index":1276,"title":{},"body":{"license.html":{}}}],["main.ts",{"_index":1109,"title":{},"body":{"miscellaneous/functions.html":{}}}],["make",{"_index":1240,"title":{},"body":{"license.html":{}}}],["makes",{"_index":1207,"title":{},"body":{"license.html":{}}}],["making",{"_index":1219,"title":{},"body":{"license.html":{}}}],["malfunction",{"_index":1414,"title":{},"body":{"license.html":{}}}],["map((action",{"_index":182,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["map((connected",{"_index":198,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mapfn",{"_index":413,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["marbles",{"_index":870,"title":{},"body":{"dependencies.html":{}}}],["marked",{"_index":939,"title":{},"body":{"dependencies.html":{}}}],["marks",{"_index":1347,"title":{},"body":{"license.html":{}}}],["mask",{"_index":910,"title":{},"body":{"dependencies.html":{}}}],["matches",{"_index":84,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["matching",{"_index":24,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"properties.html":{},"miscellaneous/typealiases.html":{}}}],["material",{"_index":1407,"title":{},"body":{"license.html":{}}}],["matter",{"_index":112,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["mean",{"_index":1159,"title":{},"body":{"license.html":{}}}],["meaning",{"_index":1162,"title":{},"body":{"license.html":{}}}],["means",{"_index":1464,"title":{},"body":{"license.html":{}}}],["meant",{"_index":1194,"title":{},"body":{"license.html":{}}}],["media",{"_index":1252,"title":{},"body":{"license.html":{}}}],["mentioned",{"_index":1182,"title":{},"body":{"license.html":{}}}],["menu.service.ts",{"_index":725,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["menu/ux",{"_index":724,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["menulinks",{"_index":726,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["merchantability",{"_index":1384,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1092,"title":{},"body":{"miscellaneous/functions.html":{}}}],["merge(fromevent(window",{"_index":194,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mergeapphandlerconfigtoappconfig",{"_index":1052,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeapphandlerconfigtoappconfig(euiappconfig",{"_index":1086,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeappjsonconfigtoappconfig",{"_index":1053,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeappjsonconfigtoappconfig(euiappconfig",{"_index":1089,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergemap((route",{"_index":184,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mergeuserpreferences",{"_index":691,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["message",{"_index":230,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["meta",{"_index":1116,"title":{},"body":{"miscellaneous/functions.html":{}}}],["metadata",{"_index":608,"title":{},"body":{"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{}}}],["method",{"_index":370,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["methods",{"_index":47,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"injectables/UxTimezoneService.html":{}}}],["miscellaneous",{"_index":984,"title":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/typealiases.html":{}}}],["misconduct",{"_index":1399,"title":{},"body":{"license.html":{}}}],["mock",{"_index":929,"title":{},"body":{"dependencies.html":{}}}],["model.interceptor.ts",{"_index":763,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["modification",{"_index":1175,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":1172,"title":{},"body":{"license.html":{}}}],["modified",{"_index":1317,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":1204,"title":{},"body":{"license.html":{}}}],["modify",{"_index":1191,"title":{},"body":{"license.html":{}}}],["module",{"_index":186,"title":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{},"modules/TranslateMockModule.html":{}},"body":{"injectables/CoreAppEffects.html":{},"modules/I18nModule.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/enumerations.html":{}}}],["moduleconfig",{"_index":421,"title":{},"body":{"injectables/I18nService.html":{},"miscellaneous/functions.html":{}}}],["moduleloadevent",{"_index":521,"title":{"interfaces/ModuleLoadEvent.html":{}},"body":{"interfaces/ModuleLoadEvent.html":{}}}],["modulename",{"_index":243,"title":{},"body":{"modules/CoreModule.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"miscellaneous/functions.html":{}}}],["modules",{"_index":237,"title":{"modules.html":{}},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{},"modules/TranslateMockModule.html":{},"miscellaneous/enumerations.html":{},"index.html":{},"modules.html":{}}}],["modulewithproviders",{"_index":244,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["moment",{"_index":811,"title":{},"body":{"dependencies.html":{}}}],["moral",{"_index":1261,"title":{},"body":{"license.html":{}}}],["more",{"_index":246,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiPermissionService.html":{}}}],["msg",{"_index":273,"title":{},"body":{"classes/EuiError.html":{}}}],["multiple",{"_index":310,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["name",{"_index":18,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["names",{"_index":1346,"title":{},"body":{"license.html":{}}}],["natural",{"_index":1198,"title":{},"body":{"license.html":{}}}],["navigate",{"_index":553,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigate(url",{"_index":561,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigatebyurl",{"_index":554,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigatebyurl(url",{"_index":563,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigationend(0",{"_index":559,"title":{},"body":{"classes/RouterMock.html":{}}}],["ne",{"_index":550,"title":{},"body":{"classes/RouterMock.html":{}}}],["necessary",{"_index":1273,"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":{}}}],["next.0",{"_index":807,"title":{},"body":{"dependencies.html":{}}}],["next.1",{"_index":809,"title":{},"body":{"dependencies.html":{}}}],["next.2",{"_index":788,"title":{},"body":{"dependencies.html":{}}}],["next.3",{"_index":803,"title":{},"body":{"dependencies.html":{}}}],["ng",{"_index":805,"title":{},"body":{"dependencies.html":{}}}],["ng2",{"_index":903,"title":{},"body":{"dependencies.html":{}}}],["ngondestroy",{"_index":472,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["ngrx",{"_index":587,"title":{},"body":{"injectables/StoreService.html":{},"dependencies.html":{}}}],["ngrx/component",{"_index":888,"title":{},"body":{"dependencies.html":{}}}],["ngrx/effects",{"_index":881,"title":{},"body":{"dependencies.html":{}}}],["ngrx/entity",{"_index":887,"title":{},"body":{"dependencies.html":{}}}],["ngrx/router",{"_index":883,"title":{},"body":{"dependencies.html":{}}}],["ngrx/schematics",{"_index":884,"title":{},"body":{"dependencies.html":{}}}],["ngrx/store",{"_index":885,"title":{},"body":{"dependencies.html":{}}}],["ngx",{"_index":427,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"dependencies.html":{}}}],["node",{"_index":875,"title":{},"body":{"dependencies.html":{}}}],["non",{"_index":437,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["nothing",{"_index":1288,"title":{},"body":{"license.html":{}}}],["notice",{"_index":1154,"title":{},"body":{"license.html":{}}}],["notices",{"_index":1307,"title":{},"body":{"license.html":{}}}],["notif",{"_index":1015,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["now",{"_index":1255,"title":{},"body":{"license.html":{}}}],["null",{"_index":1071,"title":{},"body":{"miscellaneous/functions.html":{}}}],["number",{"_index":527,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["numerous",{"_index":1372,"title":{},"body":{"license.html":{}}}],["obj",{"_index":391,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["object",{"_index":92,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/AsyncStorageService.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResources.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/TranslateServiceMock.html":{},"miscellaneous/functions.html":{}}}],["obligations",{"_index":1297,"title":{},"body":{"license.html":{}}}],["observable",{"_index":57,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiPermissionService.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"injectables/StoreService.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["observable((observer",{"_index":556,"title":{},"body":{"classes/RouterMock.html":{}}}],["observepreferencesupdate",{"_index":692,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["observer",{"_index":924,"title":{},"body":{"dependencies.html":{}}}],["observer.complete",{"_index":558,"title":{},"body":{"classes/RouterMock.html":{}}}],["observer.next(this.ne",{"_index":557,"title":{},"body":{"classes/RouterMock.html":{}}}],["offer",{"_index":1325,"title":{},"body":{"license.html":{}}}],["offering",{"_index":1467,"title":{},"body":{"license.html":{}}}],["office",{"_index":1533,"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":943,"title":{},"body":{"dependencies.html":{}}}],["once",{"_index":431,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["ondefaultlangchange",{"_index":627,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["ondefaultlangchangesubject",{"_index":628,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["one",{"_index":150,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/I18nResourceImpl.html":{},"injectables/LocalForageService.html":{}}}],["onlangchange",{"_index":444,"title":{},"body":{"injectables/I18nServiceMock.html":{},"classes/TranslateServiceMock.html":{}}}],["onlangchangesubject",{"_index":629,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["online').pipe(mapto(true",{"_index":195,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["onready",{"_index":403,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["onready(modulename",{"_index":422,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["ontranslationchange",{"_index":630,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["ontranslationchangesubject",{"_index":631,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["open",{"_index":1542,"title":{},"body":{"license.html":{}}}],["openidconnectinterceptor",{"_index":522,"title":{"interceptors/OpenIdConnectInterceptor.html":{}},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["openidconnectservice",{"_index":531,"title":{"injectables/OpenIdConnectService.html":{}},"body":{"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{}}}],["openidconnectservicemock",{"_index":534,"title":{"classes/OpenIdConnectServiceMock.html":{}},"body":{"classes/OpenIdConnectServiceMock.html":{}}}],["openidconnectuserdetails",{"_index":536,"title":{"interfaces/OpenIdConnectUserDetails.html":{}},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["operatorfunction",{"_index":1121,"title":{},"body":{"miscellaneous/functions.html":{}}}],["optional",{"_index":19,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["order",{"_index":108,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"dependencies.html":{},"license.html":{}}}],["origin",{"_index":1352,"title":{},"body":{"license.html":{}}}],["original",{"_index":1151,"title":{},"body":{"license.html":{}}}],["osl",{"_index":1543,"title":{},"body":{"license.html":{}}}],["others",{"_index":305,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["otherwise",{"_index":395,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["out",{"_index":1409,"title":{},"body":{"license.html":{}}}],["overview",{"_index":1122,"title":{"index.html":{}},"body":{"index.html":{}}}],["overwrite",{"_index":86,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["owned",{"_index":1358,"title":{},"body":{"license.html":{}}}],["owners",{"_index":1294,"title":{},"body":{"license.html":{}}}],["package",{"_index":784,"title":{"dependencies.html":{},"properties.html":{}},"body":{}}],["packages/.../app.actions.ts",{"_index":988,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../eui",{"_index":1033,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../http",{"_index":1026,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../i18n.actions.ts",{"_index":990,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../locale.actions.ts",{"_index":992,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../locale.service.ts",{"_index":1560,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["packages/.../log.ts",{"_index":1031,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../meta.reducers.ts",{"_index":1049,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../notifications.actions.ts",{"_index":994,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../store.service.ts",{"_index":986,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["packages/.../tokens.ts",{"_index":1038,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../user.actions.ts",{"_index":996,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../ux",{"_index":1058,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/eui",{"_index":238,"title":{},"body":{"modules/CoreModule.html":{},"classes/EuiCoreRootGuardClass.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/add",{"_index":33,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/cache",{"_index":167,"title":{},"body":{"interceptors/CachePreventionInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/cors",{"_index":255,"title":{},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/csrf",{"_index":259,"title":{},"body":{"interceptors/CsrfPreventionInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/eu",{"_index":263,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/openid/openid",{"_index":523,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/ux",{"_index":762,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/mocks/router.mock.ts",{"_index":548,"title":{},"body":{"classes/RouterMock.html":{}}}],["packages/eui/packages/core/src/lib/mocks/store.mock.ts",{"_index":571,"title":{},"body":{"classes/StoreMock.html":{}}}],["packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts",{"_index":606,"title":{},"body":{"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/app/eui",{"_index":1076,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/app/factories/log.ts",{"_index":1065,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/config/tokens.ts",{"_index":1079,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/eui.error.ts",{"_index":270,"title":{},"body":{"classes/EuiError.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/global",{"_index":325,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/http",{"_index":332,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts",{"_index":339,"title":{},"body":{"injectables/I18nLoader.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.module.ts",{"_index":368,"title":{},"body":{"modules/I18nModule.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.resource.ts",{"_index":374,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.service.mock.ts",{"_index":442,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts",{"_index":399,"title":{},"body":{"injectables/I18nService.html":{},"interfaces/ModuleLoadEvent.html":{}}}],["packages/eui/packages/core/src/lib/services/locale/locale.service.mock.ts",{"_index":486,"title":{},"body":{"injectables/LocaleServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/locale/locale.service.ts",{"_index":470,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.module.ts",{"_index":489,"title":{},"body":{"modules/LogModule.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.service.mock.ts",{"_index":519,"title":{},"body":{"classes/LogServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.service.ts",{"_index":497,"title":{},"body":{"injectables/LogService.html":{}}}],["packages/eui/packages/core/src/lib/services/permission/permission.service.ts",{"_index":278,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["packages/eui/packages/core/src/lib/services/queue/api",{"_index":61,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/async",{"_index":130,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/local",{"_index":459,"title":{},"body":{"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/session",{"_index":565,"title":{},"body":{"injectables/SessionStorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/storage.service.mock.ts",{"_index":569,"title":{},"body":{"classes/StorageServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/storage.service.ts",{"_index":567,"title":{},"body":{"classes/StorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts",{"_index":5,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts",{"_index":660,"title":{},"body":{"classes/UpdateI18nStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts",{"_index":663,"title":{},"body":{"classes/UpdateLocaleStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts",{"_index":666,"title":{},"body":{"classes/UpdateNotificationsListAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts",{"_index":669,"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":1113,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/store/store.service.mock.ts",{"_index":598,"title":{},"body":{"injectables/StoreServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/store/store.service.ts",{"_index":579,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{}}}],["packages/eui/packages/core/src/lib/services/user/user.service.mock.ts",{"_index":687,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/user/user.service.ts",{"_index":683,"title":{},"body":{"injectables/UserService.html":{}}}],["packages/eui/packages/core/src/lib/services/ux",{"_index":600,"title":{},"body":{"interfaces/TimeZone.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["packagr",{"_index":806,"title":{},"body":{"dependencies.html":{}}}],["param.interceptor.ts",{"_index":35,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["parameter",{"_index":40,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["parameters",{"_index":16,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["parser",{"_index":822,"title":{},"body":{"dependencies.html":{}}}],["part",{"_index":307,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["particular",{"_index":1386,"title":{},"body":{"license.html":{}}}],["parties",{"_index":1491,"title":{},"body":{"license.html":{}}}],["pass",{"_index":251,"title":{},"body":{"modules/CoreModule.html":{}}}],["passed",{"_index":711,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["patent",{"_index":1305,"title":{},"body":{"license.html":{}}}],["patents",{"_index":1271,"title":{},"body":{"license.html":{}}}],["path",{"_index":397,"title":{},"body":{"classes/I18nResourceImpl.html":{},"miscellaneous/functions.html":{}}}],["payload",{"_index":11,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{}}}],["pdfjs",{"_index":904,"title":{},"body":{"dependencies.html":{}}}],["people",{"_index":1189,"title":{},"body":{"license.html":{}}}],["perfect",{"_index":907,"title":{},"body":{"dependencies.html":{}}}],["perform",{"_index":1244,"title":{},"body":{"license.html":{}}}],["permission",{"_index":291,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["permits",{"_index":1260,"title":{},"body":{"license.html":{}}}],["persist",{"_index":513,"title":{},"body":{"injectables/LogService.html":{}}}],["person",{"_index":1200,"title":{},"body":{"license.html":{}}}],["persons",{"_index":1403,"title":{},"body":{"license.html":{}}}],["pikaday",{"_index":969,"title":{},"body":{"dependencies.html":{}}}],["pipe",{"_index":423,"title":{"pipes/TranslateMockPipe.html":{}},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"index.html":{}}}],["pipes",{"_index":618,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["placed",{"_index":123,"title":{},"body":{"injectables/ApiQueueService.html":{},"license.html":{}}}],["plugin",{"_index":818,"title":{},"body":{"dependencies.html":{}}}],["polyfill",{"_index":925,"title":{},"body":{"dependencies.html":{}}}],["portal",{"_index":706,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalcomponentinstance",{"_index":717,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalhost",{"_index":714,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalhostref",{"_index":721,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["possibility",{"_index":1419,"title":{},"body":{"license.html":{}}}],["possible",{"_index":1098,"title":{},"body":{"miscellaneous/functions.html":{}}}],["power",{"_index":1360,"title":{},"body":{"license.html":{}}}],["pre",{"_index":384,"title":{},"body":{"classes/I18nResourceImpl.html":{},"miscellaneous/functions.html":{}}}],["prefer",{"_index":824,"title":{},"body":{"dependencies.html":{}}}],["preferences",{"_index":1020,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["prefix",{"_index":382,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["preinitapp",{"_index":1054,"title":{},"body":{"miscellaneous/functions.html":{}}}],["preinitapp(envconfig",{"_index":1099,"title":{},"body":{"miscellaneous/functions.html":{}}}],["prejudice",{"_index":1486,"title":{},"body":{"license.html":{}}}],["prepareeuiappconfigtoken",{"_index":1055,"title":{},"body":{"miscellaneous/functions.html":{}}}],["prepareeuiappconfigtoken(euiconfig",{"_index":1094,"title":{},"body":{"miscellaneous/functions.html":{}}}],["present",{"_index":590,"title":{},"body":{"injectables/StoreService.html":{}}}],["prettier",{"_index":975,"title":{},"body":{"dependencies.html":{}}}],["prevail",{"_index":1341,"title":{},"body":{"license.html":{}}}],["prevention.interceptor.ts",{"_index":168,"title":{},"body":{"interceptors/CachePreventionInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{}}}],["previouslocale",{"_index":473,"title":{},"body":{"injectables/LocaleService.html":{}}}],["primary",{"_index":1529,"title":{},"body":{"license.html":{}}}],["prismjs",{"_index":941,"title":{},"body":{"dependencies.html":{}}}],["process",{"_index":98,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processallqueueitems",{"_index":66,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processallqueueitems(continueonerror",{"_index":96,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["processallqueueitemssequential",{"_index":67,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processallqueueitemssequential(ascending",{"_index":107,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processed",{"_index":386,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["processor",{"_index":385,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["processqueueitem",{"_index":68,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processqueueitem(id",{"_index":121,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["product",{"_index":1421,"title":{},"body":{"license.html":{}}}],["program",{"_index":1197,"title":{},"body":{"license.html":{}}}],["progress",{"_index":1369,"title":{},"body":{"license.html":{}}}],["prohibited",{"_index":1145,"title":{},"body":{"license.html":{}}}],["prominent",{"_index":1315,"title":{},"body":{"license.html":{}}}],["promise",{"_index":408,"title":{},"body":{"injectables/I18nService.html":{},"miscellaneous/functions.html":{}}}],["properties",{"_index":9,"title":{"properties.html":{}},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StoreMock.html":{},"interfaces/TimeZone.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"properties.html":{}}}],["property",{"_index":1392,"title":{},"body":{"license.html":{}}}],["protection",{"_index":1344,"title":{},"body":{"license.html":{}}}],["provide",{"_index":373,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["provided",{"_index":438,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"license.html":{}}}],["provider",{"_index":1078,"title":{},"body":{"miscellaneous/functions.html":{}}}],["providers",{"_index":253,"title":{},"body":{"modules/CoreModule.html":{}}}],["provides",{"_index":1274,"title":{},"body":{"license.html":{}}}],["providing",{"_index":247,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiPermissionService.html":{},"license.html":{}}}],["provision",{"_index":1342,"title":{},"body":{"license.html":{}}}],["provisions",{"_index":1447,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":586,"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":1245,"title":{},"body":{"license.html":{}}}],["publish",{"_index":1503,"title":{},"body":{"license.html":{}}}],["published",{"_index":1507,"title":{},"body":{"license.html":{}}}],["publisherror",{"_index":740,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["publisherror(err",{"_index":749,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["publishes",{"_index":752,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["purpose",{"_index":1387,"title":{},"body":{"license.html":{}}}],["queue",{"_index":81,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"miscellaneous/enumerations.html":{}}}],["queue.service.mock.ts",{"_index":127,"title":{},"body":{"classes/ApiQueueServiceMock.html":{}}}],["queue.service.ts",{"_index":62,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["quill",{"_index":914,"title":{},"body":{"dependencies.html":{}}}],["readable",{"_index":1186,"title":{},"body":{"license.html":{}}}],["readiness",{"_index":154,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["readonly",{"_index":755,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["ready",{"_index":141,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{},"interfaces/ModuleLoadEvent.html":{}}}],["reason",{"_index":1379,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":1349,"title":{},"body":{"license.html":{}}}],["received",{"_index":1482,"title":{},"body":{"license.html":{}}}],["reducer",{"_index":1117,"title":{},"body":{"miscellaneous/functions.html":{}}}],["reducing",{"_index":1506,"title":{},"body":{"license.html":{}}}],["refactor",{"_index":208,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["refer",{"_index":1308,"title":{},"body":{"license.html":{}}}],["reference",{"_index":392,"title":{},"body":{"classes/I18nResourceImpl.html":{},"injectables/UxDynamicComponentService.html":{}}}],["refers",{"_index":1335,"title":{},"body":{"license.html":{}}}],["reflects",{"_index":153,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["reformed",{"_index":1499,"title":{},"body":{"license.html":{}}}],["regarding",{"_index":1474,"title":{},"body":{"license.html":{}}}],["registered",{"_index":1532,"title":{},"body":{"license.html":{}}}],["remain",{"_index":1483,"title":{},"body":{"license.html":{}}}],["remap",{"_index":868,"title":{},"body":{"dependencies.html":{}}}],["remote",{"_index":1469,"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":719,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["remove_api_queue_item",{"_index":1009,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["removeallqueueitem",{"_index":69,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["removeapiqueueitemaction",{"_index":543,"title":{"classes/RemoveApiQueueItemAction.html":{}},"body":{"classes/RemoveApiQueueItemAction.html":{},"miscellaneous/typealiases.html":{}}}],["removeasync",{"_index":143,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{}}}],["removeasync(key",{"_index":156,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["removedresources",{"_index":366,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["removequeueitem",{"_index":70,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["removequeueitem(id",{"_index":124,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["removeresources",{"_index":344,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["removeresources(removedresources",{"_index":364,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["removes",{"_index":122,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/AsyncStorageService.html":{},"injectables/I18nLoader.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["rent",{"_index":1248,"title":{},"body":{"license.html":{}}}],["renting",{"_index":1215,"title":{},"body":{"license.html":{}}}],["reporter",{"_index":862,"title":{},"body":{"dependencies.html":{}}}],["repository",{"_index":1281,"title":{},"body":{"license.html":{},"properties.html":{}}}],["represents",{"_index":1488,"title":{},"body":{"license.html":{}}}],["reproduce",{"_index":1239,"title":{},"body":{"license.html":{}}}],["reproduced",{"_index":1477,"title":{},"body":{"license.html":{}}}],["reproducing",{"_index":1353,"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":1473,"title":{},"body":{"license.html":{}}}],["required",{"_index":1177,"title":{},"body":{"license.html":{}}}],["reselect",{"_index":891,"title":{},"body":{"dependencies.html":{}}}],["residence",{"_index":1536,"title":{},"body":{"license.html":{}}}],["resides",{"_index":1527,"title":{},"body":{"license.html":{}}}],["resize",{"_index":923,"title":{},"body":{"dependencies.html":{}}}],["resource",{"_index":362,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["resourceerror",{"_index":545,"title":{"interfaces/ResourceError.html":{}},"body":{"interfaces/ResourceError.html":{}}}],["resources",{"_index":349,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{}}}],["response",{"_index":117,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["responses",{"_index":106,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["responsibility",{"_index":1435,"title":{},"body":{"license.html":{}}}],["responsible",{"_index":498,"title":{},"body":{"injectables/LogService.html":{}}}],["rest",{"_index":104,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["restrict",{"_index":1330,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":1299,"title":{},"body":{"license.html":{}}}],["result",{"_index":434,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["resulting",{"_index":1516,"title":{},"body":{"license.html":{}}}],["results",{"_index":23,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"properties.html":{},"miscellaneous/typealiases.html":{}}}],["retrieve",{"_index":90,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["retrycallback",{"_index":528,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["retrycount",{"_index":526,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["return",{"_index":191,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["returns",{"_index":56,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["reuse",{"_index":517,"title":{},"body":{"injectables/LogService.html":{}}}],["right",{"_index":290,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["right.permission",{"_index":299,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["right1.right2.permission",{"_index":306,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["rightid",{"_index":314,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["rights",{"_index":311,"title":{},"body":{"injectables/EuiPermissionService.html":{},"miscellaneous/enumerations.html":{},"license.html":{}}}],["rightsandpermission",{"_index":312,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["root",{"_index":372,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{},"classes/RouterMock.html":{},"classes/UxRootInjectorGuard.html":{}}}],["rootbaseloggername",{"_index":1067,"title":{},"body":{"miscellaneous/functions.html":{}}}],["rootconfig",{"_index":1068,"title":{},"body":{"miscellaneous/functions.html":{}}}],["route",{"_index":1006,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["route.snapshot.data['module",{"_index":189,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["router",{"_index":337,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["routermock",{"_index":547,"title":{"classes/RouterMock.html":{}},"body":{"classes/RouterMock.html":{}}}],["routerstate",{"_index":551,"title":{},"body":{"classes/RouterMock.html":{}}}],["royalty",{"_index":1232,"title":{},"body":{"license.html":{}}}],["rules",{"_index":1457,"title":{},"body":{"license.html":{}}}],["rxjs",{"_index":838,"title":{},"body":{"dependencies.html":{}}}],["sake",{"_index":1334,"title":{},"body":{"license.html":{}}}],["same",{"_index":394,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["saveuserpreferences",{"_index":693,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["scope",{"_index":1226,"title":{},"body":{"license.html":{}}}],["scroll",{"_index":897,"title":{},"body":{"dependencies.html":{}}}],["scrollbar",{"_index":908,"title":{},"body":{"dependencies.html":{}}}],["scss",{"_index":965,"title":{},"body":{"dependencies.html":{}}}],["security.interceptor.ts",{"_index":256,"title":{},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["select",{"_index":575,"title":{},"body":{"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["select(key",{"_index":595,"title":{},"body":{"injectables/StoreService.html":{}}}],["select(selector",{"_index":577,"title":{},"body":{"classes/StoreMock.html":{}}}],["selector",{"_index":578,"title":{},"body":{"classes/StoreMock.html":{},"directives/TranslateMockDirective.html":{}}}],["selling",{"_index":1212,"title":{},"body":{"license.html":{}}}],["separated",{"_index":296,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["serializeurl",{"_index":555,"title":{},"body":{"classes/RouterMock.html":{}}}],["serve",{"_index":424,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["server",{"_index":358,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["service",{"_index":135,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/EuiPermissionService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LogService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["services",{"_index":137,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{},"license.html":{}}}],["session",{"_index":265,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/SessionStorageService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["sessionstorage",{"_index":566,"title":{},"body":{"injectables/SessionStorageService.html":{}}}],["sessionstorageservice",{"_index":564,"title":{"injectables/SessionStorageService.html":{}},"body":{"injectables/SessionStorageService.html":{}}}],["sessionstoragesync",{"_index":1056,"title":{},"body":{"miscellaneous/functions.html":{}}}],["sessionstoragesync(reducer",{"_index":1118,"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":636,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["setdefaultlang(lang",{"_index":650,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["sets",{"_index":120,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["severity",{"_index":227,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["shall",{"_index":1302,"title":{},"body":{"license.html":{}}}],["showconnectionstatus",{"_index":175,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["similar",{"_index":1455,"title":{},"body":{"license.html":{}}}],["similarly",{"_index":1460,"title":{},"body":{"license.html":{}}}],["software",{"_index":1140,"title":{},"body":{"license.html":{}}}],["sole",{"_index":1434,"title":{},"body":{"license.html":{}}}],["source",{"_index":952,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["sourcemap",{"_index":866,"title":{},"body":{"dependencies.html":{}}}],["spec",{"_index":872,"title":{},"body":{"dependencies.html":{}}}],["stackblitz/sdk",{"_index":973,"title":{},"body":{"dependencies.html":{}}}],["standard",{"_index":962,"title":{},"body":{"dependencies.html":{}}}],["started",{"_index":1127,"title":{"license.html":{}},"body":{}}],["startup.ts",{"_index":1034,"title":{},"body":{"miscellaneous/functions.html":{}}}],["state",{"_index":318,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"classes/StoreMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["stated",{"_index":1393,"title":{},"body":{"license.html":{}}}],["stateslice",{"_index":584,"title":{},"body":{"injectables/StoreService.html":{}}}],["static",{"_index":240,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"modules/LogModule.html":{},"injectables/SessionStorageService.html":{}}}],["stating",{"_index":1316,"title":{},"body":{"license.html":{}}}],["status",{"_index":223,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/enumerations.html":{}}}],["statutory",{"_index":1420,"title":{},"body":{"license.html":{}}}],["stoppage",{"_index":1412,"title":{},"body":{"license.html":{}}}],["storage",{"_index":134,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"miscellaneous/functions.html":{}}}],["storage.service.mock.ts",{"_index":165,"title":{},"body":{"classes/AsyncStorageServiceMock.html":{}}}],["storage.service.ts",{"_index":131,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{}}}],["storageservice",{"_index":139,"title":{"classes/StorageService.html":{}},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{}}}],["storageservicemock",{"_index":568,"title":{"classes/StorageServiceMock.html":{}},"body":{"classes/StorageServiceMock.html":{}}}],["storagetype",{"_index":592,"title":{},"body":{"injectables/StoreService.html":{}}}],["store",{"_index":75,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/UserService.html":{},"injectables/UxDynamicMenuService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{}}}],["store.dispatch",{"_index":588,"title":{},"body":{"injectables/StoreService.html":{}}}],["store.select",{"_index":596,"title":{},"body":{"injectables/StoreService.html":{}}}],["stored",{"_index":1476,"title":{},"body":{"license.html":{}}}],["storemock",{"_index":570,"title":{"classes/StoreMock.html":{}},"body":{"classes/StoreMock.html":{}}}],["storeservice",{"_index":72,"title":{"injectables/StoreService.html":{}},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UxDynamicMenuService.html":{}}}],["storeservicemock",{"_index":597,"title":{"injectables/StoreServiceMock.html":{}},"body":{"injectables/StoreServiceMock.html":{}}}],["string",{"_index":77,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"modules/CoreModule.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"injectables/StoreService.html":{},"interfaces/TimeZone.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"injectables/UserService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["study",{"_index":1190,"title":{},"body":{"license.html":{}}}],["stylelint",{"_index":960,"title":{},"body":{"dependencies.html":{}}}],["sub",{"_index":1249,"title":{},"body":{"license.html":{}}}],["subject",{"_index":529,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"classes/TranslateServiceMock.html":{},"injectables/UxErrorFeedbackService.html":{},"license.html":{}}}],["sublicensable",{"_index":1235,"title":{},"body":{"license.html":{}}}],["subscribes",{"_index":89,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["subsequent",{"_index":1365,"title":{},"body":{"license.html":{}}}],["success",{"_index":228,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["such",{"_index":1147,"title":{},"body":{"license.html":{}}}],["suffix",{"_index":379,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["summary",{"_index":229,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["support",{"_index":207,"title":{},"body":{"injectables/CoreAppEffects.html":{},"license.html":{}}}],["supports",{"_index":1253,"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":919,"title":{},"body":{"dependencies.html":{}}}],["take",{"_index":1511,"title":{},"body":{"license.html":{}}}],["tap((connected",{"_index":202,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["targeted",{"_index":753,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["template",{"_index":819,"title":{},"body":{"dependencies.html":{}}}],["terminate",{"_index":1479,"title":{},"body":{"license.html":{}}}],["termination",{"_index":1478,"title":{},"body":{"license.html":{}}}],["terms",{"_index":1143,"title":{},"body":{"license.html":{}}}],["text",{"_index":621,"title":{},"body":{"pipes/TranslateMockPipe.html":{},"license.html":{}}}],["therefore",{"_index":1374,"title":{},"body":{"license.html":{}}}],["thereof",{"_index":1173,"title":{},"body":{"license.html":{}}}],["thereto",{"_index":1296,"title":{},"body":{"license.html":{}}}],["this.actions.pipe",{"_index":180,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.asservice.growl",{"_index":226,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.isloadedsubject.asobservable",{"_index":637,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.ondefaultlangchangesubject.asobservable",{"_index":641,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.onlangchangesubject.asobservable",{"_index":642,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.ontranslationchangesubject.asobservable",{"_index":643,"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":1250,"title":{},"body":{"license.html":{}}}],["through",{"_index":436,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["time",{"_index":151,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"license.html":{}}}],["timeout",{"_index":266,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"miscellaneous/functions.html":{}}}],["timestamp",{"_index":110,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["timezone",{"_index":599,"title":{"interfaces/TimeZone.html":{}},"body":{"interfaces/TimeZone.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{}}}],["timezone.service.ts",{"_index":601,"title":{},"body":{"interfaces/TimeZone.html":{},"injectables/UxTimezoneService.html":{}}}],["todo",{"_index":203,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["token",{"_index":713,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["trade",{"_index":1345,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":1306,"title":{},"body":{"license.html":{}}}],["transform",{"_index":619,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["transform(text",{"_index":620,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["transformer",{"_index":937,"title":{},"body":{"dependencies.html":{}}}],["translate",{"_index":428,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{}}}],["translate/core",{"_index":893,"title":{},"body":{"dependencies.html":{}}}],["translate/http",{"_index":895,"title":{},"body":{"dependencies.html":{}}}],["translatemockdirective",{"_index":604,"title":{"directives/TranslateMockDirective.html":{}},"body":{"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{}}}],["translatemockmodule",{"_index":614,"title":{"modules/TranslateMockModule.html":{}},"body":{"modules/TranslateMockModule.html":{},"modules.html":{}}}],["translatemockpipe",{"_index":616,"title":{"pipes/TranslateMockPipe.html":{}},"body":{"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{}}}],["translateparams",{"_index":610,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["translateservice",{"_index":50,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{},"injectables/UxErrorFeedbackService.html":{}}}],["translateservicemock",{"_index":622,"title":{"classes/TranslateServiceMock.html":{}},"body":{"classes/TranslateServiceMock.html":{}}}],["translation",{"_index":232,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{}}}],["translations",{"_index":357,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResources.html":{}}}],["transmitting",{"_index":1218,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":1524,"title":{},"body":{"license.html":{}}}],["true",{"_index":100,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["true/false",{"_index":1074,"title":{},"body":{"miscellaneous/functions.html":{}}}],["ts",{"_index":874,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":840,"title":{},"body":{"dependencies.html":{}}}],["tslint",{"_index":832,"title":{},"body":{"dependencies.html":{}}}],["type",{"_index":12,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/typealiases.html":{}}}],["typealiases",{"_index":1553,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":213,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["types/cleave.js",{"_index":901,"title":{},"body":{"dependencies.html":{}}}],["types/jasmine",{"_index":845,"title":{},"body":{"dependencies.html":{}}}],["types/jasminewd2",{"_index":877,"title":{},"body":{"dependencies.html":{}}}],["types/lodash",{"_index":879,"title":{},"body":{"dependencies.html":{}}}],["types/node",{"_index":847,"title":{},"body":{"dependencies.html":{}}}],["types/quill",{"_index":916,"title":{},"body":{"dependencies.html":{}}}],["typescript",{"_index":829,"title":{},"body":{"dependencies.html":{}}}],["tz",{"_index":779,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["undefined",{"_index":190,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["under",{"_index":1142,"title":{},"body":{"license.html":{}}}],["unenforceable",{"_index":1493,"title":{},"body":{"license.html":{}}}],["union",{"_index":1130,"title":{},"body":{"license.html":{}}}],["unique",{"_index":1508,"title":{},"body":{"license.html":{}}}],["unless",{"_index":1322,"title":{},"body":{"license.html":{}}}],["update",{"_index":323,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["update_app_connection",{"_index":1000,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_app_status",{"_index":1002,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_app_version",{"_index":999,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_current_module",{"_index":1003,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_i18n_state",{"_index":1012,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_locale_state",{"_index":1013,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_notifications_list",{"_index":1014,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_dashboard",{"_index":1022,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_details",{"_index":1017,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_preferences",{"_index":1019,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_rights",{"_index":1021,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_state",{"_index":1016,"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":653,"title":{"classes/UpdateAppStatusAction.html":{}},"body":{"classes/UpdateAppStatusAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateappversionaction",{"_index":655,"title":{"classes/UpdateAppVersionAction.html":{}},"body":{"classes/UpdateAppVersionAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatecurrentmoduleaction",{"_index":657,"title":{"classes/UpdateCurrentModuleAction.html":{}},"body":{"classes/UpdateCurrentModuleAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatecurrentmoduleaction(module",{"_index":193,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["updated",{"_index":1112,"title":{},"body":{"miscellaneous/functions.html":{}}}],["updatei18nstateaction",{"_index":659,"title":{"classes/UpdateI18nStateAction.html":{}},"body":{"classes/UpdateI18nStateAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatelocalestateaction",{"_index":662,"title":{"classes/UpdateLocaleStateAction.html":{}},"body":{"classes/UpdateLocaleStateAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatenotificationslistaction",{"_index":665,"title":{"classes/UpdateNotificationsListAction.html":{}},"body":{"classes/UpdateNotificationsListAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatestate",{"_index":285,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["updatestate(i18nstate",{"_index":447,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["updatestate(langstate",{"_index":439,"title":{},"body":{"injectables/I18nService.html":{}}}],["updatestate(rights",{"_index":322,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["updatestate(state",{"_index":480,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["updatestate(userstate",{"_index":685,"title":{},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["updateuserdashboardaction",{"_index":668,"title":{"classes/UpdateUserDashboardAction.html":{}},"body":{"classes/UpdateUserDashboardAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserdetailsaction",{"_index":671,"title":{"classes/UpdateUserDetailsAction.html":{}},"body":{"classes/UpdateUserDetailsAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserpreferencesaction",{"_index":674,"title":{"classes/UpdateUserPreferencesAction.html":{}},"body":{"classes/UpdateUserPreferencesAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserrightsaction",{"_index":677,"title":{"classes/UpdateUserRightsAction.html":{}},"body":{"classes/UpdateUserRightsAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserstateaction",{"_index":679,"title":{"classes/UpdateUserStateAction.html":{}},"body":{"classes/UpdateUserStateAction.html":{}}}],["upon",{"_index":1171,"title":{},"body":{"license.html":{}}}],["url",{"_index":562,"title":{},"body":{"classes/RouterMock.html":{},"miscellaneous/functions.html":{}}}],["usage",{"_index":1208,"title":{},"body":{"license.html":{}}}],["use",{"_index":249,"title":{},"body":{"modules/CoreModule.html":{},"classes/TranslateServiceMock.html":{},"license.html":{}}}],["use(lang",{"_index":651,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["used",{"_index":1101,"title":{},"body":{"miscellaneous/functions.html":{}}}],["useful",{"_index":308,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["user",{"_index":219,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"miscellaneous/enumerations.html":{}}}],["user's",{"_index":317,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["userdetails",{"_index":672,"title":{},"body":{"classes/UpdateUserDetailsAction.html":{}}}],["userpreferences",{"_index":675,"title":{},"body":{"classes/UpdateUserPreferencesAction.html":{},"injectables/UserServiceMock.html":{}}}],["userservice",{"_index":682,"title":{"injectables/UserService.html":{}},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["userservicemock",{"_index":686,"title":{"injectables/UserServiceMock.html":{}},"body":{"injectables/UserServiceMock.html":{}}}],["userstate",{"_index":680,"title":{},"body":{"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["using",{"_index":462,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["utility",{"_index":161,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{},"miscellaneous/functions.html":{}}}],["uxappshellservice",{"_index":178,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/UxErrorFeedbackService.html":{}}}],["uxdynamiccomponentservice",{"_index":694,"title":{"injectables/UxDynamicComponentService.html":{}},"body":{"injectables/UxDynamicComponentService.html":{}}}],["uxdynamicmenuservice",{"_index":723,"title":{"injectables/UxDynamicMenuService.html":{}},"body":{"injectables/UxDynamicMenuService.html":{}}}],["uxerrorfeedbackservice",{"_index":733,"title":{"injectables/UxErrorFeedbackService.html":{}},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["uxerrormanager",{"_index":744,"title":{"classes/UxErrorManager.html":{}},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["uxhttperrorresponse",{"_index":746,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["uxpermission",{"_index":730,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["uxrequesterrormodelinterceptor",{"_index":761,"title":{"interceptors/UxRequestErrorModelInterceptor.html":{}},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["uxrootinjectorguard",{"_index":766,"title":{"classes/UxRootInjectorGuard.html":{}},"body":{"classes/UxRootInjectorGuard.html":{}}}],["uxtimezoneservice",{"_index":769,"title":{"injectables/UxTimezoneService.html":{}},"body":{"injectables/UxTimezoneService.html":{}}}],["uxuserright",{"_index":320,"title":{},"body":{"injectables/EuiPermissionService.html":{},"classes/UpdateUserRightsAction.html":{}}}],["v",{"_index":1132,"title":{},"body":{"license.html":{}}}],["v.1.1",{"_index":1157,"title":{},"body":{"license.html":{}}}],["valid",{"_index":1500,"title":{},"body":{"license.html":{}}}],["validity",{"_index":1495,"title":{},"body":{"license.html":{}}}],["value",{"_index":21,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["version",{"_index":594,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{},"license.html":{},"properties.html":{}}}],["versions",{"_index":1505,"title":{},"body":{"license.html":{}}}],["vested",{"_index":1237,"title":{},"body":{"license.html":{}}}],["via",{"_index":252,"title":{},"body":{"modules/CoreModule.html":{}}}],["viewer",{"_index":905,"title":{},"body":{"dependencies.html":{}}}],["void",{"_index":88,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["waives",{"_index":1263,"title":{},"body":{"license.html":{}}}],["want",{"_index":309,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LogService.html":{}}}],["warning",{"_index":83,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["warranties",{"_index":1310,"title":{},"body":{"license.html":{}}}],["warrants",{"_index":1356,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1368,"title":{},"body":{"license.html":{}}}],["way",{"_index":297,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["web",{"_index":948,"title":{},"body":{"dependencies.html":{},"miscellaneous/functions.html":{}}}],["webcomponents/custom",{"_index":834,"title":{},"body":{"dependencies.html":{}}}],["website",{"_index":1472,"title":{},"body":{"license.html":{}}}],["whether",{"_index":389,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["whole",{"_index":1497,"title":{},"body":{"license.html":{}}}],["wide",{"_index":1231,"title":{},"body":{"license.html":{}}}],["wilful",{"_index":1398,"title":{},"body":{"license.html":{}}}],["willingness",{"_index":1160,"title":{},"body":{"license.html":{}}}],["window",{"_index":1451,"title":{},"body":{"license.html":{}}}],["without",{"_index":1381,"title":{},"body":{"license.html":{}}}],["withuxerrormanager",{"_index":1057,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withuxerrormanager(errormanager",{"_index":1119,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withuxerrormanager(this",{"_index":759,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["work",{"_index":1139,"title":{},"body":{"license.html":{}}}],["worker",{"_index":800,"title":{},"body":{"dependencies.html":{}}}],["works",{"_index":1169,"title":{},"body":{"license.html":{}}}],["world",{"_index":1230,"title":{},"body":{"license.html":{}}}],["wrapper",{"_index":425,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["xhr",{"_index":928,"title":{},"body":{"dependencies.html":{}}}],["yes",{"_index":276,"title":{},"body":{"classes/EuiError.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/StoreService.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["zone.js",{"_index":842,"title":{},"body":{"dependencies.html":{}}}]],"pipeline":["stemmer"]},
|
|
3
|
-
"store": {"classes/ActivatedRouteAction.html":{"url":"classes/ActivatedRouteAction.html","title":"class - ActivatedRouteAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ActivatedRouteAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: ActivatedRoute)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n ActivatedRoute\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : ActivatedRoute\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.ACTIVATED_ROUTE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AddApiQueueItemAction.html":{"url":"classes/AddApiQueueItemAction.html","title":"class - AddApiQueueItemAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AddApiQueueItemAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: literal type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n literal type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : literal type\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.ADD_API_QUEUE_ITEM\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AddAppLoadedConfigModulesAction.html":{"url":"classes/AddAppLoadedConfigModulesAction.html","title":"class - AddAppLoadedConfigModulesAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AddAppLoadedConfigModulesAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: literal type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n literal type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : literal type\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.ADD_APP_LOADED_CONFIG_MODULES\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/AddLangParamInterceptor.html":{"url":"interceptors/AddLangParamInterceptor.html","title":"interceptor - AddLangParamInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n AddLangParamInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/add-lang-param.interceptor.ts\n \n\n\n \n Description\n \n \n Interceptor for adding the current language as parameter\nAdd the header (LANG_PARAM_KEY, ) to your request http headers\n\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(translateService: TranslateService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ApiQueueService.html":{"url":"injectables/ApiQueueService.html","title":"injectable - ApiQueueService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ApiQueueService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/queue/api-queue.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addQueueItem\n \n \n getQueue\n \n \n getQueueItem\n \n \n processAllQueueItems\n \n \n processAllQueueItemsSequential\n \n \n processQueueItem\n \n \n removeAllQueueItem\n \n \n removeQueueItem\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: StoreService, http: HttpClient, logService: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n http\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addQueueItem\n \n \n \n \n \n \naddQueueItem(id: string, item: ApiQueueItem)\n \n \n\n\n\n\n \n \n Adds an item in the queue by dispatching an action to the store.\nWARNING if matches any other queue item id will overwrite it.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nThe id of the item inside the queue.\nWARNING if matches any other queue item id will overwrite it.\n\n\n \n \n \n item\n \n ApiQueueItem\n \n\n \n No\n \n\n\n \n \nan item for Queue\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getQueue\n \n \n \n \n \n \ngetQueue()\n \n \n\n\n\n\n \n \n Subscribes to the store to retrieve queue and then converts the queue object to an array of items.\n\n\n \n \n \n Returns : Observable\n\n \n \n An Observable of array of all items inside the current queue (ApiQueueItem[])\n\n \n \n \n \n \n \n \n \n \n \n \n getQueueItem\n \n \n \n \n \n \ngetQueueItem(id: string)\n \n \n\n\n\n\n \n \n Subscribes to the store to retrieve an item from the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nid of the item inside the queue\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n An Observable of ApiQueueItem type\n\n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItems\n \n \n \n \n \n \nprocessAllQueueItems(continueOnError: boolean)\n \n \n\n\n\n\n \n \n Process all the items inside the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n continueOnError\n \n boolean\n \n\n \n No\n \n\n \n true\n \n\n \n \nin case of an item request fails continue with the rest in queue\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n An Observable with an array which contains all responses from all items in queue.\n\n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItemsSequential\n \n \n \n \n \n \nprocessAllQueueItemsSequential(ascending: boolean)\n \n \n\n\n\n\n \n \n Process all items in queue after it order them based on their timestamp. Beware that order\nmatter in execution of Http Request in queue. When a request completes only then next will begin. Emission\nor Http response follows order.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n ascending\n \n boolean\n \n\n \n No\n \n\n \n true\n \n\n \n \nsets the order of queue items based on timestamp\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n processQueueItem\n \n \n \n \n \n \nprocessQueueItem(id: string)\n \n \n\n\n\n\n \n \n Process an item from the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nid of the item inside the queue\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n An Observable of type any\n\n \n \n \n \n \n \n \n \n \n \n \n removeAllQueueItem\n \n \n \n \n \n \nremoveAllQueueItem()\n \n \n\n\n\n\n \n \n Removes all items placed in the queue.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n removeQueueItem\n \n \n \n \n \n \nremoveQueueItem(id: string)\n \n \n\n\n\n\n \n \n Removes a given item from the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nid of the item inside the queue\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/ApiQueueServiceMock.html":{"url":"classes/ApiQueueServiceMock.html","title":"class - ApiQueueServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ApiQueueServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/queue/api-queue.service.mock.ts\n \n\n\n\n \n Extends\n \n \n ApiQueueService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addQueueItem\n \n \n getQueue\n \n \n getQueueItem\n \n \n processAllQueueItems\n \n \n processQueueItem\n \n \n removeAllQueueItem\n \n \n removeQueueItem\n \n \n processAllQueueItemsSequential\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addQueueItem\n \n \n \n \n \n \naddQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n getQueue\n \n \n \n \n \n \ngetQueue()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n getQueueItem\n \n \n \n \n \n \ngetQueueItem(id: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItems\n \n \n \n \n \n \nprocessAllQueueItems()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n processQueueItem\n \n \n \n \n \n \nprocessQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAllQueueItem\n \n \n \n \n \n \nremoveAllQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n removeQueueItem\n \n \n \n \n \n \nremoveQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItemsSequential\n \n \n \n \n \n \nprocessAllQueueItemsSequential(ascending: boolean)\n \n \n\n\n\n\n \n \n Process all items in queue after it order them based on their timestamp. Beware that order\nmatter in execution of Http Request in queue. When a request completes only then next will begin. Emission\nor Http response follows order.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n ascending\n \n boolean\n \n\n \n No\n \n\n \n true\n \n\n \n \nsets the order of queue items based on timestamp\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AsyncStorageService.html":{"url":"classes/AsyncStorageService.html","title":"class - AsyncStorageService","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AsyncStorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/async-storage.service.ts\n \n\n\n \n Description\n \n \n Generic asynchronous storage service. Concrete asynchronous storage services must extend this class\n\n \n\n \n Extends\n \n \n StorageService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Abstract\n get\n \n \n Abstract\n get\n \n \n Abstract\n ready\n \n \n Abstract\n remove\n \n \n removeAsync\n \n \n Abstract\n set\n \n \n Abstract\n set\n \n \n setAsync\n \n \n setAsync\n \n \n Abstract\n name\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from async storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable of value\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n ready\n \n \n \n \n \n \n \n ready()\n \n \n\n\n\n\n \n \n reflects the readiness of the storage\n\n\n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n remove\n \n \n \n \n \n \n \n remove(key: string)\n \n \n\n\n\n\n \n \n removes an object from async storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAsync\n \n \n \n \n \n \nremoveAsync(key: string)\n \n \n\n\n\n\n \n \n asynchronous helper for remove function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in async storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: T)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync(key: string, value: any)\n \n \n\n\n\n\n \n \n asynchronous helper for set function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync(key: string, value: T)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n name\n \n \n \n \n \n \n \n name()\n \n \n\n\n\n\n \n \n utility function, to determine the storage implementation\n\n\n \n Returns : string\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AsyncStorageServiceMock.html":{"url":"classes/AsyncStorageServiceMock.html","title":"class - AsyncStorageServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AsyncStorageServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/async-storage.service.mock.ts\n \n\n\n\n \n Extends\n \n \n AsyncStorageService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n ready\n \n \n remove\n \n \n removeAsync\n \n \n set\n \n \n setAsync\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n ready\n \n \n \n \n \n \nready()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAsync\n \n \n \n \n \n \nremoveAsync()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/CachePreventionInterceptor.html":{"url":"interceptors/CachePreventionInterceptor.html","title":"interceptor - CachePreventionInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n CachePreventionInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/cache-prevention.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/CoreAppEffects.html":{"url":"injectables/CoreAppEffects.html","title":"injectable - CoreAppEffects","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n CoreAppEffects\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/effects/app.effects.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n activatedRoute\n \n \n getAppConnectionInformation\n \n \n updateAppConnection\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(actions: Actions, showConnectionStatus: boolean | ConnectionStatus, translateService: TranslateService, asService: UxAppShellService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n actions\n \n \n Actions\n \n \n \n No\n \n \n \n \n showConnectionStatus\n \n \n boolean | ConnectionStatus\n \n \n \n No\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n asService\n \n \n UxAppShellService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n activatedRoute\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : createEffect(() =>\n this.actions.pipe(\n ofType(CoreAppActionTypes.ACTIVATED_ROUTE),\n map((action: ActivatedRouteAction) => action.payload),\n mergeMap((route) => {\n // extract the module name, if defined\n const module = route.snapshot.data['module'] || 'undefined';\n return [new UpdateCurrentModuleAction(module)];\n })\n )\n )\n \n \n\n\n \n \n \n \n \n \n \n \n getAppConnectionInformation\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : createEffect(() =>\n merge(fromEvent(window, 'online').pipe(mapTo(true)), fromEvent(window, 'offline').pipe(mapTo(false))).pipe(\n map((connected) => new UpdateAppConnectionAction(connected))\n )\n )\n \n \n\n\n \n \n \n \n \n \n \n \n updateAppConnection\n \n \n \n \n \n \n Default value : createEffect(\n () =>\n this.actions.pipe(\n ofType(CoreAppActionTypes.UPDATE_APP_CONNECTION),\n map((action: UpdateAppConnectionAction) => action.payload),\n tap((connected) => {\n // TODO: for eUI 14, drop boolean support and refactor\n // check if feature is enabled\n let isFeatureEnabled =\n typeof this.showConnectionStatus !== 'boolean' ? this.showConnectionStatus?.enabled : this.showConnectionStatus;\n // extract lifespan if any\n let lifespan =\n typeof this.showConnectionStatus !== 'boolean' ? this.showConnectionStatus?.messageBox?.lifespan || 0 : 0;\n\n // if the user needs to be informed about the connection status\n if (isFeatureEnabled) {\n if (connected) {\n this.translateService.get('eui.CONNECTED').subscribe((translation) => {\n this.asService.growl(\n { severity: 'success', summary: 'MESSAGE', detail: translation, life: lifespan },\n lifespan {\n this.asService.growl(\n { severity: 'danger', summary: 'ERROR', detail: translation, life: lifespan },\n lifespan \n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/CoreModule.html":{"url":"modules/CoreModule.html","title":"module - CoreModule","body":"\n \n\n\n\n\n Modules\n CoreModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/eui-core.module.ts\n \n\n\n\n\n\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n Static\n forChild\n \n \n \n \n \n \n \n forChild(moduleName: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n moduleName\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n forRoot\n \n \n \n \n \n \n \n forRoot()\n \n \n\n\n\n\n \n \n No more providing config from forRoot, you have to use EUI_CONFIG_TOKEN to pass config via providers.\n\n\n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/CorsSecurityInterceptor.html":{"url":"interceptors/CorsSecurityInterceptor.html","title":"interceptor - CorsSecurityInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n CorsSecurityInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/cors-security.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/CsrfPreventionInterceptor.html":{"url":"interceptors/CsrfPreventionInterceptor.html","title":"interceptor - CsrfPreventionInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n CsrfPreventionInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/csrf-prevention.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/EmptyApiQueueAction.html":{"url":"classes/EmptyApiQueueAction.html","title":"class - EmptyApiQueueAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n EmptyApiQueueAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: any)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n any\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : any\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.EMPTY_API_QUEUE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{"url":"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html","title":"interceptor - EuLoginSessionTimeoutHandlingInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n EuLoginSessionTimeoutHandlingInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/eu-login-session-timeout-handling.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/EuiCoreRootGuardClass.html":{"url":"classes/EuiCoreRootGuardClass.html","title":"class - EuiCoreRootGuardClass","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n EuiCoreRootGuardClass\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/eui-core.module.ts\n \n\n\n\n\n\n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/EuiError.html":{"url":"classes/EuiError.html","title":"class - EuiError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n EuiError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/eui.error.ts\n \n\n\n\n \n Extends\n \n \n ErrorSubClass\n \n\n\n\n\n \n Constructor\n \n \n \n \nconstructor(code: string, msg?: string, args?: any)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n code\n \n \n string\n \n \n \n No\n \n \n \n \n msg\n \n \n string\n \n \n \n Yes\n \n \n \n \n args\n \n \n any\n \n \n \n Yes\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/EuiPermissionService.html":{"url":"injectables/EuiPermissionService.html","title":"injectable - EuiPermissionService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n EuiPermissionService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/permission/permission.service.ts\n \n\n\n\n \n Extends\n \n \n EuiService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n checkAttributePermission\n \n \n checkPermission\n \n \n checkRight\n \n \n getState\n \n \n init\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(log: LogService, store: StoreService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n checkAttributePermission\n \n \n \n \n \n \ncheckAttributePermission(rightsAndPermission: string)\n \n \n\n\n\n\n \n \n accepts a string of right and or a permission. In string first comes the right and or followed by permission in\na dot separated way e.g. 'RIGHT.PERMISSION' or 'RIGHT'. The string can contain more that 2 separated fields.\nIn that case the last field should be the permission and all the others a Right. e.g. 'RIGHT1.RIGHT2.PERMISSION'\nThe last part is useful where you want a user to have multiple rights and the permission of the last right.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n rightsAndPermission\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n checkPermission\n \n \n \n \n \n \ncheckPermission(rightId: string, permission: string)\n \n \n\n\n\n\n \n \n check if a user has that right and that right has the permission given.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n rightId\n \n string\n \n\n \n No\n \n\n\n \n the right of the user\n\n \n \n \n permission\n \n string\n \n\n \n No\n \n\n\n \n the permission of the right\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n checkRight\n \n \n \n \n \n \ncheckRight(rightId: string)\n \n \n\n\n\n\n \n \n check if a user has the right.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n rightId\n \n string\n \n\n \n No\n \n\n\n \n the id of Right\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState()\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n get the user's Rights from the state\n\n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(rights: UxUserRight[])\n \n \n\n\n\n\n \n \n initialize the service by providing a state\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n rights\n \n UxUserRight[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(rights: UxUserRight[])\n \n \n\n\n\n\n \n \n update the state with the given user's rights\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n rights\n \n UxUserRight[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/GlobalErrorHandler.html":{"url":"injectables/GlobalErrorHandler.html","title":"injectable - GlobalErrorHandler","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n GlobalErrorHandler\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/global-error-handler.ts\n \n\n\n\n \n Extends\n \n \n ErrorHandler\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(logService: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleError\n \n \n \n \n \n \nhandleError(error: any)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/HttpErrorHandlerInterceptor.html":{"url":"interceptors/HttpErrorHandlerInterceptor.html","title":"interceptor - HttpErrorHandlerInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n HttpErrorHandlerInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/http-error-handler.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: HttpErrorHandlerConfig, injector: Injector, router: Router)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n HttpErrorHandlerConfig\n \n \n \n No\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/I18nLoader.html":{"url":"injectables/I18nLoader.html","title":"injectable - I18nLoader","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n I18nLoader\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n addResources\n \n \n Public\n getFailedResources\n \n \n Public\n getTranslation\n \n \n Public\n loadResources\n \n \n Public\n removeResources\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(http: HttpClient, logService: LogService, euiAppConfig: EuiAppConfig)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n http\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n euiAppConfig\n \n \n EuiAppConfig\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n addResources\n \n \n \n \n \n \n \n addResources(config: I18nLoaderConfig)\n \n \n\n\n\n\n \n \n Adds resources\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n loader configuration\n\n \n \n \n \n \n \n \n \n Returns : I18nResourceImpl[]\n\n \n \n Observable | false\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getFailedResources\n \n \n \n \n \n \n \n getFailedResources()\n \n \n\n\n\n\n \n \n Returns resources that failed\n\n\n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getTranslation\n \n \n \n \n \n \n \n getTranslation(lang: string)\n \n \n\n\n\n\n \n \n Gets the translations from the server\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n loadResources\n \n \n \n \n \n \n \n loadResources(resources: I18nResourceImpl[], lang: string)\n \n \n\n\n\n\n \n \n Loads an array of resources, by language\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n resources\n \n I18nResourceImpl[]\n \n\n \n No\n \n\n\n \n the definition of the resources\n\n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n the resource language to load\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n removeResources\n \n \n \n \n \n \n \n removeResources(removedResources: I18nResourceImpl[])\n \n \n\n\n\n\n \n \n Removes resources from the loader instance\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n removedResources\n \n I18nResourceImpl[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/I18nModule.html":{"url":"modules/I18nModule.html","title":"module - I18nModule","body":"\n \n\n\n\n\n Modules\n I18nModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.module.ts\n \n\n\n\n \n Description\n \n \n I18N Module\n\n \n\n\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n Static\n forRoot\n \n \n \n \n \n \n \n forRoot()\n \n \n\n\n\n\n \n \n method called in your root module to provide the I18nModule\n\n\n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/I18nResourceImpl.html":{"url":"classes/I18nResourceImpl.html","title":"class - I18nResourceImpl","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n I18nResourceImpl\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.resource.ts\n \n\n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n compileTranslations\n \n \n Public\n equals\n \n \n Public\n getPath\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(prefix: string, suffix: string, compileTranslationsFn: (translations: any,lang: string) => void)\n \n \n\n \n \n Resource constructor\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n prefix\n \n \n string\n \n \n \n No\n \n \n \n the prefix of the resource\n\n \n \n \n suffix\n \n \n string\n \n \n \n No\n \n \n \n the suffix of the resource, optional parameter\n\n \n \n \n compileTranslationsFn\n \n \n function\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n compileTranslations\n \n \n \n \n \n \n \n compileTranslations(translations: any, lang: string)\n \n \n\n\n\n\n \n \n Translations pre-processor\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n translations\n \n any\n \n\n \n No\n \n\n\n \n the object to be pre-processed\n\n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n the translations language\n\n \n \n \n \n \n \n \n \n Returns : any\n\n \n \n the pre-processed translations\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n equals\n \n \n \n \n \n \n \n equals(obj: I18nResourceImpl)\n \n \n\n\n\n\n \n \n Indicates whether other object is equal-to this one.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n obj\n \n I18nResourceImpl\n \n\n \n No\n \n\n\n \n the reference object with which to compare\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if this object is the same as obj, false otherwise\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getPath\n \n \n \n \n \n \n \n getPath(lang: string)\n \n \n\n\n\n\n \n \n The path to the resource\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n the resource language\n\n \n \n \n \n \n \n \n \n Returns : string\n\n \n \n the path\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/I18nService.html":{"url":"injectables/I18nService.html","title":"injectable - I18nService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n I18nService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts\n \n\n\n\n \n Extends\n \n \n EuiLazyService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n addResources\n \n \n getState\n \n \n getState\n \n \n getState\n \n \n init\n \n \n Public\n lazyLoad\n \n \n lazyLoadInit\n \n \n onReady\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(baseGlobalConfig: GlobalConfig, translateService: TranslateService, logService: LogService, store: StoreService, document: Document)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n baseGlobalConfig\n \n \n GlobalConfig\n \n \n \n No\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n document\n \n \n Document\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n addResources\n \n \n \n \n \n \n \n addResources(config: I18nLoaderConfig, moduleName?: string)\n \n \n\n\n\n\n \n \n Add resources based of a config loader\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n I18nLoaderConfig\n\n \n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n Promise an EuiServiceStatus when translation has fully loaded\n\n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(mapFn?: (state?: T) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n mapFn\n \n function\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(key?: a)\n \n \n\n\n\n \n \n Type parameters :\n \n a\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n a\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable<>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(keyOrMapFn?: | string)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n keyOrMapFn\n \n | string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(langState?: T)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n langState\n \n T\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n lazyLoad\n \n \n \n \n \n \n \n lazyLoad(config: I18nLoaderConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n lazyLoadInit\n \n \n \n \n \n \nlazyLoadInit(moduleConfig: ModuleConfig, moduleName?: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n moduleConfig\n \n ModuleConfig\n \n\n \n No\n \n\n\n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n onReady\n \n \n \n \n \n \nonReady(moduleName?: string)\n \n \n\n\n\n\n \n \n A pipe function that could serve as a wrapper of another observable\ne.g. ngx-translate i18n.onReady('my_module').pipe(switchMap(()=>translate.get('eui.KEY')));\nWARNING: onReady will emit only once for a loaded Module, going to another and then going back will not result\ninto another emission.\nfetch module name from the state.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n the name of the module that has been given through the eUI globalConfig. In case non provided\nfetch module name from the state.\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(langState: T | I18nState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n langState\n \n T | I18nState\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/I18nServiceMock.html":{"url":"injectables/I18nServiceMock.html","title":"injectable - I18nServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n I18nServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.service.mock.ts\n \n\n\n\n \n Extends\n \n \n I18nService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addResources\n \n \n getState\n \n \n init\n \n \n lazyLoadInit\n \n \n updateState\n \n \n Public\n lazyLoad\n \n \n onReady\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n onLangChange\n \n \n currentLanguage\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addResources\n \n \n \n \n \n \naddResources()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(i18nState?: I18nState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n i18nState\n \n I18nState\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n lazyLoadInit\n \n \n \n \n \n \nlazyLoadInit()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(i18nState: I18nState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n i18nState\n \n I18nState\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n lazyLoad\n \n \n \n \n \n \n \n lazyLoad(config: I18nLoaderConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n onReady\n \n \n \n \n \n \nonReady(moduleName?: string)\n \n \n\n\n\n\n \n \n A pipe function that could serve as a wrapper of another observable\ne.g. ngx-translate i18n.onReady('my_module').pipe(switchMap(()=>translate.get('eui.KEY')));\nWARNING: onReady will emit only once for a loaded Module, going to another and then going back will not result\ninto another emission.\nfetch module name from the state.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n the name of the module that has been given through the eUI globalConfig. In case non provided\nfetch module name from the state.\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n onLangChange\n \n \n\n \n \n getonLangChange()\n \n \n\n \n \n \n \n \n \n \n currentLanguage\n \n \n\n \n \n getcurrentLanguage()\n \n \n\n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/InitStoreAction.html":{"url":"classes/InitStoreAction.html","title":"class - InitStoreAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n InitStoreAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: literal type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n literal type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : literal type\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.INIT_STORE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/LoadedResources.html":{"url":"interfaces/LoadedResources.html","title":"interface - LoadedResources","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n LoadedResources\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n errors\n \n \n \n \n hasError\n \n \n \n \n translations\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n errors\n \n \n \n \n \n \n \n \n errors: Array\n\n \n \n\n\n \n \n Type : Array\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n hasError\n \n \n \n \n \n \n \n \n hasError: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n translations\n \n \n \n \n \n \n \n \n translations: object\n\n \n \n\n\n \n \n Type : object\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/LoadedResourcesError.html":{"url":"interfaces/LoadedResourcesError.html","title":"interface - LoadedResourcesError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n LoadedResourcesError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n error\n \n \n \n \n resource\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n error\n \n \n \n \n \n \n \n \n error: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n resource\n \n \n \n \n \n \n \n \n resource: I18nResourceImpl\n\n \n \n\n\n \n \n Type : I18nResourceImpl\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocalForageService.html":{"url":"injectables/LocalForageService.html","title":"injectable - LocalForageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocalForageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/local-forage.service.ts\n \n\n\n \n Description\n \n \n localforage service, using the localForage javascript library\nhttps://localforage.github.io/localForage\n\n \n\n \n Extends\n \n \n AsyncStorageService\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n ready\n \n \n remove\n \n \n set\n \n \n removeAsync\n \n \n setAsync\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: any, log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n any\n \n \n \n No\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from localforage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable of value\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n the name of the storage service\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n ready\n \n \n \n \n \n \nready()\n \n \n\n\n\n\n \n \n reflects the readiness of the storage\n\n\n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove(key: string)\n \n \n\n\n\n\n \n \n removes an object from localforage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in localforage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAsync\n \n \n \n \n \n \nremoveAsync(key: string)\n \n \n\n\n\n\n \n \n asynchronous helper for remove function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync(key: string, value: any)\n \n \n\n\n\n\n \n \n asynchronous helper for set function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'LocalForageService'\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocalStorageService.html":{"url":"injectables/LocalStorageService.html","title":"injectable - LocalStorageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocalStorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/local-storage.service.ts\n \n\n\n \n Description\n \n \n localStorage service\n\n \n\n \n Extends\n \n \n StorageService\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n remove\n \n \n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from local storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : any\n\n \n \n the value or undefined, if case of error\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n the name of the storage service\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove(key: string)\n \n \n\n\n\n\n \n \n removes an object from local storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in local storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'LocalStorageService'\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocaleService.html":{"url":"injectables/LocaleService.html","title":"injectable - LocaleService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocaleService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/locale/locale.service.ts\n \n\n\n\n \n Extends\n \n \n EuiService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addLocale\n \n \n getState\n \n \n getState\n \n \n getState\n \n \n init\n \n \n ngOnDestroy\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n previousLocale\n \n \n currentLocale\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: StoreService, baseGlobalConfig: GlobalConfig, locale_id: string, localeMapper: LocaleMapper, i18n: I18nService, log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n baseGlobalConfig\n \n \n GlobalConfig\n \n \n \n No\n \n \n \n \n locale_id\n \n \n string\n \n \n \n No\n \n \n \n \n localeMapper\n \n \n LocaleMapper\n \n \n \n No\n \n \n \n \n i18n\n \n \n I18nService\n \n \n \n No\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addLocale\n \n \n \n \n \n \naddLocale(id: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(mapFn?: (state?: T) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n mapFn\n \n function\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(key?: a)\n \n \n\n\n\n \n \n Type parameters :\n \n a\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n a\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable<>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(keyOrMapFn?: | string)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n keyOrMapFn\n \n | string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(state?: LocaleState | undefined)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState | undefined\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(state: LocaleState)\n \n \n\n\n\n\n \n \n dynamically load locale and update the state\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n previousLocale\n \n \n\n \n \n getpreviousLocale()\n \n \n\n \n \n \n \n \n \n \n currentLocale\n \n \n\n \n \n getcurrentLocale()\n \n \n\n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocaleServiceMock.html":{"url":"injectables/LocaleServiceMock.html","title":"injectable - LocaleServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocaleServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/locale/locale.service.mock.ts\n \n\n\n\n \n Extends\n \n \n LocaleService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getState\n \n \n init\n \n \n updateState\n \n \n addLocale\n \n \n ngOnDestroy\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(locale_id: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n locale_id\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(state?: LocaleState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(state: LocaleState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n addLocale\n \n \n \n \n \n \naddLocale(id: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/LogModule.html":{"url":"modules/LogModule.html","title":"module - LogModule","body":"\n \n\n\n\n\n Modules\n LogModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/services/log/log.module.ts\n \n\n\n\n \n Description\n \n \n Log Module\n\n \n\n\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n Static\n forChild\n \n \n \n \n \n \n \n forChild(config: LogConfig)\n \n \n\n\n\n\n \n \n method called in your other (non root, lazy loaded) modules to import a different instance of LogService\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n config\n \n LogConfig\n \n\n \n No\n \n\n \n DEFAULT_LOG_CONFIG\n \n\n \n \n \n \n \n \n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n forRoot\n \n \n \n \n \n \n \n forRoot(config: LogConfig)\n \n \n\n\n\n\n \n \n method called in your root module to provide the LogService\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n config\n \n LogConfig\n \n\n \n No\n \n\n \n DEFAULT_LOG_CONFIG\n \n\n \n \n \n \n \n \n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n \n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LogService.html":{"url":"injectables/LogService.html","title":"injectable - LogService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LogService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/log/log.service.ts\n \n\n\n \n Description\n \n \n Log service, responsible for getting or creating loggers. It itself acts as a base logger\n\n \n\n \n Extends\n \n \n Logger\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getLogger\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(name: string, level: LogLevel, appenders: LogAppender[])\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n name\n \n \n string\n \n \n \n No\n \n \n \n \n level\n \n \n LogLevel\n \n \n \n No\n \n \n \n \n appenders\n \n \n LogAppender[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getLogger\n \n \n \n \n \n \ngetLogger(loggerName: string, persist: boolean)\n \n \n\n\n\n\n \n \n Gets a logger by name. If the logger does not exist, it is created\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n loggerName\n \n string\n \n\n \n No\n \n\n \n \n\n \n logger name\n\n \n \n \n persist\n \n boolean\n \n\n \n No\n \n\n \n false\n \n\n \n optional parameter. Set it to true if you want to reuse the logger. By default, it is set to false\n\n \n \n \n \n \n \n \n \n Returns : Logger\n\n \n \n the logger\n\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/LogServiceMock.html":{"url":"classes/LogServiceMock.html","title":"class - LogServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n LogServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/log/log.service.mock.ts\n \n\n\n\n \n Extends\n \n \n LoggerMock\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getLogger\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getLogger\n \n \n \n \n \n \ngetLogger()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ModuleLoadEvent.html":{"url":"interfaces/ModuleLoadEvent.html","title":"interface - ModuleLoadEvent","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ModuleLoadEvent\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n error\n \n \n \n \n name\n \n \n \n \n ready\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n error\n \n \n \n \n \n \n \n \n error: any\n\n \n \n\n\n \n \n Type : any\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n ready\n \n \n \n \n \n \n \n \n ready: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/OpenIdConnectInterceptor.html":{"url":"interceptors/OpenIdConnectInterceptor.html","title":"interceptor - OpenIdConnectInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n OpenIdConnectInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n defaultMaximumRequestRetries\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler, retryCount: number, retryCallback?: Subject>)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n \n \n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n \n \n\n \n \n retryCount\n \n number\n \n\n \n No\n \n\n \n 0\n \n\n \n \n retryCallback\n \n Subject>\n \n\n \n Yes\n \n\n \n \n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n defaultMaximumRequestRetries\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 1\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/OpenIdConnectService.html":{"url":"injectables/OpenIdConnectService.html","title":"injectable - OpenIdConnectService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n OpenIdConnectService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getUserDetails\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getUserDetails\n \n \n \n \n \n \ngetUserDetails()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/OpenIdConnectServiceMock.html":{"url":"classes/OpenIdConnectServiceMock.html","title":"class - OpenIdConnectServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n OpenIdConnectServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.service.mock.ts\n \n\n\n\n \n Extends\n \n \n OpenIdConnectService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getUserDetails\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getUserDetails\n \n \n \n \n \n \ngetUserDetails()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/OpenIdConnectUserDetails.html":{"url":"interfaces/OpenIdConnectUserDetails.html","title":"interface - OpenIdConnectUserDetails","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n OpenIdConnectUserDetails\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n departmentNumber\n \n \n \n Optional\n \n domain\n \n \n \n Optional\n \n domainUsername\n \n \n \n Optional\n \n email\n \n \n \n Optional\n \n firstName\n \n \n \n Optional\n \n lastName\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n departmentNumber\n \n \n \n \n \n \n \n \n departmentNumber: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n domain\n \n \n \n \n \n \n \n \n domain: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n domainUsername\n \n \n \n \n \n \n \n \n domainUsername: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n email\n \n \n \n \n \n \n \n \n email: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n firstName\n \n \n \n \n \n \n \n \n firstName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n lastName\n \n \n \n \n \n \n \n \n lastName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/RemoveApiQueueItemAction.html":{"url":"classes/RemoveApiQueueItemAction.html","title":"class - RemoveApiQueueItemAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n RemoveApiQueueItemAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.REMOVE_API_QUEUE_ITEM\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ResourceError.html":{"url":"interfaces/ResourceError.html","title":"interface - ResourceError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ResourceError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n error\n \n \n \n \n isError\n \n \n \n Optional\n \n resource\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n error\n \n \n \n \n \n \n \n \n error: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n isError\n \n \n \n \n \n \n \n \n isError: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n resource\n \n \n \n \n \n \n \n \n resource: I18nResourceImpl\n\n \n \n\n\n \n \n Type : I18nResourceImpl\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/RouterMock.html":{"url":"classes/RouterMock.html","title":"class - RouterMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n RouterMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/router.mock.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n events\n \n \n Public\n ne\n \n \n Public\n routerState\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n createUrlTree\n \n \n navigate\n \n \n navigateByUrl\n \n \n serializeUrl\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n events\n \n \n \n \n \n \n Default value : new Observable((observer) => {\n observer.next(this.ne);\n observer.complete();\n })\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n ne\n \n \n \n \n \n \n Default value : new NavigationEnd(0, 'http://localhost:4200/login', 'http://localhost:4200/login')\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n routerState\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : {\n root: {},\n }\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n createUrlTree\n \n \n \n \n \n \ncreateUrlTree()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n navigate\n \n \n \n \n \n \nnavigate(url: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n navigateByUrl\n \n \n \n \n \n \nnavigateByUrl(url: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n serializeUrl\n \n \n \n \n \n \nserializeUrl()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SessionStorageService.html":{"url":"injectables/SessionStorageService.html","title":"injectable - SessionStorageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n SessionStorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/session-storage.service.ts\n \n\n\n \n Description\n \n \n sessionStorage service\n\n \n\n \n Extends\n \n \n StorageService\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n remove\n \n \n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from session storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : any\n\n \n \n the value or undefined, if case of error\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n the name of the storage service\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove(key: string)\n \n \n\n\n\n\n \n \n removes an object from session storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in session storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'SessionStorageService'\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/StorageService.html":{"url":"classes/StorageService.html","title":"class - StorageService","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n StorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/storage.service.ts\n \n\n\n \n Description\n \n \n Generic storage service. Concrete storage services must extend this class\n\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Abstract\n get\n \n \n Abstract\n get\n \n \n Abstract\n name\n \n \n Abstract\n remove\n \n \n Abstract\n set\n \n \n Abstract\n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : any\n\n \n \n the value or undefined, if case of error\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : T\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n name\n \n \n \n \n \n \n \n name()\n \n \n\n\n\n\n \n \n utility function, to determine the storage implementation\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n remove\n \n \n \n \n \n \n \n remove(key: string)\n \n \n\n\n\n\n \n \n removes an object from storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: T)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/StorageServiceMock.html":{"url":"classes/StorageServiceMock.html","title":"class - StorageServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n StorageServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/storage.service.mock.ts\n \n\n\n\n \n Extends\n \n \n StorageService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n remove\n \n \n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/StoreMock.html":{"url":"classes/StoreMock.html","title":"class - StoreMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n StoreMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/store.mock.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n state\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n debounceTime\n \n \n dispatch\n \n \n distinctUntilChanged\n \n \n select\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n state\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : globalState\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n debounceTime\n \n \n \n \n \n \ndebounceTime()\n \n \n\n\n\n\n \n \n\n \n Returns : this\n\n \n \n \n \n \n \n \n \n \n \n \n dispatch\n \n \n \n \n \n \ndispatch()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n distinctUntilChanged\n \n \n \n \n \n \ndistinctUntilChanged()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n select\n \n \n \n \n \n \nselect(selector)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n selector\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/StoreService.html":{"url":"injectables/StoreService.html","title":"injectable - StoreService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n StoreService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/store.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addAutoSaveHandler\n \n \n dispatch\n \n \n 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 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 \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\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/TimeZone.html":{"url":"interfaces/TimeZone.html","title":"interface - TimeZone","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n TimeZone\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-timezone.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n desc\n \n \n \n \n name\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n desc\n \n \n \n \n \n \n \n \n desc: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/TranslateMockDirective.html":{"url":"directives/TranslateMockDirective.html","title":"directive - TranslateMockDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n TranslateMockDirective\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n \n Implements\n \n \n AfterViewChecked\n \n\n\n \n Metadata\n \n \n\n \n Selector\n [translate]\n \n\n \n \n \n\n \n Index\n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n translateParams\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(_element: ElementRef)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n _element\n \n \n ElementRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n translateParams\n \n \n \n \n Type : any\n\n \n \n \n \n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TranslateMockModule.html":{"url":"modules/TranslateMockModule.html","title":"module - TranslateMockModule","body":"\n \n\n\n\n\n Modules\n TranslateMockModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n TranslateMockDirective\n \n \n TranslateMockPipe\n \n \n \n \n Exports\n \n \n TranslateMockDirective\n \n \n TranslateMockPipe\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"pipes/TranslateMockPipe.html":{"url":"pipes/TranslateMockPipe.html","title":"pipe - TranslateMockPipe","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Pipes\n TranslateMockPipe\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n \n Metadata\n \n \n \n Name\n translate\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n transform\n \n \n \n \n \n \ntransform(text: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n text\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/TranslateServiceMock.html":{"url":"classes/TranslateServiceMock.html","title":"class - TranslateServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n TranslateServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n currentLang\n \n \n isLoaded\n \n \n isLoadedSubject\n \n \n languages\n \n \n onDefaultLangChange\n \n \n onDefaultLangChangeSubject\n \n \n onLangChange\n \n \n onLangChangeSubject\n \n \n onTranslationChange\n \n \n onTranslationChangeSubject\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n addLangs\n \n \n get\n \n \n getBrowserLang\n \n \n getLangs\n \n \n getTranslation\n \n \n instant\n \n \n setDefaultLang\n \n \n use\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n currentLang\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n isLoaded\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : this.isLoadedSubject.asObservable()\n \n \n\n\n \n \n \n \n \n \n \n \n isLoadedSubject\n \n \n \n \n \n \n Type : BehaviorSubject\n\n \n \n \n \n Default value : new BehaviorSubject(true)\n \n \n\n\n \n \n \n \n \n \n \n \n languages\n \n \n \n \n \n \n Type : string[]\n\n \n \n \n \n Default value : [DEFAULT_LANGUAGE]\n \n \n\n\n \n \n \n \n \n \n \n \n onDefaultLangChange\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : this.onDefaultLangChangeSubject.asObservable()\n \n \n\n\n \n \n \n \n \n \n \n \n onDefaultLangChangeSubject\n \n \n \n \n \n \n Type : Subject\n\n \n \n \n \n Default value : new Subject()\n \n \n\n\n \n \n \n \n \n \n \n \n onLangChange\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : this.onLangChangeSubject.asObservable()\n \n \n\n\n \n \n \n \n \n \n \n \n onLangChangeSubject\n \n \n \n \n \n \n Type : Subject\n\n \n \n \n \n Default value : new Subject()\n \n \n\n\n \n \n \n \n \n \n \n \n onTranslationChange\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : this.onTranslationChangeSubject.asObservable()\n \n \n\n\n \n \n \n \n \n \n \n \n onTranslationChangeSubject\n \n \n \n \n \n \n Type : Subject\n\n \n \n \n \n Default value : new Subject()\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addLangs\n \n \n \n \n \n \naddLangs(langs: string[])\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n langs\n \n string[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(content: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n content\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getBrowserLang\n \n \n \n \n \n \ngetBrowserLang()\n \n \n\n\n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n getLangs\n \n \n \n \n \n \ngetLangs()\n \n \n\n\n\n\n \n \n\n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n getTranslation\n \n \n \n \n \n \ngetTranslation()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n instant\n \n \n \n \n \n \ninstant(key: string | string[], interpolateParams?: object)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string | string[]\n \n\n \n No\n \n\n\n \n \n interpolateParams\n \n object\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setDefaultLang\n \n \n \n \n \n \nsetDefaultLang(lang: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n use\n \n \n \n \n \n \nuse(lang: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateAppConnectionAction.html":{"url":"classes/UpdateAppConnectionAction.html","title":"class - UpdateAppConnectionAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateAppConnectionAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: boolean)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n boolean\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : boolean\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_APP_CONNECTION\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateAppStatusAction.html":{"url":"classes/UpdateAppStatusAction.html","title":"class - UpdateAppStatusAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateAppStatusAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_APP_STATUS\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateAppVersionAction.html":{"url":"classes/UpdateAppVersionAction.html","title":"class - UpdateAppVersionAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateAppVersionAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_APP_VERSION\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateCurrentModuleAction.html":{"url":"classes/UpdateCurrentModuleAction.html","title":"class - UpdateCurrentModuleAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateCurrentModuleAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_CURRENT_MODULE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateI18nStateAction.html":{"url":"classes/UpdateI18nStateAction.html","title":"class - UpdateI18nStateAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateI18nStateAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: I18nState)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n I18nState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : I18nState\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreI18nActionTypes.UPDATE_I18N_STATE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateLocaleStateAction.html":{"url":"classes/UpdateLocaleStateAction.html","title":"class - UpdateLocaleStateAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateLocaleStateAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: LocaleState)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n LocaleState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : LocaleState\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreLocaleActionTypes.UPDATE_LOCALE_STATE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateNotificationsListAction.html":{"url":"classes/UpdateNotificationsListAction.html","title":"class - UpdateNotificationsListAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateNotificationsListAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: any[])\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n any[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : any[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreNotificationsActionTypes.UPDATE_NOTIFICATIONS_LIST\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserDashboardAction.html":{"url":"classes/UpdateUserDashboardAction.html","title":"class - UpdateUserDashboardAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserDashboardAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: any)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n any\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : any\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_DASHBOARD\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserDetailsAction.html":{"url":"classes/UpdateUserDetailsAction.html","title":"class - UpdateUserDetailsAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserDetailsAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UserDetails)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UserDetails\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UserDetails\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_DETAILS\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserPreferencesAction.html":{"url":"classes/UpdateUserPreferencesAction.html","title":"class - UpdateUserPreferencesAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserPreferencesAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UserPreferences)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UserPreferences\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UserPreferences\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_PREFERENCES\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserRightsAction.html":{"url":"classes/UpdateUserRightsAction.html","title":"class - UpdateUserRightsAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserRightsAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UxUserRight[])\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UxUserRight[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UxUserRight[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_RIGHTS\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserStateAction.html":{"url":"classes/UpdateUserStateAction.html","title":"class - UpdateUserStateAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserStateAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UserState)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UserState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UserState\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_STATE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UserService.html":{"url":"injectables/UserService.html","title":"injectable - UserService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UserService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/user/user.service.ts\n \n\n\n\n \n Extends\n \n \n EuiService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getState\n \n \n getState\n \n \n getState\n \n \n init\n \n \n updateState\n \n \n \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 \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 : 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 \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 : 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/UxDynamicComponentService.html":{"url":"injectables/UxDynamicComponentService.html","title":"injectable - UxDynamicComponentService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxDynamicComponentService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-dynamic-component/ux-dynamic-component.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n add\n \n \n Public\n remove\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(componentFactoryResolver: ComponentFactoryResolver, injector: Injector, appRef: ApplicationRef)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n componentFactoryResolver\n \n \n ComponentFactoryResolver\n \n \n \n No\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n \n appRef\n \n \n ApplicationRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n add\n \n \n \n \n \n \n \n add(component: ComponentType, el?: ElementRef, config?: any)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n Adds a component to portal host dynamically\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n component\n \n ComponentType\n \n\n \n No\n \n\n\n \n The component to be injected\n\n \n \n \n el\n \n ElementRef\n \n\n \n Yes\n \n\n\n \n The element reference for the component to be injected\n\n \n \n \n config\n \n any\n \n\n \n Yes\n \n\n\n \n The data to be passed (config) for the DYNAMIC_COMPONENT_CONFIG token\n\n \n \n \n \n \n \n \n \n Returns : { portalHost: DomPortalOutlet; portal: ComponentPortal; portalComponentInstance: ComponentRef; }\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n remove\n \n \n \n \n \n \n \n remove(portalHostRef: DomPortalOutlet)\n \n \n\n\n\n\n \n \n detaches a portalHost\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n portalHostRef\n \n DomPortalOutlet\n \n\n \n No\n \n\n\n \n reference of portal host to be detached\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UxDynamicMenuService.html":{"url":"injectables/UxDynamicMenuService.html","title":"injectable - UxDynamicMenuService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxDynamicMenuService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n menuLinks\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n filterUxLinksWithRights\n \n \n getMenuLinks\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(uxPermission: EuiPermissionService, store: StoreService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n uxPermission\n \n \n EuiPermissionService\n \n \n \n No\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n filterUxLinksWithRights\n \n \n \n \n \n \nfilterUxLinksWithRights(links: Array)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n links\n \n Array\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getMenuLinks\n \n \n \n \n \n \ngetMenuLinks()\n \n \n\n\n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n menuLinks\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : []\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UxErrorFeedbackService.html":{"url":"injectables/UxErrorFeedbackService.html","title":"injectable - UxErrorFeedbackService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxErrorFeedbackService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-error-feedback/ux-error-feedback.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n errors\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n clearError\n \n \n createGlobalErrorManager\n \n \n createLocalErrorManager\n \n \n growlError\n \n \n publishError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(asService: UxAppShellService, translateService: TranslateService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n asService\n \n \n UxAppShellService\n \n \n \n No\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n clearError\n \n \n \n \n \n \nclearError(id?: string, groupId?: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n Yes\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n createGlobalErrorManager\n \n \n \n \n \n \ncreateGlobalErrorManager()\n \n \n\n\n\n\n \n \n\n \n Returns : UxErrorManager\n\n \n \n \n \n \n \n \n \n \n \n \n createLocalErrorManager\n \n \n \n \n \n \ncreateLocalErrorManager()\n \n \n\n\n\n\n \n \n\n \n Returns : UxErrorManager\n\n \n \n \n \n \n \n \n \n \n \n \n growlError\n \n \n \n \n \n \ngrowlError(err: UxHttpErrorResponse)\n \n \n\n\n\n\n \n \n Growl errors\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n publishError\n \n \n \n \n \n \npublishError(err: UxHttpErrorResponse, instanceId?: string, groupId?: string, accumulate?: boolean)\n \n \n\n\n\n\n \n \n Publishes errors to targeted components\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n instanceId\n \n string\n \n\n \n Yes\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n accumulate\n \n boolean\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n errors\n \n \n \n \n \n \n Default value : new Subject()\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UxErrorManager.html":{"url":"classes/UxErrorManager.html","title":"class - UxErrorManager","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UxErrorManager\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-error-feedback/ux-error-feedback.service.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n httpErrorOperator\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n clearError\n \n \n errors\n \n \n growlError\n \n \n publishError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(uxErrorFeedbackService: UxErrorFeedbackService, isGlobal?: boolean)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n uxErrorFeedbackService\n \n \n UxErrorFeedbackService\n \n \n \n No\n \n \n \n \n isGlobal\n \n \n boolean\n \n \n \n Yes\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n httpErrorOperator\n \n \n \n \n \n \n Default value : withUxErrorManager(this)\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n clearError\n \n \n \n \n \n \nclearError(groupId?: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n errors\n \n \n \n \n \n \nerrors()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n growlError\n \n \n \n \n \n \ngrowlError(err: UxHttpErrorResponse)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n publishError\n \n \n \n \n \n \npublishError(err: UxHttpErrorResponse, groupId?: string, accumulate?: boolean)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n accumulate\n \n boolean\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/UxRequestErrorModelInterceptor.html":{"url":"interceptors/UxRequestErrorModelInterceptor.html","title":"interceptor - UxRequestErrorModelInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n UxRequestErrorModelInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/ux-request-error-model.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(errorMappingHandler: ErrorMappingHandler)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n errorMappingHandler\n \n \n ErrorMappingHandler\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UxRootInjectorGuard.html":{"url":"classes/UxRootInjectorGuard.html","title":"class - UxRootInjectorGuard","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UxRootInjectorGuard\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-root-injector.guard.ts\n \n\n\n\n\n\n\n\n \n Constructor\n \n \n \n \nconstructor(type: Type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n type\n \n \n Type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UxTimezoneService.html":{"url":"injectables/UxTimezoneService.html","title":"injectable - UxTimezoneService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxTimezoneService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-timezone.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getCountries\n \n \n getTimezone\n \n \n getTimezones\n \n \n iso2country\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getCountries\n \n \n \n \n \n \ngetCountries()\n \n \n\n\n\n\n \n \n Gets the list of ISO-codes for all countries\n\n\n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n getTimezone\n \n \n \n \n \n \ngetTimezone(tz: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tz\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : TimeZone\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getTimezones\n \n \n \n \n \n \ngetTimezones()\n \n \n\n\n\n\n \n \n\n \n Returns : TimeZone[]\n\n \n \n \n \n \n \n \n \n \n \n \n iso2country\n \n \n \n \n \n \niso2country(iso: string)\n \n \n\n\n\n\n \n \n Convert country ISO code to country name (in english)\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n iso\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular/animations : 16.0.0-next.2\n \n @angular/common : 16.0.0-next.2\n \n @angular/compiler : 16.0.0-next.2\n \n @angular/core : 16.0.0-next.2\n \n @angular/forms : 16.0.0-next.2\n \n @angular/platform-browser : 16.0.0-next.2\n \n @angular/platform-browser-dynamic : 16.0.0-next.2\n \n @angular/router : 16.0.0-next.2\n \n @angular/compiler-cli : 16.0.0-next.2\n \n @angular/elements : 16.0.0-next.2\n \n @angular/language-service : 16.0.0-next.2\n \n @angular/service-worker : 16.0.0-next.2\n \n @angular-devkit/build-angular : 16.0.0-next.3\n \n @angular/cli : 16.0.0-next.3\n \n ng-packagr : 16.0.0-next.0\n \n @angular/cdk : 16.0.0-next.1\n \n @angular/material : 16.0.0-next.1\n \n @angular/material-moment-adapter : 16.0.0-next.1\n \n angular-animations : 0.11.0\n \n @angular-eslint/builder : 15.2.0\n \n @angular-eslint/eslint-plugin : 15.2.0\n \n @angular-eslint/eslint-plugin-template : 15.2.0\n \n @angular-eslint/schematics : 15.2.0\n \n @angular-eslint/template-parser : 15.2.0\n \n eslint-plugin-prefer-arrow : 1.2.3\n \n eslint-plugin-jsdoc : 39.7.5\n \n @typescript-eslint/parser : 5.50.0\n \n @typescript-eslint/eslint-plugin : 5.50.0\n \n @typescript-eslint/eslint-plugin-tslint : 5.50.0\n \n eslint-plugin-import : 2.27.5\n \n @webcomponents/custom-elements : 1.5.1\n \n eslint : 8.33.0\n \n rxjs : 7.8.0\n \n tslib : 2.5.0\n \n zone.js : 0.13.0\n \n typescript : 4.9.5\n \n @types/jasmine : 4.3.1\n \n @types/node : 18.15.0\n \n moment-timezone : 0.5.40\n \n jasmine-core : 4.5.0\n \n karma : 6.4.1\n \n karma-chrome-launcher : 3.1.1\n \n karma-coverage : 2.2.0\n \n karma-jasmine : 5.1.0\n \n karma-jasmine-html-reporter : 2.0.0\n \n karma-cli : 2.0.0\n \n karma-coverage-istanbul-reporter : 3.0.3\n \n karma-sourcemap-loader : 0.3.8\n \n karma-remap-coverage : 0.1.5\n \n jasmine-marbles : 0.9.2\n \n jasmine-spec-reporter : 7.0.0\n \n ts-node : 10.9.1\n \n @types/jasminewd2 : 2.0.10\n \n @types/lodash : 4.14.191\n \n @ngrx/effects : 15.2.1\n \n @ngrx/router-store : 15.2.1\n \n @ngrx/schematics : 15.2.1\n \n @ngrx/store : 15.2.1\n \n @ngrx/store-devtools : 15.2.1\n \n @ngrx/entity : 15.2.1\n \n @ngrx/component : 15.2.1\n \n @ngrx/component-store : 15.2.1\n \n ngrx-store-freeze : 0.2.4\n \n reselect : 4.1.7\n \n @ngx-translate/core : 14.0.0\n \n @ngx-translate/http-loader : 7.0.0\n \n ngx-infinite-scroll : 14.0.1\n \n cleave.js : 1.6.0\n \n @types/cleave.js : 1.4.7\n \n ng2-pdfjs-viewer : 13.2.2\n \n ngx-perfect-scrollbar : 10.1.1\n \n ngx-mask : 14.2.4\n \n bootstrap : 5.1.3\n \n quill : 2.0.0-dev.4\n \n @types/quill : 2.0.9\n \n quill-better-table : 1.2.10\n \n intl : 1.2.5\n \n resize-observer-polyfill : 1.5.1\n \n classlist.js : 1.1.20150312\n \n xhr-mock : 2.5.1\n \n ngx-device-detector : 3.0.0\n \n @compodoc/compodoc : 1.1.19\n \n @compodoc/ngd-transformer : 2.1.0\n \n marked : 4.2.12\n \n prismjs : 1.29.0\n \n oidc-client : 1.11.5\n \n jsrsasign : 10.6.1\n \n web-animations-js : 2.3.2\n \n event-source-polyfill : 1.0.31\n \n lodash-es : 4.17.21\n \n localforage : 1.10.0\n \n hammerjs : 2.0.8\n \n stylelint : 14.16.0\n \n stylelint-config-standard : 24.0.0\n \n stylelint-order : 5.0.0\n \n stylelint-scss : 4.3.0\n \n handlebars : 4.7.7\n \n pikaday : 1.8.2\n \n apexcharts : 3.36.3\n \n @stackblitz/sdk : 1.8.1\n \n prettier : 2.8.3\n \n prettier-eslint : 15.0.1\n \n eslint-config-prettier : 8.6.0\n \n eslint-plugin-prettier : 4.2.1\n \n @eui/styles-base : 15.3.0\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 : 14.0.0\n \n License : EUPL-1.1\n \n Repository : https://citnet.tech.ec.europa.eu/CITnet/stash/projects/csdr/repos/root\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/typealiases.html":{"url":"miscellaneous/typealiases.html","title":"miscellaneous-typealiases - typealiases","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Type aliases\n\n\n\n Index\n \n \n \n \n \n \n CoreAppActions (packages/.../app.actions.ts)\n \n \n CoreI18nActions (packages/.../i18n.actions.ts)\n \n \n CoreLocaleActions (packages/.../locale.actions.ts)\n \n \n CoreNotificationsActions (packages/.../notifications.actions.ts)\n \n \n CoreUserActions (packages/.../user.actions.ts)\n \n \n LocaleMapper (packages/.../locale.service.ts)\n \n \n \n \n \n \n\n\n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n \n \n \n \n \n CoreAppActions\n \n \n \n \n InitStoreAction | UpdateAppVersionAction | UpdateAppConnectionAction | AddAppLoadedConfigModulesAction | UpdateAppStatusAction | UpdateCurrentModuleAction | ActivatedRouteAction | AddApiQueueItemAction | RemoveApiQueueItemAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts\n \n \n \n \n \n \n CoreI18nActions\n \n \n \n \n UpdateI18nStateAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts\n \n \n \n \n \n \n CoreLocaleActions\n \n \n \n \n UpdateLocaleStateAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts\n \n \n \n \n \n \n CoreNotificationsActions\n \n \n \n \n UpdateNotificationsListAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n \n \n \n \n \n CoreUserActions\n \n \n \n \n UpdateUserDetailsAction | UpdateUserPreferencesAction | UpdateUserRightsAction | UpdateUserDashboardAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/locale/locale.service.ts\n \n \n \n \n \n \n LocaleMapper\n \n \n \n \n function\n\n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}}
|
|
2
|
+
"index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/classes/ActivatedRouteAction.html",[0,0.874,1,2.969]],["body/classes/ActivatedRouteAction.html",[1,3.861,2,1.174,3,0.141,4,0.123,5,2.513,6,1.927,7,1.798,8,0.213,9,1.33,10,1.966,11,2.723,12,0.357,13,0.62,14,1.996,15,6.325,16,0.411,17,0.012,18,0.328,19,0.328,20,1.174,21,1.029,22,5.311,23,0.01,24,0.01]],["title/classes/AddApiQueueItemAction.html",[0,0.874,25,3.224]],["body/classes/AddApiQueueItemAction.html",[2,1.154,3,0.138,4,0.121,5,2.472,6,1.895,7,1.768,8,0.209,9,1.316,10,1.946,11,2.702,12,0.379,13,0.61,14,1.963,16,0.404,17,0.012,18,0.323,19,0.323,20,1.154,21,1.012,23,0.01,24,0.01,25,4.123,26,5.675,27,5.222]],["title/classes/AddAppLoadedConfigModulesAction.html",[0,0.874,28,3.224]],["body/classes/AddAppLoadedConfigModulesAction.html",[2,1.154,3,0.138,4,0.121,5,2.472,6,1.895,7,1.768,8,0.209,9,1.316,10,1.946,11,2.702,12,0.379,13,0.61,14,1.963,16,0.404,17,0.012,18,0.323,19,0.323,20,1.154,21,1.012,23,0.01,24,0.01,26,5.675,28,4.123,29,5.222]],["title/interceptors/AddLangParamInterceptor.html",[30,2.211,31,3.565]],["body/interceptors/AddLangParamInterceptor.html",[3,0.128,4,0.112,8,0.193,12,0.294,13,0.563,16,0.484,17,0.012,18,0.386,19,0.386,23,0.009,24,0.009,30,2.61,31,4.209,32,2.743,33,4.82,34,3.505,35,4.82,36,1.812,37,4.82,38,3.505,39,3.806,40,3.806,41,3.505,42,4.82,43,4.82,44,2.743,45,3.505,46,4.82,47,0.951,48,3.38,49,4.82,50,5.034,51,3.505,52,3.553,53,3.225,54,3.553,55,3.505,56,0.708,57,1.337]],["title/injectables/ApiQueueService.html",[58,1.336,59,3.224]],["body/injectables/ApiQueueService.html",[3,0.062,4,0.054,7,0.793,8,0.094,12,0.319,13,0.274,16,0.491,17,0.011,18,0.392,19,0.392,20,0.819,21,0.718,23,0.005,24,0.005,36,2.275,38,1.704,44,2.616,45,3.8,47,0.565,53,1.211,56,0.966,57,1.877,59,1.85,60,0.742,61,2.046,62,2.344,63,3.236,64,4.014,65,3.236,66,3.236,67,3.236,68,3.236,69,4.014,70,3.236,71,1.704,72,2.007,73,3.236,74,2.281,75,2.83,76,2.344,77,1.317,78,6.452,79,5.226,80,1.85,81,6.175,82,2.344,83,2.926,84,3.707,85,4.406,86,3.707,87,5.285,88,1.275,89,3.707,90,2.356,91,2.344,92,1.211,93,3.114,94,5.535,95,2.046,96,2.344,97,2.373,98,4.014,99,2.344,100,2.695,101,1.334,102,2.344,103,2.344,104,2.344,105,2.344,106,2.344,107,2.046,108,3.8,109,2.695,110,3.236,111,2.046,112,2.046,113,2.046,114,2.046,115,2.046,116,1.49,117,2.046,118,2.046,119,2.046,120,1.407,121,2.344,122,2.225,123,2.046,124,2.344,125,1.704]],["title/classes/ApiQueueServiceMock.html",[0,0.874,126,3.565]],["body/classes/ApiQueueServiceMock.html",[2,0.821,3,0.098,4,0.086,8,0.149,12,0.246,13,0.611,16,0.405,17,0.012,18,0.323,19,0.323,20,0.821,21,0.72,23,0.008,24,0.008,36,1.396,44,2.979,45,3.806,47,0.797,53,1.919,56,1.109,57,1.924,59,2.933,61,3.244,63,5.291,64,5.291,65,4.57,66,5.291,67,4.57,68,5.291,69,5.291,70,5.291,77,1.049,81,4.785,85,2.362,88,1.681,94,4.57,95,3.244,97,2.377,98,3.244,100,2.701,107,3.244,108,4.784,109,3.806,110,4.57,111,3.244,112,3.244,113,3.244,114,3.244,115,3.244,116,2.362,117,3.244,118,3.244,119,3.244,120,2.23,126,3.244,127,3.715,128,1.302]],["title/classes/AsyncStorageService.html",[0,0.874,129,2.969]],["body/classes/AsyncStorageService.html",[0,0.518,2,0.535,3,0.064,4,0.056,8,0.097,12,0.336,16,0.553,17,0.012,18,0.441,19,0.411,21,1.383,23,0.006,24,0.006,36,2.307,47,0.579,56,1.028,57,1.941,77,1.535,88,1.303,90,1.54,92,2.427,116,3.383,120,1.454,122,1.454,128,0.849,129,1.761,130,2.115,131,1.912,132,2.115,133,4.647,134,4.081,135,1.251,136,2.115,137,1.912,138,2.115,139,1.54,140,6.499,141,3.415,142,2.543,143,3.003,144,3.653,145,4.202,146,2.576,147,4.697,148,3.799,149,3.917,150,4.202,151,4.202,152,3.853,153,2.115,154,2.115,155,1.64,156,2.115,157,3.003,158,2.223,159,2.576,160,3.321,161,1.912,162,2.115,163,2.115]],["title/classes/AsyncStorageServiceMock.html",[0,0.874,164,3.565]],["body/classes/AsyncStorageServiceMock.html",[2,1.071,3,0.128,4,0.113,8,0.194,17,0.012,18,0.429,23,0.009,24,0.009,47,0.954,56,1.163,57,2.035,77,0.971,88,1.738,128,1.698,129,3.523,130,4.23,141,5.046,142,3.758,143,5.48,144,3.95,145,5.48,164,4.23,165,4.845]],["title/interceptors/CachePreventionInterceptor.html",[30,2.211,166,3.565]],["body/interceptors/CachePreventionInterceptor.html",[3,0.146,4,0.128,8,0.22,12,0.259,16,0.426,17,0.011,18,0.34,19,0.34,23,0.01,24,0.01,32,3.128,47,1.033,48,3.673,51,3.997,52,3.86,53,3.504,54,3.86,55,3.997,56,0.808,57,1.525,166,4.8,167,5.497,168,4.8]],["title/injectables/CoreAppEffects.html",[58,1.336,169,3.565]],["body/injectables/CoreAppEffects.html",[1,2.096,3,0.076,4,0.067,8,0.115,9,0.872,12,0.247,13,0.337,15,3.798,16,0.223,17,0.013,18,0.269,19,0.178,20,1.158,21,1.015,23,0.006,24,0.006,50,4.242,57,1.207,60,0.912,97,2.844,169,2.517,170,2.883,171,4.35,172,4.35,173,2.883,174,5.238,175,4.35,176,3.798,177,3.798,178,3.798,179,5.238,180,4.35,181,2.883,182,4.35,183,4.35,184,2.883,185,4.35,186,2.247,187,2.276,188,2.883,189,2.883,190,1.953,191,2.883,192,2.946,193,2.883,194,2.883,195,2.883,196,2.883,197,2.883,198,2.883,199,2.883,200,2.883,201,2.096,202,2.883,203,2.883,204,2.276,205,2.883,206,2.883,207,2.517,208,2.883,209,2.276,210,2.883,211,2.883,212,4.35,213,4.35,214,5.238,215,2.883,216,6.583,217,2.883,218,3.798,219,2.276,220,2.517,221,2.883,222,2.517,223,2.517,224,2.883,225,2.883,226,4.35,227,4.35,228,2.883,229,4.35,230,2.883,231,4.35,232,3.798,233,4.35,234,2.883,235,1.309]],["title/modules/CoreModule.html",[186,2.11,236,3.224]],["body/modules/CoreModule.html",[3,0.138,4,0.121,12,0.244,16,0.402,17,0.012,18,0.321,19,0.321,23,0.01,24,0.01,47,0.791,56,0.962,77,1.312,236,4.1,237,2.955,238,4.534,239,4.534,240,4.162,241,4.534,242,5.193,243,3.776,244,5.169,245,5.661,246,4.534,247,4.1,248,3.234,249,4.1,250,5.193,251,5.193,252,5.193,253,5.193]],["title/interceptors/CorsSecurityInterceptor.html",[30,2.211,254,3.565]],["body/interceptors/CorsSecurityInterceptor.html",[3,0.146,4,0.128,8,0.22,12,0.259,16,0.426,17,0.011,18,0.34,19,0.34,23,0.01,24,0.01,32,3.128,44,3.128,47,1.033,48,3.673,52,3.86,53,3.504,54,3.86,56,0.808,57,1.525,254,4.8,255,5.497,256,5.497,257,3.997]],["title/interceptors/CsrfPreventionInterceptor.html",[30,2.211,258,3.565]],["body/interceptors/CsrfPreventionInterceptor.html",[3,0.146,4,0.128,8,0.22,12,0.259,16,0.426,17,0.011,18,0.34,19,0.34,23,0.01,24,0.01,32,3.128,44,3.128,47,1.033,48,3.673,52,3.86,53,3.504,54,3.86,56,0.808,57,1.525,168,4.8,257,3.997,258,4.8,259,5.497]],["title/classes/EmptyApiQueueAction.html",[0,0.874,260,3.565]],["body/classes/EmptyApiQueueAction.html",[2,1.194,3,0.143,4,0.126,5,2.557,6,1.96,7,1.829,8,0.216,9,1.345,10,1.987,11,2.744,12,0.359,13,0.631,14,2.031,16,0.418,17,0.012,18,0.334,19,0.334,20,1.194,21,1.047,23,0.01,24,0.01,260,4.717,261,5.402]],["title/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html",[30,2.211,262,3.565]],["body/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html",[3,0.143,4,0.126,8,0.216,12,0.254,16,0.418,17,0.011,18,0.334,19,0.334,23,0.01,24,0.01,32,3.074,44,3.074,47,1.022,48,3.634,52,3.819,53,3.467,54,3.819,56,0.794,57,1.499,257,3.928,262,4.717,263,5.402,264,5.402,265,3.928,266,4.717,267,5.402]],["title/classes/EuiCoreRootGuardClass.html",[0,0.874,268,3.565]],["body/classes/EuiCoreRootGuardClass.html",[2,1.367,3,0.164,4,0.144,13,0.85,17,0.011,23,0.011,24,0.011,238,5.4,239,5.4,268,5.4]],["title/classes/EuiError.html",[0,0.874,269,3.565]],["body/classes/EuiError.html",[2,1.23,3,0.147,4,0.129,12,0.262,13,0.649,16,0.431,17,0.011,18,0.344,19,0.344,23,0.01,24,0.01,77,1.545,128,1.949,269,4.856,270,5.562,271,5.562,272,5.562,273,6.833,274,6.833,275,4.391,276,2.982]],["title/injectables/EuiPermissionService.html",[58,1.336,277,3.224]],["body/injectables/EuiPermissionService.html",[3,0.078,4,0.068,8,0.117,12,0.323,13,0.342,16,0.532,17,0.012,18,0.409,19,0.409,23,0.007,24,0.007,36,1.654,47,0.67,56,0.973,57,1.221,60,0.927,72,2.383,74,1.921,75,2.383,77,1.498,85,1.861,88,0.812,97,2.401,101,1.666,125,3.2,128,1.026,135,1.513,209,3.475,219,4.642,246,2.556,247,2.312,277,2.312,278,2.928,279,2.312,280,4.401,281,4.401,282,4.401,283,3.173,284,2.174,285,2.641,286,2.312,287,1.666,288,2.928,289,2.928,290,6.53,291,6.17,292,2.928,293,2.928,294,2.928,295,2.928,296,4.401,297,2.556,298,3.475,299,2.928,300,2.556,301,2.556,302,2.928,303,5.288,304,2.928,305,2.928,306,2.928,307,2.556,308,2.928,309,2.556,310,2.928,311,4.977,312,2.928,313,2.928,314,4.401,315,2.928,316,1.983,317,4.401,318,2.731,319,2.928,320,5.134,321,2.928,322,2.928,323,2.312]],["title/injectables/GlobalErrorHandler.html",[58,1.336,324,3.565]],["body/injectables/GlobalErrorHandler.html",[3,0.14,4,0.123,8,0.211,12,0.311,13,0.617,16,0.512,17,0.012,18,0.409,19,0.409,23,0.01,24,0.01,47,1.008,56,0.776,60,1.671,74,3.153,88,1.465,128,1.85,235,3.005,324,4.611,325,5.281,326,5.281,327,5.281,328,6.616,329,5.281,330,5.281]],["title/interceptors/HttpErrorHandlerInterceptor.html",[30,2.211,331,3.565]],["body/interceptors/HttpErrorHandlerInterceptor.html",[3,0.131,4,0.115,8,0.198,12,0.299,13,0.578,16,0.492,17,0.011,18,0.392,19,0.392,23,0.009,24,0.009,32,2.815,47,0.967,48,3.437,51,3.597,52,3.613,53,3.279,54,3.613,55,3.597,56,0.727,57,1.372,235,2.247,248,2.444,331,4.319,332,4.319,333,4.947,334,4.319,335,5.543,336,5.839,337,7.395]],["title/injectables/I18nLoader.html",[58,1.336,338,3.565]],["body/injectables/I18nLoader.html",[3,0.09,4,0.079,8,0.136,10,2.261,12,0.316,13,0.398,16,0.52,17,0.012,18,0.415,19,0.415,23,0.007,24,0.007,34,4.199,36,1.849,39,3.884,45,2.476,47,0.749,56,1.027,57,1.861,60,1.078,73,4.295,74,2.76,77,1.267,80,2.689,88,0.945,93,3.331,122,2.044,248,1.682,338,2.973,339,2.476,340,3.884,341,5.775,342,4.295,343,4.919,344,4.919,345,3.405,346,5.522,347,2.973,348,3.884,349,6.104,350,3.884,351,2.973,352,4.543,353,2.689,354,3.405,355,3.405,356,2.689,357,2.689,358,3.405,359,3.405,360,3.405,361,3.405,362,2.476,363,2.689,364,3.405,365,2.689,366,3.405]],["title/modules/I18nModule.html",[186,2.11,367,3.224]],["body/modules/I18nModule.html",[3,0.151,4,0.132,17,0.011,23,0.01,24,0.01,36,2.141,47,0.868,56,0.837,186,3.582,237,3.242,240,3.622,244,4.498,245,5.474,367,5.474,368,5.697,369,4.498,370,4.974,371,4.974,372,4.142,373,4.142]],["title/classes/I18nResourceImpl.html",[0,0.874,352,2.766]],["body/classes/I18nResourceImpl.html",[2,0.784,3,0.094,4,0.082,8,0.142,10,2.099,12,0.303,13,0.591,16,0.499,17,0.011,18,0.398,19,0.421,23,0.008,24,0.008,34,4.296,36,2.422,39,3.999,40,2.8,47,0.771,56,0.868,77,1.543,88,0.984,92,3.329,97,1.611,100,2.579,150,2.8,158,1.679,352,4.001,353,2.8,357,5.381,362,4.955,374,3.547,375,5.065,376,5.065,377,5.065,378,3.547,379,5.908,380,5.065,381,3.547,382,5.065,383,3.547,384,5.158,385,3.547,386,5.065,387,3.547,388,3.097,389,3.097,390,3.547,391,5.065,392,3.097,393,3.547,394,3.547,395,3.097,396,3.547,397,4.422]],["title/injectables/I18nService.html",[58,1.336,398,2.969]],["body/injectables/I18nService.html",[3,0.063,4,0.055,8,0.095,10,1.559,12,0.344,13,0.277,16,0.567,17,0.012,18,0.452,19,0.43,23,0.006,24,0.006,36,1.407,41,1.726,47,0.57,50,3.826,56,0.998,57,1.885,60,0.751,72,2.027,74,2.297,75,2.027,77,1.323,83,1.874,88,1.038,101,1.351,109,1.726,116,1.509,125,1.726,128,0.832,148,1.226,152,3.437,158,1.772,186,2.719,204,1.874,232,2.072,243,4.164,248,2.29,276,2.78,283,3.652,284,1.849,285,2.247,298,1.874,316,2.535,318,2.395,340,2.956,347,2.072,348,4.522,349,2.072,350,1.874,398,1.726,399,2.072,400,2.373,401,3.268,402,3.268,403,4.047,404,2.373,405,3.37,406,5.262,407,2.072,408,2.072,409,2.373,410,2.373,411,2.722,412,1.726,413,1.726,414,1.874,415,1.874,416,1.874,417,2.373,418,3.744,419,2.072,420,2.373,421,4.047,422,2.072,423,1.726,424,2.072,425,2.072,426,3.66,427,1.874,428,1.726,429,2.072,430,2.072,431,2.072,432,3.268,433,2.072,434,2.072,435,3.268,436,2.072,437,1.607,438,1.874,439,2.373,440,2.956]],["title/injectables/I18nServiceMock.html",[58,1.336,441,3.565]],["body/injectables/I18nServiceMock.html",[3,0.088,4,0.077,8,0.133,10,1.431,12,0.294,13,0.564,16,0.484,17,0.012,18,0.442,19,0.386,23,0.007,24,0.007,36,1.248,47,0.736,56,1.051,57,1.984,60,1.051,77,0.968,83,2.622,88,0.921,101,1.89,116,2.111,125,2.415,128,1.164,158,1.572,186,3.229,204,2.622,243,2.415,248,1.641,276,2.108,283,3.417,284,2.386,285,2.899,298,2.622,318,2.496,340,4.495,348,3.814,398,2.415,401,4.218,402,4.971,403,4.971,405,2.415,411,2.415,419,2.9,422,2.9,423,2.415,424,2.9,425,2.9,426,4.495,427,2.622,428,2.415,429,2.9,430,2.9,431,2.9,432,4.218,433,2.9,434,2.9,435,4.218,436,2.9,437,2.249,438,2.622,440,5.472,441,2.9,442,3.321,443,4.218,444,4.218,445,4.831,446,3.321,447,3.321,448,3.321,449,3.321]],["title/classes/InitStoreAction.html",[0,0.874,450,3.224]],["body/classes/InitStoreAction.html",[2,1.154,3,0.138,4,0.121,5,2.472,6,1.895,7,1.768,8,0.209,9,1.316,10,1.946,11,2.702,12,0.379,13,0.61,14,1.963,16,0.404,17,0.012,18,0.323,19,0.323,20,1.154,21,1.012,23,0.01,24,0.01,26,5.675,450,4.123,451,5.222]],["title/interfaces/LoadedResources.html",[452,2.596,453,3.565]],["body/interfaces/LoadedResources.html",[3,0.142,4,0.125,8,0.215,9,1.34,12,0.343,17,0.012,19,0.413,23,0.01,24,0.01,92,3.454,93,4.529,97,3.037,339,3.905,357,5.749,453,4.69,454,3.224,455,5.294,456,7.281]],["title/interfaces/LoadedResourcesError.html",[452,2.596,457,3.565]],["body/interfaces/LoadedResourcesError.html",[3,0.15,4,0.132,8,0.227,9,1.384,12,0.325,17,0.012,23,0.01,24,0.01,77,1.384,235,3.386,339,4.117,352,4.678,362,5.42,454,3.399,457,4.944]],["title/injectables/LocalForageService.html",[58,1.336,458,3.565]],["body/injectables/LocalForageService.html",[3,0.075,4,0.066,8,0.114,9,0.862,12,0.32,13,0.332,16,0.507,17,0.012,18,0.465,19,0.404,20,0.628,21,1.357,23,0.006,24,0.006,36,2.46,47,0.655,56,0.999,57,1.942,60,0.899,74,1.877,77,1.508,88,1.193,90,1.805,92,2.681,116,3.68,120,1.704,122,1.704,128,0.995,129,2.065,133,3.755,134,2.734,135,2.221,141,3.774,142,2.81,143,3.395,144,3.54,145,3.395,146,1.923,148,3.775,149,4.212,150,4.571,151,4.571,153,2.479,154,2.479,155,1.923,156,2.479,157,3.395,158,2.035,159,1.923,160,2.479,240,2.734,248,1.403,287,2.447,334,2.479,458,3.755,459,2.479,460,2.84,461,5.431,462,2.84,463,2.84,464,2.84,465,2.84]],["title/injectables/LocalStorageService.html",[58,1.336,466,3.565]],["body/injectables/LocalStorageService.html",[3,0.097,4,0.085,8,0.146,9,1.034,12,0.324,13,0.425,16,0.505,17,0.012,18,0.479,19,0.403,20,0.805,21,1.334,23,0.008,24,0.008,36,2.452,47,0.786,56,0.958,60,1.153,74,2.253,77,1.505,88,1.432,90,2.316,92,3.097,101,2.073,120,2.187,122,2.187,128,1.276,131,2.876,134,4.147,135,2.667,139,2.316,142,2.795,144,3.412,146,2.467,148,3.694,149,4.061,155,2.467,159,2.467,190,2.467,235,1.655,240,3.282,286,2.876,287,2.073,459,3.181,466,4.507,467,3.643,468,4.734]],["title/injectables/LocaleService.html",[58,1.336,469,3.224]],["body/injectables/LocaleService.html",[3,0.081,4,0.071,8,0.122,12,0.35,13,0.355,16,0.576,17,0.012,18,0.43,19,0.43,23,0.007,24,0.007,47,0.69,56,1.022,57,1.777,60,0.963,71,2.212,72,2.452,74,1.976,75,1.647,77,1.346,85,1.934,88,1.501,128,1.066,148,1.571,152,1.826,158,1.44,190,3.067,276,2.615,279,2.401,283,4.031,284,2.237,285,2.718,287,2.577,316,3.067,318,3.096,323,2.401,363,2.401,369,3.575,398,3.292,405,3.292,407,3.954,412,2.212,413,2.212,414,2.401,415,2.401,416,2.401,443,3.954,469,2.401,470,2.656,471,3.954,472,4.723,473,4.528,474,4.528,475,3.954,476,5.232,477,2.656,478,2.656,479,4.731,480,2.656,481,2.656,482,2.656,483,3.042,484,3.042]],["title/injectables/LocaleServiceMock.html",[58,1.336,485,3.565]],["body/injectables/LocaleServiceMock.html",[3,0.114,4,0.1,8,0.172,12,0.329,13,0.501,16,0.542,17,0.012,18,0.432,19,0.432,23,0.009,24,0.009,47,0.881,56,1.073,57,1.814,60,1.358,77,1.402,85,2.729,88,1.604,128,1.504,276,1.873,283,3.924,284,2.856,285,3.47,318,2.987,469,3.389,471,5.048,472,5.709,475,3.747,477,3.747,478,3.747,479,5.523,480,3.747,485,3.747,486,4.292,487,4.292]],["title/modules/LogModule.html",[186,2.11,488,3.224]],["body/modules/LogModule.html",[3,0.122,4,0.107,12,0.285,16,0.469,17,0.011,18,0.375,19,0.375,20,1.34,21,1.175,23,0.009,24,0.009,36,1.732,47,0.702,56,0.891,74,2.645,186,3.131,237,3.45,240,3.853,241,4.023,244,4.786,245,3.638,248,2.994,287,2.622,365,3.638,370,5.292,371,5.292,372,4.407,373,3.35,411,3.35,437,3.12,488,3.638,489,4.608,490,4.608,491,6.284,492,4.608,493,4.023,494,4.608,495,5.292,496,4.608]],["title/injectables/LogService.html",[58,1.336,74,1.782]],["body/injectables/LogService.html",[3,0.111,4,0.097,8,0.168,12,0.268,13,0.49,16,0.441,17,0.011,18,0.448,19,0.399,20,1.259,21,0.813,23,0.008,24,0.008,36,2.14,40,3.313,47,0.867,56,0.616,60,1.328,74,1.831,77,1.389,97,2.586,100,3.051,128,1.47,135,2.168,144,3.24,287,2.388,309,3.664,353,4.496,356,3.313,497,4.196,498,4.196,499,3.664,500,4.196,501,4.196,502,4.196,503,4.196,504,3.664,505,7.776,506,4.972,507,4.196,508,5.694,509,5.694,510,4.972,511,4.972,512,4.196,513,5.694,514,4.196,515,3.664,516,4.196,517,4.196]],["title/classes/LogServiceMock.html",[0,0.874,518,3.565]],["body/classes/LogServiceMock.html",[2,1.307,3,0.157,4,0.137,8,0.237,17,0.011,23,0.011,24,0.011,47,1.08,56,0.869,128,2.071,506,6.631,518,5.162,519,5.912,520,5.912]],["title/interfaces/ModuleLoadEvent.html",[452,2.596,521,3.565]],["body/interfaces/ModuleLoadEvent.html",[3,0.144,4,0.126,8,0.217,9,1.349,12,0.345,17,0.012,18,0.452,19,0.416,23,0.01,24,0.01,77,1.349,97,3.059,141,5.322,235,3.324,399,4.744,454,3.261,521,4.744]],["title/interceptors/OpenIdConnectInterceptor.html",[30,2.211,522,3.565]],["body/interceptors/OpenIdConnectInterceptor.html",[3,0.127,4,0.111,8,0.192,9,1.247,12,0.293,13,0.726,16,0.371,17,0.012,18,0.296,19,0.296,20,1.375,21,1.206,23,0.009,24,0.009,32,2.729,44,2.729,47,0.948,48,3.369,52,3.541,53,3.214,54,3.541,56,0.705,57,1.33,218,4.187,257,3.487,276,2.093,522,4.187,523,3.487,524,4.796,525,6.222,526,6.222,527,5.453,528,6.222,529,4.524,530,4.187]],["title/injectables/OpenIdConnectService.html",[58,1.336,531,3.224]],["body/injectables/OpenIdConnectService.html",[3,0.155,4,0.136,8,0.234,13,0.822,17,0.011,23,0.01,24,0.01,47,1.072,56,0.858,57,1.62,60,1.848,523,4.245,531,4.61,532,5.098,533,6.596]],["title/classes/OpenIdConnectServiceMock.html",[0,0.874,534,3.565]],["body/classes/OpenIdConnectServiceMock.html",[2,1.291,3,0.155,4,0.136,8,0.234,17,0.011,23,0.01,24,0.01,47,1.072,56,0.858,57,1.62,128,2.046,523,4.245,531,4.61,533,6.596,534,5.098,535,5.839]],["title/interfaces/OpenIdConnectUserDetails.html",[452,2.596,536,3.565]],["body/interfaces/OpenIdConnectUserDetails.html",[3,0.12,4,0.106,8,0.182,9,1.203,12,0.36,17,0.012,19,0.507,23,0.009,24,0.009,77,1.644,454,2.725,523,3.302,532,3.965,536,3.965,537,6.726,538,6.726,539,6.726,540,6.726,541,6.726,542,6.726]],["title/classes/RemoveApiQueueItemAction.html",[0,0.874,543,3.224]],["body/classes/RemoveApiQueueItemAction.html",[2,1.174,3,0.141,4,0.123,5,2.513,6,1.927,7,1.798,8,0.213,9,1.33,10,1.966,11,2.723,12,0.357,13,0.62,14,1.996,16,0.411,17,0.012,18,0.328,19,0.328,20,1.174,21,1.029,23,0.01,24,0.01,77,1.451,543,4.193,544,5.311]],["title/interfaces/ResourceError.html",[452,2.596,545,3.565]],["body/interfaces/ResourceError.html",[3,0.141,4,0.123,8,0.213,9,1.33,12,0.341,17,0.012,19,0.469,23,0.01,24,0.01,77,1.33,97,3.015,235,3.29,339,3.861,352,4.497,362,5.267,454,3.187,545,4.637,546,7.244]],["title/classes/RouterMock.html",[0,0.874,547,3.565]],["body/classes/RouterMock.html",[2,0.888,3,0.106,4,0.093,8,0.161,9,1.107,10,2.184,12,0.297,13,0.645,16,0.428,17,0.012,18,0.342,19,0.342,20,1.397,21,1.225,23,0.008,24,0.008,47,0.842,56,1,77,1.478,88,1.533,192,3.743,372,2.921,547,3.507,548,4.017,549,5.527,550,5.527,551,5.527,552,6.319,553,5.527,554,5.527,555,6.319,556,4.017,557,4.017,558,4.017,559,4.017,560,5.527,561,4.017,562,4.825,563,4.017]],["title/injectables/SessionStorageService.html",[58,1.336,564,3.565]],["body/injectables/SessionStorageService.html",[3,0.097,4,0.085,8,0.146,9,1.034,12,0.324,13,0.425,16,0.505,17,0.012,18,0.479,19,0.403,20,0.805,21,1.334,23,0.008,24,0.008,36,2.452,47,0.786,56,0.958,60,1.153,74,2.253,77,1.505,88,1.432,90,2.316,92,3.097,101,2.073,120,2.187,122,2.187,128,1.276,131,2.876,134,4.147,135,2.667,139,2.316,142,2.795,144,3.412,146,2.467,148,3.694,149,4.061,155,2.467,159,2.467,190,2.467,235,1.655,240,3.282,265,4.36,286,2.876,287,2.073,564,4.507,565,3.643,566,3.643]],["title/classes/StorageService.html",[0,0.874,139,2.596]],["body/classes/StorageService.html",[0,0.701,2,0.724,3,0.087,4,0.076,8,0.131,12,0.335,16,0.552,17,0.012,18,0.451,19,0.408,21,1.337,23,0.007,24,0.007,36,2.334,47,0.728,56,1.013,77,1.536,88,1.567,90,2.082,92,2.918,101,1.864,120,1.966,122,1.966,132,2.859,134,4.385,135,1.692,136,2.859,137,2.586,138,2.859,139,2.082,140,6.77,142,2.589,144,3.759,146,3.238,148,3.771,149,3.825,152,3.964,155,2.218,158,1.55,159,3.238,161,2.586,162,2.859,163,2.859,190,2.218,235,1.487,567,3.275]],["title/classes/StorageServiceMock.html",[0,0.874,568,3.565]],["body/classes/StorageServiceMock.html",[2,1.194,3,0.143,4,0.126,8,0.216,17,0.012,18,0.451,23,0.01,24,0.01,47,1.022,56,1.122,77,1.082,88,1.862,128,1.893,139,3.434,142,3.953,144,4.154,568,4.717,569,5.402]],["title/classes/StoreMock.html",[0,0.874,570,3.565]],["body/classes/StoreMock.html",[2,1.094,3,0.131,4,0.115,8,0.198,9,1.272,12,0.233,13,0.741,16,0.383,17,0.012,18,0.306,19,0.306,20,1.094,21,0.959,23,0.009,24,0.009,47,0.967,56,1.086,88,1.372,318,3.279,570,4.319,571,4.947,572,7.01,573,5.534,574,7.01,575,5.012,576,4.947,577,4.947,578,4.319]],["title/injectables/StoreService.html",[58,1.336,72,2.211]],["body/injectables/StoreService.html",[3,0.101,4,0.088,7,1.288,8,0.152,12,0.329,13,0.444,16,0.542,17,0.012,18,0.432,19,0.432,23,0.008,24,0.008,47,0.811,48,2.882,56,1.028,57,1.056,60,1.204,71,2.767,72,2.06,74,2.902,75,3.789,77,1.332,88,1.703,148,1.966,158,2.519,276,2.323,284,2.63,573,4.203,575,4.203,579,3.322,580,4.648,581,5.361,582,3.805,583,4.648,584,3.805,585,3.805,586,5.323,587,4.648,588,3.805,589,5.323,590,5.323,591,3.805,592,5.323,593,4.648,594,2.767,595,3.805,596,3.805]],["title/injectables/StoreServiceMock.html",[58,1.336,597,3.565]],["body/injectables/StoreServiceMock.html",[3,0.135,4,0.118,8,0.203,13,0.754,17,0.012,23,0.01,24,0.01,47,0.984,56,1.133,60,1.608,72,2.751,88,2.072,128,1.78,284,3.506,573,5.604,575,5.604,580,6.197,581,6.197,597,4.436,598,5.081]],["title/interfaces/TimeZone.html",[452,2.596,599,2.969]],["body/interfaces/TimeZone.html",[3,0.149,4,0.131,8,0.225,9,1.379,12,0.324,17,0.011,18,0.459,23,0.01,24,0.01,77,1.552,454,3.378,599,4.093,600,3.203,601,4.915,602,7.435]],["title/directives/TranslateMockDirective.html",[603,3.565,604,3.224]],["body/directives/TranslateMockDirective.html",[3,0.146,4,0.128,6,1.994,8,0.22,12,0.319,13,0.642,16,0.426,17,0.011,18,0.34,19,0.34,23,0.01,24,0.01,428,3.997,578,4.8,604,4.34,605,5.497,606,3.997,607,5.497,608,4.8,609,6.783,610,6.783,611,5.497,612,5.923,613,5.497]],["title/modules/TranslateMockModule.html",[186,2.11,614,3.224]],["body/modules/TranslateMockModule.html",[3,0.161,4,0.141,17,0.011,23,0.011,24,0.011,237,3.451,604,5.684,606,4.41,614,4.788,615,6.065,616,5.684,617,6.065]],["title/pipes/TranslateMockPipe.html",[423,2.969,616,3.224]],["body/pipes/TranslateMockPipe.html",[3,0.15,4,0.132,12,0.267,16,0.439,17,0.012,18,0.427,19,0.35,23,0.01,24,0.01,47,0.863,56,0.832,77,1.494,428,4.117,606,4.117,608,4.944,616,4.471,618,5.663,619,5.663,620,5.663,621,4.944]],["title/classes/TranslateServiceMock.html",[0,0.874,622,3.565]],["body/classes/TranslateServiceMock.html",[2,0.613,3,0.073,4,0.064,8,0.111,9,0.846,12,0.364,16,0.477,17,0.012,18,0.38,19,0.38,20,1.574,21,1.38,23,0.006,24,0.006,34,3.07,47,0.643,56,1.021,57,1.799,77,1.571,88,1.419,92,2.182,148,1.432,192,3.873,249,3.334,276,1.21,342,4.466,444,3.687,529,4.715,606,2.016,622,2.421,623,4.223,624,4.223,625,4.223,626,4.223,627,4.223,628,4.223,629,4.223,630,4.223,631,4.223,632,4.223,633,5.115,634,5.115,635,4.223,636,4.223,637,2.773,638,2.773,639,2.773,640,2.773,641,2.773,642,2.773,643,2.773,644,2.773,645,2.773,646,2.773,647,2.421,648,2.773,649,4.223,650,2.773,651,2.773]],["title/classes/UpdateAppConnectionAction.html",[0,0.874,201,2.969]],["body/classes/UpdateAppConnectionAction.html",[2,1.174,3,0.141,4,0.123,5,2.513,6,1.927,7,1.798,8,0.213,9,1.33,10,1.966,11,2.723,12,0.357,13,0.62,14,1.996,16,0.411,17,0.012,18,0.328,19,0.328,20,1.174,21,1.029,23,0.01,24,0.01,97,3.29,201,3.861,652,5.311]],["title/classes/UpdateAppStatusAction.html",[0,0.874,653,3.224]],["body/classes/UpdateAppStatusAction.html",[2,1.174,3,0.141,4,0.123,5,2.513,6,1.927,7,1.798,8,0.213,9,1.33,10,1.966,11,2.723,12,0.357,13,0.62,14,1.996,16,0.411,17,0.012,18,0.328,19,0.328,20,1.174,21,1.029,23,0.01,24,0.01,77,1.451,653,4.193,654,5.311]],["title/classes/UpdateAppVersionAction.html",[0,0.874,655,3.224]],["body/classes/UpdateAppVersionAction.html",[2,1.174,3,0.141,4,0.123,5,2.513,6,1.927,7,1.798,8,0.213,9,1.33,10,1.966,11,2.723,12,0.357,13,0.62,14,1.996,16,0.411,17,0.012,18,0.328,19,0.328,20,1.174,21,1.029,23,0.01,24,0.01,77,1.451,655,4.193,656,5.311]],["title/classes/UpdateCurrentModuleAction.html",[0,0.874,657,3.224]],["body/classes/UpdateCurrentModuleAction.html",[2,1.174,3,0.141,4,0.123,5,2.513,6,1.927,7,1.798,8,0.213,9,1.33,10,1.966,11,2.723,12,0.357,13,0.62,14,1.996,16,0.411,17,0.012,18,0.328,19,0.328,20,1.174,21,1.029,23,0.01,24,0.01,77,1.451,657,4.193,658,5.311]],["title/classes/UpdateI18nStateAction.html",[0,0.874,659,3.224]],["body/classes/UpdateI18nStateAction.html",[2,1.174,3,0.141,4,0.123,6,1.927,7,1.798,8,0.213,9,1.33,10,1.966,11,2.723,12,0.357,13,0.62,14,1.996,16,0.411,17,0.012,18,0.328,19,0.328,20,1.174,21,1.029,23,0.01,24,0.01,440,5.719,659,4.193,660,4.193,661,5.311]],["title/classes/UpdateLocaleStateAction.html",[0,0.874,662,3.224]],["body/classes/UpdateLocaleStateAction.html",[2,1.174,3,0.141,4,0.123,6,1.927,7,1.798,8,0.213,9,1.33,10,1.966,11,2.723,12,0.357,13,0.62,14,1.996,16,0.411,17,0.012,18,0.328,19,0.328,20,1.174,21,1.029,23,0.01,24,0.01,479,5.719,662,4.193,663,4.193,664,5.311]],["title/classes/UpdateNotificationsListAction.html",[0,0.874,665,3.224]],["body/classes/UpdateNotificationsListAction.html",[2,1.194,3,0.143,4,0.126,6,1.96,7,1.829,8,0.216,9,1.345,10,1.987,11,2.744,12,0.359,13,0.631,14,2.031,16,0.418,17,0.012,18,0.334,19,0.334,20,1.194,21,1.047,23,0.01,24,0.01,665,4.265,666,4.265,667,5.402]],["title/classes/UpdateUserDashboardAction.html",[0,0.874,668,3.224]],["body/classes/UpdateUserDashboardAction.html",[2,1.194,3,0.143,4,0.126,6,1.96,7,1.829,8,0.216,9,1.345,10,1.987,11,2.744,12,0.359,13,0.631,14,2.031,16,0.418,17,0.012,18,0.334,19,0.334,20,1.194,21,1.047,23,0.01,24,0.01,668,4.265,669,3.242,670,5.402]],["title/classes/UpdateUserDetailsAction.html",[0,0.874,671,3.224]],["body/classes/UpdateUserDetailsAction.html",[2,1.174,3,0.141,4,0.123,6,1.927,7,1.798,8,0.213,9,1.33,10,1.966,11,2.723,12,0.357,13,0.62,14,1.996,16,0.411,17,0.012,18,0.328,19,0.328,20,1.174,21,1.029,23,0.01,24,0.01,669,3.187,671,4.193,672,7.244,673,5.311]],["title/classes/UpdateUserPreferencesAction.html",[0,0.874,674,3.224]],["body/classes/UpdateUserPreferencesAction.html",[2,1.174,3,0.141,4,0.123,6,1.927,7,1.798,8,0.213,9,1.33,10,1.966,11,2.723,12,0.357,13,0.62,14,1.996,16,0.411,17,0.012,18,0.328,19,0.328,20,1.174,21,1.029,23,0.01,24,0.01,669,3.187,674,4.193,675,6.325,676,5.311]],["title/classes/UpdateUserRightsAction.html",[0,0.874,677,3.224]],["body/classes/UpdateUserRightsAction.html",[2,1.174,3,0.141,4,0.123,6,1.927,7,1.798,8,0.213,9,1.33,10,1.966,11,2.723,12,0.357,13,0.62,14,1.996,16,0.411,17,0.012,18,0.328,19,0.328,20,1.174,21,1.029,23,0.01,24,0.01,320,6.325,669,3.187,677,4.193,678,5.311]],["title/classes/UpdateUserStateAction.html",[0,0.874,679,3.565]],["body/classes/UpdateUserStateAction.html",[2,1.174,3,0.141,4,0.123,6,1.927,7,1.798,8,0.213,9,1.33,10,1.966,11,2.723,12,0.357,13,0.62,14,1.996,16,0.411,17,0.012,18,0.328,19,0.328,20,1.174,21,1.029,23,0.01,24,0.01,669,3.187,679,4.637,680,5.719,681,5.311]],["title/injectables/UserService.html",[58,1.336,682,3.224]],["body/injectables/UserService.html",[3,0.099,4,0.087,8,0.15,12,0.362,13,0.437,16,0.596,17,0.012,18,0.446,19,0.446,23,0.008,24,0.008,47,0.802,56,1.022,57,1.832,60,1.185,71,2.723,72,2.85,75,2.028,77,1.055,88,1.46,128,1.312,148,1.934,152,4.175,158,1.772,276,2.656,279,2.957,283,4.33,284,2.6,285,3.159,316,3.565,318,1.934,412,2.723,413,2.723,414,2.957,415,2.957,416,2.957,680,4.156,682,2.957,683,3.745,684,3.27,685,3.27]],["title/injectables/UserServiceMock.html",[58,1.336,686,3.565]],["body/injectables/UserServiceMock.html",[3,0.103,4,0.09,8,0.155,12,0.315,13,0.629,16,0.519,17,0.012,18,0.383,19,0.383,23,0.008,24,0.008,47,0.82,56,1.152,57,1.494,60,1.224,88,1.858,128,1.355,152,4.225,158,1.831,276,1.688,283,3.232,284,2.66,285,3.232,316,2.62,318,1.998,412,2.812,413,2.812,675,5.408,680,4.251,682,3.054,684,3.377,685,3.377,686,3.377,687,3.868,688,6.194,689,6.194,690,6.194,691,6.194,692,6.194,693,6.194]],["title/injectables/UxDynamicComponentService.html",[58,1.336,694,3.565]],["body/injectables/UxDynamicComponentService.html",[3,0.1,4,0.088,8,0.151,10,1.962,12,0.312,13,0.441,16,0.513,17,0.012,18,0.378,19,0.378,23,0.008,24,0.008,36,1.99,41,3.849,47,0.806,56,0.778,60,1.195,80,2.98,88,1.047,142,2.866,152,2.266,248,3.02,276,2.31,336,5.231,392,4.622,481,3.296,600,2.148,612,4.622,694,3.296,695,3.849,696,3.775,697,3.775,698,3.775,699,6.113,700,5.293,701,5.293,702,3.775,703,5.293,704,5.293,705,6.626,706,6.113,707,5.293,708,5.293,709,3.775,710,3.296,711,3.775,712,3.775,713,3.775,714,5.293,715,6.113,716,3.775,717,3.775,718,3.775,719,3.775,720,3.775,721,3.775,722,3.775]],["title/injectables/UxDynamicMenuService.html",[58,1.336,723,3.565]],["body/injectables/UxDynamicMenuService.html",[3,0.124,4,0.109,8,0.187,9,1.226,12,0.321,13,0.546,16,0.474,17,0.012,18,0.378,19,0.378,20,1.034,21,0.906,23,0.009,24,0.009,47,0.932,56,0.899,60,1.48,72,3.314,75,3.314,93,5.088,277,4.832,600,2.661,695,4.45,723,4.083,724,4.676,725,4.676,726,6.121,727,6.121,728,6.823,729,4.676,730,4.676,731,4.676,732,4.676]],["title/injectables/UxErrorFeedbackService.html",[58,1.336,733,3.224]],["body/injectables/UxErrorFeedbackService.html",[3,0.096,4,0.084,8,0.145,9,1.029,12,0.306,13,0.422,16,0.503,17,0.012,18,0.402,19,0.402,20,0.799,21,0.701,23,0.008,24,0.008,47,0.782,50,4.726,56,1.009,60,1.144,77,1.502,85,2.298,88,1.656,97,2.332,177,3.156,178,4.483,192,2.448,235,2.332,276,2.996,455,4.726,529,2.628,600,2.057,733,2.854,734,2.854,735,3.156,736,4.483,737,5.971,738,5.971,739,4.483,740,4.483,741,3.615,742,3.615,743,5.675,744,3.733,745,3.156,746,5.675,747,3.615,748,4.483,749,3.156,750,5.134,751,4.483,752,3.615,753,3.615,754,3.615]],["title/classes/UxErrorManager.html",[0,0.874,744,2.969]],["body/classes/UxErrorManager.html",[2,0.866,3,0.104,4,0.091,8,0.157,9,1.088,12,0.317,13,0.457,16,0.521,17,0.012,18,0.416,19,0.416,20,0.866,21,0.759,23,0.008,24,0.008,47,0.827,56,0.989,57,1.086,77,1.349,88,1.73,97,3.058,235,2.467,276,2.938,455,4.533,600,2.229,733,4.922,734,3.092,735,3.419,736,4.742,739,4.742,740,4.742,743,5.444,744,2.848,745,3.419,746,5.878,748,4.742,749,3.419,751,4.742,755,5.431,756,5.431,757,3.916,758,5.431,759,3.916,760,3.916]],["title/interceptors/UxRequestErrorModelInterceptor.html",[30,2.211,761,3.565]],["body/interceptors/UxRequestErrorModelInterceptor.html",[3,0.136,4,0.119,8,0.206,12,0.306,13,0.6,16,0.504,17,0.011,18,0.402,19,0.402,23,0.01,24,0.01,32,2.923,44,2.923,47,0.99,48,3.52,51,3.735,52,3.7,53,3.359,54,3.7,55,3.735,56,0.755,57,1.425,235,2.333,761,4.485,762,5.137,763,5.137,764,5.137,765,7.134]],["title/classes/UxRootInjectorGuard.html",[0,0.874,766,3.565]],["body/classes/UxRootInjectorGuard.html",[2,1.291,3,0.155,4,0.136,12,0.369,13,0.682,16,0.452,17,0.011,18,0.361,19,0.361,23,0.01,24,0.01,372,4.245,600,3.323,766,5.098,767,5.839,768,5.839]],["title/injectables/UxTimezoneService.html",[58,1.336,769,3.565]],["body/injectables/UxTimezoneService.html",[3,0.122,4,0.107,8,0.184,12,0.284,16,0.468,17,0.012,18,0.418,19,0.373,23,0.009,24,0.009,47,0.92,56,1.055,60,1.451,77,1.536,275,3.62,356,3.62,599,4.393,600,2.609,601,4.003,769,4.003,770,6.758,771,6.042,772,6.758,773,6.042,774,3.62,775,6.758,776,4.585,777,4.003,778,4.585,779,4.585,780,4.585,781,4.585,782,5.275,783,4.585]],["title/dependencies.html",[784,2.971,785,4.292]],["body/dependencies.html",[17,0.013,23,0.004,24,0.004,75,2,108,1.24,135,0.881,248,1.413,350,2.258,427,3.803,461,1.489,493,1.489,504,1.489,587,1.489,599,1.24,695,1.24,785,1.489,786,1.706,787,7.584,788,1.706,789,2.86,790,1.706,791,1.706,792,2.86,793,2.86,794,1.706,795,2.86,796,1.706,797,1.706,798,1.706,799,1.706,800,5.811,801,1.706,802,1.706,803,1.706,804,1.706,805,1.706,806,2.86,807,2.86,808,1.706,809,2.86,810,1.706,811,1.706,812,4.324,813,5.811,814,1.706,815,1.706,816,1.706,817,1.706,818,5.539,819,1.706,820,1.706,821,1.706,822,1.706,823,1.706,824,4.324,825,1.706,826,3.694,827,1.706,828,1.706,829,1.706,830,1.706,831,2.86,832,1.706,833,1.706,834,1.706,835,1.706,836,1.706,837,1.706,838,1.706,839,1.706,840,1.706,841,1.706,842,1.706,843,1.706,844,1.706,845,4.817,846,1.706,847,1.706,848,6.042,849,1.706,850,1.706,851,1.706,852,1.706,853,3.694,854,1.706,855,1.706,856,1.706,857,3.694,858,3.694,859,1.706,860,1.706,861,1.706,862,1.706,863,1.706,864,1.706,865,1.706,866,1.706,867,1.706,868,2.86,869,1.706,870,1.706,871,1.706,872,1.706,873,1.706,874,1.706,875,1.706,876,1.706,877,5.811,878,1.706,879,1.706,880,2.86,881,1.706,882,1.706,883,2.86,884,1.706,885,1.706,886,1.706,887,1.706,888,1.706,889,1.706,890,1.706,891,1.706,892,1.706,893,1.489,894,1.706,895,1.706,896,1.706,897,1.706,898,1.706,899,2.86,900,1.706,901,1.706,902,1.706,903,1.706,904,1.706,905,1.706,906,1.706,907,1.706,908,1.706,909,1.706,910,2.86,911,1.706,912,1.706,913,1.706,914,1.706,915,1.706,916,1.706,917,1.706,918,1.706,919,1.706,920,1.706,921,1.706,922,1.706,923,1.706,924,1.706,925,1.706,926,1.706,927,1.706,928,1.706,929,1.706,930,1.706,931,1.706,932,1.706,933,1.706,934,1.489,935,1.706,936,1.706,937,1.489,938,1.489,939,1.706,940,1.706,941,1.706,942,1.706,943,1.706,944,1.706,945,1.706,946,4.324,947,1.706,948,1.706,949,1.706,950,1.706,951,1.706,952,1.706,953,1.706,954,1.706,955,1.706,956,1.706,957,1.706,958,1.706,959,1.706,960,1.706,961,4.324,962,1.706,963,1.706,964,1.706,965,1.706,966,1.706,967,2.86,968,1.706,969,1.706,970,1.706]],["title/miscellaneous/enumerations.html",[971,2.042,972,4.292]],["body/miscellaneous/enumerations.html",[5,1.518,8,0.128,17,0.012,21,1.563,23,0.007,24,0.007,38,2.332,41,2.332,75,1.737,78,4.112,81,4.406,142,1.737,186,1.657,219,5.406,222,2.801,223,2.801,237,1.826,248,1.585,265,2.332,284,1.585,311,2.533,318,2.883,323,6.158,369,3.718,411,2.332,468,2.533,482,4.112,579,2.801,593,4.112,594,2.332,660,2.533,663,2.533,666,2.533,669,1.925,774,2.533,971,1.925,972,2.801,973,3.208,974,4.71,975,2.801,976,4.71,977,2.801,978,4.71,979,2.801,980,4.71,981,2.801,982,4.71,983,2.801,984,3.208,985,7.634,986,3.208,987,3.208,988,3.208,989,3.208,990,3.208,991,3.208,992,3.208,993,3.208,994,3.208,995,5.581,996,3.208,997,3.208,998,2.801,999,3.208,1000,3.208,1001,3.208,1002,3.208,1003,3.208,1004,3.208,1005,3.208,1006,3.208,1007,3.208,1008,3.208,1009,3.208,1010,3.208]],["title/miscellaneous/functions.html",[971,2.042,1011,4.292]],["body/miscellaneous/functions.html",[4,0.032,7,0.805,8,0.055,12,0.334,16,0.555,17,0.012,18,0.439,19,0.439,20,0.695,21,0.61,23,0.004,24,0.004,36,1.41,38,0.999,56,0.999,74,1.373,77,1.149,92,0.71,93,2.13,97,1.703,134,1.512,135,1.229,157,2.484,158,2.006,161,1.878,176,1.2,187,1.085,209,1.878,220,1.2,235,2.767,243,2.287,248,2.094,265,0.999,266,2.747,276,1.038,284,1.554,287,2.642,318,1.229,332,1.2,335,1.2,336,5.434,346,5.856,351,4.053,363,2.961,365,1.878,373,1.73,384,2.747,397,2.077,405,2.727,408,3.274,421,1.2,437,0.931,468,1.878,491,5.172,495,2.077,510,2.077,511,1.2,527,1.878,562,1.2,583,3.701,600,0.782,695,1.73,734,1.085,744,1.73,774,1.085,934,1.2,971,0.825,998,1.2,1011,1.2,1012,2.379,1013,3.75,1014,4.239,1015,4.239,1016,2.379,1017,2.379,1018,3.75,1019,2.379,1020,4.239,1021,3.75,1022,3.146,1023,3.146,1024,2.379,1025,5.269,1026,2.379,1027,2.379,1028,2.379,1029,2.379,1030,2.379,1031,2.379,1032,2.379,1033,2.379,1034,3.146,1035,2.379,1036,2.379,1037,2.379,1038,2.379,1039,2.379,1040,2.379,1041,2.379,1042,2.379,1043,2.379,1044,2.379,1045,1.374,1046,2.379,1047,1.374,1048,5.269,1049,1.374,1050,1.374,1051,1.374,1052,1.374,1053,1.374,1054,2.379,1055,2.379,1056,2.379,1057,2.379,1058,3.146,1059,1.374,1060,1.374,1061,1.374,1062,1.374,1063,2.379,1064,1.374,1065,3.146,1066,1.374,1067,1.374,1068,3.75,1069,1.374,1070,1.374,1071,1.374,1072,1.374,1073,1.374,1074,2.379,1075,2.379,1076,1.374,1077,2.379,1078,3.146,1079,2.379,1080,2.379,1081,1.374,1082,3.146,1083,1.374,1084,1.374,1085,1.374,1086,1.374,1087,2.379,1088,2.379,1089,1.374,1090,1.374,1091,1.374,1092,1.374,1093,1.374,1094,1.374,1095,1.374,1096,1.374,1097,1.374,1098,2.379,1099,1.374,1100,1.374,1101,1.374,1102,3.75,1103,2.379,1104,4.643,1105,1.374,1106,1.374,1107,1.374,1108,1.374]],["title/index.html",[8,0.163,1109,3.565]],["body/index.html",[2,1.324,17,0.011,23,0.011,24,0.011,60,1.895,237,3.407,423,4.353,454,3.594,530,6.238,603,5.228,1109,5.228,1110,5.987,1111,5.987,1112,5.987,1113,5.987]],["title/license.html",[499,2.971,1114,3.402,1115,2.686]],["body/license.html",[10,1.168,12,0.034,17,0.002,21,0.141,23,0.002,24,0.002,87,0.633,101,1.064,108,0.975,109,1.693,123,1.17,135,0.375,137,0.573,151,0.573,187,1.058,192,0.908,207,0.633,247,0.573,249,2.911,275,3.754,290,2.385,291,0.633,297,1.17,300,0.633,301,1.17,307,0.633,311,4.111,373,1.359,388,1.17,389,0.633,395,1.17,426,0.573,437,1.266,438,2.156,455,0.527,515,0.633,527,0.573,529,1.359,594,1.693,621,0.633,647,0.633,710,0.633,777,0.633,782,1.632,937,0.633,938,3.443,971,0.435,1115,2.911,1116,4.755,1117,2.329,1118,7.518,1119,3.404,1120,0.633,1121,2.385,1122,0.725,1123,1.341,1124,0.725,1125,0.725,1126,7.586,1127,3.688,1128,1.341,1129,5.866,1130,4.578,1131,0.725,1132,0.725,1133,2.731,1134,4.386,1135,0.725,1136,4.386,1137,0.725,1138,5.457,1139,6.114,1140,3.404,1141,2.731,1142,0.725,1143,2.731,1144,0.725,1145,0.725,1146,0.725,1147,0.725,1148,0.725,1149,0.725,1150,1.341,1151,5.336,1152,0.725,1153,2.329,1154,2.329,1155,4.386,1156,3.688,1157,5.569,1158,2.731,1159,1.341,1160,3.404,1161,0.725,1162,1.341,1163,0.725,1164,1.869,1165,0.725,1166,0.725,1167,3.943,1168,3.404,1169,1.341,1170,3.087,1171,0.725,1172,0.725,1173,1.869,1174,1.341,1175,0.725,1176,0.725,1177,0.725,1178,1.341,1179,0.725,1180,0.725,1181,0.725,1182,0.725,1183,1.341,1184,0.725,1185,2.731,1186,2.731,1187,2.731,1188,2.731,1189,2.329,1190,0.725,1191,0.725,1192,0.725,1193,1.341,1194,0.725,1195,1.869,1196,3.087,1197,3.404,1198,1.341,1199,0.725,1200,0.725,1201,0.725,1202,0.725,1203,1.869,1204,1.341,1205,0.725,1206,0.725,1207,1.341,1208,3.943,1209,0.725,1210,1.341,1211,0.725,1212,0.725,1213,1.341,1214,3.087,1215,0.725,1216,1.341,1217,0.725,1218,0.725,1219,1.341,1220,1.341,1221,2.329,1222,0.725,1223,0.725,1224,0.725,1225,0.725,1226,0.725,1227,2.731,1228,1.869,1229,1.869,1230,0.725,1231,0.725,1232,0.725,1233,1.869,1234,0.725,1235,0.725,1236,0.725,1237,1.869,1238,0.725,1239,1.341,1240,0.725,1241,0.725,1242,0.725,1243,0.725,1244,1.341,1245,0.725,1246,1.869,1247,0.725,1248,1.869,1249,1.341,1250,0.725,1251,0.725,1252,0.725,1253,0.725,1254,0.725,1255,0.725,1256,2.329,1257,1.341,1258,0.725,1259,0.725,1260,1.341,1261,0.725,1262,0.725,1263,1.341,1264,3.087,1265,0.725,1266,2.329,1267,1.341,1268,1.17,1269,1.341,1270,1.341,1271,1.341,1272,1.341,1273,1.341,1274,1.341,1275,0.725,1276,0.725,1277,0.725,1278,0.725,1279,0.725,1280,1.869,1281,0.725,1282,0.725,1283,0.725,1284,3.688,1285,3.087,1286,0.725,1287,0.725,1288,0.725,1289,2.329,1290,0.725,1291,0.725,1292,0.725,1293,1.341,1294,2.329,1295,0.725,1296,2.329,1297,1.341,1298,0.725,1299,2.329,1300,0.725,1301,0.725,1302,0.725,1303,0.725,1304,0.725,1305,0.725,1306,0.725,1307,1.869,1308,1.341,1309,0.725,1310,0.725,1311,0.725,1312,1.341,1313,0.725,1314,2.329,1315,1.869,1316,0.725,1317,0.725,1318,0.725,1319,0.725,1320,3.087,1321,0.725,1322,0.725,1323,1.869,1324,1.341,1325,0.725,1326,0.725,1327,0.725,1328,0.725,1329,1.869,1330,0.725,1331,0.725,1332,0.725,1333,1.341,1334,0.725,1335,1.341,1336,1.341,1337,0.725,1338,0.725,1339,0.725,1340,0.725,1341,0.725,1342,0.725,1343,1.341,1344,1.869,1345,1.341,1346,2.329,1347,1.341,1348,1.341,1349,2.329,1350,0.725,1351,1.341,1352,0.725,1353,1.341,1354,0.725,1355,2.329,1356,0.725,1357,0.725,1358,0.725,1359,0.725,1360,0.725,1361,0.725,1362,1.341,1363,0.725,1364,0.725,1365,0.725,1366,0.725,1367,0.725,1368,2.731,1369,1.341,1370,0.725,1371,0.725,1372,0.725,1373,0.725,1374,0.725,1375,0.725,1376,0.725,1377,0.725,1378,0.725,1379,0.725,1380,0.725,1381,0.725,1382,0.725,1383,2.731,1384,0.725,1385,0.725,1386,0.725,1387,1.869,1388,0.725,1389,0.725,1390,1.341,1391,1.341,1392,0.725,1393,0.725,1394,0.725,1395,1.869,1396,0.725,1397,1.341,1398,0.725,1399,0.725,1400,0.725,1401,0.725,1402,0.725,1403,1.341,1404,0.725,1405,0.725,1406,0.725,1407,0.725,1408,0.725,1409,1.341,1410,0.725,1411,0.725,1412,0.725,1413,1.341,1414,0.725,1415,0.725,1416,1.869,1417,0.725,1418,0.725,1419,0.725,1420,1.341,1421,0.725,1422,0.725,1423,1.341,1424,0.725,1425,0.725,1426,0.725,1427,0.725,1428,0.725,1429,0.725,1430,0.725,1431,0.725,1432,0.725,1433,1.341,1434,0.725,1435,1.341,1436,1.341,1437,0.725,1438,0.725,1439,0.725,1440,0.725,1441,0.725,1442,0.725,1443,0.725,1444,0.725,1445,0.725,1446,0.725,1447,0.725,1448,0.725,1449,0.725,1450,1.341,1451,0.725,1452,0.725,1453,1.341,1454,0.725,1455,0.725,1456,0.725,1457,0.725,1458,0.725,1459,0.725,1460,0.725,1461,0.725,1462,0.725,1463,0.725,1464,0.725,1465,1.341,1466,1.341,1467,0.725,1468,0.725,1469,0.725,1470,0.725,1471,0.725,1472,0.725,1473,0.725,1474,0.725,1475,0.725,1476,0.725,1477,2.329,1478,1.869,1479,0.725,1480,0.725,1481,0.725,1482,0.725,1483,0.725,1484,0.725,1485,0.725,1486,0.725,1487,0.725,1488,0.725,1489,3.087,1490,0.725,1491,1.869,1492,2.329,1493,0.725,1494,0.725,1495,0.725,1496,0.725,1497,0.725,1498,0.725,1499,0.725,1500,0.725,1501,1.869,1502,1.869,1503,1.341,1504,1.341,1505,1.341,1506,0.725,1507,0.725,1508,0.725,1509,0.725,1510,0.725,1511,0.725,1512,0.725,1513,0.725,1514,1.341,1515,0.725,1516,0.725,1517,0.725,1518,1.341,1519,1.341,1520,1.341,1521,0.725,1522,0.725,1523,0.725,1524,0.725,1525,0.725,1526,1.341,1527,0.725,1528,0.725,1529,0.725,1530,0.725,1531,0.725,1532,0.725,1533,0.725,1534,1.341,1535,0.725,1536,0.725,1537,0.725]],["title/modules.html",[237,3.181]],["body/modules.html",[17,0.011,23,0.011,24,0.011,236,4.851,237,3.496,367,4.851,488,4.851,614,4.851,1538,7.976]],["title/properties.html",[9,0.985,784,2.971]],["body/properties.html",[9,1.215,17,0.012,23,0.011,24,0.011,594,4.41,893,5.295,1115,4.788,1120,5.295,1121,5.295,1268,5.295,1539,6.065]],["title/miscellaneous/typealiases.html",[971,2.042,1540,4.916]],["body/miscellaneous/typealiases.html",[1,3.417,5,2.224,8,0.188,12,0.221,17,0.012,23,0.009,24,0.009,25,3.711,28,3.711,158,2.224,201,3.417,450,3.711,470,4.103,476,5.361,543,3.711,653,3.711,655,3.711,657,3.711,659,3.711,660,3.711,662,3.711,663,3.711,665,3.711,666,3.711,668,3.711,669,2.821,671,3.711,674,3.711,677,3.711,971,2.821,975,4.103,977,4.103,979,4.103,981,4.103,983,4.103,1541,4.7,1542,6.141,1543,6.141,1544,6.141,1545,6.141,1546,6.141,1547,4.7]]],"invertedIndex":[["",{"_index":17,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"properties.html":{},"miscellaneous/typealiases.html":{}}}],["0",{"_index":218,"title":{},"body":{"injectables/CoreAppEffects.html":{},"interceptors/OpenIdConnectInterceptor.html":{}}}],["0.1.5",{"_index":864,"title":{},"body":{"dependencies.html":{}}}],["0.11.0",{"_index":810,"title":{},"body":{"dependencies.html":{}}}],["0.13.0",{"_index":838,"title":{},"body":{"dependencies.html":{}}}],["0.2.4",{"_index":885,"title":{},"body":{"dependencies.html":{}}}],["0.4.0",{"_index":862,"title":{},"body":{"dependencies.html":{}}}],["0.5.43",{"_index":844,"title":{},"body":{"dependencies.html":{}}}],["0.9.2",{"_index":866,"title":{},"body":{"dependencies.html":{}}}],["1",{"_index":530,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"index.html":{}}}],["1.0",{"_index":1534,"title":{},"body":{"license.html":{}}}],["1.0.31",{"_index":939,"title":{},"body":{"dependencies.html":{}}}],["1.1",{"_index":1120,"title":{},"body":{"license.html":{},"properties.html":{}}}],["1.1.19",{"_index":921,"title":{},"body":{"dependencies.html":{}}}],["1.1.20150312",{"_index":913,"title":{},"body":{"dependencies.html":{}}}],["1.10.0",{"_index":943,"title":{},"body":{"dependencies.html":{}}}],["1.11.5",{"_index":931,"title":{},"body":{"dependencies.html":{}}}],["1.2.10",{"_index":905,"title":{},"body":{"dependencies.html":{}}}],["1.2.3",{"_index":821,"title":{},"body":{"dependencies.html":{}}}],["1.2.5",{"_index":907,"title":{},"body":{"dependencies.html":{}}}],["1.29.0",{"_index":928,"title":{},"body":{"dependencies.html":{}}}],["1.4.7",{"_index":896,"title":{},"body":{"dependencies.html":{}}}],["1.5.1",{"_index":911,"title":{},"body":{"dependencies.html":{}}}],["1.6.0",{"_index":831,"title":{},"body":{"dependencies.html":{}}}],["1.8.2",{"_index":956,"title":{},"body":{"dependencies.html":{}}}],["1.9.0",{"_index":960,"title":{},"body":{"dependencies.html":{}}}],["10.8.6",{"_index":933,"title":{},"body":{"dependencies.html":{}}}],["10.9.1",{"_index":871,"title":{},"body":{"dependencies.html":{}}}],["14",{"_index":205,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["14.0.0",{"_index":889,"title":{},"body":{"dependencies.html":{}}}],["14.2.4",{"_index":898,"title":{},"body":{"dependencies.html":{}}}],["15",{"_index":1171,"title":{},"body":{"license.html":{}}}],["15.0.0",{"_index":893,"title":{},"body":{"dependencies.html":{},"properties.html":{}}}],["15.0.1",{"_index":963,"title":{},"body":{"dependencies.html":{}}}],["15.4.0",{"_index":877,"title":{},"body":{"dependencies.html":{}}}],["15.6.1",{"_index":947,"title":{},"body":{"dependencies.html":{}}}],["16.0.0",{"_index":787,"title":{},"body":{"dependencies.html":{}}}],["18.16.3",{"_index":843,"title":{},"body":{"dependencies.html":{}}}],["2",{"_index":301,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["2.0",{"_index":1537,"title":{},"body":{"license.html":{}}}],["2.0.0",{"_index":858,"title":{},"body":{"dependencies.html":{}}}],["2.0.10",{"_index":873,"title":{},"body":{"dependencies.html":{}}}],["2.0.8",{"_index":945,"title":{},"body":{"dependencies.html":{}}}],["2.0.9",{"_index":902,"title":{},"body":{"dependencies.html":{}}}],["2.1",{"_index":1531,"title":{},"body":{"license.html":{}}}],["2.1.0",{"_index":924,"title":{},"body":{"dependencies.html":{}}}],["2.2.0",{"_index":854,"title":{},"body":{"dependencies.html":{}}}],["2.27.5",{"_index":828,"title":{},"body":{"dependencies.html":{}}}],["2.3.2",{"_index":936,"title":{},"body":{"dependencies.html":{}}}],["2.5.0",{"_index":836,"title":{},"body":{"dependencies.html":{}}}],["2.5.1",{"_index":916,"title":{},"body":{"dependencies.html":{}}}],["2.8.8",{"_index":962,"title":{},"body":{"dependencies.html":{}}}],["2007",{"_index":1124,"title":{},"body":{"license.html":{}}}],["23",{"_index":1111,"title":{},"body":{"index.html":{}}}],["238",{"_index":1510,"title":{},"body":{"license.html":{}}}],["3.0",{"_index":1532,"title":{},"body":{"license.html":{}}}],["3.0.0",{"_index":919,"title":{},"body":{"dependencies.html":{}}}],["3.0.3",{"_index":860,"title":{},"body":{"dependencies.html":{}}}],["3.2.0",{"_index":852,"title":{},"body":{"dependencies.html":{}}}],["3.40.0",{"_index":958,"title":{},"body":{"dependencies.html":{}}}],["33",{"_index":1112,"title":{},"body":{"index.html":{}}}],["33.0.0",{"_index":949,"title":{},"body":{"dependencies.html":{}}}],["4",{"_index":1110,"title":{},"body":{"index.html":{}}}],["4.1.8",{"_index":887,"title":{},"body":{"dependencies.html":{}}}],["4.14.194",{"_index":875,"title":{},"body":{"dependencies.html":{}}}],["4.17.21",{"_index":942,"title":{},"body":{"dependencies.html":{}}}],["4.2.1",{"_index":965,"title":{},"body":{"dependencies.html":{}}}],["4.2.12",{"_index":926,"title":{},"body":{"dependencies.html":{}}}],["4.3.1",{"_index":841,"title":{},"body":{"dependencies.html":{}}}],["4.6.0",{"_index":847,"title":{},"body":{"dependencies.html":{}}}],["4.7.7",{"_index":954,"title":{},"body":{"dependencies.html":{}}}],["4.9.5",{"_index":839,"title":{},"body":{"dependencies.html":{}}}],["43.1.1",{"_index":823,"title":{},"body":{"dependencies.html":{}}}],["5",{"_index":1525,"title":{},"body":{"license.html":{}}}],["5.0.0",{"_index":952,"title":{},"body":{"dependencies.html":{}}}],["5.1.0",{"_index":855,"title":{},"body":{"dependencies.html":{}}}],["5.59.2",{"_index":826,"title":{},"body":{"dependencies.html":{}}}],["6",{"_index":1381,"title":{},"body":{"license.html":{}}}],["6.0.0",{"_index":970,"title":{},"body":{"dependencies.html":{}}}],["6.0.3",{"_index":950,"title":{},"body":{"dependencies.html":{}}}],["6.4.2",{"_index":849,"title":{},"body":{"dependencies.html":{}}}],["7",{"_index":1113,"title":{},"body":{"index.html":{}}}],["7.0.0",{"_index":868,"title":{},"body":{"dependencies.html":{}}}],["7.8.1",{"_index":834,"title":{},"body":{"dependencies.html":{}}}],["8.39.0",{"_index":832,"title":{},"body":{"dependencies.html":{}}}],["8.8.0",{"_index":964,"title":{},"body":{"dependencies.html":{}}}],["9",{"_index":1474,"title":{},"body":{"license.html":{}}}],["_element",{"_index":613,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["above",{"_index":1256,"title":{},"body":{"license.html":{}}}],["absence",{"_index":1375,"title":{},"body":{"license.html":{}}}],["abstract",{"_index":140,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["accept",{"_index":1351,"title":{},"body":{"license.html":{}}}],["acceptance",{"_index":1416,"title":{},"body":{"license.html":{}}}],["accepted",{"_index":1433,"title":{},"body":{"license.html":{}}}],["accepting",{"_index":1419,"title":{},"body":{"license.html":{}}}],["accepts",{"_index":289,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["access",{"_index":1209,"title":{},"body":{"license.html":{}}}],["accessible",{"_index":1271,"title":{},"body":{"license.html":{}}}],["accessors",{"_index":443,"title":{},"body":{"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{}}}],["accordance",{"_index":1443,"title":{},"body":{"license.html":{}}}],["according",{"_index":1524,"title":{},"body":{"license.html":{}}}],["accumulate",{"_index":751,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["accuracy",{"_index":1376,"title":{},"body":{"license.html":{}}}],["act",{"_index":1198,"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":{}}}],["actionreducer",{"_index":1102,"title":{},"body":{"miscellaneous/functions.html":{}}}],["actions",{"_index":174,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["activated",{"_index":992,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["activated_route",{"_index":991,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["activatedroute",{"_index":15,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"injectables/CoreAppEffects.html":{}}}],["activatedrouteaction",{"_index":1,"title":{"classes/ActivatedRouteAction.html":{}},"body":{"classes/ActivatedRouteAction.html":{},"injectables/CoreAppEffects.html":{},"miscellaneous/typealiases.html":{}}}],["acts",{"_index":503,"title":{},"body":{"injectables/LogService.html":{}}}],["adapter",{"_index":808,"title":{},"body":{"dependencies.html":{}}}],["add",{"_index":41,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nService.html":{},"injectables/UxDynamicComponentService.html":{},"miscellaneous/enumerations.html":{}}}],["add(component",{"_index":702,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["add_api_queue_item",{"_index":994,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["add_app_loaded_config_modules",{"_index":988,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["addapiqueueitemaction",{"_index":25,"title":{"classes/AddApiQueueItemAction.html":{}},"body":{"classes/AddApiQueueItemAction.html":{},"miscellaneous/typealiases.html":{}}}],["addapploadedconfigmodulesaction",{"_index":28,"title":{"classes/AddAppLoadedConfigModulesAction.html":{}},"body":{"classes/AddAppLoadedConfigModulesAction.html":{},"miscellaneous/typealiases.html":{}}}],["addautosavehandler",{"_index":580,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["addautosavehandler(stateslice",{"_index":582,"title":{},"body":{"injectables/StoreService.html":{}}}],["added",{"_index":1094,"title":{},"body":{"miscellaneous/functions.html":{}}}],["adding",{"_index":37,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["addition",{"_index":1262,"title":{},"body":{"license.html":{}}}],["additional",{"_index":1314,"title":{},"body":{"license.html":{}}}],["addlangparaminterceptor",{"_index":31,"title":{"interceptors/AddLangParamInterceptor.html":{}},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["addlangs",{"_index":632,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["addlangs(langs",{"_index":644,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["addlocale",{"_index":471,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["addlocale(id",{"_index":477,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["addqueueitem",{"_index":63,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["addqueueitem(id",{"_index":76,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["addresources",{"_index":340,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["addresources(config",{"_index":347,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{}}}],["adds",{"_index":80,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{},"injectables/UxDynamicComponentService.html":{}}}],["advantage",{"_index":1499,"title":{},"body":{"license.html":{}}}],["advised",{"_index":1405,"title":{},"body":{"license.html":{}}}],["affect",{"_index":1481,"title":{},"body":{"license.html":{}}}],["affirming",{"_index":1440,"title":{},"body":{"license.html":{}}}],["afterviewchecked",{"_index":607,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["against",{"_index":1431,"title":{},"body":{"license.html":{}}}],["agree",{"_index":1423,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":1413,"title":{},"body":{"license.html":{}}}],["agreements",{"_index":1410,"title":{},"body":{"license.html":{}}}],["alerthttperrorcallbackfn",{"_index":1012,"title":{},"body":{"miscellaneous/functions.html":{}}}],["alerthttperrorcallbackfn(error",{"_index":1047,"title":{},"body":{"miscellaneous/functions.html":{}}}],["aliases",{"_index":1541,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["allowed",{"_index":1252,"title":{},"body":{"license.html":{}}}],["allows",{"_index":589,"title":{},"body":{"injectables/StoreService.html":{}}}],["along",{"_index":1265,"title":{},"body":{"license.html":{}}}],["alter",{"_index":1316,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":1151,"title":{},"body":{"license.html":{}}}],["angular",{"_index":800,"title":{},"body":{"dependencies.html":{}}}],["angular/animations",{"_index":786,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk",{"_index":805,"title":{},"body":{"dependencies.html":{}}}],["angular/cli",{"_index":802,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":788,"title":{},"body":{"dependencies.html":{}}}],["angular/compiler",{"_index":789,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":790,"title":{},"body":{"dependencies.html":{}}}],["angular/elements",{"_index":796,"title":{},"body":{"dependencies.html":{}}}],["angular/forms",{"_index":791,"title":{},"body":{"dependencies.html":{}}}],["angular/language",{"_index":797,"title":{},"body":{"dependencies.html":{}}}],["angular/material",{"_index":806,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":792,"title":{},"body":{"dependencies.html":{}}}],["angular/router",{"_index":794,"title":{},"body":{"dependencies.html":{}}}],["angular/service",{"_index":798,"title":{},"body":{"dependencies.html":{}}}],["animations",{"_index":809,"title":{},"body":{"dependencies.html":{}}}],["another",{"_index":426,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"license.html":{}}}],["any,lang",{"_index":381,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["apexcharts",{"_index":957,"title":{},"body":{"dependencies.html":{}}}],["api",{"_index":995,"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":985,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["app.ts",{"_index":1034,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appconfig",{"_index":1068,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appenders",{"_index":510,"title":{},"body":{"injectables/LogService.html":{},"miscellaneous/functions.html":{}}}],["appendix",{"_index":1324,"title":{},"body":{"license.html":{}}}],["applicable",{"_index":1168,"title":{},"body":{"license.html":{}}}],["application",{"_index":1095,"title":{},"body":{"miscellaneous/functions.html":{}}}],["applicationref",{"_index":701,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["applies",{"_index":1125,"title":{},"body":{"license.html":{}}}],["apply",{"_index":1249,"title":{},"body":{"license.html":{}}}],["appmodule",{"_index":1090,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appref",{"_index":700,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["approved",{"_index":1496,"title":{},"body":{"license.html":{}}}],["args",{"_index":274,"title":{},"body":{"classes/EuiError.html":{}}}],["arises",{"_index":1522,"title":{},"body":{"license.html":{}}}],["arising",{"_index":1395,"title":{},"body":{"license.html":{}}}],["array",{"_index":93,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{},"interfaces/LoadedResources.html":{},"injectables/UxDynamicMenuService.html":{},"miscellaneous/functions.html":{}}}],["arrow",{"_index":820,"title":{},"body":{"dependencies.html":{}}}],["article",{"_index":1170,"title":{},"body":{"license.html":{}}}],["ascending",{"_index":119,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["asserted",{"_index":1430,"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":1084,"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":1267,"title":{},"body":{"license.html":{}}}],["attribution",{"_index":1288,"title":{},"body":{"license.html":{}}}],["authorised",{"_index":1131,"title":{},"body":{"license.html":{}}}],["authority",{"_index":1348,"title":{},"body":{"license.html":{}}}],["authorship",{"_index":1342,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":1467,"title":{},"body":{"license.html":{}}}],["available",{"_index":1153,"title":{},"body":{"license.html":{}}}],["back",{"_index":433,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["base",{"_index":504,"title":{},"body":{"injectables/LogService.html":{},"dependencies.html":{}}}],["based",{"_index":109,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/I18nService.html":{},"license.html":{}}}],["baseglobalconfig",{"_index":407,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{}}}],["basis",{"_index":1367,"title":{},"body":{"license.html":{}}}],["becoming",{"_index":1311,"title":{},"body":{"license.html":{}}}],["before",{"_index":1089,"title":{},"body":{"miscellaneous/functions.html":{}}}],["begin",{"_index":115,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["behalf",{"_index":1420,"title":{},"body":{"license.html":{}}}],["behaviorsubject",{"_index":638,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["behaviorsubject(true",{"_index":639,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["belgian",{"_index":1521,"title":{},"body":{"license.html":{}}}],["below",{"_index":1128,"title":{},"body":{"license.html":{}}}],["benefits",{"_index":1278,"title":{},"body":{"license.html":{}}}],["better",{"_index":903,"title":{},"body":{"dependencies.html":{}}}],["between",{"_index":1477,"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":1091,"title":{},"body":{"miscellaneous/functions.html":{}}}],["both",{"_index":1319,"title":{},"body":{"license.html":{}}}],["bottom",{"_index":1437,"title":{},"body":{"license.html":{}}}],["breach",{"_index":1468,"title":{},"body":{"license.html":{}}}],["brings",{"_index":1350,"title":{},"body":{"license.html":{}}}],["browse",{"_index":1538,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":793,"title":{},"body":{"dependencies.html":{}}}],["browserstoragetype",{"_index":593,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{}}}],["bugs",{"_index":1363,"title":{},"body":{"license.html":{}}}],["business",{"_index":1517,"title":{},"body":{"license.html":{}}}],["c",{"_index":1122,"title":{},"body":{"license.html":{}}}],["cachepreventioninterceptor",{"_index":166,"title":{"interceptors/CachePreventionInterceptor.html":{}},"body":{"interceptors/CachePreventionInterceptor.html":{}}}],["callback",{"_index":1014,"title":{},"body":{"miscellaneous/functions.html":{}}}],["called",{"_index":371,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["carry",{"_index":1301,"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":1384,"title":{},"body":{"license.html":{}}}],["cause",{"_index":1300,"title":{},"body":{"license.html":{}}}],["caused",{"_index":1389,"title":{},"body":{"license.html":{}}}],["cecill",{"_index":1536,"title":{},"body":{"license.html":{}}}],["chain",{"_index":1341,"title":{},"body":{"license.html":{}}}],["channel",{"_index":1458,"title":{},"body":{"license.html":{}}}],["charge",{"_index":1414,"title":{},"body":{"license.html":{}}}],["check",{"_index":209,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"miscellaneous/functions.html":{}}}],["checkattributepermission",{"_index":280,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkattributepermission(rightsandpermission",{"_index":288,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkpermission",{"_index":281,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkpermission(rightid",{"_index":313,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkright",{"_index":282,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["checkright(rightid",{"_index":315,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["childbaseloggername",{"_index":1056,"title":{},"body":{"miscellaneous/functions.html":{}}}],["childconfig",{"_index":1057,"title":{},"body":{"miscellaneous/functions.html":{}}}],["choice",{"_index":1500,"title":{},"body":{"license.html":{}}}],["choose",{"_index":1411,"title":{},"body":{"license.html":{}}}],["chrome",{"_index":850,"title":{},"body":{"dependencies.html":{}}}],["circumstance",{"_index":1225,"title":{},"body":{"license.html":{}}}],["claims",{"_index":1429,"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":1165,"title":{},"body":{"license.html":{}}}],["classlist.js",{"_index":912,"title":{},"body":{"dependencies.html":{}}}],["clause",{"_index":1307,"title":{},"body":{"license.html":{}}}],["clear",{"_index":1445,"title":{},"body":{"license.html":{}}}],["clearerror",{"_index":736,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["clearerror(groupid",{"_index":760,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["clearerror(id",{"_index":742,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["cleave.js",{"_index":894,"title":{},"body":{"dependencies.html":{}}}],["cli",{"_index":795,"title":{},"body":{"dependencies.html":{}}}],["clicking",{"_index":1435,"title":{},"body":{"license.html":{}}}],["client",{"_index":930,"title":{},"body":{"dependencies.html":{}}}],["code",{"_index":275,"title":{},"body":{"classes/EuiError.html":{},"injectables/UxTimezoneService.html":{},"license.html":{}}}],["codes",{"_index":776,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["comes",{"_index":293,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["commercial",{"_index":1402,"title":{},"body":{"license.html":{}}}],["commission",{"_index":1489,"title":{},"body":{"license.html":{}}}],["common",{"_index":1533,"title":{},"body":{"license.html":{}}}],["communicate",{"_index":1228,"title":{},"body":{"license.html":{}}}],["communicated",{"_index":1152,"title":{},"body":{"license.html":{}}}],["communicates",{"_index":1189,"title":{},"body":{"license.html":{}}}],["communicating",{"_index":1204,"title":{},"body":{"license.html":{}}}],["communication",{"_index":1197,"title":{},"body":{"license.html":{}}}],["communities",{"_index":1507,"title":{},"body":{"license.html":{}}}],["community",{"_index":1123,"title":{},"body":{"license.html":{}}}],["compare",{"_index":393,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compatibility",{"_index":1318,"title":{},"body":{"license.html":{}}}],["compatible",{"_index":1320,"title":{},"body":{"license.html":{}}}],["competent",{"_index":1513,"title":{},"body":{"license.html":{}}}],["compiled",{"_index":1180,"title":{},"body":{"license.html":{}}}],["compiletranslations",{"_index":375,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compiletranslations(translations",{"_index":383,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compiletranslationsfn",{"_index":380,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["complete",{"_index":1476,"title":{},"body":{"license.html":{}}}],["completes",{"_index":114,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["compliance",{"_index":1472,"title":{},"body":{"license.html":{}}}],["compodoc/compodoc",{"_index":920,"title":{},"body":{"dependencies.html":{}}}],["compodoc/ngd",{"_index":922,"title":{},"body":{"dependencies.html":{}}}],["component",{"_index":705,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["component.service.ts",{"_index":697,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["component/ux",{"_index":696,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentfactoryresolver",{"_index":699,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentportal",{"_index":716,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentref",{"_index":718,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["components",{"_index":754,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["componenttype",{"_index":703,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["computer",{"_index":1183,"title":{},"body":{"license.html":{}}}],["concerning",{"_index":1370,"title":{},"body":{"license.html":{}}}],["conclude",{"_index":1412,"title":{},"body":{"license.html":{}}}],["concluded",{"_index":1462,"title":{},"body":{"license.html":{}}}],["concrete",{"_index":136,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["condition",{"_index":1382,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":1315,"title":{},"body":{"license.html":{}}}],["conducts",{"_index":1515,"title":{},"body":{"license.html":{}}}],["config",{"_index":248,"title":{},"body":{"modules/CoreModule.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"modules/LogModule.html":{},"injectables/UxDynamicComponentService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["configuration",{"_index":351,"title":{},"body":{"injectables/I18nLoader.html":{},"miscellaneous/functions.html":{}}}],["configurations",{"_index":1093,"title":{},"body":{"miscellaneous/functions.html":{}}}],["conflict",{"_index":1326,"title":{},"body":{"license.html":{}}}],["connect.interceptor.ts",{"_index":524,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["connect.service.mock.ts",{"_index":535,"title":{},"body":{"classes/OpenIdConnectServiceMock.html":{}}}],["connect.service.ts",{"_index":532,"title":{},"body":{"injectables/OpenIdConnectService.html":{},"interfaces/OpenIdConnectUserDetails.html":{}}}],["connected",{"_index":224,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["connection",{"_index":222,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/enumerations.html":{}}}],["connectionstatus",{"_index":176,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/functions.html":{}}}],["consent",{"_index":1441,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":1418,"title":{},"body":{"license.html":{}}}],["consolehttperrorcallbackfn",{"_index":1016,"title":{},"body":{"miscellaneous/functions.html":{}}}],["consolehttperrorcallbackfn(error",{"_index":1049,"title":{},"body":{"miscellaneous/functions.html":{}}}],["const",{"_index":188,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["constructor",{"_index":13,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{}}}],["constructor(_element",{"_index":611,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["constructor(actions",{"_index":173,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["constructor(asservice",{"_index":741,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["constructor(baseglobalconfig",{"_index":404,"title":{},"body":{"injectables/I18nService.html":{}}}],["constructor(code",{"_index":272,"title":{},"body":{"classes/EuiError.html":{}}}],["constructor(componentfactoryresolver",{"_index":698,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["constructor(config",{"_index":334,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/LocalForageService.html":{}}}],["constructor(errormappinghandler",{"_index":764,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["constructor(http",{"_index":345,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["constructor(locale_id",{"_index":487,"title":{},"body":{"injectables/LocaleServiceMock.html":{}}}],["constructor(log",{"_index":286,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{}}}],["constructor(logservice",{"_index":329,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["constructor(name",{"_index":507,"title":{},"body":{"injectables/LogService.html":{}}}],["constructor(payload",{"_index":14,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{}}}],["constructor(prefix",{"_index":378,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["constructor(store",{"_index":71,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/UserService.html":{}}}],["constructor(translateservice",{"_index":49,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["constructor(type",{"_index":768,"title":{},"body":{"classes/UxRootInjectorGuard.html":{}}}],["constructor(uxerrorfeedbackservice",{"_index":757,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["constructor(uxpermission",{"_index":729,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["construed",{"_index":1485,"title":{},"body":{"license.html":{}}}],["contain",{"_index":300,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["contains",{"_index":105,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["content",{"_index":647,"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":1273,"title":{},"body":{"license.html":{}}}],["continuously",{"_index":1357,"title":{},"body":{"license.html":{}}}],["contributes",{"_index":1192,"title":{},"body":{"license.html":{}}}],["contributions",{"_index":1354,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":1349,"title":{},"body":{"license.html":{}}}],["contributor(s",{"_index":1190,"title":{},"body":{"license.html":{}}}],["contributors",{"_index":1353,"title":{},"body":{"license.html":{}}}],["convenient",{"_index":1175,"title":{},"body":{"license.html":{}}}],["convert",{"_index":781,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["converts",{"_index":91,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["copies",{"_index":1208,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1264,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":1306,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1136,"title":{},"body":{"license.html":{}}}],["core",{"_index":846,"title":{},"body":{"dependencies.html":{}}}],["core.module.ts",{"_index":239,"title":{},"body":{"modules/CoreModule.html":{},"classes/EuiCoreRootGuardClass.html":{}}}],["coreappactions",{"_index":1542,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["coreappactiontypes",{"_index":974,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["coreappactiontypes.activated_route",{"_index":22,"title":{},"body":{"classes/ActivatedRouteAction.html":{}}}],["coreappactiontypes.add_api_queue_item",{"_index":27,"title":{},"body":{"classes/AddApiQueueItemAction.html":{}}}],["coreappactiontypes.add_app_loaded_config_modules",{"_index":29,"title":{},"body":{"classes/AddAppLoadedConfigModulesAction.html":{}}}],["coreappactiontypes.empty_api_queue",{"_index":261,"title":{},"body":{"classes/EmptyApiQueueAction.html":{}}}],["coreappactiontypes.init_store",{"_index":451,"title":{},"body":{"classes/InitStoreAction.html":{}}}],["coreappactiontypes.remove_api_queue_item",{"_index":544,"title":{},"body":{"classes/RemoveApiQueueItemAction.html":{}}}],["coreappactiontypes.update_app_connection",{"_index":652,"title":{},"body":{"classes/UpdateAppConnectionAction.html":{}}}],["coreappactiontypes.update_app_status",{"_index":654,"title":{},"body":{"classes/UpdateAppStatusAction.html":{}}}],["coreappactiontypes.update_app_version",{"_index":656,"title":{},"body":{"classes/UpdateAppVersionAction.html":{}}}],["coreappactiontypes.update_current_module",{"_index":658,"title":{},"body":{"classes/UpdateCurrentModuleAction.html":{}}}],["coreappeffects",{"_index":169,"title":{"injectables/CoreAppEffects.html":{}},"body":{"injectables/CoreAppEffects.html":{}}}],["corei18nactions",{"_index":1543,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corei18nactiontypes",{"_index":976,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corei18nactiontypes.update_i18n_state",{"_index":661,"title":{},"body":{"classes/UpdateI18nStateAction.html":{}}}],["corelocaleactions",{"_index":1544,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corelocaleactiontypes",{"_index":978,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corelocaleactiontypes.update_locale_state",{"_index":664,"title":{},"body":{"classes/UpdateLocaleStateAction.html":{}}}],["coremodule",{"_index":236,"title":{"modules/CoreModule.html":{}},"body":{"modules/CoreModule.html":{},"modules.html":{}}}],["corenotificationsactions",{"_index":1545,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corenotificationsactiontypes",{"_index":980,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corenotificationsactiontypes.update_notifications_list",{"_index":667,"title":{},"body":{"classes/UpdateNotificationsListAction.html":{}}}],["coreuseractions",{"_index":1546,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["coreuseractiontypes",{"_index":982,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["coreuseractiontypes.update_user_dashboard",{"_index":670,"title":{},"body":{"classes/UpdateUserDashboardAction.html":{}}}],["coreuseractiontypes.update_user_details",{"_index":673,"title":{},"body":{"classes/UpdateUserDetailsAction.html":{}}}],["coreuseractiontypes.update_user_preferences",{"_index":676,"title":{},"body":{"classes/UpdateUserPreferencesAction.html":{}}}],["coreuseractiontypes.update_user_rights",{"_index":678,"title":{},"body":{"classes/UpdateUserRightsAction.html":{}}}],["coreuseractiontypes.update_user_state",{"_index":681,"title":{},"body":{"classes/UpdateUserStateAction.html":{}}}],["corssecurityinterceptor",{"_index":254,"title":{"interceptors/CorsSecurityInterceptor.html":{}},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["countries",{"_index":777,"title":{},"body":{"injectables/UxTimezoneService.html":{},"license.html":{}}}],["country",{"_index":782,"title":{},"body":{"injectables/UxTimezoneService.html":{},"license.html":{}}}],["court",{"_index":1505,"title":{},"body":{"license.html":{}}}],["coverage",{"_index":853,"title":{},"body":{"dependencies.html":{}}}],["covered",{"_index":1135,"title":{},"body":{"license.html":{}}}],["created",{"_index":515,"title":{},"body":{"injectables/LogService.html":{},"license.html":{}}}],["createeffect",{"_index":179,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["createglobalerrormanager",{"_index":737,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["createlocalerrormanager",{"_index":738,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["createurltree",{"_index":552,"title":{},"body":{"classes/RouterMock.html":{}}}],["creating",{"_index":500,"title":{},"body":{"injectables/LogService.html":{}}}],["creation",{"_index":1193,"title":{},"body":{"license.html":{}}}],["csrfpreventioninterceptor",{"_index":258,"title":{"interceptors/CsrfPreventionInterceptor.html":{}},"body":{"interceptors/CsrfPreventionInterceptor.html":{}}}],["current",{"_index":38,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["currentlang",{"_index":623,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["currentlanguage",{"_index":445,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["currentlocale",{"_index":474,"title":{},"body":{"injectables/LocaleService.html":{}}}],["currently",{"_index":1092,"title":{},"body":{"miscellaneous/functions.html":{}}}],["customary",{"_index":1337,"title":{},"body":{"license.html":{}}}],["damage",{"_index":1403,"title":{},"body":{"license.html":{}}}],["damages",{"_index":1387,"title":{},"body":{"license.html":{}}}],["danger",{"_index":234,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["dashboard",{"_index":1010,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["data",{"_index":710,"title":{},"body":{"injectables/UxDynamicComponentService.html":{},"license.html":{}}}],["date",{"_index":1305,"title":{},"body":{"license.html":{}}}],["debouncetime",{"_index":572,"title":{},"body":{"classes/StoreMock.html":{}}}],["declarations",{"_index":615,"title":{},"body":{"modules/TranslateMockModule.html":{}}}],["default",{"_index":20,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StoreMock.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["default_language",{"_index":640,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["default_log_config",{"_index":495,"title":{},"body":{"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["defaultmaximumrequestretries",{"_index":525,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["defects",{"_index":1362,"title":{},"body":{"license.html":{}}}],["defend",{"_index":1425,"title":{},"body":{"license.html":{}}}],["define",{"_index":1161,"title":{},"body":{"license.html":{}}}],["defined",{"_index":187,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["definition",{"_index":361,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["definitions",{"_index":1148,"title":{},"body":{"license.html":{}}}],["departmentnumber",{"_index":537,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["dependence",{"_index":1163,"title":{},"body":{"license.html":{}}}],["dependencies",{"_index":785,"title":{"dependencies.html":{}},"body":{"dependencies.html":{}}}],["deprive",{"_index":1277,"title":{},"body":{"license.html":{}}}],["derivative",{"_index":1155,"title":{},"body":{"license.html":{}}}],["desc",{"_index":602,"title":{},"body":{"interfaces/TimeZone.html":{}}}],["describing",{"_index":1338,"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":722,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["detaches",{"_index":720,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["detail",{"_index":231,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["details",{"_index":1005,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["detector",{"_index":918,"title":{},"body":{"dependencies.html":{}}}],["determine",{"_index":162,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["determined",{"_index":1166,"title":{},"body":{"license.html":{}}}],["dev.4",{"_index":900,"title":{},"body":{"dependencies.html":{}}}],["development",{"_index":1365,"title":{},"body":{"license.html":{}}}],["device",{"_index":917,"title":{},"body":{"dependencies.html":{}}}],["devkit/build",{"_index":801,"title":{},"body":{"dependencies.html":{}}}],["devtools",{"_index":881,"title":{},"body":{"dependencies.html":{}}}],["different",{"_index":494,"title":{},"body":{"modules/LogModule.html":{}}}],["direct",{"_index":1392,"title":{},"body":{"license.html":{}}}],["directive",{"_index":603,"title":{"directives/TranslateMockDirective.html":{}},"body":{"index.html":{}}}],["directives",{"_index":605,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["directly",{"_index":1388,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":1296,"title":{},"body":{"license.html":{}}}],["dispatch",{"_index":573,"title":{},"body":{"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatch(action",{"_index":585,"title":{},"body":{"injectables/StoreService.html":{}}}],["dispatching",{"_index":82,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["display",{"_index":1230,"title":{},"body":{"license.html":{}}}],["displaying",{"_index":1439,"title":{},"body":{"license.html":{}}}],["disposal",{"_index":1212,"title":{},"body":{"license.html":{}}}],["distinctuntilchanged",{"_index":574,"title":{},"body":{"classes/StoreMock.html":{}}}],["distribute",{"_index":1233,"title":{},"body":{"license.html":{}}}],["distributed",{"_index":1150,"title":{},"body":{"license.html":{}}}],["distributes",{"_index":1188,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":1203,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":1196,"title":{},"body":{"license.html":{}}}],["document",{"_index":406,"title":{},"body":{"injectables/I18nService.html":{}}}],["domain",{"_index":538,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["domainusername",{"_index":539,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["domportaloutlet",{"_index":715,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["done",{"_index":1308,"title":{},"body":{"license.html":{}}}],["dot",{"_index":295,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["down",{"_index":1509,"title":{},"body":{"license.html":{}}}],["download",{"_index":1455,"title":{},"body":{"license.html":{}}}],["drop",{"_index":206,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["duration",{"_index":1223,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":695,"title":{},"body":{"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{}}}],["dynamic_component_config",{"_index":712,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["dynamically",{"_index":481,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/UxDynamicComponentService.html":{}}}],["e.g",{"_index":298,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["each",{"_index":1266,"title":{},"body":{"license.html":{}}}],["easily",{"_index":1269,"title":{},"body":{"license.html":{}}}],["eclipse",{"_index":1535,"title":{},"body":{"license.html":{}}}],["economic",{"_index":1254,"title":{},"body":{"license.html":{}}}],["effective",{"_index":1253,"title":{},"body":{"license.html":{}}}],["el",{"_index":704,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["electronic",{"_index":1452,"title":{},"body":{"license.html":{}}}],["element",{"_index":709,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["elementref",{"_index":612,"title":{},"body":{"directives/TranslateMockDirective.html":{},"injectables/UxDynamicComponentService.html":{}}}],["elements",{"_index":830,"title":{},"body":{"dependencies.html":{}}}],["email",{"_index":540,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["emission",{"_index":116,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{}}}],["emit",{"_index":430,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["empty",{"_index":998,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["empty_api_queue",{"_index":997,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["emptyapiqueueaction",{"_index":260,"title":{"classes/EmptyApiQueueAction.html":{}},"body":{"classes/EmptyApiQueueAction.html":{}}}],["enabled",{"_index":211,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["enforceability",{"_index":1483,"title":{},"body":{"license.html":{}}}],["enforceable",{"_index":1488,"title":{},"body":{"license.html":{}}}],["english",{"_index":783,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["enumerations",{"_index":972,"title":{"miscellaneous/enumerations.html":{}},"body":{"miscellaneous/enumerations.html":{}}}],["envapphandler",{"_index":1074,"title":{},"body":{"miscellaneous/functions.html":{}}}],["envappjsonconfig",{"_index":1077,"title":{},"body":{"miscellaneous/functions.html":{}}}],["envconfig",{"_index":1097,"title":{},"body":{"miscellaneous/functions.html":{}}}],["environment",{"_index":1098,"title":{},"body":{"miscellaneous/functions.html":{}}}],["equal",{"_index":390,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["equals",{"_index":376,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["equals(obj",{"_index":387,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["err",{"_index":748,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["error",{"_index":235,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalStorageService.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/ResourceError.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"miscellaneous/functions.html":{}}}],["errorhandler",{"_index":327,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["errormanager",{"_index":1107,"title":{},"body":{"miscellaneous/functions.html":{}}}],["errormappinghandler",{"_index":765,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["errors",{"_index":455,"title":{},"body":{"interfaces/LoadedResources.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"license.html":{}}}],["errorsubclass",{"_index":271,"title":{},"body":{"classes/EuiError.html":{}}}],["es",{"_index":941,"title":{},"body":{"dependencies.html":{}}}],["eslint",{"_index":818,"title":{},"body":{"dependencies.html":{}}}],["eslint/builder",{"_index":811,"title":{},"body":{"dependencies.html":{}}}],["eslint/eslint",{"_index":812,"title":{},"body":{"dependencies.html":{}}}],["eslint/parser",{"_index":825,"title":{},"body":{"dependencies.html":{}}}],["eslint/schematics",{"_index":815,"title":{},"body":{"dependencies.html":{}}}],["eslint/template",{"_index":816,"title":{},"body":{"dependencies.html":{}}}],["essential",{"_index":1210,"title":{},"body":{"license.html":{}}}],["establishing",{"_index":1512,"title":{},"body":{"license.html":{}}}],["eui",{"_index":204,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["eui/ecl",{"_index":968,"title":{},"body":{"dependencies.html":{}}}],["eui/styles",{"_index":966,"title":{},"body":{"dependencies.html":{}}}],["eui/tools",{"_index":969,"title":{},"body":{"dependencies.html":{}}}],["eui_config_token",{"_index":250,"title":{},"body":{"modules/CoreModule.html":{}}}],["euiappconfig",{"_index":346,"title":{},"body":{"injectables/I18nLoader.html":{},"miscellaneous/functions.html":{}}}],["euiapphandlersconfig",{"_index":1075,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euiappjsonconfig",{"_index":1078,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euiconfig",{"_index":1082,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euicorerootguardclass",{"_index":268,"title":{"classes/EuiCoreRootGuardClass.html":{}},"body":{"classes/EuiCoreRootGuardClass.html":{}}}],["euienvconfig",{"_index":1087,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euierror",{"_index":269,"title":{"classes/EuiError.html":{}},"body":{"classes/EuiError.html":{}}}],["euilazyservice",{"_index":400,"title":{},"body":{"injectables/I18nService.html":{}}}],["euilogservicefactory",{"_index":1017,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euilogservicefactory(injector",{"_index":1053,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euipermissionservice",{"_index":277,"title":{"injectables/EuiPermissionService.html":{}},"body":{"injectables/EuiPermissionService.html":{},"injectables/UxDynamicMenuService.html":{}}}],["euiservice",{"_index":279,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["euiservicestatus",{"_index":409,"title":{},"body":{"injectables/I18nService.html":{}}}],["euloginsessiontimeouthandlinginterceptor",{"_index":262,"title":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["eupl",{"_index":1121,"title":{},"body":{"license.html":{},"properties.html":{}}}],["european",{"_index":1116,"title":{},"body":{"license.html":{}}}],["even",{"_index":1404,"title":{},"body":{"license.html":{}}}],["event",{"_index":937,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["events",{"_index":549,"title":{},"body":{"classes/RouterMock.html":{}}}],["example",{"_index":1453,"title":{},"body":{"license.html":{}}}],["except",{"_index":1335,"title":{},"body":{"license.html":{}}}],["exception",{"_index":1279,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":1221,"title":{},"body":{"license.html":{}}}],["executable",{"_index":1154,"title":{},"body":{"license.html":{}}}],["execution",{"_index":113,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["exercise",{"_index":1251,"title":{},"body":{"license.html":{}}}],["exercised",{"_index":1238,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":1449,"title":{},"body":{"license.html":{}}}],["exhaustion",{"_index":1282,"title":{},"body":{"license.html":{}}}],["exist",{"_index":514,"title":{},"body":{"injectables/LogService.html":{}}}],["exports",{"_index":617,"title":{},"body":{"modules/TranslateMockModule.html":{}}}],["expressed",{"_index":1145,"title":{},"body":{"license.html":{}}}],["expressly",{"_index":1310,"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":1133,"title":{},"body":{"license.html":{}}}],["extract",{"_index":185,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fact",{"_index":1432,"title":{},"body":{"license.html":{}}}],["failed",{"_index":354,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["fails",{"_index":102,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["failure",{"_index":1400,"title":{},"body":{"license.html":{}}}],["false",{"_index":353,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["far",{"_index":1246,"title":{},"body":{"license.html":{}}}],["feature",{"_index":210,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fee",{"_index":1415,"title":{},"body":{"license.html":{}}}],["feedback.service.ts",{"_index":735,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["feedback/ux",{"_index":734,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["fetch",{"_index":435,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["field",{"_index":304,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["fields",{"_index":302,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["file",{"_index":4,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["filteruxlinkswithrights",{"_index":727,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["filteruxlinkswithrights(links",{"_index":731,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["finished",{"_index":1360,"title":{},"body":{"license.html":{}}}],["first",{"_index":292,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["firstname",{"_index":541,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["fitness",{"_index":1372,"title":{},"body":{"license.html":{}}}],["followed",{"_index":294,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["following",{"_index":1140,"title":{},"body":{"license.html":{}}}],["follows",{"_index":118,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["forage.service.ts",{"_index":460,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["forchild",{"_index":241,"title":{},"body":{"modules/CoreModule.html":{},"modules/LogModule.html":{}}}],["forchild(config",{"_index":490,"title":{},"body":{"modules/LogModule.html":{}}}],["forchild(modulename",{"_index":242,"title":{},"body":{"modules/CoreModule.html":{}}}],["form",{"_index":1174,"title":{},"body":{"license.html":{}}}],["formats",{"_index":1241,"title":{},"body":{"license.html":{}}}],["forroot",{"_index":245,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["forroot(config",{"_index":496,"title":{},"body":{"modules/LogModule.html":{}}}],["free",{"_index":1220,"title":{},"body":{"license.html":{}}}],["freely",{"_index":1270,"title":{},"body":{"license.html":{}}}],["freeze",{"_index":884,"title":{},"body":{"dependencies.html":{}}}],["fromevent(window",{"_index":196,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["full",{"_index":1471,"title":{},"body":{"license.html":{}}}],["fully",{"_index":410,"title":{},"body":{"injectables/I18nService.html":{}}}],["function",{"_index":158,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocaleService.html":{},"classes/StorageService.html":{},"injectables/StoreService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["functionalities",{"_index":1211,"title":{},"body":{"license.html":{}}}],["functions",{"_index":1011,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["functions.ts",{"_index":1015,"title":{},"body":{"miscellaneous/functions.html":{}}}],["general",{"_index":1527,"title":{},"body":{"license.html":{}}}],["generally",{"_index":1179,"title":{},"body":{"license.html":{}}}],["generic",{"_index":132,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["get(content",{"_index":646,"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":633,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["getcorechildproviders",{"_index":1019,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcorechildproviders(modulename",{"_index":1064,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcoreproviders",{"_index":1022,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcountries",{"_index":770,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["getcurrentlanguage",{"_index":449,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["getcurrentlocale",{"_index":484,"title":{},"body":{"injectables/LocaleService.html":{}}}],["getdependencyproviders",{"_index":1023,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getfailedresources",{"_index":341,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["getglobalconfig",{"_index":1024,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getglobalconfig(appconfig",{"_index":1067,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gethttperrorhandlingconfig",{"_index":1026,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gethttperrorhandlingconfig(appconfig",{"_index":1069,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlangs",{"_index":634,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["getlogappendersconfig",{"_index":1027,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlogappendersconfig(config",{"_index":1059,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlogger",{"_index":506,"title":{},"body":{"injectables/LogService.html":{},"classes/LogServiceMock.html":{}}}],["getlogger(loggername",{"_index":512,"title":{},"body":{"injectables/LogService.html":{}}}],["getmenulinks",{"_index":728,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["getmoduleconfig",{"_index":1028,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getmoduleconfig(appconfig",{"_index":1070,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getonlangchange",{"_index":448,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["getpath",{"_index":377,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["getpath(lang",{"_index":396,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["getpreviouslocale",{"_index":483,"title":{},"body":{"injectables/LocaleService.html":{}}}],["getqueue",{"_index":64,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["getqueueitem",{"_index":65,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["getqueueitem(id",{"_index":95,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["getrootlogconfig",{"_index":1029,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getrootlogconfig(appconfig",{"_index":1071,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gets",{"_index":356,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/LogService.html":{},"injectables/UxTimezoneService.html":{}}}],["getshowconnectionstatus",{"_index":1030,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getshowconnectionstatus(globalconfig",{"_index":1072,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getstate",{"_index":283,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["getstate(key",{"_index":414,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["getstate(keyormapfn",{"_index":415,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["getstate(mapfn",{"_index":412,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["gettimezone",{"_index":771,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["gettimezone(tz",{"_index":778,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["gettimezones",{"_index":772,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["getting",{"_index":499,"title":{"license.html":{}},"body":{"injectables/LogService.html":{}}}],["gettranslation",{"_index":342,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/TranslateServiceMock.html":{}}}],["gettranslation(lang",{"_index":355,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["getuserdetails",{"_index":533,"title":{},"body":{"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{}}}],["getuserid",{"_index":688,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["given",{"_index":125,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["giving",{"_index":1200,"title":{},"body":{"license.html":{}}}],["globalconfig",{"_index":405,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"miscellaneous/functions.html":{}}}],["globalerrorhandler",{"_index":324,"title":{"injectables/GlobalErrorHandler.html":{}},"body":{"injectables/GlobalErrorHandler.html":{}}}],["globalstate",{"_index":576,"title":{},"body":{"classes/StoreMock.html":{}}}],["gnu",{"_index":1526,"title":{},"body":{"license.html":{}}}],["going",{"_index":432,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["goodwill",{"_index":1398,"title":{},"body":{"license.html":{}}}],["governed",{"_index":1518,"title":{},"body":{"license.html":{}}}],["gpl",{"_index":1528,"title":{},"body":{"license.html":{}}}],["grant",{"_index":1285,"title":{},"body":{"license.html":{}}}],["granted",{"_index":1214,"title":{},"body":{"license.html":{}}}],["grants",{"_index":1216,"title":{},"body":{"license.html":{}}}],["groupid",{"_index":743,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growl",{"_index":747,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["growlerror",{"_index":739,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growlerror(err",{"_index":745,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growlhttperrorcallbackfn",{"_index":1031,"title":{},"body":{"miscellaneous/functions.html":{}}}],["growlhttperrorcallbackfn(error",{"_index":1050,"title":{},"body":{"miscellaneous/functions.html":{}}}],["hammerjs",{"_index":944,"title":{},"body":{"dependencies.html":{}}}],["handleautosave",{"_index":581,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["handlebars",{"_index":953,"title":{},"body":{"dependencies.html":{}}}],["handleerror",{"_index":328,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleerror(error",{"_index":330,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler",{"_index":583,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/functions.html":{}}}],["handler.interceptor.ts",{"_index":333,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["handler.operator.ts",{"_index":1046,"title":{},"body":{"miscellaneous/functions.html":{}}}],["handler.ts",{"_index":326,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handling.interceptor.ts",{"_index":267,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["harmless",{"_index":1427,"title":{},"body":{"license.html":{}}}],["haserror",{"_index":456,"title":{},"body":{"interfaces/LoadedResources.html":{}}}],["he/she",{"_index":1299,"title":{},"body":{"license.html":{}}}],["header",{"_index":42,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["headers",{"_index":46,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["held",{"_index":1259,"title":{},"body":{"license.html":{}}}],["helper",{"_index":157,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"miscellaneous/functions.html":{}}}],["here",{"_index":1255,"title":{},"body":{"license.html":{}}}],["hereby",{"_index":1215,"title":{},"body":{"license.html":{}}}],["hereunder",{"_index":1344,"title":{},"body":{"license.html":{}}}],["him/her",{"_index":1346,"title":{},"body":{"license.html":{}}}],["his/her",{"_index":1327,"title":{},"body":{"license.html":{}}}],["hold",{"_index":1426,"title":{},"body":{"license.html":{}}}],["holder",{"_index":1137,"title":{},"body":{"license.html":{}}}],["host",{"_index":707,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["html",{"_index":856,"title":{},"body":{"dependencies.html":{}}}],["http",{"_index":45,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/I18nLoader.html":{}}}],["http://localhost:4200/login",{"_index":560,"title":{},"body":{"classes/RouterMock.html":{}}}],["httpclient",{"_index":73,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{}}}],["httperrorhandlerconfig",{"_index":335,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"miscellaneous/functions.html":{}}}],["httperrorhandlerinterceptor",{"_index":331,"title":{"interceptors/HttpErrorHandlerInterceptor.html":{}},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["httperroroperator",{"_index":756,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["httperrorresponse",{"_index":1048,"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":1539,"title":{},"body":{"properties.html":{}}}],["https://localforage.github.io/localforage",{"_index":465,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["human",{"_index":1172,"title":{},"body":{"license.html":{}}}],["i18n",{"_index":369,"title":{},"body":{"modules/I18nModule.html":{},"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["i18n.onready('my_module').pipe(switchmap(()=>translate.get('eui.key",{"_index":429,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["i18nloader",{"_index":338,"title":{"injectables/I18nLoader.html":{}},"body":{"injectables/I18nLoader.html":{}}}],["i18nloaderconfig",{"_index":348,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["i18nmodule",{"_index":367,"title":{"modules/I18nModule.html":{}},"body":{"modules/I18nModule.html":{},"modules.html":{}}}],["i18nresourceimpl",{"_index":352,"title":{"classes/I18nResourceImpl.html":{}},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["i18nservice",{"_index":398,"title":{"injectables/I18nService.html":{}},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{}}}],["i18nservicemock",{"_index":441,"title":{"injectables/I18nServiceMock.html":{}},"body":{"injectables/I18nServiceMock.html":{}}}],["i18nstate",{"_index":440,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/UpdateI18nStateAction.html":{}}}],["icon",{"_index":1436,"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":1497,"title":{},"body":{"license.html":{}}}],["immediately",{"_index":1142,"title":{},"body":{"license.html":{}}}],["implementation",{"_index":163,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["implements",{"_index":6,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"directives/TranslateMockDirective.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{}}}],["import",{"_index":493,"title":{},"body":{"modules/LogModule.html":{},"dependencies.html":{}}}],["impose",{"_index":1313,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":1287,"title":{},"body":{"license.html":{}}}],["improved",{"_index":1358,"title":{},"body":{"license.html":{}}}],["include",{"_index":1298,"title":{},"body":{"license.html":{}}}],["including",{"_index":1229,"title":{},"body":{"license.html":{}}}],["incurred",{"_index":1428,"title":{},"body":{"license.html":{}}}],["indemnify",{"_index":1424,"title":{},"body":{"license.html":{}}}],["indemnity",{"_index":1417,"title":{},"body":{"license.html":{}}}],["index",{"_index":8,"title":{"index.html":{}},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}}}],["indicate",{"_index":1330,"title":{},"body":{"license.html":{}}}],["indicates",{"_index":388,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["indirect",{"_index":1393,"title":{},"body":{"license.html":{}}}],["infinite",{"_index":891,"title":{},"body":{"dependencies.html":{}}}],["info",{"_index":3,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{}}}],["information",{"_index":1450,"title":{},"body":{"license.html":{}}}],["informed",{"_index":221,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["infringement",{"_index":1377,"title":{},"body":{"license.html":{}}}],["inherent",{"_index":1364,"title":{},"body":{"license.html":{}}}],["init",{"_index":284,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["init(i18nstate",{"_index":446,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["init(langstate",{"_index":417,"title":{},"body":{"injectables/I18nService.html":{}}}],["init(rights",{"_index":319,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["init(state",{"_index":478,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["init(userstate",{"_index":684,"title":{},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["init(version",{"_index":591,"title":{},"body":{"injectables/StoreService.html":{}}}],["init_store",{"_index":984,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["initialize",{"_index":321,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["initstoreaction",{"_index":450,"title":{"classes/InitStoreAction.html":{}},"body":{"classes/InitStoreAction.html":{},"miscellaneous/typealiases.html":{}}}],["injectable",{"_index":58,"title":{"injectables/ApiQueueService.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"injectables/OpenIdConnectService.html":{},"injectables/SessionStorageService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"injectables/UxTimezoneService.html":{}},"body":{}}],["injectables",{"_index":60,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"injectables/OpenIdConnectService.html":{},"injectables/SessionStorageService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"injectables/UxTimezoneService.html":{},"index.html":{}}}],["injected",{"_index":708,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["injector",{"_index":336,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/UxDynamicComponentService.html":{},"miscellaneous/functions.html":{}}}],["injector.guard.ts",{"_index":767,"title":{},"body":{"classes/UxRootInjectorGuard.html":{}}}],["inputs",{"_index":609,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["inside",{"_index":87,"title":{},"body":{"injectables/ApiQueueService.html":{},"license.html":{}}}],["instance",{"_index":365,"title":{},"body":{"injectables/I18nLoader.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["instanceid",{"_index":750,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["instant",{"_index":635,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["instant(key",{"_index":648,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["intact",{"_index":1291,"title":{},"body":{"license.html":{}}}],["intellectual",{"_index":1378,"title":{},"body":{"license.html":{}}}],["intended",{"_index":1276,"title":{},"body":{"license.html":{}}}],["intercept",{"_index":48,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/StoreService.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["intercept(req",{"_index":51,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["intercept(request",{"_index":257,"title":{},"body":{"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{}}}],["interceptor",{"_index":30,"title":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["interceptors",{"_index":32,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["interface",{"_index":452,"title":{"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"interfaces/ResourceError.html":{},"interfaces/TimeZone.html":{}},"body":{}}],["interfaces",{"_index":454,"title":{},"body":{"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"interfaces/ResourceError.html":{},"interfaces/TimeZone.html":{},"index.html":{}}}],["interpolateparams",{"_index":649,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["interpretation",{"_index":1504,"title":{},"body":{"license.html":{}}}],["interpreted",{"_index":1182,"title":{},"body":{"license.html":{}}}],["intl",{"_index":906,"title":{},"body":{"dependencies.html":{}}}],["invalid",{"_index":1479,"title":{},"body":{"license.html":{}}}],["invented",{"_index":1245,"title":{},"body":{"license.html":{}}}],["irrevocable",{"_index":1446,"title":{},"body":{"license.html":{}}}],["irrevocably",{"_index":1448,"title":{},"body":{"license.html":{}}}],["isdeepmerge",{"_index":1080,"title":{},"body":{"miscellaneous/functions.html":{}}}],["iserror",{"_index":546,"title":{},"body":{"interfaces/ResourceError.html":{}}}],["isfeatureenabled",{"_index":212,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["isglobal",{"_index":758,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["isloaded",{"_index":624,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["isloadedsubject",{"_index":625,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["islogconfigdefined",{"_index":1032,"title":{},"body":{"miscellaneous/functions.html":{}}}],["islogconfigdefined(config",{"_index":1060,"title":{},"body":{"miscellaneous/functions.html":{}}}],["iso",{"_index":775,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["iso2country",{"_index":773,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["iso2country(iso",{"_index":780,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["istanbul",{"_index":859,"title":{},"body":{"dependencies.html":{}}}],["item",{"_index":78,"title":{},"body":{"injectables/ApiQueueService.html":{},"miscellaneous/enumerations.html":{}}}],["items",{"_index":94,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["itself",{"_index":502,"title":{},"body":{"injectables/LogService.html":{}}}],["jasmine",{"_index":845,"title":{},"body":{"dependencies.html":{}}}],["javascript",{"_index":463,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["js",{"_index":935,"title":{},"body":{"dependencies.html":{}}}],["jsdoc",{"_index":822,"title":{},"body":{"dependencies.html":{}}}],["jsrsasign",{"_index":932,"title":{},"body":{"dependencies.html":{}}}],["jurisdiction",{"_index":1501,"title":{},"body":{"license.html":{}}}],["justice",{"_index":1506,"title":{},"body":{"license.html":{}}}],["k",{"_index":316,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["karma",{"_index":848,"title":{},"body":{"dependencies.html":{}}}],["keep",{"_index":1290,"title":{},"body":{"license.html":{}}}],["key",{"_index":148,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/I18nService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"injectables/StoreService.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{}}}],["keyormapfn",{"_index":416,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{}}}],["kind",{"_index":1369,"title":{},"body":{"license.html":{}}}],["known",{"_index":1243,"title":{},"body":{"license.html":{}}}],["laid",{"_index":1508,"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":645,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["langstate",{"_index":418,"title":{},"body":{"injectables/I18nService.html":{}}}],["language",{"_index":39,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{}}}],["languages",{"_index":626,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["last",{"_index":303,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["lastname",{"_index":542,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["later",{"_index":1244,"title":{},"body":{"license.html":{}}}],["launcher",{"_index":851,"title":{},"body":{"dependencies.html":{}}}],["law",{"_index":1167,"title":{},"body":{"license.html":{}}}],["laws",{"_index":1409,"title":{},"body":{"license.html":{}}}],["lazy",{"_index":492,"title":{},"body":{"modules/LogModule.html":{}}}],["lazyload",{"_index":401,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyload(config",{"_index":419,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyloadinit",{"_index":402,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["lazyloadinit(moduleconfig",{"_index":420,"title":{},"body":{"injectables/I18nService.html":{}}}],["legal",{"_index":1186,"title":{},"body":{"license.html":{}}}],["lend",{"_index":1234,"title":{},"body":{"license.html":{}}}],["lending",{"_index":1201,"title":{},"body":{"license.html":{}}}],["level",{"_index":508,"title":{},"body":{"injectables/LogService.html":{}}}],["liability",{"_index":1383,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1391,"title":{},"body":{"license.html":{}}}],["library",{"_index":464,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["licence",{"_index":1118,"title":{},"body":{"license.html":{}}}],["licences",{"_index":1323,"title":{},"body":{"license.html":{}}}],["license",{"_index":1115,"title":{"license.html":{}},"body":{"license.html":{},"properties.html":{}}}],["licensed",{"_index":1143,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":1157,"title":{},"body":{"license.html":{}}}],["licensee's",{"_index":1325,"title":{},"body":{"license.html":{}}}],["licensor",{"_index":1139,"title":{},"body":{"license.html":{}}}],["life",{"_index":233,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["lifespan",{"_index":216,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["limitation",{"_index":1280,"title":{},"body":{"license.html":{}}}],["limitations",{"_index":1274,"title":{},"body":{"license.html":{}}}],["line",{"_index":1207,"title":{},"body":{"license.html":{}}}],["linguistic",{"_index":1491,"title":{},"body":{"license.html":{}}}],["links",{"_index":732,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["list",{"_index":774,"title":{},"body":{"injectables/UxTimezoneService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["listed",{"_index":1257,"title":{},"body":{"license.html":{}}}],["literal",{"_index":26,"title":{},"body":{"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/InitStoreAction.html":{}}}],["litigation",{"_index":1502,"title":{},"body":{"license.html":{}}}],["load",{"_index":363,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/LocaleService.html":{},"miscellaneous/functions.html":{}}}],["loaded",{"_index":411,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/enumerations.html":{}}}],["loadedresources",{"_index":453,"title":{"interfaces/LoadedResources.html":{}},"body":{"interfaces/LoadedResources.html":{}}}],["loadedresourceserror",{"_index":457,"title":{"interfaces/LoadedResourcesError.html":{}},"body":{"interfaces/LoadedResourcesError.html":{}}}],["loader",{"_index":350,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"dependencies.html":{}}}],["loadeuidynamicenvironmentconfig",{"_index":1033,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loadeuidynamicenvironmentconfig(url",{"_index":1083,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loadresources",{"_index":343,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loadresources(resources",{"_index":359,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loads",{"_index":360,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["loaduserdetails",{"_index":689,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["loaduserpreferences",{"_index":690,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["local",{"_index":468,"title":{},"body":{"injectables/LocalStorageService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["locale",{"_index":482,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["locale_id",{"_index":475,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["localemapper",{"_index":476,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/typealiases.html":{}}}],["localeservice",{"_index":469,"title":{"injectables/LocaleService.html":{}},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["localeservicemock",{"_index":485,"title":{"injectables/LocaleServiceMock.html":{}},"body":{"injectables/LocaleServiceMock.html":{}}}],["localestate",{"_index":479,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"classes/UpdateLocaleStateAction.html":{}}}],["localforage",{"_index":461,"title":{},"body":{"injectables/LocalForageService.html":{},"dependencies.html":{}}}],["localforageservice",{"_index":458,"title":{"injectables/LocalForageService.html":{}},"body":{"injectables/LocalForageService.html":{}}}],["localstorage",{"_index":467,"title":{},"body":{"injectables/LocalStorageService.html":{}}}],["localstorageservice",{"_index":466,"title":{"injectables/LocalStorageService.html":{}},"body":{"injectables/LocalStorageService.html":{}}}],["localstoragesync",{"_index":1035,"title":{},"body":{"miscellaneous/functions.html":{}}}],["localstoragesync(reducer",{"_index":1101,"title":{},"body":{"miscellaneous/functions.html":{}}}],["location",{"_index":1457,"title":{},"body":{"license.html":{}}}],["lodash",{"_index":940,"title":{},"body":{"dependencies.html":{}}}],["log",{"_index":287,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"injectables/SessionStorageService.html":{},"miscellaneous/functions.html":{}}}],["logappender",{"_index":511,"title":{},"body":{"injectables/LogService.html":{},"miscellaneous/functions.html":{}}}],["logconfig",{"_index":491,"title":{},"body":{"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["logger",{"_index":505,"title":{},"body":{"injectables/LogService.html":{}}}],["loggermock",{"_index":520,"title":{},"body":{"classes/LogServiceMock.html":{}}}],["loggername",{"_index":516,"title":{},"body":{"injectables/LogService.html":{}}}],["loggers",{"_index":501,"title":{},"body":{"injectables/LogService.html":{}}}],["loghttperrorcallbackfn",{"_index":1037,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loghttperrorcallbackfn(error",{"_index":1051,"title":{},"body":{"miscellaneous/functions.html":{}}}],["login",{"_index":264,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["loglevel",{"_index":509,"title":{},"body":{"injectables/LogService.html":{}}}],["logmodule",{"_index":488,"title":{"modules/LogModule.html":{}},"body":{"modules/LogModule.html":{},"modules.html":{}}}],["logservice",{"_index":74,"title":{"injectables/LogService.html":{}},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"injectables/SessionStorageService.html":{},"injectables/StoreService.html":{},"miscellaneous/functions.html":{}}}],["logservicefactory",{"_index":1038,"title":{},"body":{"miscellaneous/functions.html":{}}}],["logservicefactory(config",{"_index":1062,"title":{},"body":{"miscellaneous/functions.html":{}}}],["logservicemock",{"_index":518,"title":{"classes/LogServiceMock.html":{}},"body":{"classes/LogServiceMock.html":{}}}],["long",{"_index":1272,"title":{},"body":{"license.html":{}}}],["loss",{"_index":1397,"title":{},"body":{"license.html":{}}}],["machine",{"_index":1263,"title":{},"body":{"license.html":{}}}],["main.ts",{"_index":1096,"title":{},"body":{"miscellaneous/functions.html":{}}}],["make",{"_index":1227,"title":{},"body":{"license.html":{}}}],["makes",{"_index":1194,"title":{},"body":{"license.html":{}}}],["making",{"_index":1206,"title":{},"body":{"license.html":{}}}],["malfunction",{"_index":1401,"title":{},"body":{"license.html":{}}}],["map((action",{"_index":182,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["map((connected",{"_index":198,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mapfn",{"_index":413,"title":{},"body":{"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["marbles",{"_index":865,"title":{},"body":{"dependencies.html":{}}}],["marked",{"_index":925,"title":{},"body":{"dependencies.html":{}}}],["marks",{"_index":1334,"title":{},"body":{"license.html":{}}}],["mask",{"_index":897,"title":{},"body":{"dependencies.html":{}}}],["matches",{"_index":84,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["matching",{"_index":24,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"properties.html":{},"miscellaneous/typealiases.html":{}}}],["material",{"_index":1394,"title":{},"body":{"license.html":{}}}],["matter",{"_index":112,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["mean",{"_index":1146,"title":{},"body":{"license.html":{}}}],["meaning",{"_index":1149,"title":{},"body":{"license.html":{}}}],["means",{"_index":1451,"title":{},"body":{"license.html":{}}}],["meant",{"_index":1181,"title":{},"body":{"license.html":{}}}],["media",{"_index":1239,"title":{},"body":{"license.html":{}}}],["mentioned",{"_index":1169,"title":{},"body":{"license.html":{}}}],["menu.service.ts",{"_index":725,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["menu/ux",{"_index":724,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["menulinks",{"_index":726,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["merchantability",{"_index":1371,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1079,"title":{},"body":{"miscellaneous/functions.html":{}}}],["merge(fromevent(window",{"_index":194,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mergeapphandlerconfigtoappconfig",{"_index":1039,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeapphandlerconfigtoappconfig(euiappconfig",{"_index":1073,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeappjsonconfigtoappconfig",{"_index":1040,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeappjsonconfigtoappconfig(euiappconfig",{"_index":1076,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergemap((route",{"_index":184,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mergeuserpreferences",{"_index":691,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["message",{"_index":230,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["meta",{"_index":1103,"title":{},"body":{"miscellaneous/functions.html":{}}}],["metadata",{"_index":608,"title":{},"body":{"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{}}}],["method",{"_index":370,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["methods",{"_index":47,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"injectables/UxTimezoneService.html":{}}}],["miscellaneous",{"_index":971,"title":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/typealiases.html":{}}}],["misconduct",{"_index":1386,"title":{},"body":{"license.html":{}}}],["mock",{"_index":915,"title":{},"body":{"dependencies.html":{}}}],["model.interceptor.ts",{"_index":763,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["modification",{"_index":1162,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":1159,"title":{},"body":{"license.html":{}}}],["modified",{"_index":1304,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":1191,"title":{},"body":{"license.html":{}}}],["modify",{"_index":1178,"title":{},"body":{"license.html":{}}}],["module",{"_index":186,"title":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{},"modules/TranslateMockModule.html":{}},"body":{"injectables/CoreAppEffects.html":{},"modules/I18nModule.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/enumerations.html":{}}}],["moduleconfig",{"_index":421,"title":{},"body":{"injectables/I18nService.html":{},"miscellaneous/functions.html":{}}}],["moduleloadevent",{"_index":521,"title":{"interfaces/ModuleLoadEvent.html":{}},"body":{"interfaces/ModuleLoadEvent.html":{}}}],["modulename",{"_index":243,"title":{},"body":{"modules/CoreModule.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"miscellaneous/functions.html":{}}}],["modules",{"_index":237,"title":{"modules.html":{}},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{},"modules/TranslateMockModule.html":{},"miscellaneous/enumerations.html":{},"index.html":{},"modules.html":{}}}],["modulewithproviders",{"_index":244,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["moment",{"_index":807,"title":{},"body":{"dependencies.html":{}}}],["moral",{"_index":1248,"title":{},"body":{"license.html":{}}}],["more",{"_index":246,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiPermissionService.html":{}}}],["msg",{"_index":273,"title":{},"body":{"classes/EuiError.html":{}}}],["multiple",{"_index":310,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["name",{"_index":18,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["names",{"_index":1333,"title":{},"body":{"license.html":{}}}],["natural",{"_index":1185,"title":{},"body":{"license.html":{}}}],["navigate",{"_index":553,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigate(url",{"_index":561,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigatebyurl",{"_index":554,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigatebyurl(url",{"_index":563,"title":{},"body":{"classes/RouterMock.html":{}}}],["navigationend(0",{"_index":559,"title":{},"body":{"classes/RouterMock.html":{}}}],["ne",{"_index":550,"title":{},"body":{"classes/RouterMock.html":{}}}],["necessary",{"_index":1260,"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":{}}}],["next.1",{"_index":967,"title":{},"body":{"dependencies.html":{}}}],["ng",{"_index":803,"title":{},"body":{"dependencies.html":{}}}],["ngondestroy",{"_index":472,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["ngrx",{"_index":587,"title":{},"body":{"injectables/StoreService.html":{},"dependencies.html":{}}}],["ngrx/component",{"_index":883,"title":{},"body":{"dependencies.html":{}}}],["ngrx/effects",{"_index":876,"title":{},"body":{"dependencies.html":{}}}],["ngrx/entity",{"_index":882,"title":{},"body":{"dependencies.html":{}}}],["ngrx/router",{"_index":878,"title":{},"body":{"dependencies.html":{}}}],["ngrx/schematics",{"_index":879,"title":{},"body":{"dependencies.html":{}}}],["ngrx/store",{"_index":880,"title":{},"body":{"dependencies.html":{}}}],["ngx",{"_index":427,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"dependencies.html":{}}}],["node",{"_index":870,"title":{},"body":{"dependencies.html":{}}}],["non",{"_index":437,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["nothing",{"_index":1275,"title":{},"body":{"license.html":{}}}],["notice",{"_index":1141,"title":{},"body":{"license.html":{}}}],["notices",{"_index":1294,"title":{},"body":{"license.html":{}}}],["notif",{"_index":1002,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["now",{"_index":1242,"title":{},"body":{"license.html":{}}}],["null",{"_index":1058,"title":{},"body":{"miscellaneous/functions.html":{}}}],["number",{"_index":527,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["numerous",{"_index":1359,"title":{},"body":{"license.html":{}}}],["obj",{"_index":391,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["object",{"_index":92,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/AsyncStorageService.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResources.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/TranslateServiceMock.html":{},"miscellaneous/functions.html":{}}}],["obligations",{"_index":1284,"title":{},"body":{"license.html":{}}}],["observable",{"_index":57,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiPermissionService.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"injectables/StoreService.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["observable((observer",{"_index":556,"title":{},"body":{"classes/RouterMock.html":{}}}],["observepreferencesupdate",{"_index":692,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["observer",{"_index":909,"title":{},"body":{"dependencies.html":{}}}],["observer.complete",{"_index":558,"title":{},"body":{"classes/RouterMock.html":{}}}],["observer.next(this.ne",{"_index":557,"title":{},"body":{"classes/RouterMock.html":{}}}],["offer",{"_index":1312,"title":{},"body":{"license.html":{}}}],["offering",{"_index":1454,"title":{},"body":{"license.html":{}}}],["office",{"_index":1520,"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":929,"title":{},"body":{"dependencies.html":{}}}],["once",{"_index":431,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["ondefaultlangchange",{"_index":627,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["ondefaultlangchangesubject",{"_index":628,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["one",{"_index":150,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/I18nResourceImpl.html":{},"injectables/LocalForageService.html":{}}}],["onlangchange",{"_index":444,"title":{},"body":{"injectables/I18nServiceMock.html":{},"classes/TranslateServiceMock.html":{}}}],["onlangchangesubject",{"_index":629,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["online').pipe(mapto(true",{"_index":195,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["onready",{"_index":403,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["onready(modulename",{"_index":422,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["ontranslationchange",{"_index":630,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["ontranslationchangesubject",{"_index":631,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["open",{"_index":1529,"title":{},"body":{"license.html":{}}}],["openidconnectinterceptor",{"_index":522,"title":{"interceptors/OpenIdConnectInterceptor.html":{}},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["openidconnectservice",{"_index":531,"title":{"injectables/OpenIdConnectService.html":{}},"body":{"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{}}}],["openidconnectservicemock",{"_index":534,"title":{"classes/OpenIdConnectServiceMock.html":{}},"body":{"classes/OpenIdConnectServiceMock.html":{}}}],["openidconnectuserdetails",{"_index":536,"title":{"interfaces/OpenIdConnectUserDetails.html":{}},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["operatorfunction",{"_index":1108,"title":{},"body":{"miscellaneous/functions.html":{}}}],["optional",{"_index":19,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["order",{"_index":108,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"dependencies.html":{},"license.html":{}}}],["origin",{"_index":1339,"title":{},"body":{"license.html":{}}}],["original",{"_index":1138,"title":{},"body":{"license.html":{}}}],["osl",{"_index":1530,"title":{},"body":{"license.html":{}}}],["others",{"_index":305,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["otherwise",{"_index":395,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["out",{"_index":1396,"title":{},"body":{"license.html":{}}}],["overview",{"_index":1109,"title":{"index.html":{}},"body":{"index.html":{}}}],["overwrite",{"_index":86,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["owned",{"_index":1345,"title":{},"body":{"license.html":{}}}],["owners",{"_index":1281,"title":{},"body":{"license.html":{}}}],["package",{"_index":784,"title":{"dependencies.html":{},"properties.html":{}},"body":{}}],["packages/.../app.actions.ts",{"_index":975,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../eui",{"_index":1020,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../http",{"_index":1013,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../i18n.actions.ts",{"_index":977,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../locale.actions.ts",{"_index":979,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../locale.service.ts",{"_index":1547,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["packages/.../log.ts",{"_index":1018,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../meta.reducers.ts",{"_index":1036,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../notifications.actions.ts",{"_index":981,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../store.service.ts",{"_index":973,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["packages/.../tokens.ts",{"_index":1025,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../user.actions.ts",{"_index":983,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../ux",{"_index":1045,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/eui",{"_index":238,"title":{},"body":{"modules/CoreModule.html":{},"classes/EuiCoreRootGuardClass.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/add",{"_index":33,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/cache",{"_index":167,"title":{},"body":{"interceptors/CachePreventionInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/cors",{"_index":255,"title":{},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/csrf",{"_index":259,"title":{},"body":{"interceptors/CsrfPreventionInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/eu",{"_index":263,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/openid/openid",{"_index":523,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{}}}],["packages/eui/packages/core/src/lib/interceptors/ux",{"_index":762,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/mocks/router.mock.ts",{"_index":548,"title":{},"body":{"classes/RouterMock.html":{}}}],["packages/eui/packages/core/src/lib/mocks/store.mock.ts",{"_index":571,"title":{},"body":{"classes/StoreMock.html":{}}}],["packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts",{"_index":606,"title":{},"body":{"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/app/eui",{"_index":1063,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/app/factories/log.ts",{"_index":1052,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/config/tokens.ts",{"_index":1066,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/eui.error.ts",{"_index":270,"title":{},"body":{"classes/EuiError.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/global",{"_index":325,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["packages/eui/packages/core/src/lib/services/errors/http",{"_index":332,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts",{"_index":339,"title":{},"body":{"injectables/I18nLoader.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.module.ts",{"_index":368,"title":{},"body":{"modules/I18nModule.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.resource.ts",{"_index":374,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.service.mock.ts",{"_index":442,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts",{"_index":399,"title":{},"body":{"injectables/I18nService.html":{},"interfaces/ModuleLoadEvent.html":{}}}],["packages/eui/packages/core/src/lib/services/locale/locale.service.mock.ts",{"_index":486,"title":{},"body":{"injectables/LocaleServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/locale/locale.service.ts",{"_index":470,"title":{},"body":{"injectables/LocaleService.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.module.ts",{"_index":489,"title":{},"body":{"modules/LogModule.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.service.mock.ts",{"_index":519,"title":{},"body":{"classes/LogServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/log/log.service.ts",{"_index":497,"title":{},"body":{"injectables/LogService.html":{}}}],["packages/eui/packages/core/src/lib/services/permission/permission.service.ts",{"_index":278,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["packages/eui/packages/core/src/lib/services/queue/api",{"_index":61,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/async",{"_index":130,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/local",{"_index":459,"title":{},"body":{"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/session",{"_index":565,"title":{},"body":{"injectables/SessionStorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/storage.service.mock.ts",{"_index":569,"title":{},"body":{"classes/StorageServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/storage/storage.service.ts",{"_index":567,"title":{},"body":{"classes/StorageService.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts",{"_index":5,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts",{"_index":660,"title":{},"body":{"classes/UpdateI18nStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts",{"_index":663,"title":{},"body":{"classes/UpdateLocaleStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts",{"_index":666,"title":{},"body":{"classes/UpdateNotificationsListAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts",{"_index":669,"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":1100,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/store/store.service.mock.ts",{"_index":598,"title":{},"body":{"injectables/StoreServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/store/store.service.ts",{"_index":579,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{}}}],["packages/eui/packages/core/src/lib/services/user/user.service.mock.ts",{"_index":687,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/user/user.service.ts",{"_index":683,"title":{},"body":{"injectables/UserService.html":{}}}],["packages/eui/packages/core/src/lib/services/ux",{"_index":600,"title":{},"body":{"interfaces/TimeZone.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["packagr",{"_index":804,"title":{},"body":{"dependencies.html":{}}}],["param.interceptor.ts",{"_index":35,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["parameter",{"_index":40,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["parameters",{"_index":16,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["parser",{"_index":817,"title":{},"body":{"dependencies.html":{}}}],["part",{"_index":307,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["particular",{"_index":1373,"title":{},"body":{"license.html":{}}}],["parties",{"_index":1478,"title":{},"body":{"license.html":{}}}],["pass",{"_index":251,"title":{},"body":{"modules/CoreModule.html":{}}}],["passed",{"_index":711,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["patent",{"_index":1292,"title":{},"body":{"license.html":{}}}],["patents",{"_index":1258,"title":{},"body":{"license.html":{}}}],["path",{"_index":397,"title":{},"body":{"classes/I18nResourceImpl.html":{},"miscellaneous/functions.html":{}}}],["payload",{"_index":11,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{}}}],["people",{"_index":1176,"title":{},"body":{"license.html":{}}}],["perform",{"_index":1231,"title":{},"body":{"license.html":{}}}],["permission",{"_index":291,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["permits",{"_index":1247,"title":{},"body":{"license.html":{}}}],["persist",{"_index":513,"title":{},"body":{"injectables/LogService.html":{}}}],["person",{"_index":1187,"title":{},"body":{"license.html":{}}}],["persons",{"_index":1390,"title":{},"body":{"license.html":{}}}],["pikaday",{"_index":955,"title":{},"body":{"dependencies.html":{}}}],["pipe",{"_index":423,"title":{"pipes/TranslateMockPipe.html":{}},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"index.html":{}}}],["pipes",{"_index":618,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["placed",{"_index":123,"title":{},"body":{"injectables/ApiQueueService.html":{},"license.html":{}}}],["plugin",{"_index":813,"title":{},"body":{"dependencies.html":{}}}],["polyfill",{"_index":910,"title":{},"body":{"dependencies.html":{}}}],["portal",{"_index":706,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalcomponentinstance",{"_index":717,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalhost",{"_index":714,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalhostref",{"_index":721,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["possibility",{"_index":1406,"title":{},"body":{"license.html":{}}}],["possible",{"_index":1085,"title":{},"body":{"miscellaneous/functions.html":{}}}],["power",{"_index":1347,"title":{},"body":{"license.html":{}}}],["pre",{"_index":384,"title":{},"body":{"classes/I18nResourceImpl.html":{},"miscellaneous/functions.html":{}}}],["prefer",{"_index":819,"title":{},"body":{"dependencies.html":{}}}],["preferences",{"_index":1007,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["prefix",{"_index":382,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["preinitapp",{"_index":1041,"title":{},"body":{"miscellaneous/functions.html":{}}}],["preinitapp(envconfig",{"_index":1086,"title":{},"body":{"miscellaneous/functions.html":{}}}],["prejudice",{"_index":1473,"title":{},"body":{"license.html":{}}}],["prepareeuiappconfigtoken",{"_index":1042,"title":{},"body":{"miscellaneous/functions.html":{}}}],["prepareeuiappconfigtoken(euiconfig",{"_index":1081,"title":{},"body":{"miscellaneous/functions.html":{}}}],["present",{"_index":590,"title":{},"body":{"injectables/StoreService.html":{}}}],["prettier",{"_index":961,"title":{},"body":{"dependencies.html":{}}}],["prevail",{"_index":1328,"title":{},"body":{"license.html":{}}}],["prevention.interceptor.ts",{"_index":168,"title":{},"body":{"interceptors/CachePreventionInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{}}}],["previouslocale",{"_index":473,"title":{},"body":{"injectables/LocaleService.html":{}}}],["primary",{"_index":1516,"title":{},"body":{"license.html":{}}}],["prismjs",{"_index":927,"title":{},"body":{"dependencies.html":{}}}],["process",{"_index":98,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processallqueueitems",{"_index":66,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processallqueueitems(continueonerror",{"_index":96,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["processallqueueitemssequential",{"_index":67,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processallqueueitemssequential(ascending",{"_index":107,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processed",{"_index":386,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["processor",{"_index":385,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["processqueueitem",{"_index":68,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["processqueueitem(id",{"_index":121,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["product",{"_index":1408,"title":{},"body":{"license.html":{}}}],["program",{"_index":1184,"title":{},"body":{"license.html":{}}}],["progress",{"_index":1356,"title":{},"body":{"license.html":{}}}],["prohibited",{"_index":1132,"title":{},"body":{"license.html":{}}}],["prominent",{"_index":1302,"title":{},"body":{"license.html":{}}}],["promise",{"_index":408,"title":{},"body":{"injectables/I18nService.html":{},"miscellaneous/functions.html":{}}}],["properties",{"_index":9,"title":{"properties.html":{}},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StoreMock.html":{},"interfaces/TimeZone.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"properties.html":{}}}],["property",{"_index":1379,"title":{},"body":{"license.html":{}}}],["protection",{"_index":1331,"title":{},"body":{"license.html":{}}}],["provide",{"_index":373,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["provided",{"_index":438,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"license.html":{}}}],["provider",{"_index":1065,"title":{},"body":{"miscellaneous/functions.html":{}}}],["providers",{"_index":253,"title":{},"body":{"modules/CoreModule.html":{}}}],["provides",{"_index":1261,"title":{},"body":{"license.html":{}}}],["providing",{"_index":247,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiPermissionService.html":{},"license.html":{}}}],["provision",{"_index":1329,"title":{},"body":{"license.html":{}}}],["provisions",{"_index":1434,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":586,"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":1232,"title":{},"body":{"license.html":{}}}],["publish",{"_index":1490,"title":{},"body":{"license.html":{}}}],["published",{"_index":1494,"title":{},"body":{"license.html":{}}}],["publisherror",{"_index":740,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["publisherror(err",{"_index":749,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["publishes",{"_index":752,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["purpose",{"_index":1374,"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":899,"title":{},"body":{"dependencies.html":{}}}],["readable",{"_index":1173,"title":{},"body":{"license.html":{}}}],["readiness",{"_index":154,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["readonly",{"_index":755,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["ready",{"_index":141,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{},"interfaces/ModuleLoadEvent.html":{}}}],["reason",{"_index":1366,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":1336,"title":{},"body":{"license.html":{}}}],["received",{"_index":1469,"title":{},"body":{"license.html":{}}}],["reducer",{"_index":1104,"title":{},"body":{"miscellaneous/functions.html":{}}}],["reducing",{"_index":1493,"title":{},"body":{"license.html":{}}}],["refactor",{"_index":208,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["refer",{"_index":1295,"title":{},"body":{"license.html":{}}}],["reference",{"_index":392,"title":{},"body":{"classes/I18nResourceImpl.html":{},"injectables/UxDynamicComponentService.html":{}}}],["refers",{"_index":1322,"title":{},"body":{"license.html":{}}}],["reflects",{"_index":153,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["reformed",{"_index":1486,"title":{},"body":{"license.html":{}}}],["regarding",{"_index":1461,"title":{},"body":{"license.html":{}}}],["registered",{"_index":1519,"title":{},"body":{"license.html":{}}}],["remain",{"_index":1470,"title":{},"body":{"license.html":{}}}],["remap",{"_index":863,"title":{},"body":{"dependencies.html":{}}}],["remote",{"_index":1456,"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":719,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["remove_api_queue_item",{"_index":996,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["removeallqueueitem",{"_index":69,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["removeapiqueueitemaction",{"_index":543,"title":{"classes/RemoveApiQueueItemAction.html":{}},"body":{"classes/RemoveApiQueueItemAction.html":{},"miscellaneous/typealiases.html":{}}}],["removeasync",{"_index":143,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{}}}],["removeasync(key",{"_index":156,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["removedresources",{"_index":366,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["removequeueitem",{"_index":70,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["removequeueitem(id",{"_index":124,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["removeresources",{"_index":344,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["removeresources(removedresources",{"_index":364,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["removes",{"_index":122,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/AsyncStorageService.html":{},"injectables/I18nLoader.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["rent",{"_index":1235,"title":{},"body":{"license.html":{}}}],["renting",{"_index":1202,"title":{},"body":{"license.html":{}}}],["reporter",{"_index":857,"title":{},"body":{"dependencies.html":{}}}],["repository",{"_index":1268,"title":{},"body":{"license.html":{},"properties.html":{}}}],["represents",{"_index":1475,"title":{},"body":{"license.html":{}}}],["reproduce",{"_index":1226,"title":{},"body":{"license.html":{}}}],["reproduced",{"_index":1464,"title":{},"body":{"license.html":{}}}],["reproducing",{"_index":1340,"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":1460,"title":{},"body":{"license.html":{}}}],["required",{"_index":1164,"title":{},"body":{"license.html":{}}}],["reselect",{"_index":886,"title":{},"body":{"dependencies.html":{}}}],["residence",{"_index":1523,"title":{},"body":{"license.html":{}}}],["resides",{"_index":1514,"title":{},"body":{"license.html":{}}}],["resize",{"_index":908,"title":{},"body":{"dependencies.html":{}}}],["resource",{"_index":362,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResourcesError.html":{},"interfaces/ResourceError.html":{}}}],["resourceerror",{"_index":545,"title":{"interfaces/ResourceError.html":{}},"body":{"interfaces/ResourceError.html":{}}}],["resources",{"_index":349,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{}}}],["response",{"_index":117,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["responses",{"_index":106,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["responsibility",{"_index":1422,"title":{},"body":{"license.html":{}}}],["responsible",{"_index":498,"title":{},"body":{"injectables/LogService.html":{}}}],["rest",{"_index":104,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["restrict",{"_index":1317,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":1286,"title":{},"body":{"license.html":{}}}],["result",{"_index":434,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["resulting",{"_index":1503,"title":{},"body":{"license.html":{}}}],["results",{"_index":23,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"properties.html":{},"miscellaneous/typealiases.html":{}}}],["retrieve",{"_index":90,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["retrycallback",{"_index":528,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["retrycount",{"_index":526,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["return",{"_index":191,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["returns",{"_index":56,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["reuse",{"_index":517,"title":{},"body":{"injectables/LogService.html":{}}}],["right",{"_index":290,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["right.permission",{"_index":299,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["right1.right2.permission",{"_index":306,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["rightid",{"_index":314,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["rights",{"_index":311,"title":{},"body":{"injectables/EuiPermissionService.html":{},"miscellaneous/enumerations.html":{},"license.html":{}}}],["rightsandpermission",{"_index":312,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["root",{"_index":372,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{},"classes/RouterMock.html":{},"classes/UxRootInjectorGuard.html":{}}}],["rootbaseloggername",{"_index":1054,"title":{},"body":{"miscellaneous/functions.html":{}}}],["rootconfig",{"_index":1055,"title":{},"body":{"miscellaneous/functions.html":{}}}],["route",{"_index":993,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["route.snapshot.data['module",{"_index":189,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["router",{"_index":337,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["routermock",{"_index":547,"title":{"classes/RouterMock.html":{}},"body":{"classes/RouterMock.html":{}}}],["routerstate",{"_index":551,"title":{},"body":{"classes/RouterMock.html":{}}}],["royalty",{"_index":1219,"title":{},"body":{"license.html":{}}}],["rules",{"_index":1444,"title":{},"body":{"license.html":{}}}],["rxjs",{"_index":833,"title":{},"body":{"dependencies.html":{}}}],["sake",{"_index":1321,"title":{},"body":{"license.html":{}}}],["same",{"_index":394,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["saveuserpreferences",{"_index":693,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["scope",{"_index":1213,"title":{},"body":{"license.html":{}}}],["scroll",{"_index":892,"title":{},"body":{"dependencies.html":{}}}],["scss",{"_index":951,"title":{},"body":{"dependencies.html":{}}}],["security.interceptor.ts",{"_index":256,"title":{},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["select",{"_index":575,"title":{},"body":{"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["select(key",{"_index":595,"title":{},"body":{"injectables/StoreService.html":{}}}],["select(selector",{"_index":577,"title":{},"body":{"classes/StoreMock.html":{}}}],["selector",{"_index":578,"title":{},"body":{"classes/StoreMock.html":{},"directives/TranslateMockDirective.html":{}}}],["selling",{"_index":1199,"title":{},"body":{"license.html":{}}}],["separated",{"_index":296,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["serializeurl",{"_index":555,"title":{},"body":{"classes/RouterMock.html":{}}}],["serve",{"_index":424,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["server",{"_index":358,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["service",{"_index":135,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/EuiPermissionService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LogService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["services",{"_index":137,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{},"license.html":{}}}],["session",{"_index":265,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/SessionStorageService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["sessionstorage",{"_index":566,"title":{},"body":{"injectables/SessionStorageService.html":{}}}],["sessionstorageservice",{"_index":564,"title":{"injectables/SessionStorageService.html":{}},"body":{"injectables/SessionStorageService.html":{}}}],["sessionstoragesync",{"_index":1043,"title":{},"body":{"miscellaneous/functions.html":{}}}],["sessionstoragesync(reducer",{"_index":1105,"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":636,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["setdefaultlang(lang",{"_index":650,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["sets",{"_index":120,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["severity",{"_index":227,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["shall",{"_index":1289,"title":{},"body":{"license.html":{}}}],["showconnectionstatus",{"_index":175,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["similar",{"_index":1442,"title":{},"body":{"license.html":{}}}],["similarly",{"_index":1447,"title":{},"body":{"license.html":{}}}],["software",{"_index":1127,"title":{},"body":{"license.html":{}}}],["sole",{"_index":1421,"title":{},"body":{"license.html":{}}}],["source",{"_index":938,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["sourcemap",{"_index":861,"title":{},"body":{"dependencies.html":{}}}],["spec",{"_index":867,"title":{},"body":{"dependencies.html":{}}}],["stackblitz/sdk",{"_index":959,"title":{},"body":{"dependencies.html":{}}}],["standard",{"_index":948,"title":{},"body":{"dependencies.html":{}}}],["started",{"_index":1114,"title":{"license.html":{}},"body":{}}],["startup.ts",{"_index":1021,"title":{},"body":{"miscellaneous/functions.html":{}}}],["state",{"_index":318,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"classes/StoreMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["stated",{"_index":1380,"title":{},"body":{"license.html":{}}}],["stateslice",{"_index":584,"title":{},"body":{"injectables/StoreService.html":{}}}],["static",{"_index":240,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"modules/LogModule.html":{},"injectables/SessionStorageService.html":{}}}],["stating",{"_index":1303,"title":{},"body":{"license.html":{}}}],["status",{"_index":223,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/enumerations.html":{}}}],["statutory",{"_index":1407,"title":{},"body":{"license.html":{}}}],["stoppage",{"_index":1399,"title":{},"body":{"license.html":{}}}],["storage",{"_index":134,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"miscellaneous/functions.html":{}}}],["storage.service.mock.ts",{"_index":165,"title":{},"body":{"classes/AsyncStorageServiceMock.html":{}}}],["storage.service.ts",{"_index":131,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{}}}],["storageservice",{"_index":139,"title":{"classes/StorageService.html":{}},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{}}}],["storageservicemock",{"_index":568,"title":{"classes/StorageServiceMock.html":{}},"body":{"classes/StorageServiceMock.html":{}}}],["storagetype",{"_index":592,"title":{},"body":{"injectables/StoreService.html":{}}}],["store",{"_index":75,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/UserService.html":{},"injectables/UxDynamicMenuService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{}}}],["store.dispatch",{"_index":588,"title":{},"body":{"injectables/StoreService.html":{}}}],["store.select",{"_index":596,"title":{},"body":{"injectables/StoreService.html":{}}}],["stored",{"_index":1463,"title":{},"body":{"license.html":{}}}],["storemock",{"_index":570,"title":{"classes/StoreMock.html":{}},"body":{"classes/StoreMock.html":{}}}],["storeservice",{"_index":72,"title":{"injectables/StoreService.html":{}},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UxDynamicMenuService.html":{}}}],["storeservicemock",{"_index":597,"title":{"injectables/StoreServiceMock.html":{}},"body":{"injectables/StoreServiceMock.html":{}}}],["string",{"_index":77,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"modules/CoreModule.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"injectables/StoreService.html":{},"interfaces/TimeZone.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"injectables/UserService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["study",{"_index":1177,"title":{},"body":{"license.html":{}}}],["stylelint",{"_index":946,"title":{},"body":{"dependencies.html":{}}}],["sub",{"_index":1236,"title":{},"body":{"license.html":{}}}],["subject",{"_index":529,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"classes/TranslateServiceMock.html":{},"injectables/UxErrorFeedbackService.html":{},"license.html":{}}}],["sublicensable",{"_index":1222,"title":{},"body":{"license.html":{}}}],["subscribes",{"_index":89,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["subsequent",{"_index":1352,"title":{},"body":{"license.html":{}}}],["success",{"_index":228,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["such",{"_index":1134,"title":{},"body":{"license.html":{}}}],["suffix",{"_index":379,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["summary",{"_index":229,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["support",{"_index":207,"title":{},"body":{"injectables/CoreAppEffects.html":{},"license.html":{}}}],["supports",{"_index":1240,"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":904,"title":{},"body":{"dependencies.html":{}}}],["take",{"_index":1498,"title":{},"body":{"license.html":{}}}],["tap((connected",{"_index":202,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["targeted",{"_index":753,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["template",{"_index":814,"title":{},"body":{"dependencies.html":{}}}],["terminate",{"_index":1466,"title":{},"body":{"license.html":{}}}],["termination",{"_index":1465,"title":{},"body":{"license.html":{}}}],["terms",{"_index":1130,"title":{},"body":{"license.html":{}}}],["text",{"_index":621,"title":{},"body":{"pipes/TranslateMockPipe.html":{},"license.html":{}}}],["therefore",{"_index":1361,"title":{},"body":{"license.html":{}}}],["thereof",{"_index":1160,"title":{},"body":{"license.html":{}}}],["thereto",{"_index":1283,"title":{},"body":{"license.html":{}}}],["this.actions.pipe",{"_index":180,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.asservice.growl",{"_index":226,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.isloadedsubject.asobservable",{"_index":637,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.ondefaultlangchangesubject.asobservable",{"_index":641,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.onlangchangesubject.asobservable",{"_index":642,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.ontranslationchangesubject.asobservable",{"_index":643,"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":1237,"title":{},"body":{"license.html":{}}}],["through",{"_index":436,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["time",{"_index":151,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"license.html":{}}}],["timeout",{"_index":266,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"miscellaneous/functions.html":{}}}],["timestamp",{"_index":110,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["timezone",{"_index":599,"title":{"interfaces/TimeZone.html":{}},"body":{"interfaces/TimeZone.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{}}}],["timezone.service.ts",{"_index":601,"title":{},"body":{"interfaces/TimeZone.html":{},"injectables/UxTimezoneService.html":{}}}],["todo",{"_index":203,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["token",{"_index":713,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["trade",{"_index":1332,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":1293,"title":{},"body":{"license.html":{}}}],["transform",{"_index":619,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["transform(text",{"_index":620,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["transformer",{"_index":923,"title":{},"body":{"dependencies.html":{}}}],["translate",{"_index":428,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{}}}],["translate/core",{"_index":888,"title":{},"body":{"dependencies.html":{}}}],["translate/http",{"_index":890,"title":{},"body":{"dependencies.html":{}}}],["translatemockdirective",{"_index":604,"title":{"directives/TranslateMockDirective.html":{}},"body":{"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{}}}],["translatemockmodule",{"_index":614,"title":{"modules/TranslateMockModule.html":{}},"body":{"modules/TranslateMockModule.html":{},"modules.html":{}}}],["translatemockpipe",{"_index":616,"title":{"pipes/TranslateMockPipe.html":{}},"body":{"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{}}}],["translateparams",{"_index":610,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["translateservice",{"_index":50,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{},"injectables/UxErrorFeedbackService.html":{}}}],["translateservicemock",{"_index":622,"title":{"classes/TranslateServiceMock.html":{}},"body":{"classes/TranslateServiceMock.html":{}}}],["translation",{"_index":232,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{}}}],["translations",{"_index":357,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResources.html":{}}}],["transmitting",{"_index":1205,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":1511,"title":{},"body":{"license.html":{}}}],["true",{"_index":100,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["true/false",{"_index":1061,"title":{},"body":{"miscellaneous/functions.html":{}}}],["ts",{"_index":869,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":835,"title":{},"body":{"dependencies.html":{}}}],["tslint",{"_index":827,"title":{},"body":{"dependencies.html":{}}}],["type",{"_index":12,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/typealiases.html":{}}}],["typealiases",{"_index":1540,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":213,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["types/cleave.js",{"_index":895,"title":{},"body":{"dependencies.html":{}}}],["types/jasmine",{"_index":840,"title":{},"body":{"dependencies.html":{}}}],["types/jasminewd2",{"_index":872,"title":{},"body":{"dependencies.html":{}}}],["types/lodash",{"_index":874,"title":{},"body":{"dependencies.html":{}}}],["types/node",{"_index":842,"title":{},"body":{"dependencies.html":{}}}],["types/quill",{"_index":901,"title":{},"body":{"dependencies.html":{}}}],["typescript",{"_index":824,"title":{},"body":{"dependencies.html":{}}}],["tz",{"_index":779,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["undefined",{"_index":190,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["under",{"_index":1129,"title":{},"body":{"license.html":{}}}],["unenforceable",{"_index":1480,"title":{},"body":{"license.html":{}}}],["union",{"_index":1117,"title":{},"body":{"license.html":{}}}],["unique",{"_index":1495,"title":{},"body":{"license.html":{}}}],["unless",{"_index":1309,"title":{},"body":{"license.html":{}}}],["update",{"_index":323,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["update_app_connection",{"_index":987,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_app_status",{"_index":989,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_app_version",{"_index":986,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_current_module",{"_index":990,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_i18n_state",{"_index":999,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_locale_state",{"_index":1000,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_notifications_list",{"_index":1001,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_dashboard",{"_index":1009,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_details",{"_index":1004,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_preferences",{"_index":1006,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_rights",{"_index":1008,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_state",{"_index":1003,"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":653,"title":{"classes/UpdateAppStatusAction.html":{}},"body":{"classes/UpdateAppStatusAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateappversionaction",{"_index":655,"title":{"classes/UpdateAppVersionAction.html":{}},"body":{"classes/UpdateAppVersionAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatecurrentmoduleaction",{"_index":657,"title":{"classes/UpdateCurrentModuleAction.html":{}},"body":{"classes/UpdateCurrentModuleAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatecurrentmoduleaction(module",{"_index":193,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["updated",{"_index":1099,"title":{},"body":{"miscellaneous/functions.html":{}}}],["updatei18nstateaction",{"_index":659,"title":{"classes/UpdateI18nStateAction.html":{}},"body":{"classes/UpdateI18nStateAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatelocalestateaction",{"_index":662,"title":{"classes/UpdateLocaleStateAction.html":{}},"body":{"classes/UpdateLocaleStateAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatenotificationslistaction",{"_index":665,"title":{"classes/UpdateNotificationsListAction.html":{}},"body":{"classes/UpdateNotificationsListAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatestate",{"_index":285,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["updatestate(i18nstate",{"_index":447,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["updatestate(langstate",{"_index":439,"title":{},"body":{"injectables/I18nService.html":{}}}],["updatestate(rights",{"_index":322,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["updatestate(state",{"_index":480,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["updatestate(userstate",{"_index":685,"title":{},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["updateuserdashboardaction",{"_index":668,"title":{"classes/UpdateUserDashboardAction.html":{}},"body":{"classes/UpdateUserDashboardAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserdetailsaction",{"_index":671,"title":{"classes/UpdateUserDetailsAction.html":{}},"body":{"classes/UpdateUserDetailsAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserpreferencesaction",{"_index":674,"title":{"classes/UpdateUserPreferencesAction.html":{}},"body":{"classes/UpdateUserPreferencesAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserrightsaction",{"_index":677,"title":{"classes/UpdateUserRightsAction.html":{}},"body":{"classes/UpdateUserRightsAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserstateaction",{"_index":679,"title":{"classes/UpdateUserStateAction.html":{}},"body":{"classes/UpdateUserStateAction.html":{}}}],["upon",{"_index":1158,"title":{},"body":{"license.html":{}}}],["url",{"_index":562,"title":{},"body":{"classes/RouterMock.html":{},"miscellaneous/functions.html":{}}}],["usage",{"_index":1195,"title":{},"body":{"license.html":{}}}],["use",{"_index":249,"title":{},"body":{"modules/CoreModule.html":{},"classes/TranslateServiceMock.html":{},"license.html":{}}}],["use(lang",{"_index":651,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["used",{"_index":1088,"title":{},"body":{"miscellaneous/functions.html":{}}}],["useful",{"_index":308,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["user",{"_index":219,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/EuiPermissionService.html":{},"miscellaneous/enumerations.html":{}}}],["user's",{"_index":317,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["userdetails",{"_index":672,"title":{},"body":{"classes/UpdateUserDetailsAction.html":{}}}],["userpreferences",{"_index":675,"title":{},"body":{"classes/UpdateUserPreferencesAction.html":{},"injectables/UserServiceMock.html":{}}}],["userservice",{"_index":682,"title":{"injectables/UserService.html":{}},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["userservicemock",{"_index":686,"title":{"injectables/UserServiceMock.html":{}},"body":{"injectables/UserServiceMock.html":{}}}],["userstate",{"_index":680,"title":{},"body":{"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["using",{"_index":462,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["utility",{"_index":161,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{},"miscellaneous/functions.html":{}}}],["uxappshellservice",{"_index":178,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/UxErrorFeedbackService.html":{}}}],["uxdynamiccomponentservice",{"_index":694,"title":{"injectables/UxDynamicComponentService.html":{}},"body":{"injectables/UxDynamicComponentService.html":{}}}],["uxdynamicmenuservice",{"_index":723,"title":{"injectables/UxDynamicMenuService.html":{}},"body":{"injectables/UxDynamicMenuService.html":{}}}],["uxerrorfeedbackservice",{"_index":733,"title":{"injectables/UxErrorFeedbackService.html":{}},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["uxerrormanager",{"_index":744,"title":{"classes/UxErrorManager.html":{}},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["uxhttperrorresponse",{"_index":746,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["uxpermission",{"_index":730,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["uxrequesterrormodelinterceptor",{"_index":761,"title":{"interceptors/UxRequestErrorModelInterceptor.html":{}},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["uxrootinjectorguard",{"_index":766,"title":{"classes/UxRootInjectorGuard.html":{}},"body":{"classes/UxRootInjectorGuard.html":{}}}],["uxtimezoneservice",{"_index":769,"title":{"injectables/UxTimezoneService.html":{}},"body":{"injectables/UxTimezoneService.html":{}}}],["uxuserright",{"_index":320,"title":{},"body":{"injectables/EuiPermissionService.html":{},"classes/UpdateUserRightsAction.html":{}}}],["v",{"_index":1119,"title":{},"body":{"license.html":{}}}],["v.1.1",{"_index":1144,"title":{},"body":{"license.html":{}}}],["valid",{"_index":1487,"title":{},"body":{"license.html":{}}}],["validity",{"_index":1482,"title":{},"body":{"license.html":{}}}],["value",{"_index":21,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["version",{"_index":594,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{},"license.html":{},"properties.html":{}}}],["versions",{"_index":1492,"title":{},"body":{"license.html":{}}}],["vested",{"_index":1224,"title":{},"body":{"license.html":{}}}],["via",{"_index":252,"title":{},"body":{"modules/CoreModule.html":{}}}],["void",{"_index":88,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/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":1250,"title":{},"body":{"license.html":{}}}],["want",{"_index":309,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LogService.html":{}}}],["warning",{"_index":83,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["warranties",{"_index":1297,"title":{},"body":{"license.html":{}}}],["warrants",{"_index":1343,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1355,"title":{},"body":{"license.html":{}}}],["way",{"_index":297,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["web",{"_index":934,"title":{},"body":{"dependencies.html":{},"miscellaneous/functions.html":{}}}],["webcomponents/custom",{"_index":829,"title":{},"body":{"dependencies.html":{}}}],["website",{"_index":1459,"title":{},"body":{"license.html":{}}}],["whether",{"_index":389,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["whole",{"_index":1484,"title":{},"body":{"license.html":{}}}],["wide",{"_index":1218,"title":{},"body":{"license.html":{}}}],["wilful",{"_index":1385,"title":{},"body":{"license.html":{}}}],["willingness",{"_index":1147,"title":{},"body":{"license.html":{}}}],["window",{"_index":1438,"title":{},"body":{"license.html":{}}}],["without",{"_index":1368,"title":{},"body":{"license.html":{}}}],["withuxerrormanager",{"_index":1044,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withuxerrormanager(errormanager",{"_index":1106,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withuxerrormanager(this",{"_index":759,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["work",{"_index":1126,"title":{},"body":{"license.html":{}}}],["worker",{"_index":799,"title":{},"body":{"dependencies.html":{}}}],["works",{"_index":1156,"title":{},"body":{"license.html":{}}}],["world",{"_index":1217,"title":{},"body":{"license.html":{}}}],["wrapper",{"_index":425,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["xhr",{"_index":914,"title":{},"body":{"dependencies.html":{}}}],["yes",{"_index":276,"title":{},"body":{"classes/EuiError.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/StoreService.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["zone.js",{"_index":837,"title":{},"body":{"dependencies.html":{}}}]],"pipeline":["stemmer"]},
|
|
3
|
+
"store": {"classes/ActivatedRouteAction.html":{"url":"classes/ActivatedRouteAction.html","title":"class - ActivatedRouteAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ActivatedRouteAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: ActivatedRoute)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n ActivatedRoute\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : ActivatedRoute\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.ACTIVATED_ROUTE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AddApiQueueItemAction.html":{"url":"classes/AddApiQueueItemAction.html","title":"class - AddApiQueueItemAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AddApiQueueItemAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: literal type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n literal type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : literal type\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.ADD_API_QUEUE_ITEM\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AddAppLoadedConfigModulesAction.html":{"url":"classes/AddAppLoadedConfigModulesAction.html","title":"class - AddAppLoadedConfigModulesAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AddAppLoadedConfigModulesAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: literal type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n literal type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : literal type\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.ADD_APP_LOADED_CONFIG_MODULES\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/AddLangParamInterceptor.html":{"url":"interceptors/AddLangParamInterceptor.html","title":"interceptor - AddLangParamInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n AddLangParamInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/add-lang-param.interceptor.ts\n \n\n\n \n Description\n \n \n Interceptor for adding the current language as parameter\nAdd the header (LANG_PARAM_KEY, ) to your request http headers\n\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(translateService: TranslateService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ApiQueueService.html":{"url":"injectables/ApiQueueService.html","title":"injectable - ApiQueueService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ApiQueueService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/queue/api-queue.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addQueueItem\n \n \n getQueue\n \n \n getQueueItem\n \n \n processAllQueueItems\n \n \n processAllQueueItemsSequential\n \n \n processQueueItem\n \n \n removeAllQueueItem\n \n \n removeQueueItem\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: StoreService, http: HttpClient, logService: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n http\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addQueueItem\n \n \n \n \n \n \naddQueueItem(id: string, item: ApiQueueItem)\n \n \n\n\n\n\n \n \n Adds an item in the queue by dispatching an action to the store.\nWARNING if matches any other queue item id will overwrite it.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nThe id of the item inside the queue.\nWARNING if matches any other queue item id will overwrite it.\n\n\n \n \n \n item\n \n ApiQueueItem\n \n\n \n No\n \n\n\n \n \nan item for Queue\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getQueue\n \n \n \n \n \n \ngetQueue()\n \n \n\n\n\n\n \n \n Subscribes to the store to retrieve queue and then converts the queue object to an array of items.\n\n\n \n \n \n Returns : Observable\n\n \n \n An Observable of array of all items inside the current queue (ApiQueueItem[])\n\n \n \n \n \n \n \n \n \n \n \n \n getQueueItem\n \n \n \n \n \n \ngetQueueItem(id: string)\n \n \n\n\n\n\n \n \n Subscribes to the store to retrieve an item from the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nid of the item inside the queue\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n An Observable of ApiQueueItem type\n\n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItems\n \n \n \n \n \n \nprocessAllQueueItems(continueOnError: boolean)\n \n \n\n\n\n\n \n \n Process all the items inside the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n continueOnError\n \n boolean\n \n\n \n No\n \n\n \n true\n \n\n \n \nin case of an item request fails continue with the rest in queue\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n An Observable with an array which contains all responses from all items in queue.\n\n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItemsSequential\n \n \n \n \n \n \nprocessAllQueueItemsSequential(ascending: boolean)\n \n \n\n\n\n\n \n \n Process all items in queue after it order them based on their timestamp. Beware that order\nmatter in execution of Http Request in queue. When a request completes only then next will begin. Emission\nor Http response follows order.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n ascending\n \n boolean\n \n\n \n No\n \n\n \n true\n \n\n \n \nsets the order of queue items based on timestamp\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n processQueueItem\n \n \n \n \n \n \nprocessQueueItem(id: string)\n \n \n\n\n\n\n \n \n Process an item from the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nid of the item inside the queue\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n An Observable of type any\n\n \n \n \n \n \n \n \n \n \n \n \n removeAllQueueItem\n \n \n \n \n \n \nremoveAllQueueItem()\n \n \n\n\n\n\n \n \n Removes all items placed in the queue.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n removeQueueItem\n \n \n \n \n \n \nremoveQueueItem(id: string)\n \n \n\n\n\n\n \n \n Removes a given item from the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nid of the item inside the queue\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/ApiQueueServiceMock.html":{"url":"classes/ApiQueueServiceMock.html","title":"class - ApiQueueServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ApiQueueServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/queue/api-queue.service.mock.ts\n \n\n\n\n \n Extends\n \n \n ApiQueueService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addQueueItem\n \n \n getQueue\n \n \n getQueueItem\n \n \n processAllQueueItems\n \n \n processQueueItem\n \n \n removeAllQueueItem\n \n \n removeQueueItem\n \n \n processAllQueueItemsSequential\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addQueueItem\n \n \n \n \n \n \naddQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n getQueue\n \n \n \n \n \n \ngetQueue()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n getQueueItem\n \n \n \n \n \n \ngetQueueItem(id: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItems\n \n \n \n \n \n \nprocessAllQueueItems()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n processQueueItem\n \n \n \n \n \n \nprocessQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAllQueueItem\n \n \n \n \n \n \nremoveAllQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n removeQueueItem\n \n \n \n \n \n \nremoveQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItemsSequential\n \n \n \n \n \n \nprocessAllQueueItemsSequential(ascending: boolean)\n \n \n\n\n\n\n \n \n Process all items in queue after it order them based on their timestamp. Beware that order\nmatter in execution of Http Request in queue. When a request completes only then next will begin. Emission\nor Http response follows order.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n ascending\n \n boolean\n \n\n \n No\n \n\n \n true\n \n\n \n \nsets the order of queue items based on timestamp\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AsyncStorageService.html":{"url":"classes/AsyncStorageService.html","title":"class - AsyncStorageService","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AsyncStorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/async-storage.service.ts\n \n\n\n \n Description\n \n \n Generic asynchronous storage service. Concrete asynchronous storage services must extend this class\n\n \n\n \n Extends\n \n \n StorageService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Abstract\n get\n \n \n Abstract\n get\n \n \n Abstract\n ready\n \n \n Abstract\n remove\n \n \n removeAsync\n \n \n Abstract\n set\n \n \n Abstract\n set\n \n \n setAsync\n \n \n setAsync\n \n \n Abstract\n name\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from async storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable of value\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n ready\n \n \n \n \n \n \n \n ready()\n \n \n\n\n\n\n \n \n reflects the readiness of the storage\n\n\n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n remove\n \n \n \n \n \n \n \n remove(key: string)\n \n \n\n\n\n\n \n \n removes an object from async storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAsync\n \n \n \n \n \n \nremoveAsync(key: string)\n \n \n\n\n\n\n \n \n asynchronous helper for remove function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in async storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: T)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync(key: string, value: any)\n \n \n\n\n\n\n \n \n asynchronous helper for set function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync(key: string, value: T)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n name\n \n \n \n \n \n \n \n name()\n \n \n\n\n\n\n \n \n utility function, to determine the storage implementation\n\n\n \n Returns : string\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AsyncStorageServiceMock.html":{"url":"classes/AsyncStorageServiceMock.html","title":"class - AsyncStorageServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AsyncStorageServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/async-storage.service.mock.ts\n \n\n\n\n \n Extends\n \n \n AsyncStorageService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n ready\n \n \n remove\n \n \n removeAsync\n \n \n set\n \n \n setAsync\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n ready\n \n \n \n \n \n \nready()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAsync\n \n \n \n \n \n \nremoveAsync()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/CachePreventionInterceptor.html":{"url":"interceptors/CachePreventionInterceptor.html","title":"interceptor - CachePreventionInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n CachePreventionInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/cache-prevention.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/CoreAppEffects.html":{"url":"injectables/CoreAppEffects.html","title":"injectable - CoreAppEffects","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n CoreAppEffects\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/effects/app.effects.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n activatedRoute\n \n \n getAppConnectionInformation\n \n \n updateAppConnection\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(actions: Actions, showConnectionStatus: boolean | ConnectionStatus, translateService: TranslateService, asService: UxAppShellService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n actions\n \n \n Actions\n \n \n \n No\n \n \n \n \n showConnectionStatus\n \n \n boolean | ConnectionStatus\n \n \n \n No\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n asService\n \n \n UxAppShellService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n activatedRoute\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : createEffect(() =>\n this.actions.pipe(\n ofType(CoreAppActionTypes.ACTIVATED_ROUTE),\n map((action: ActivatedRouteAction) => action.payload),\n mergeMap((route) => {\n // extract the module name, if defined\n const module = route.snapshot.data['module'] || 'undefined';\n return [new UpdateCurrentModuleAction(module)];\n })\n )\n )\n \n \n\n\n \n \n \n \n \n \n \n \n getAppConnectionInformation\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : createEffect(() =>\n merge(fromEvent(window, 'online').pipe(mapTo(true)), fromEvent(window, 'offline').pipe(mapTo(false))).pipe(\n map((connected) => new UpdateAppConnectionAction(connected))\n )\n )\n \n \n\n\n \n \n \n \n \n \n \n \n updateAppConnection\n \n \n \n \n \n \n Default value : createEffect(\n () =>\n this.actions.pipe(\n ofType(CoreAppActionTypes.UPDATE_APP_CONNECTION),\n map((action: UpdateAppConnectionAction) => action.payload),\n tap((connected) => {\n // TODO: for eUI 14, drop boolean support and refactor\n // check if feature is enabled\n let isFeatureEnabled =\n typeof this.showConnectionStatus !== 'boolean' ? this.showConnectionStatus?.enabled : this.showConnectionStatus;\n // extract lifespan if any\n let lifespan =\n typeof this.showConnectionStatus !== 'boolean' ? this.showConnectionStatus?.messageBox?.lifespan || 0 : 0;\n\n // if the user needs to be informed about the connection status\n if (isFeatureEnabled) {\n if (connected) {\n this.translateService.get('eui.CONNECTED').subscribe((translation) => {\n this.asService.growl(\n { severity: 'success', summary: 'MESSAGE', detail: translation, life: lifespan },\n lifespan {\n this.asService.growl(\n { severity: 'danger', summary: 'ERROR', detail: translation, life: lifespan },\n lifespan \n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/CoreModule.html":{"url":"modules/CoreModule.html","title":"module - CoreModule","body":"\n \n\n\n\n\n Modules\n CoreModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/eui-core.module.ts\n \n\n\n\n\n\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n Static\n forChild\n \n \n \n \n \n \n \n forChild(moduleName: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n moduleName\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n forRoot\n \n \n \n \n \n \n \n forRoot()\n \n \n\n\n\n\n \n \n No more providing config from forRoot, you have to use EUI_CONFIG_TOKEN to pass config via providers.\n\n\n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/CorsSecurityInterceptor.html":{"url":"interceptors/CorsSecurityInterceptor.html","title":"interceptor - CorsSecurityInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n CorsSecurityInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/cors-security.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/CsrfPreventionInterceptor.html":{"url":"interceptors/CsrfPreventionInterceptor.html","title":"interceptor - CsrfPreventionInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n CsrfPreventionInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/csrf-prevention.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/EmptyApiQueueAction.html":{"url":"classes/EmptyApiQueueAction.html","title":"class - EmptyApiQueueAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n EmptyApiQueueAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: any)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n any\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : any\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.EMPTY_API_QUEUE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{"url":"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html","title":"interceptor - EuLoginSessionTimeoutHandlingInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n EuLoginSessionTimeoutHandlingInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/eu-login-session-timeout-handling.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/EuiCoreRootGuardClass.html":{"url":"classes/EuiCoreRootGuardClass.html","title":"class - EuiCoreRootGuardClass","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n EuiCoreRootGuardClass\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/eui-core.module.ts\n \n\n\n\n\n\n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/EuiError.html":{"url":"classes/EuiError.html","title":"class - EuiError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n EuiError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/eui.error.ts\n \n\n\n\n \n Extends\n \n \n ErrorSubClass\n \n\n\n\n\n \n Constructor\n \n \n \n \nconstructor(code: string, msg?: string, args?: any)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n code\n \n \n string\n \n \n \n No\n \n \n \n \n msg\n \n \n string\n \n \n \n Yes\n \n \n \n \n args\n \n \n any\n \n \n \n Yes\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/EuiPermissionService.html":{"url":"injectables/EuiPermissionService.html","title":"injectable - EuiPermissionService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n EuiPermissionService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/permission/permission.service.ts\n \n\n\n\n \n Extends\n \n \n EuiService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n checkAttributePermission\n \n \n checkPermission\n \n \n checkRight\n \n \n getState\n \n \n init\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(log: LogService, store: StoreService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n checkAttributePermission\n \n \n \n \n \n \ncheckAttributePermission(rightsAndPermission: string)\n \n \n\n\n\n\n \n \n accepts a string of right and or a permission. In string first comes the right and or followed by permission in\na dot separated way e.g. 'RIGHT.PERMISSION' or 'RIGHT'. The string can contain more that 2 separated fields.\nIn that case the last field should be the permission and all the others a Right. e.g. 'RIGHT1.RIGHT2.PERMISSION'\nThe last part is useful where you want a user to have multiple rights and the permission of the last right.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n rightsAndPermission\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n checkPermission\n \n \n \n \n \n \ncheckPermission(rightId: string, permission: string)\n \n \n\n\n\n\n \n \n check if a user has that right and that right has the permission given.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n rightId\n \n string\n \n\n \n No\n \n\n\n \n the right of the user\n\n \n \n \n permission\n \n string\n \n\n \n No\n \n\n\n \n the permission of the right\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n checkRight\n \n \n \n \n \n \ncheckRight(rightId: string)\n \n \n\n\n\n\n \n \n check if a user has the right.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n rightId\n \n string\n \n\n \n No\n \n\n\n \n the id of Right\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState()\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n get the user's Rights from the state\n\n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(rights: UxUserRight[])\n \n \n\n\n\n\n \n \n initialize the service by providing a state\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n rights\n \n UxUserRight[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(rights: UxUserRight[])\n \n \n\n\n\n\n \n \n update the state with the given user's rights\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n rights\n \n UxUserRight[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/GlobalErrorHandler.html":{"url":"injectables/GlobalErrorHandler.html","title":"injectable - GlobalErrorHandler","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n GlobalErrorHandler\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/global-error-handler.ts\n \n\n\n\n \n Extends\n \n \n ErrorHandler\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(logService: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleError\n \n \n \n \n \n \nhandleError(error: any)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/HttpErrorHandlerInterceptor.html":{"url":"interceptors/HttpErrorHandlerInterceptor.html","title":"interceptor - HttpErrorHandlerInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n HttpErrorHandlerInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/http-error-handler.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: HttpErrorHandlerConfig, injector: Injector, router: Router)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n HttpErrorHandlerConfig\n \n \n \n No\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/I18nLoader.html":{"url":"injectables/I18nLoader.html","title":"injectable - I18nLoader","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n I18nLoader\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n addResources\n \n \n Public\n getFailedResources\n \n \n Public\n getTranslation\n \n \n Public\n loadResources\n \n \n Public\n removeResources\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(http: HttpClient, logService: LogService, euiAppConfig: EuiAppConfig)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n http\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n euiAppConfig\n \n \n EuiAppConfig\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n addResources\n \n \n \n \n \n \n \n addResources(config: I18nLoaderConfig)\n \n \n\n\n\n\n \n \n Adds resources\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n loader configuration\n\n \n \n \n \n \n \n \n \n Returns : I18nResourceImpl[]\n\n \n \n Observable | false\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getFailedResources\n \n \n \n \n \n \n \n getFailedResources()\n \n \n\n\n\n\n \n \n Returns resources that failed\n\n\n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getTranslation\n \n \n \n \n \n \n \n getTranslation(lang: string)\n \n \n\n\n\n\n \n \n Gets the translations from the server\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n loadResources\n \n \n \n \n \n \n \n loadResources(resources: I18nResourceImpl[], lang: string)\n \n \n\n\n\n\n \n \n Loads an array of resources, by language\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n resources\n \n I18nResourceImpl[]\n \n\n \n No\n \n\n\n \n the definition of the resources\n\n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n the resource language to load\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n removeResources\n \n \n \n \n \n \n \n removeResources(removedResources: I18nResourceImpl[])\n \n \n\n\n\n\n \n \n Removes resources from the loader instance\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n removedResources\n \n I18nResourceImpl[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/I18nModule.html":{"url":"modules/I18nModule.html","title":"module - I18nModule","body":"\n \n\n\n\n\n Modules\n I18nModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.module.ts\n \n\n\n\n \n Description\n \n \n I18N Module\n\n \n\n\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n Static\n forRoot\n \n \n \n \n \n \n \n forRoot()\n \n \n\n\n\n\n \n \n method called in your root module to provide the I18nModule\n\n\n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/I18nResourceImpl.html":{"url":"classes/I18nResourceImpl.html","title":"class - I18nResourceImpl","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n I18nResourceImpl\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.resource.ts\n \n\n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n compileTranslations\n \n \n Public\n equals\n \n \n Public\n getPath\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(prefix: string, suffix: string, compileTranslationsFn: (translations: any,lang: string) => void)\n \n \n\n \n \n Resource constructor\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n prefix\n \n \n string\n \n \n \n No\n \n \n \n the prefix of the resource\n\n \n \n \n suffix\n \n \n string\n \n \n \n No\n \n \n \n the suffix of the resource, optional parameter\n\n \n \n \n compileTranslationsFn\n \n \n function\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n compileTranslations\n \n \n \n \n \n \n \n compileTranslations(translations: any, lang: string)\n \n \n\n\n\n\n \n \n Translations pre-processor\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n translations\n \n any\n \n\n \n No\n \n\n\n \n the object to be pre-processed\n\n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n the translations language\n\n \n \n \n \n \n \n \n \n Returns : any\n\n \n \n the pre-processed translations\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n equals\n \n \n \n \n \n \n \n equals(obj: I18nResourceImpl)\n \n \n\n\n\n\n \n \n Indicates whether other object is equal-to this one.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n obj\n \n I18nResourceImpl\n \n\n \n No\n \n\n\n \n the reference object with which to compare\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if this object is the same as obj, false otherwise\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getPath\n \n \n \n \n \n \n \n getPath(lang: string)\n \n \n\n\n\n\n \n \n The path to the resource\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n the resource language\n\n \n \n \n \n \n \n \n \n Returns : string\n\n \n \n the path\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/I18nService.html":{"url":"injectables/I18nService.html","title":"injectable - I18nService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n I18nService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts\n \n\n\n\n \n Extends\n \n \n EuiLazyService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n addResources\n \n \n getState\n \n \n getState\n \n \n getState\n \n \n init\n \n \n Public\n lazyLoad\n \n \n lazyLoadInit\n \n \n onReady\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(baseGlobalConfig: GlobalConfig, translateService: TranslateService, logService: LogService, store: StoreService, document: Document)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n baseGlobalConfig\n \n \n GlobalConfig\n \n \n \n No\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n document\n \n \n Document\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n addResources\n \n \n \n \n \n \n \n addResources(config: I18nLoaderConfig, moduleName?: string)\n \n \n\n\n\n\n \n \n Add resources based of a config loader\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n I18nLoaderConfig\n\n \n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n Promise an EuiServiceStatus when translation has fully loaded\n\n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(mapFn?: (state?: T) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n mapFn\n \n function\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(key?: a)\n \n \n\n\n\n \n \n Type parameters :\n \n a\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n a\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable<>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(keyOrMapFn?: | string)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n keyOrMapFn\n \n | string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(langState?: T)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n langState\n \n T\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n lazyLoad\n \n \n \n \n \n \n \n lazyLoad(config: I18nLoaderConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n lazyLoadInit\n \n \n \n \n \n \nlazyLoadInit(moduleConfig: ModuleConfig, moduleName?: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n moduleConfig\n \n ModuleConfig\n \n\n \n No\n \n\n\n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n onReady\n \n \n \n \n \n \nonReady(moduleName?: string)\n \n \n\n\n\n\n \n \n A pipe function that could serve as a wrapper of another observable\ne.g. ngx-translate i18n.onReady('my_module').pipe(switchMap(()=>translate.get('eui.KEY')));\nWARNING: onReady will emit only once for a loaded Module, going to another and then going back will not result\ninto another emission.\nfetch module name from the state.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n the name of the module that has been given through the eUI globalConfig. In case non provided\nfetch module name from the state.\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(langState: T | I18nState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n langState\n \n T | I18nState\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/I18nServiceMock.html":{"url":"injectables/I18nServiceMock.html","title":"injectable - I18nServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n I18nServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.service.mock.ts\n \n\n\n\n \n Extends\n \n \n I18nService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addResources\n \n \n getState\n \n \n init\n \n \n lazyLoadInit\n \n \n updateState\n \n \n Public\n lazyLoad\n \n \n onReady\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n onLangChange\n \n \n currentLanguage\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addResources\n \n \n \n \n \n \naddResources()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(i18nState?: I18nState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n i18nState\n \n I18nState\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n lazyLoadInit\n \n \n \n \n \n \nlazyLoadInit()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(i18nState: I18nState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n i18nState\n \n I18nState\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n lazyLoad\n \n \n \n \n \n \n \n lazyLoad(config: I18nLoaderConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n onReady\n \n \n \n \n \n \nonReady(moduleName?: string)\n \n \n\n\n\n\n \n \n A pipe function that could serve as a wrapper of another observable\ne.g. ngx-translate i18n.onReady('my_module').pipe(switchMap(()=>translate.get('eui.KEY')));\nWARNING: onReady will emit only once for a loaded Module, going to another and then going back will not result\ninto another emission.\nfetch module name from the state.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n the name of the module that has been given through the eUI globalConfig. In case non provided\nfetch module name from the state.\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n onLangChange\n \n \n\n \n \n getonLangChange()\n \n \n\n \n \n \n \n \n \n \n currentLanguage\n \n \n\n \n \n getcurrentLanguage()\n \n \n\n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/InitStoreAction.html":{"url":"classes/InitStoreAction.html","title":"class - InitStoreAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n InitStoreAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: literal type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n literal type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : literal type\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.INIT_STORE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/LoadedResources.html":{"url":"interfaces/LoadedResources.html","title":"interface - LoadedResources","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n LoadedResources\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n errors\n \n \n \n \n hasError\n \n \n \n \n translations\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n errors\n \n \n \n \n \n \n \n \n errors: Array\n\n \n \n\n\n \n \n Type : Array\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n hasError\n \n \n \n \n \n \n \n \n hasError: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n translations\n \n \n \n \n \n \n \n \n translations: object\n\n \n \n\n\n \n \n Type : object\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/LoadedResourcesError.html":{"url":"interfaces/LoadedResourcesError.html","title":"interface - LoadedResourcesError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n LoadedResourcesError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n error\n \n \n \n \n resource\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n error\n \n \n \n \n \n \n \n \n error: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n resource\n \n \n \n \n \n \n \n \n resource: I18nResourceImpl\n\n \n \n\n\n \n \n Type : I18nResourceImpl\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocalForageService.html":{"url":"injectables/LocalForageService.html","title":"injectable - LocalForageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocalForageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/local-forage.service.ts\n \n\n\n \n Description\n \n \n localforage service, using the localForage javascript library\nhttps://localforage.github.io/localForage\n\n \n\n \n Extends\n \n \n AsyncStorageService\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n ready\n \n \n remove\n \n \n set\n \n \n removeAsync\n \n \n setAsync\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: any, log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n any\n \n \n \n No\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from localforage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable of value\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n the name of the storage service\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n ready\n \n \n \n \n \n \nready()\n \n \n\n\n\n\n \n \n reflects the readiness of the storage\n\n\n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove(key: string)\n \n \n\n\n\n\n \n \n removes an object from localforage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in localforage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAsync\n \n \n \n \n \n \nremoveAsync(key: string)\n \n \n\n\n\n\n \n \n asynchronous helper for remove function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync(key: string, value: any)\n \n \n\n\n\n\n \n \n asynchronous helper for set function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'LocalForageService'\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocalStorageService.html":{"url":"injectables/LocalStorageService.html","title":"injectable - LocalStorageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocalStorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/local-storage.service.ts\n \n\n\n \n Description\n \n \n localStorage service\n\n \n\n \n Extends\n \n \n StorageService\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n remove\n \n \n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from local storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : any\n\n \n \n the value or undefined, if case of error\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n the name of the storage service\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove(key: string)\n \n \n\n\n\n\n \n \n removes an object from local storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in local storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'LocalStorageService'\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocaleService.html":{"url":"injectables/LocaleService.html","title":"injectable - LocaleService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocaleService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/locale/locale.service.ts\n \n\n\n\n \n Extends\n \n \n EuiService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addLocale\n \n \n getState\n \n \n getState\n \n \n getState\n \n \n init\n \n \n ngOnDestroy\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n previousLocale\n \n \n currentLocale\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: StoreService, baseGlobalConfig: GlobalConfig, locale_id: string, localeMapper: LocaleMapper, i18n: I18nService, log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n baseGlobalConfig\n \n \n GlobalConfig\n \n \n \n No\n \n \n \n \n locale_id\n \n \n string\n \n \n \n No\n \n \n \n \n localeMapper\n \n \n LocaleMapper\n \n \n \n No\n \n \n \n \n i18n\n \n \n I18nService\n \n \n \n No\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addLocale\n \n \n \n \n \n \naddLocale(id: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(mapFn?: (state?: T) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n mapFn\n \n function\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(key?: a)\n \n \n\n\n\n \n \n Type parameters :\n \n a\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n a\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable<>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(keyOrMapFn?: | string)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n keyOrMapFn\n \n | string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(state?: LocaleState | undefined)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState | undefined\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(state: LocaleState)\n \n \n\n\n\n\n \n \n dynamically load locale and update the state\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n previousLocale\n \n \n\n \n \n getpreviousLocale()\n \n \n\n \n \n \n \n \n \n \n currentLocale\n \n \n\n \n \n getcurrentLocale()\n \n \n\n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocaleServiceMock.html":{"url":"injectables/LocaleServiceMock.html","title":"injectable - LocaleServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocaleServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/locale/locale.service.mock.ts\n \n\n\n\n \n Extends\n \n \n LocaleService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getState\n \n \n init\n \n \n updateState\n \n \n addLocale\n \n \n ngOnDestroy\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(locale_id: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n locale_id\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(state?: LocaleState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(state: LocaleState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n addLocale\n \n \n \n \n \n \naddLocale(id: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/LogModule.html":{"url":"modules/LogModule.html","title":"module - LogModule","body":"\n \n\n\n\n\n Modules\n LogModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/services/log/log.module.ts\n \n\n\n\n \n Description\n \n \n Log Module\n\n \n\n\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n Static\n forChild\n \n \n \n \n \n \n \n forChild(config: LogConfig)\n \n \n\n\n\n\n \n \n method called in your other (non root, lazy loaded) modules to import a different instance of LogService\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n config\n \n LogConfig\n \n\n \n No\n \n\n \n DEFAULT_LOG_CONFIG\n \n\n \n \n \n \n \n \n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n forRoot\n \n \n \n \n \n \n \n forRoot(config: LogConfig)\n \n \n\n\n\n\n \n \n method called in your root module to provide the LogService\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n config\n \n LogConfig\n \n\n \n No\n \n\n \n DEFAULT_LOG_CONFIG\n \n\n \n \n \n \n \n \n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n \n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LogService.html":{"url":"injectables/LogService.html","title":"injectable - LogService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LogService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/log/log.service.ts\n \n\n\n \n Description\n \n \n Log service, responsible for getting or creating loggers. It itself acts as a base logger\n\n \n\n \n Extends\n \n \n Logger\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getLogger\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(name: string, level: LogLevel, appenders: LogAppender[])\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n name\n \n \n string\n \n \n \n No\n \n \n \n \n level\n \n \n LogLevel\n \n \n \n No\n \n \n \n \n appenders\n \n \n LogAppender[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getLogger\n \n \n \n \n \n \ngetLogger(loggerName: string, persist: boolean)\n \n \n\n\n\n\n \n \n Gets a logger by name. If the logger does not exist, it is created\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n loggerName\n \n string\n \n\n \n No\n \n\n \n \n\n \n logger name\n\n \n \n \n persist\n \n boolean\n \n\n \n No\n \n\n \n false\n \n\n \n optional parameter. Set it to true if you want to reuse the logger. By default, it is set to false\n\n \n \n \n \n \n \n \n \n Returns : Logger\n\n \n \n the logger\n\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/LogServiceMock.html":{"url":"classes/LogServiceMock.html","title":"class - LogServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n LogServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/log/log.service.mock.ts\n \n\n\n\n \n Extends\n \n \n LoggerMock\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getLogger\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getLogger\n \n \n \n \n \n \ngetLogger()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ModuleLoadEvent.html":{"url":"interfaces/ModuleLoadEvent.html","title":"interface - ModuleLoadEvent","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ModuleLoadEvent\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n error\n \n \n \n \n name\n \n \n \n \n ready\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n error\n \n \n \n \n \n \n \n \n error: any\n\n \n \n\n\n \n \n Type : any\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n ready\n \n \n \n \n \n \n \n \n ready: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/OpenIdConnectInterceptor.html":{"url":"interceptors/OpenIdConnectInterceptor.html","title":"interceptor - OpenIdConnectInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n OpenIdConnectInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n defaultMaximumRequestRetries\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler, retryCount: number, retryCallback?: Subject>)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n \n \n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n \n \n\n \n \n retryCount\n \n number\n \n\n \n No\n \n\n \n 0\n \n\n \n \n retryCallback\n \n Subject>\n \n\n \n Yes\n \n\n \n \n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n defaultMaximumRequestRetries\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 1\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/OpenIdConnectService.html":{"url":"injectables/OpenIdConnectService.html","title":"injectable - OpenIdConnectService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n OpenIdConnectService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getUserDetails\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getUserDetails\n \n \n \n \n \n \ngetUserDetails()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/OpenIdConnectServiceMock.html":{"url":"classes/OpenIdConnectServiceMock.html","title":"class - OpenIdConnectServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n OpenIdConnectServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.service.mock.ts\n \n\n\n\n \n Extends\n \n \n OpenIdConnectService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getUserDetails\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getUserDetails\n \n \n \n \n \n \ngetUserDetails()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/OpenIdConnectUserDetails.html":{"url":"interfaces/OpenIdConnectUserDetails.html","title":"interface - OpenIdConnectUserDetails","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n OpenIdConnectUserDetails\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n departmentNumber\n \n \n \n Optional\n \n domain\n \n \n \n Optional\n \n domainUsername\n \n \n \n Optional\n \n email\n \n \n \n Optional\n \n firstName\n \n \n \n Optional\n \n lastName\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n departmentNumber\n \n \n \n \n \n \n \n \n departmentNumber: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n domain\n \n \n \n \n \n \n \n \n domain: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n domainUsername\n \n \n \n \n \n \n \n \n domainUsername: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n email\n \n \n \n \n \n \n \n \n email: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n firstName\n \n \n \n \n \n \n \n \n firstName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n lastName\n \n \n \n \n \n \n \n \n lastName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/RemoveApiQueueItemAction.html":{"url":"classes/RemoveApiQueueItemAction.html","title":"class - RemoveApiQueueItemAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n RemoveApiQueueItemAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.REMOVE_API_QUEUE_ITEM\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ResourceError.html":{"url":"interfaces/ResourceError.html","title":"interface - ResourceError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ResourceError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n error\n \n \n \n \n isError\n \n \n \n Optional\n \n resource\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n error\n \n \n \n \n \n \n \n \n error: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n isError\n \n \n \n \n \n \n \n \n isError: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n resource\n \n \n \n \n \n \n \n \n resource: I18nResourceImpl\n\n \n \n\n\n \n \n Type : I18nResourceImpl\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/RouterMock.html":{"url":"classes/RouterMock.html","title":"class - RouterMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n RouterMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/router.mock.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n events\n \n \n Public\n ne\n \n \n Public\n routerState\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n createUrlTree\n \n \n navigate\n \n \n navigateByUrl\n \n \n serializeUrl\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n events\n \n \n \n \n \n \n Default value : new Observable((observer) => {\n observer.next(this.ne);\n observer.complete();\n })\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n ne\n \n \n \n \n \n \n Default value : new NavigationEnd(0, 'http://localhost:4200/login', 'http://localhost:4200/login')\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n routerState\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : {\n root: {},\n }\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n createUrlTree\n \n \n \n \n \n \ncreateUrlTree()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n navigate\n \n \n \n \n \n \nnavigate(url: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n navigateByUrl\n \n \n \n \n \n \nnavigateByUrl(url: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n serializeUrl\n \n \n \n \n \n \nserializeUrl()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SessionStorageService.html":{"url":"injectables/SessionStorageService.html","title":"injectable - SessionStorageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n SessionStorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/session-storage.service.ts\n \n\n\n \n Description\n \n \n sessionStorage service\n\n \n\n \n Extends\n \n \n StorageService\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n remove\n \n \n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from session storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : any\n\n \n \n the value or undefined, if case of error\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n the name of the storage service\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove(key: string)\n \n \n\n\n\n\n \n \n removes an object from session storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in session storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'SessionStorageService'\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/StorageService.html":{"url":"classes/StorageService.html","title":"class - StorageService","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n StorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/storage.service.ts\n \n\n\n \n Description\n \n \n Generic storage service. Concrete storage services must extend this class\n\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Abstract\n get\n \n \n Abstract\n get\n \n \n Abstract\n name\n \n \n Abstract\n remove\n \n \n Abstract\n set\n \n \n Abstract\n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : any\n\n \n \n the value or undefined, if case of error\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : T\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n name\n \n \n \n \n \n \n \n name()\n \n \n\n\n\n\n \n \n utility function, to determine the storage implementation\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n remove\n \n \n \n \n \n \n \n remove(key: string)\n \n \n\n\n\n\n \n \n removes an object from storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: T)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/StorageServiceMock.html":{"url":"classes/StorageServiceMock.html","title":"class - StorageServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n StorageServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/storage.service.mock.ts\n \n\n\n\n \n Extends\n \n \n StorageService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n remove\n \n \n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/StoreMock.html":{"url":"classes/StoreMock.html","title":"class - StoreMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n StoreMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/store.mock.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n state\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n debounceTime\n \n \n dispatch\n \n \n distinctUntilChanged\n \n \n select\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n state\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : globalState\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n debounceTime\n \n \n \n \n \n \ndebounceTime()\n \n \n\n\n\n\n \n \n\n \n Returns : this\n\n \n \n \n \n \n \n \n \n \n \n \n dispatch\n \n \n \n \n \n \ndispatch()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n distinctUntilChanged\n \n \n \n \n \n \ndistinctUntilChanged()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n select\n \n \n \n \n \n \nselect(selector)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n selector\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/StoreService.html":{"url":"injectables/StoreService.html","title":"injectable - StoreService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n StoreService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/store.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addAutoSaveHandler\n \n \n dispatch\n \n \n 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 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 \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\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/TimeZone.html":{"url":"interfaces/TimeZone.html","title":"interface - TimeZone","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n TimeZone\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-timezone.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n desc\n \n \n \n \n name\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n desc\n \n \n \n \n \n \n \n \n desc: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/TranslateMockDirective.html":{"url":"directives/TranslateMockDirective.html","title":"directive - TranslateMockDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n TranslateMockDirective\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n \n Implements\n \n \n AfterViewChecked\n \n\n\n \n Metadata\n \n \n\n \n Selector\n [translate]\n \n\n \n \n \n\n \n Index\n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n translateParams\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(_element: ElementRef)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n _element\n \n \n ElementRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n translateParams\n \n \n \n \n Type : any\n\n \n \n \n \n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TranslateMockModule.html":{"url":"modules/TranslateMockModule.html","title":"module - TranslateMockModule","body":"\n \n\n\n\n\n Modules\n TranslateMockModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n\n \n \n \n Declarations\n \n \n TranslateMockDirective\n \n \n TranslateMockPipe\n \n \n \n \n Exports\n \n \n TranslateMockDirective\n \n \n TranslateMockPipe\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"pipes/TranslateMockPipe.html":{"url":"pipes/TranslateMockPipe.html","title":"pipe - TranslateMockPipe","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Pipes\n TranslateMockPipe\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n \n Metadata\n \n \n \n Name\n translate\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n transform\n \n \n \n \n \n \ntransform(text: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n text\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/TranslateServiceMock.html":{"url":"classes/TranslateServiceMock.html","title":"class - TranslateServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n TranslateServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n currentLang\n \n \n isLoaded\n \n \n isLoadedSubject\n \n \n languages\n \n \n onDefaultLangChange\n \n \n onDefaultLangChangeSubject\n \n \n onLangChange\n \n \n onLangChangeSubject\n \n \n onTranslationChange\n \n \n onTranslationChangeSubject\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n addLangs\n \n \n get\n \n \n getBrowserLang\n \n \n getLangs\n \n \n getTranslation\n \n \n instant\n \n \n setDefaultLang\n \n \n use\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n currentLang\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n isLoaded\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : this.isLoadedSubject.asObservable()\n \n \n\n\n \n \n \n \n \n \n \n \n isLoadedSubject\n \n \n \n \n \n \n Type : BehaviorSubject\n\n \n \n \n \n Default value : new BehaviorSubject(true)\n \n \n\n\n \n \n \n \n \n \n \n \n languages\n \n \n \n \n \n \n Type : string[]\n\n \n \n \n \n Default value : [DEFAULT_LANGUAGE]\n \n \n\n\n \n \n \n \n \n \n \n \n onDefaultLangChange\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : this.onDefaultLangChangeSubject.asObservable()\n \n \n\n\n \n \n \n \n \n \n \n \n onDefaultLangChangeSubject\n \n \n \n \n \n \n Type : Subject\n\n \n \n \n \n Default value : new Subject()\n \n \n\n\n \n \n \n \n \n \n \n \n onLangChange\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : this.onLangChangeSubject.asObservable()\n \n \n\n\n \n \n \n \n \n \n \n \n onLangChangeSubject\n \n \n \n \n \n \n Type : Subject\n\n \n \n \n \n Default value : new Subject()\n \n \n\n\n \n \n \n \n \n \n \n \n onTranslationChange\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : this.onTranslationChangeSubject.asObservable()\n \n \n\n\n \n \n \n \n \n \n \n \n onTranslationChangeSubject\n \n \n \n \n \n \n Type : Subject\n\n \n \n \n \n Default value : new Subject()\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addLangs\n \n \n \n \n \n \naddLangs(langs: string[])\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n langs\n \n string[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(content: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n content\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getBrowserLang\n \n \n \n \n \n \ngetBrowserLang()\n \n \n\n\n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n getLangs\n \n \n \n \n \n \ngetLangs()\n \n \n\n\n\n\n \n \n\n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n getTranslation\n \n \n \n \n \n \ngetTranslation()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n instant\n \n \n \n \n \n \ninstant(key: string | string[], interpolateParams?: object)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string | string[]\n \n\n \n No\n \n\n\n \n \n interpolateParams\n \n object\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setDefaultLang\n \n \n \n \n \n \nsetDefaultLang(lang: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n use\n \n \n \n \n \n \nuse(lang: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateAppConnectionAction.html":{"url":"classes/UpdateAppConnectionAction.html","title":"class - UpdateAppConnectionAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateAppConnectionAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: boolean)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n boolean\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : boolean\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_APP_CONNECTION\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateAppStatusAction.html":{"url":"classes/UpdateAppStatusAction.html","title":"class - UpdateAppStatusAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateAppStatusAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_APP_STATUS\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateAppVersionAction.html":{"url":"classes/UpdateAppVersionAction.html","title":"class - UpdateAppVersionAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateAppVersionAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_APP_VERSION\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateCurrentModuleAction.html":{"url":"classes/UpdateCurrentModuleAction.html","title":"class - UpdateCurrentModuleAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateCurrentModuleAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_CURRENT_MODULE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateI18nStateAction.html":{"url":"classes/UpdateI18nStateAction.html","title":"class - UpdateI18nStateAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateI18nStateAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: I18nState)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n I18nState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : I18nState\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreI18nActionTypes.UPDATE_I18N_STATE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateLocaleStateAction.html":{"url":"classes/UpdateLocaleStateAction.html","title":"class - UpdateLocaleStateAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateLocaleStateAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: LocaleState)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n LocaleState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : LocaleState\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreLocaleActionTypes.UPDATE_LOCALE_STATE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateNotificationsListAction.html":{"url":"classes/UpdateNotificationsListAction.html","title":"class - UpdateNotificationsListAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateNotificationsListAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: any[])\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n any[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : any[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreNotificationsActionTypes.UPDATE_NOTIFICATIONS_LIST\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserDashboardAction.html":{"url":"classes/UpdateUserDashboardAction.html","title":"class - UpdateUserDashboardAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserDashboardAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: any)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n any\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : any\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_DASHBOARD\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserDetailsAction.html":{"url":"classes/UpdateUserDetailsAction.html","title":"class - UpdateUserDetailsAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserDetailsAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UserDetails)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UserDetails\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UserDetails\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_DETAILS\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserPreferencesAction.html":{"url":"classes/UpdateUserPreferencesAction.html","title":"class - UpdateUserPreferencesAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserPreferencesAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UserPreferences)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UserPreferences\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UserPreferences\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_PREFERENCES\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserRightsAction.html":{"url":"classes/UpdateUserRightsAction.html","title":"class - UpdateUserRightsAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserRightsAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UxUserRight[])\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UxUserRight[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UxUserRight[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_RIGHTS\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserStateAction.html":{"url":"classes/UpdateUserStateAction.html","title":"class - UpdateUserStateAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserStateAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UserState)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UserState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UserState\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_STATE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UserService.html":{"url":"injectables/UserService.html","title":"injectable - UserService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UserService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/user/user.service.ts\n \n\n\n\n \n Extends\n \n \n EuiService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getState\n \n \n getState\n \n \n getState\n \n \n init\n \n \n updateState\n \n \n \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 \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 : 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 \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 : 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/UxDynamicComponentService.html":{"url":"injectables/UxDynamicComponentService.html","title":"injectable - UxDynamicComponentService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxDynamicComponentService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-dynamic-component/ux-dynamic-component.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n add\n \n \n Public\n remove\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(componentFactoryResolver: ComponentFactoryResolver, injector: Injector, appRef: ApplicationRef)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n componentFactoryResolver\n \n \n ComponentFactoryResolver\n \n \n \n No\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n \n appRef\n \n \n ApplicationRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n add\n \n \n \n \n \n \n \n add(component: ComponentType, el?: ElementRef, config?: any)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n Adds a component to portal host dynamically\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n component\n \n ComponentType\n \n\n \n No\n \n\n\n \n The component to be injected\n\n \n \n \n el\n \n ElementRef\n \n\n \n Yes\n \n\n\n \n The element reference for the component to be injected\n\n \n \n \n config\n \n any\n \n\n \n Yes\n \n\n\n \n The data to be passed (config) for the DYNAMIC_COMPONENT_CONFIG token\n\n \n \n \n \n \n \n \n \n Returns : { portalHost: DomPortalOutlet; portal: ComponentPortal; portalComponentInstance: ComponentRef; }\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n remove\n \n \n \n \n \n \n \n remove(portalHostRef: DomPortalOutlet)\n \n \n\n\n\n\n \n \n detaches a portalHost\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n portalHostRef\n \n DomPortalOutlet\n \n\n \n No\n \n\n\n \n reference of portal host to be detached\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UxDynamicMenuService.html":{"url":"injectables/UxDynamicMenuService.html","title":"injectable - UxDynamicMenuService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxDynamicMenuService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n menuLinks\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n filterUxLinksWithRights\n \n \n getMenuLinks\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(uxPermission: EuiPermissionService, store: StoreService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n uxPermission\n \n \n EuiPermissionService\n \n \n \n No\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n filterUxLinksWithRights\n \n \n \n \n \n \nfilterUxLinksWithRights(links: Array)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n links\n \n Array\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getMenuLinks\n \n \n \n \n \n \ngetMenuLinks()\n \n \n\n\n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n menuLinks\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : []\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UxErrorFeedbackService.html":{"url":"injectables/UxErrorFeedbackService.html","title":"injectable - UxErrorFeedbackService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxErrorFeedbackService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-error-feedback/ux-error-feedback.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n errors\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n clearError\n \n \n createGlobalErrorManager\n \n \n createLocalErrorManager\n \n \n growlError\n \n \n publishError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(asService: UxAppShellService, translateService: TranslateService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n asService\n \n \n UxAppShellService\n \n \n \n No\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n clearError\n \n \n \n \n \n \nclearError(id?: string, groupId?: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n Yes\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n createGlobalErrorManager\n \n \n \n \n \n \ncreateGlobalErrorManager()\n \n \n\n\n\n\n \n \n\n \n Returns : UxErrorManager\n\n \n \n \n \n \n \n \n \n \n \n \n createLocalErrorManager\n \n \n \n \n \n \ncreateLocalErrorManager()\n \n \n\n\n\n\n \n \n\n \n Returns : UxErrorManager\n\n \n \n \n \n \n \n \n \n \n \n \n growlError\n \n \n \n \n \n \ngrowlError(err: UxHttpErrorResponse)\n \n \n\n\n\n\n \n \n Growl errors\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n publishError\n \n \n \n \n \n \npublishError(err: UxHttpErrorResponse, instanceId?: string, groupId?: string, accumulate?: boolean)\n \n \n\n\n\n\n \n \n Publishes errors to targeted components\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n instanceId\n \n string\n \n\n \n Yes\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n accumulate\n \n boolean\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n errors\n \n \n \n \n \n \n Default value : new Subject()\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UxErrorManager.html":{"url":"classes/UxErrorManager.html","title":"class - UxErrorManager","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UxErrorManager\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-error-feedback/ux-error-feedback.service.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n httpErrorOperator\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n clearError\n \n \n errors\n \n \n growlError\n \n \n publishError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(uxErrorFeedbackService: UxErrorFeedbackService, isGlobal?: boolean)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n uxErrorFeedbackService\n \n \n UxErrorFeedbackService\n \n \n \n No\n \n \n \n \n isGlobal\n \n \n boolean\n \n \n \n Yes\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n httpErrorOperator\n \n \n \n \n \n \n Default value : withUxErrorManager(this)\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n clearError\n \n \n \n \n \n \nclearError(groupId?: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n errors\n \n \n \n \n \n \nerrors()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n growlError\n \n \n \n \n \n \ngrowlError(err: UxHttpErrorResponse)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n publishError\n \n \n \n \n \n \npublishError(err: UxHttpErrorResponse, groupId?: string, accumulate?: boolean)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n accumulate\n \n boolean\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/UxRequestErrorModelInterceptor.html":{"url":"interceptors/UxRequestErrorModelInterceptor.html","title":"interceptor - UxRequestErrorModelInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n UxRequestErrorModelInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/ux-request-error-model.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(errorMappingHandler: ErrorMappingHandler)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n errorMappingHandler\n \n \n ErrorMappingHandler\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UxRootInjectorGuard.html":{"url":"classes/UxRootInjectorGuard.html","title":"class - UxRootInjectorGuard","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UxRootInjectorGuard\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-root-injector.guard.ts\n \n\n\n\n\n\n\n\n \n Constructor\n \n \n \n \nconstructor(type: Type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n type\n \n \n Type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UxTimezoneService.html":{"url":"injectables/UxTimezoneService.html","title":"injectable - UxTimezoneService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxTimezoneService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-timezone.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getCountries\n \n \n getTimezone\n \n \n getTimezones\n \n \n iso2country\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getCountries\n \n \n \n \n \n \ngetCountries()\n \n \n\n\n\n\n \n \n Gets the list of ISO-codes for all countries\n\n\n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n getTimezone\n \n \n \n \n \n \ngetTimezone(tz: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tz\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : TimeZone\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getTimezones\n \n \n \n \n \n \ngetTimezones()\n \n \n\n\n\n\n \n \n\n \n Returns : TimeZone[]\n\n \n \n \n \n \n \n \n \n \n \n \n iso2country\n \n \n \n \n \n \niso2country(iso: string)\n \n \n\n\n\n\n \n \n Convert country ISO code to country name (in english)\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n iso\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular/animations : 16.0.0\n \n @angular/common : 16.0.0\n \n @angular/compiler : 16.0.0\n \n @angular/core : 16.0.0\n \n @angular/forms : 16.0.0\n \n @angular/platform-browser : 16.0.0\n \n @angular/platform-browser-dynamic : 16.0.0\n \n @angular/router : 16.0.0\n \n @angular/compiler-cli : 16.0.0\n \n @angular/elements : 16.0.0\n \n @angular/language-service : 16.0.0\n \n @angular/service-worker : 16.0.0\n \n @angular-devkit/build-angular : 16.0.0\n \n @angular/cli : 16.0.0\n \n ng-packagr : 16.0.0\n \n @angular/cdk : 16.0.0\n \n @angular/material : 16.0.0\n \n @angular/material-moment-adapter : 16.0.0\n \n angular-animations : 0.11.0\n \n @angular-eslint/builder : 16.0.0\n \n @angular-eslint/eslint-plugin : 16.0.0\n \n @angular-eslint/eslint-plugin-template : 16.0.0\n \n @angular-eslint/schematics : 16.0.0\n \n @angular-eslint/template-parser : 16.0.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.2\n \n @typescript-eslint/eslint-plugin : 5.59.2\n \n @typescript-eslint/eslint-plugin-tslint : 5.59.2\n \n eslint-plugin-import : 2.27.5\n \n @webcomponents/custom-elements : 1.6.0\n \n eslint : 8.39.0\n \n rxjs : 7.8.1\n \n tslib : 2.5.0\n \n zone.js : 0.13.0\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 : 15.4.0\n \n @ngrx/router-store : 15.4.0\n \n @ngrx/schematics : 15.4.0\n \n @ngrx/store : 15.4.0\n \n @ngrx/store-devtools : 15.4.0\n \n @ngrx/entity : 15.4.0\n \n @ngrx/component : 15.4.0\n \n @ngrx/component-store : 15.4.0\n \n ngrx-store-freeze : 0.2.4\n \n reselect : 4.1.8\n \n @ngx-translate/core : 14.0.0\n \n @ngx-translate/http-loader : 7.0.0\n \n ngx-infinite-scroll : 15.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.19\n \n @compodoc/ngd-transformer : 2.1.0\n \n marked : 4.2.12\n \n prismjs : 1.29.0\n \n oidc-client : 1.11.5\n \n jsrsasign : 10.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 stylelint : 15.6.1\n \n stylelint-config-standard : 33.0.0\n \n stylelint-order : 6.0.3\n \n stylelint-scss : 5.0.0\n \n handlebars : 4.7.7\n \n pikaday : 1.8.2\n \n apexcharts : 3.40.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.0.0-next.1\n \n @eui/ecl : 16.0.0-next.1\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 : 15.0.0\n \n License : EUPL-1.1\n \n Repository : https://citnet.tech.ec.europa.eu/CITnet/stash/projects/csdr/repos/root\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/typealiases.html":{"url":"miscellaneous/typealiases.html","title":"miscellaneous-typealiases - typealiases","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Type aliases\n\n\n\n Index\n \n \n \n \n \n \n CoreAppActions (packages/.../app.actions.ts)\n \n \n CoreI18nActions (packages/.../i18n.actions.ts)\n \n \n CoreLocaleActions (packages/.../locale.actions.ts)\n \n \n CoreNotificationsActions (packages/.../notifications.actions.ts)\n \n \n CoreUserActions (packages/.../user.actions.ts)\n \n \n LocaleMapper (packages/.../locale.service.ts)\n \n \n \n \n \n \n\n\n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n \n \n \n \n \n CoreAppActions\n \n \n \n \n InitStoreAction | UpdateAppVersionAction | UpdateAppConnectionAction | AddAppLoadedConfigModulesAction | UpdateAppStatusAction | UpdateCurrentModuleAction | ActivatedRouteAction | AddApiQueueItemAction | RemoveApiQueueItemAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts\n \n \n \n \n \n \n CoreI18nActions\n \n \n \n \n UpdateI18nStateAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts\n \n \n \n \n \n \n CoreLocaleActions\n \n \n \n \n UpdateLocaleStateAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts\n \n \n \n \n \n \n CoreNotificationsActions\n \n \n \n \n UpdateNotificationsListAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n \n \n \n \n \n CoreUserActions\n \n \n \n \n UpdateUserDetailsAction | UpdateUserPreferencesAction | UpdateUserRightsAction | UpdateUserDashboardAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/locale/locale.service.ts\n \n \n \n \n \n \n LocaleMapper\n \n \n \n \n function\n\n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}}
|
|
4
4
|
}
|