@eui/core 16.2.1 → 17.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/esm2022/lib/eui-core.module.mjs +5 -5
- package/esm2022/lib/interceptors/add-lang-param.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/cache-prevention.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/cors-security.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/csrf-prevention.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/openid/openid-connect.interceptor.mjs +4 -4
- package/esm2022/lib/interceptors/openid/openid-connect.service.mjs +4 -4
- package/esm2022/lib/interceptors/ux-request-error-model.interceptor.mjs +4 -4
- package/esm2022/lib/services/dynamic-menu/dynamic-menu.service.mjs +66 -0
- package/esm2022/lib/services/errors/global-error-handler.mjs +4 -4
- package/esm2022/lib/services/errors/http-error-handler-callback-functions.mjs +5 -4
- package/esm2022/lib/services/errors/http-error-handler.interceptor.mjs +4 -4
- package/esm2022/lib/services/eui-timezone.service.mjs +716 -0
- package/esm2022/lib/services/i18n/i18n.loader.mjs +4 -4
- package/esm2022/lib/services/i18n/i18n.service.mjs +8 -8
- package/esm2022/lib/services/i18n/i18n.service.mock.mjs +4 -4
- package/esm2022/lib/services/index.mjs +3 -3
- package/esm2022/lib/services/locale/locale.service.mjs +4 -4
- package/esm2022/lib/services/locale/locale.service.mock.mjs +4 -4
- package/esm2022/lib/services/log/log.module.mjs +5 -5
- package/esm2022/lib/services/log/log.service.mjs +4 -4
- package/esm2022/lib/services/permission/permission.service.mjs +5 -5
- package/esm2022/lib/services/queue/api-queue.service.mjs +4 -4
- package/esm2022/lib/services/storage/local-forage.service.mjs +4 -4
- package/esm2022/lib/services/storage/local-storage.service.mjs +4 -4
- package/esm2022/lib/services/storage/session-storage.service.mjs +4 -4
- package/esm2022/lib/services/store/actions/user.actions.mjs +1 -1
- package/esm2022/lib/services/store/effects/app.effects.mjs +16 -6
- package/esm2022/lib/services/store/store.service.mjs +4 -4
- package/esm2022/lib/services/store/store.service.mock.mjs +4 -4
- package/esm2022/lib/services/user/user.service.mjs +4 -4
- package/esm2022/lib/services/user/user.service.mock.mjs +4 -4
- package/esm2022/lib/services/ux-app-shell.service.mjs +6 -152
- package/esm2022/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +4 -4
- package/esm2022/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +29 -20
- package/fesm2022/eui-core.mjs +158 -284
- package/fesm2022/eui-core.mjs.map +1 -1
- package/lib/services/dynamic-menu/dynamic-menu.service.d.ts +15 -0
- package/lib/services/dynamic-menu/dynamic-menu.service.d.ts.map +1 -0
- package/lib/services/errors/http-error-handler-callback-functions.d.ts.map +1 -1
- package/lib/services/{ux-timezone.service.d.ts → eui-timezone.service.d.ts} +9 -9
- package/lib/services/eui-timezone.service.d.ts.map +1 -0
- package/lib/services/index.d.ts +2 -2
- package/lib/services/index.d.ts.map +1 -1
- package/lib/services/permission/permission.service.d.ts +7 -7
- package/lib/services/permission/permission.service.d.ts.map +1 -1
- package/lib/services/store/actions/user.actions.d.ts +3 -3
- package/lib/services/store/actions/user.actions.d.ts.map +1 -1
- package/lib/services/store/effects/app.effects.d.ts.map +1 -1
- package/lib/services/ux-app-shell.service.d.ts +8 -31
- package/lib/services/ux-app-shell.service.d.ts.map +1 -1
- package/lib/services/ux-error-feedback/ux-error-feedback.service.d.ts.map +1 -1
- package/package.json +2 -2
- package/docs/classes/ActivatedRouteAction.html +0 -282
- package/docs/classes/AddApiQueueItemAction.html +0 -282
- package/docs/classes/AddAppLoadedConfigModulesAction.html +0 -282
- package/docs/classes/ApiQueueServiceMock.html +0 -553
- package/docs/classes/AsyncStorageService.html +0 -941
- package/docs/classes/AsyncStorageServiceMock.html +0 -427
- package/docs/classes/EmptyApiQueueAction.html +0 -282
- package/docs/classes/EuiCoreRootGuardClass.html +0 -167
- package/docs/classes/EuiError.html +0 -227
- package/docs/classes/I18nResourceImpl.html +0 -510
- package/docs/classes/InitStoreAction.html +0 -282
- package/docs/classes/LogServiceMock.html +0 -223
- package/docs/classes/OpenIdConnectServiceMock.html +0 -223
- package/docs/classes/RemoveApiQueueItemAction.html +0 -282
- package/docs/classes/RouterMock.html +0 -499
- package/docs/classes/StorageService.html +0 -640
- package/docs/classes/StorageServiceMock.html +0 -325
- package/docs/classes/StoreMock.html +0 -406
- package/docs/classes/TranslateServiceMock.html +0 -917
- package/docs/classes/UpdateAppConnectionAction.html +0 -282
- package/docs/classes/UpdateAppStatusAction.html +0 -282
- package/docs/classes/UpdateAppVersionAction.html +0 -282
- package/docs/classes/UpdateCurrentModuleAction.html +0 -282
- package/docs/classes/UpdateI18nStateAction.html +0 -282
- package/docs/classes/UpdateLocaleStateAction.html +0 -282
- package/docs/classes/UpdateNotificationsListAction.html +0 -282
- package/docs/classes/UpdateUserDashboardAction.html +0 -282
- package/docs/classes/UpdateUserDetailsAction.html +0 -282
- package/docs/classes/UpdateUserPreferencesAction.html +0 -282
- package/docs/classes/UpdateUserRightsAction.html +0 -282
- package/docs/classes/UpdateUserStateAction.html +0 -282
- package/docs/classes/UxErrorManager.html +0 -536
- package/docs/classes/UxRootInjectorGuard.html +0 -197
- package/docs/dependencies.html +0 -319
- package/docs/directives/TranslateMockDirective.html +0 -266
- package/docs/fonts/ionicons.eot +0 -0
- package/docs/fonts/ionicons.svg +0 -2090
- package/docs/fonts/ionicons.ttf +0 -0
- package/docs/fonts/ionicons.woff +0 -0
- package/docs/fonts/ionicons.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-300.eot +0 -0
- package/docs/fonts/roboto-v15-latin-300.svg +0 -314
- package/docs/fonts/roboto-v15-latin-300.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-300.woff +0 -0
- package/docs/fonts/roboto-v15-latin-300.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-700.eot +0 -0
- package/docs/fonts/roboto-v15-latin-700.svg +0 -310
- package/docs/fonts/roboto-v15-latin-700.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-700.woff +0 -0
- package/docs/fonts/roboto-v15-latin-700.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-italic.eot +0 -0
- package/docs/fonts/roboto-v15-latin-italic.svg +0 -323
- package/docs/fonts/roboto-v15-latin-italic.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-italic.woff +0 -0
- package/docs/fonts/roboto-v15-latin-italic.woff2 +0 -0
- package/docs/fonts/roboto-v15-latin-regular.eot +0 -0
- package/docs/fonts/roboto-v15-latin-regular.svg +0 -308
- package/docs/fonts/roboto-v15-latin-regular.ttf +0 -0
- package/docs/fonts/roboto-v15-latin-regular.woff +0 -0
- package/docs/fonts/roboto-v15-latin-regular.woff2 +0 -0
- package/docs/images/compodoc-vectorise-inverted.png +0 -0
- package/docs/images/compodoc-vectorise-inverted.svg +0 -201
- package/docs/images/compodoc-vectorise.png +0 -0
- package/docs/images/compodoc-vectorise.svg +0 -201
- package/docs/images/favicon.ico +0 -0
- package/docs/index.html +0 -171
- package/docs/injectables/ApiQueueService.html +0 -806
- package/docs/injectables/CoreAppEffects.html +0 -390
- package/docs/injectables/EuiPermissionService.html +0 -652
- package/docs/injectables/GlobalErrorHandler.html +0 -293
- package/docs/injectables/I18nLoader.html +0 -597
- package/docs/injectables/I18nService.html +0 -945
- package/docs/injectables/I18nServiceMock.html +0 -634
- package/docs/injectables/LocalForageService.html +0 -773
- package/docs/injectables/LocalStorageService.html +0 -554
- package/docs/injectables/LocaleService.html +0 -799
- package/docs/injectables/LocaleServiceMock.html +0 -493
- package/docs/injectables/LogService.html +0 -354
- package/docs/injectables/OpenIdConnectService.html +0 -225
- package/docs/injectables/SessionStorageService.html +0 -554
- package/docs/injectables/StoreService.html +0 -651
- package/docs/injectables/StoreServiceMock.html +0 -457
- package/docs/injectables/UserService.html +0 -752
- package/docs/injectables/UserServiceMock.html +0 -641
- package/docs/injectables/UxAppShellService.html +0 -3338
- package/docs/injectables/UxDynamicComponentService.html +0 -437
- package/docs/injectables/UxDynamicMenuService.html +0 -379
- package/docs/injectables/UxErrorFeedbackService.html +0 -591
- package/docs/injectables/UxTimezoneService.html +0 -382
- package/docs/interceptors/AddLangParamInterceptor.html +0 -305
- package/docs/interceptors/CachePreventionInterceptor.html +0 -254
- package/docs/interceptors/CorsSecurityInterceptor.html +0 -254
- package/docs/interceptors/CsrfPreventionInterceptor.html +0 -254
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +0 -254
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +0 -321
- package/docs/interceptors/OpenIdConnectInterceptor.html +0 -347
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +0 -297
- package/docs/interfaces/LoadedResources.html +0 -292
- package/docs/interfaces/LoadedResourcesError.html +0 -247
- package/docs/interfaces/ModuleLoadEvent.html +0 -292
- package/docs/interfaces/OpenIdConnectUserDetails.html +0 -439
- package/docs/interfaces/ResourceError.html +0 -298
- package/docs/interfaces/TimeZone.html +0 -247
- package/docs/interfaces/UIState.html +0 -1900
- package/docs/js/compodoc.js +0 -14
- package/docs/js/lazy-load-graphs.js +0 -44
- package/docs/js/libs/EventDispatcher.js +0 -5
- package/docs/js/libs/bootstrap-native.js +0 -1
- package/docs/js/libs/clipboard.min.js +0 -7
- package/docs/js/libs/custom-elements-es5-adapter.js +0 -15
- package/docs/js/libs/custom-elements.min.js +0 -38
- package/docs/js/libs/d3.v3.min.js +0 -2
- package/docs/js/libs/deep-iterator.js +0 -2
- package/docs/js/libs/es6-shim.min.js +0 -11
- package/docs/js/libs/htmlparser.js +0 -23
- package/docs/js/libs/innersvg.js +0 -9
- package/docs/js/libs/lit-html.js +0 -1
- package/docs/js/libs/prism.js +0 -46
- package/docs/js/libs/promise.min.js +0 -6
- package/docs/js/libs/svg-pan-zoom.min.js +0 -3
- package/docs/js/libs/tablesort.min.js +0 -6
- package/docs/js/libs/tablesort.number.min.js +0 -6
- package/docs/js/libs/vis.min.js +0 -47
- package/docs/js/libs/zepto.min.js +0 -2
- package/docs/js/menu-wc.js +0 -380
- package/docs/js/menu.js +0 -325
- package/docs/js/routes.js +0 -301
- package/docs/js/search/lunr.min.js +0 -6
- package/docs/js/search/search-lunr.js +0 -67
- package/docs/js/search/search.js +0 -268
- package/docs/js/search/search_index.js +0 -4
- package/docs/js/sourceCode.js +0 -58
- package/docs/js/svg-pan-zoom.controls.js +0 -53
- package/docs/js/tabs.js +0 -21
- package/docs/js/tree.js +0 -147
- package/docs/license.html +0 -379
- package/docs/miscellaneous/enumerations.html +0 -418
- package/docs/miscellaneous/functions.html +0 -1864
- package/docs/miscellaneous/typealiases.html +0 -258
- package/docs/miscellaneous/variables.html +0 -3965
- package/docs/modules/CoreModule.html +0 -256
- package/docs/modules/I18nModule.html +0 -198
- package/docs/modules/LogModule.html +0 -305
- package/docs/modules/TranslateMockModule.html +0 -176
- package/docs/modules.html +0 -168
- package/docs/pipes/TranslateMockPipe.html +0 -227
- package/docs/properties.html +0 -124
- package/docs/styles/bootstrap-card.css +0 -219
- package/docs/styles/bootstrap.min.css +0 -6
- package/docs/styles/compodoc.css +0 -1121
- package/docs/styles/dark.css +0 -121
- package/docs/styles/ionicons.min.css +0 -11
- package/docs/styles/laravel.css +0 -113
- package/docs/styles/material.css +0 -131
- package/docs/styles/original.css +0 -51
- package/docs/styles/postmark.css +0 -238
- package/docs/styles/prism.css +0 -301
- package/docs/styles/readthedocs.css +0 -117
- package/docs/styles/reset.css +0 -129
- package/docs/styles/stripe.css +0 -106
- package/docs/styles/style.css +0 -7
- package/docs/styles/tablesort.css +0 -33
- package/docs/styles/vagrant.css +0 -130
- package/esm2022/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +0 -66
- package/esm2022/lib/services/ux-timezone.service.mjs +0 -717
- package/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.d.ts +0 -15
- package/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.d.ts.map +0 -1
- package/lib/services/ux-timezone.service.d.ts.map +0 -1
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var COMPODOC_SEARCH_INDEX = {
|
|
2
|
-
"index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/classes/ActivatedRouteAction.html",[0,0.874,1,2.969]],["body/classes/ActivatedRouteAction.html",[1,3.867,2,1.176,3,0.141,4,0.124,5,2.517,6,1.93,7,1.801,8,0.213,9,1.332,10,1.968,11,2.725,12,0.331,13,0.621,14,1.999,15,6.329,16,0.391,17,0.012,18,0.309,19,0.309,20,1.176,21,1.031,22,5.319,23,0.01,24,0.01]],["title/classes/AddApiQueueItemAction.html",[0,0.874,25,3.224]],["body/classes/AddApiQueueItemAction.html",[2,1.156,3,0.139,4,0.122,5,2.476,6,1.898,7,1.771,8,0.209,9,1.318,10,1.948,11,2.704,12,0.351,13,0.611,14,1.966,16,0.384,17,0.012,18,0.304,19,0.304,20,1.156,21,1.014,23,0.01,24,0.01,25,4.13,26,5.68,27,5.231]],["title/classes/AddAppLoadedConfigModulesAction.html",[0,0.874,28,3.224]],["body/classes/AddAppLoadedConfigModulesAction.html",[2,1.156,3,0.139,4,0.122,5,2.476,6,1.898,7,1.771,8,0.209,9,1.318,10,1.948,11,2.704,12,0.351,13,0.611,14,1.966,16,0.384,17,0.012,18,0.304,19,0.304,20,1.156,21,1.014,23,0.01,24,0.01,26,5.68,28,4.13,29,5.231]],["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.272,13,0.564,16,0.459,17,0.012,18,0.363,19,0.363,23,0.009,24,0.009,30,2.615,31,4.217,32,2.749,33,4.83,34,3.512,35,4.83,36,1.816,37,4.83,38,3.512,39,3.814,40,3.814,41,3.512,42,4.83,43,4.83,44,2.749,45,3.512,46,4.83,47,0.952,48,3.385,49,4.83,50,5.039,51,3.512,52,3.557,53,3.229,54,3.557,55,3.512,56,0.71,57,1.34]],["title/injectables/ApiQueueService.html",[58,1.336,59,3.224]],["body/injectables/ApiQueueService.html",[3,0.062,4,0.055,7,0.797,8,0.094,12,0.295,13,0.275,16,0.466,17,0.011,18,0.369,19,0.369,20,0.822,21,0.721,23,0.006,24,0.006,36,2.28,38,1.712,44,2.624,45,3.809,47,0.567,53,1.216,56,0.967,57,1.88,59,1.859,60,0.745,61,2.056,62,2.355,63,3.248,64,4.026,65,3.248,66,3.248,67,3.248,68,3.248,69,4.026,70,3.248,71,1.712,72,2.014,73,3.248,74,2.286,75,2.837,76,2.355,77,1.319,78,6.458,79,5.239,80,1.859,81,6.179,82,2.355,83,2.937,84,3.72,85,4.412,86,3.72,87,5.295,88,1.279,89,3.72,90,2.365,91,2.355,92,1.275,93,3.123,94,5.545,95,2.056,96,2.355,97,2.379,98,4.026,99,2.355,100,2.705,101,1.34,102,2.355,103,2.355,104,2.355,105,2.355,106,2.355,107,2.056,108,4.137,109,2.705,110,3.248,111,2.056,112,2.056,113,2.056,114,2.056,115,2.056,116,1.497,117,2.056,118,2.056,119,2.056,120,1.413,121,2.355,122,2.233,123,2.056,124,2.355,125,1.712]],["title/classes/ApiQueueServiceMock.html",[0,0.874,126,3.565]],["body/classes/ApiQueueServiceMock.html",[2,0.824,3,0.099,4,0.087,8,0.149,12,0.228,13,0.613,16,0.385,17,0.012,18,0.304,19,0.304,20,0.824,21,0.722,23,0.008,24,0.008,36,1.401,44,2.985,45,3.814,47,0.799,53,1.925,56,1.11,57,1.926,59,2.943,61,3.254,63,5.301,64,5.301,65,4.58,66,5.301,67,4.58,68,5.301,69,5.301,70,5.301,77,1.051,81,4.793,85,2.369,88,1.684,94,4.58,95,3.254,97,2.383,98,3.254,100,2.71,107,3.254,108,5.202,109,3.814,110,4.58,111,3.254,112,3.254,113,3.254,114,3.254,115,3.254,116,2.369,117,3.254,118,3.254,119,3.254,120,2.237,126,3.254,127,3.727,128,1.306]],["title/classes/AsyncStorageService.html",[0,0.874,129,2.969]],["body/classes/AsyncStorageService.html",[0,0.521,2,0.538,3,0.064,4,0.057,8,0.097,12,0.311,16,0.525,17,0.012,18,0.414,19,0.386,21,1.384,23,0.006,24,0.006,36,2.312,47,0.581,56,1.029,57,1.944,77,1.536,88,1.307,90,1.547,92,2.551,116,3.392,120,1.46,122,1.46,128,0.853,129,1.769,130,2.125,131,1.921,132,2.125,133,4.658,134,4.088,135,1.257,136,2.125,137,1.921,138,2.125,139,1.547,140,6.506,141,3.425,142,2.551,143,3.014,144,3.66,145,4.212,146,2.585,147,4.711,148,3.803,149,3.925,150,4.212,151,4.212,152,3.86,153,2.125,154,2.125,155,1.648,156,2.125,157,3.014,158,2.23,159,2.585,160,3.333,161,1.921,162,2.125,163,2.125]],["title/classes/AsyncStorageServiceMock.html",[0,0.874,164,3.565]],["body/classes/AsyncStorageServiceMock.html",[2,1.073,3,0.129,4,0.113,8,0.194,17,0.012,18,0.403,23,0.009,24,0.009,47,0.955,56,1.164,57,2.037,77,0.973,88,1.74,128,1.701,129,3.53,130,4.239,141,5.051,142,3.762,143,5.485,144,3.954,145,5.485,164,4.239,165,4.855]],["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.24,16,0.404,17,0.011,18,0.319,19,0.319,23,0.01,24,0.01,32,3.133,47,1.034,48,3.676,51,4.002,52,3.864,53,3.507,54,3.864,55,4.002,56,0.809,57,1.527,166,4.806,167,5.505,168,4.806]],["title/injectables/CoreAppEffects.html",[58,1.336,169,3.565]],["body/injectables/CoreAppEffects.html",[1,2.105,3,0.077,4,0.067,8,0.116,9,0.874,12,0.229,13,0.338,15,3.81,16,0.213,17,0.013,18,0.253,19,0.168,20,1.161,21,1.018,23,0.006,24,0.006,50,4.251,57,1.21,60,0.916,97,2.849,169,2.527,170,2.895,171,4.363,172,4.363,173,2.895,174,5.251,175,4.363,176,3.81,177,3.81,178,3.81,179,5.251,180,4.363,181,2.895,182,4.363,183,4.363,184,2.895,185,4.363,186,2.254,187,2.285,188,2.895,189,2.895,190,1.96,191,2.895,192,2.955,193,2.895,194,2.895,195,2.895,196,2.895,197,2.895,198,2.895,199,2.895,200,2.895,201,2.105,202,2.895,203,2.895,204,2.285,205,2.895,206,2.895,207,2.527,208,2.895,209,2.285,210,2.895,211,2.895,212,4.363,213,4.363,214,5.251,215,2.895,216,6.593,217,2.895,218,3.81,219,2.285,220,2.527,221,2.895,222,2.527,223,2.527,224,2.895,225,2.895,226,4.363,227,4.363,228,2.895,229,4.363,230,2.895,231,4.363,232,3.81,233,4.363,234,2.895,235,1.315]],["title/modules/CoreModule.html",[186,2.11,236,3.224]],["body/modules/CoreModule.html",[3,0.138,4,0.121,12,0.226,16,0.382,17,0.012,18,0.302,19,0.302,23,0.01,24,0.01,47,0.792,56,0.963,77,1.313,236,4.107,237,2.96,238,4.542,239,4.542,240,4.167,241,4.542,242,5.202,243,3.782,244,5.175,245,5.665,246,4.542,247,4.107,248,3.238,249,4.107,250,5.202,251,5.202,252,5.202,253,5.202]],["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.24,16,0.404,17,0.011,18,0.319,19,0.319,23,0.01,24,0.01,32,3.133,44,3.133,47,1.034,48,3.676,52,3.864,53,3.507,54,3.864,56,0.809,57,1.527,254,4.806,255,5.505,256,5.505,257,4.002]],["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.24,16,0.404,17,0.011,18,0.319,19,0.319,23,0.01,24,0.01,32,3.133,44,3.133,47,1.034,48,3.676,52,3.864,53,3.507,54,3.864,56,0.809,57,1.527,168,4.806,257,4.002,258,4.806,259,5.505]],["title/classes/EmptyApiQueueAction.html",[0,0.874,260,3.565]],["body/classes/EmptyApiQueueAction.html",[2,1.196,3,0.143,4,0.126,5,2.56,6,1.963,7,1.832,8,0.217,9,1.346,10,1.989,11,2.746,12,0.333,13,0.632,14,2.034,16,0.397,17,0.012,18,0.314,19,0.314,20,1.196,21,1.049,23,0.01,24,0.01,260,4.724,261,5.41]],["title/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html",[30,2.211,262,3.565]],["body/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html",[3,0.143,4,0.126,8,0.217,12,0.235,16,0.397,17,0.011,18,0.314,19,0.314,23,0.01,24,0.01,32,3.079,44,3.079,47,1.023,48,3.637,52,3.822,53,3.47,54,3.822,56,0.795,57,1.501,257,3.934,262,4.724,263,5.41,264,5.41,265,3.934,266,4.724,267,5.41]],["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.403,239,5.403,268,5.403]],["title/classes/EuiError.html",[0,0.874,269,3.565]],["body/classes/EuiError.html",[2,1.231,3,0.148,4,0.129,12,0.242,13,0.65,16,0.409,17,0.011,18,0.323,19,0.323,23,0.01,24,0.01,77,1.546,128,1.951,269,4.863,270,5.569,271,5.569,272,5.569,273,6.838,274,6.838,275,4.397,276,3.106]],["title/injectables/EuiPermissionService.html",[58,1.336,277,3.224]],["body/injectables/EuiPermissionService.html",[3,0.078,4,0.068,8,0.118,12,0.299,13,0.343,16,0.505,17,0.012,18,0.385,19,0.385,23,0.007,24,0.007,36,1.659,47,0.672,56,0.974,57,1.224,60,0.93,72,2.39,74,1.926,75,2.39,77,1.5,85,1.869,88,0.815,97,2.407,101,1.673,125,3.209,128,1.03,135,1.519,209,3.485,219,4.652,246,2.567,247,2.321,277,2.321,278,2.94,279,2.321,280,4.414,281,4.414,282,4.414,283,3.181,284,2.181,285,2.649,286,2.321,287,1.673,288,2.94,289,2.94,290,6.536,291,6.178,292,2.94,293,2.94,294,2.94,295,2.94,296,4.414,297,2.567,298,3.485,299,2.94,300,2.567,301,2.567,302,2.94,303,5.3,304,2.94,305,2.94,306,2.94,307,2.567,308,2.94,309,2.567,310,2.94,311,4.985,312,2.94,313,2.94,314,4.414,315,2.94,316,1.991,317,4.414,318,2.508,319,2.94,320,5.144,321,2.94,322,2.94,323,2.321]],["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.288,13,0.618,16,0.486,17,0.012,18,0.384,19,0.384,23,0.01,24,0.01,47,1.009,56,0.777,60,1.674,74,3.155,88,1.467,128,1.853,235,3.008,324,4.618,325,5.289,326,5.289,327,5.289,328,6.623,329,5.289,330,5.289]],["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.277,13,0.579,16,0.467,17,0.011,18,0.369,19,0.369,23,0.009,24,0.009,32,2.821,47,0.968,48,3.441,51,3.604,52,3.617,53,3.283,54,3.617,55,3.604,56,0.728,57,1.375,235,2.251,248,2.449,331,4.328,332,4.328,333,4.957,334,4.328,335,5.549,336,5.843,337,7.4]],["title/injectables/I18nLoader.html",[58,1.336,338,3.565]],["body/injectables/I18nLoader.html",[3,0.091,4,0.079,8,0.137,10,2.263,12,0.292,13,0.399,16,0.493,17,0.012,18,0.39,19,0.39,23,0.007,24,0.007,34,4.207,36,1.854,39,3.894,45,2.485,47,0.751,56,1.028,57,1.864,60,1.081,73,4.306,74,2.765,77,1.269,80,2.698,88,0.948,93,3.34,122,2.051,248,1.688,338,2.984,339,2.485,340,3.894,341,5.786,342,4.306,343,4.932,344,4.932,345,3.417,346,5.531,347,2.984,348,3.894,349,6.111,350,3.894,351,2.984,352,4.549,353,2.698,354,3.417,355,3.417,356,2.698,357,2.698,358,3.417,359,3.417,360,3.417,361,3.417,362,2.485,363,2.698,364,3.417,365,2.698,366,3.417]],["title/modules/I18nModule.html",[186,2.11,367,3.224]],["body/modules/I18nModule.html",[3,0.151,4,0.133,17,0.011,23,0.01,24,0.01,36,2.144,47,0.869,56,0.838,186,3.584,237,3.246,240,3.626,244,4.503,245,5.478,367,5.478,368,5.704,369,4.503,370,4.98,371,4.98,372,4.147,373,4.147]],["title/classes/I18nResourceImpl.html",[0,0.874,352,2.766]],["body/classes/I18nResourceImpl.html",[2,0.787,3,0.094,4,0.083,8,0.142,10,2.101,12,0.281,13,0.593,16,0.474,17,0.011,18,0.375,19,0.396,23,0.008,24,0.008,34,4.304,36,2.426,39,4.009,40,2.81,47,0.773,56,0.87,77,1.544,88,0.987,92,3.495,97,1.616,100,2.588,150,2.81,158,1.684,352,4.009,353,2.81,357,5.388,362,4.962,374,3.559,375,5.077,376,5.077,377,5.077,378,3.559,379,5.919,380,5.077,381,3.559,382,5.077,383,3.559,384,5.168,385,3.559,386,5.077,387,3.559,388,3.107,389,3.107,390,3.559,391,5.077,392,3.107,393,3.559,394,3.559,395,3.107,396,3.559,397,4.433]],["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.562,12,0.319,13,0.278,16,0.538,17,0.012,18,0.425,19,0.404,23,0.006,24,0.006,36,1.412,41,1.734,47,0.572,50,3.836,56,1,57,1.887,60,0.755,72,2.034,74,2.302,75,2.034,77,1.325,83,1.882,88,1.042,101,1.357,109,1.734,116,1.516,125,1.734,128,0.835,148,1.232,152,3.445,158,1.778,186,2.725,204,1.882,232,2.082,243,4.173,248,2.297,276,2.898,283,3.66,284,1.856,285,2.255,298,1.882,316,2.544,318,2.2,340,2.966,347,2.082,348,4.532,349,2.082,350,1.882,398,1.734,399,2.082,400,2.384,401,3.28,402,3.28,403,4.059,404,2.384,405,3.38,406,5.276,407,2.082,408,2.082,409,2.384,410,2.384,411,2.732,412,1.734,413,1.734,414,1.882,415,1.882,416,1.882,417,2.384,418,3.757,419,2.082,420,2.384,421,4.059,422,2.082,423,1.734,424,2.082,425,2.082,426,3.671,427,1.882,428,1.734,429,2.082,430,2.082,431,2.082,432,3.28,433,2.082,434,2.082,435,3.28,436,2.082,437,1.615,438,1.882,439,2.384,440,2.966]],["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.434,12,0.273,13,0.566,16,0.46,17,0.012,18,0.416,19,0.363,23,0.007,24,0.007,36,1.253,47,0.738,56,1.052,57,1.986,60,1.055,77,0.97,83,2.632,88,0.925,101,1.897,116,2.119,125,2.424,128,1.168,158,1.578,186,3.235,204,2.632,243,2.424,248,1.647,276,2.2,283,3.424,284,2.393,285,2.907,298,2.632,318,2.292,340,4.504,348,3.824,398,2.424,401,4.229,402,4.981,403,4.981,405,2.424,411,2.424,419,2.91,422,2.91,423,2.424,424,2.91,425,2.91,426,4.504,427,2.632,428,2.424,429,2.91,430,2.91,431,2.91,432,4.229,433,2.91,434,2.91,435,4.229,436,2.91,437,2.257,438,2.632,440,5.479,441,2.91,442,3.333,443,4.229,444,4.229,445,4.843,446,3.333,447,3.333,448,3.333,449,3.333]],["title/classes/InitStoreAction.html",[0,0.874,450,3.224]],["body/classes/InitStoreAction.html",[2,1.156,3,0.139,4,0.122,5,2.476,6,1.898,7,1.771,8,0.209,9,1.318,10,1.948,11,2.704,12,0.351,13,0.611,14,1.966,16,0.384,17,0.012,18,0.304,19,0.304,20,1.156,21,1.014,23,0.01,24,0.01,26,5.68,450,4.13,451,5.231]],["title/interfaces/LoadedResources.html",[452,2.596,453,3.565]],["body/interfaces/LoadedResources.html",[3,0.143,4,0.125,8,0.215,9,1.341,12,0.317,17,0.012,19,0.388,23,0.01,24,0.01,92,3.624,93,4.533,97,3.04,339,3.911,357,5.753,453,4.697,454,3.229,455,5.298,456,7.286]],["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.301,17,0.012,23,0.01,24,0.01,77,1.385,235,3.387,339,4.122,352,4.682,362,5.423,454,3.403,457,4.95]],["title/injectables/LocalForageService.html",[58,1.336,458,3.565]],["body/injectables/LocalForageService.html",[3,0.076,4,0.066,8,0.114,9,0.864,12,0.296,13,0.333,16,0.481,17,0.012,18,0.437,19,0.38,20,0.63,21,1.359,23,0.006,24,0.006,36,2.464,47,0.657,56,1,57,1.945,60,0.902,74,1.882,77,1.509,88,1.197,90,1.813,92,2.817,116,3.688,120,1.711,122,1.711,128,0.999,129,2.073,133,3.766,134,2.742,135,2.228,141,3.783,142,2.817,143,3.406,144,3.546,145,3.406,146,1.931,148,3.779,149,4.22,150,4.58,151,4.58,153,2.489,154,2.489,155,1.931,156,2.489,157,3.406,158,2.042,159,1.931,160,2.489,240,2.742,248,1.408,287,2.455,334,2.489,458,3.766,459,2.489,460,2.851,461,5.44,462,2.851,463,2.851,464,2.851,465,2.851]],["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.037,12,0.3,13,0.427,16,0.48,17,0.012,18,0.45,19,0.379,20,0.808,21,1.336,23,0.008,24,0.008,36,2.455,47,0.788,56,0.96,60,1.157,74,2.258,77,1.506,88,1.435,90,2.324,92,3.252,101,2.08,120,2.194,122,2.194,128,1.281,131,2.886,134,4.153,135,2.673,139,2.324,142,2.802,144,3.418,146,2.475,148,3.698,149,4.068,155,2.475,159,2.475,190,2.475,235,1.66,240,3.29,286,2.886,287,2.08,459,3.191,466,4.518,467,3.655,468,4.742]],["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.324,13,0.357,16,0.547,17,0.012,18,0.404,19,0.404,23,0.007,24,0.007,47,0.692,56,1.023,57,1.78,60,0.966,71,2.22,72,2.459,74,1.982,75,1.653,77,1.348,85,1.941,88,1.504,128,1.07,148,1.577,152,1.833,158,1.445,190,3.075,276,2.727,279,2.411,283,4.037,284,2.243,285,2.726,287,2.584,316,3.075,318,2.841,323,2.411,363,2.411,369,3.585,398,3.302,405,3.302,407,3.965,412,2.22,413,2.22,414,2.411,415,2.411,416,2.411,443,3.965,469,2.411,470,2.666,471,3.965,472,4.734,473,4.541,474,4.541,475,3.965,476,5.242,477,2.666,478,2.666,479,4.74,480,2.666,481,2.666,482,2.666,483,3.054,484,3.054]],["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.305,13,0.502,16,0.514,17,0.012,18,0.406,19,0.406,23,0.009,24,0.009,47,0.882,56,1.074,57,1.816,60,1.362,77,1.403,85,2.736,88,1.607,128,1.508,276,1.954,283,3.929,284,2.861,285,3.476,318,2.741,469,3.397,471,5.057,472,5.716,475,3.757,477,3.757,478,3.757,479,5.529,480,3.757,485,3.757,486,4.303,487,4.303]],["title/modules/LogModule.html",[186,2.11,488,3.224]],["body/modules/LogModule.html",[3,0.122,4,0.107,12,0.264,16,0.446,17,0.011,18,0.352,19,0.352,20,1.342,21,1.177,23,0.009,24,0.009,36,1.736,47,0.703,56,0.892,74,2.649,186,3.136,237,3.455,240,3.859,241,4.032,244,4.793,245,3.646,248,2.999,287,2.628,365,3.646,370,5.3,371,5.3,372,4.414,373,3.358,411,3.358,437,3.128,488,3.646,489,4.618,490,4.618,491,6.289,492,4.618,493,4.032,494,4.618,495,5.3,496,4.618]],["title/injectables/LogService.html",[58,1.336,74,1.782]],["body/injectables/LogService.html",[3,0.112,4,0.098,8,0.168,12,0.248,13,0.491,16,0.419,17,0.011,18,0.421,19,0.376,20,1.261,21,0.815,23,0.008,24,0.008,36,2.144,40,3.322,47,0.869,56,0.618,60,1.331,74,1.836,77,1.39,97,2.591,100,3.059,128,1.474,135,2.174,144,3.246,287,2.394,309,3.674,353,4.504,356,3.322,497,4.208,498,4.208,499,3.674,500,4.208,501,4.208,502,4.208,503,4.208,504,3.674,505,7.781,506,4.981,507,4.208,508,5.705,509,5.705,510,4.981,511,4.981,512,4.208,513,5.705,514,4.208,515,3.674,516,4.208,517,4.208]],["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.081,56,0.869,128,2.073,506,6.634,518,5.167,519,5.918,520,5.918]],["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.351,12,0.319,17,0.012,18,0.425,19,0.391,23,0.01,24,0.01,77,1.351,97,3.061,141,5.325,235,3.326,399,4.751,454,3.266,521,4.751]],["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.248,12,0.271,13,0.727,16,0.353,17,0.012,18,0.279,19,0.279,20,1.377,21,1.208,23,0.009,24,0.009,32,2.735,44,2.735,47,0.949,48,3.373,52,3.546,53,3.219,54,3.546,56,0.706,57,1.333,218,4.196,257,3.494,276,2.183,522,4.196,523,3.494,524,4.806,525,6.23,526,6.23,527,5.458,528,6.23,529,4.53,530,4.196]],["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.073,56,0.859,57,1.621,60,1.849,523,4.249,531,4.614,532,5.103,533,6.599]],["title/classes/OpenIdConnectServiceMock.html",[0,0.874,534,3.565]],["body/classes/OpenIdConnectServiceMock.html",[2,1.292,3,0.155,4,0.136,8,0.234,17,0.011,23,0.01,24,0.01,47,1.073,56,0.859,57,1.621,128,2.048,523,4.249,531,4.614,533,6.599,534,5.103,535,5.845]],["title/interfaces/OpenIdConnectUserDetails.html",[452,2.596,536,3.565]],["body/interfaces/OpenIdConnectUserDetails.html",[3,0.121,4,0.106,8,0.182,9,1.205,12,0.333,17,0.012,19,0.476,23,0.009,24,0.009,77,1.645,454,2.732,523,3.309,532,3.974,536,3.974,537,6.733,538,6.733,539,6.733,540,6.733,541,6.733,542,6.733]],["title/classes/RemoveApiQueueItemAction.html",[0,0.874,543,3.224]],["body/classes/RemoveApiQueueItemAction.html",[2,1.176,3,0.141,4,0.124,5,2.517,6,1.93,7,1.801,8,0.213,9,1.332,10,1.968,11,2.725,12,0.331,13,0.621,14,1.999,16,0.391,17,0.012,18,0.309,19,0.309,20,1.176,21,1.031,23,0.01,24,0.01,77,1.452,543,4.199,544,5.319]],["title/interfaces/ResourceError.html",[452,2.596,545,3.565]],["body/interfaces/ResourceError.html",[3,0.141,4,0.124,8,0.213,9,1.332,12,0.316,17,0.012,19,0.441,23,0.01,24,0.01,77,1.332,97,3.018,235,3.292,339,3.867,352,4.501,362,5.271,454,3.192,545,4.644,546,7.249]],["title/classes/RouterMock.html",[0,0.874,547,3.565]],["body/classes/RouterMock.html",[2,0.891,3,0.107,4,0.094,8,0.161,9,1.109,10,2.186,12,0.275,13,0.647,16,0.407,17,0.012,18,0.321,19,0.321,20,1.399,21,1.226,23,0.008,24,0.008,47,0.843,56,1.001,77,1.479,88,1.536,192,3.75,372,2.929,547,3.517,548,4.028,549,5.538,550,5.538,551,5.538,552,6.328,553,5.538,554,5.538,555,6.328,556,4.028,557,4.028,558,4.028,559,4.028,560,5.538,561,4.028,562,4.835,563,4.028]],["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.037,12,0.3,13,0.427,16,0.48,17,0.012,18,0.45,19,0.379,20,0.808,21,1.336,23,0.008,24,0.008,36,2.455,47,0.788,56,0.96,60,1.157,74,2.258,77,1.506,88,1.435,90,2.324,92,3.252,101,2.08,120,2.194,122,2.194,128,1.281,131,2.886,134,4.153,135,2.673,139,2.324,142,2.802,144,3.418,146,2.475,148,3.698,149,4.068,155,2.475,159,2.475,190,2.475,235,1.66,240,3.29,265,4.367,286,2.886,287,2.08,564,4.518,565,3.655,566,3.655]],["title/classes/StorageService.html",[0,0.874,139,2.596]],["body/classes/StorageService.html",[0,0.703,2,0.727,3,0.087,4,0.076,8,0.132,12,0.31,16,0.524,17,0.012,18,0.424,19,0.384,21,1.338,23,0.007,24,0.007,36,2.338,47,0.73,56,1.015,77,1.537,88,1.57,90,2.09,92,3.064,101,1.871,120,1.973,122,1.973,132,2.87,134,4.39,135,1.698,136,2.87,137,2.595,138,2.87,139,2.09,140,6.775,142,2.596,144,3.764,146,3.247,148,3.775,149,3.833,152,3.97,155,2.226,158,1.556,159,3.247,161,2.595,162,2.87,163,2.87,190,2.226,235,1.493,567,3.287]],["title/classes/StorageServiceMock.html",[0,0.874,568,3.565]],["body/classes/StorageServiceMock.html",[2,1.196,3,0.143,4,0.126,8,0.217,17,0.012,18,0.424,23,0.01,24,0.01,47,1.023,56,1.122,77,1.084,88,1.863,128,1.896,139,3.439,142,3.955,144,4.157,568,4.724,569,5.41]],["title/classes/StoreMock.html",[0,0.874,570,3.565]],["body/classes/StoreMock.html",[2,1.096,3,0.131,4,0.115,8,0.198,9,1.273,12,0.216,13,0.742,16,0.364,17,0.012,18,0.288,19,0.288,20,1.096,21,0.961,23,0.009,24,0.009,47,0.968,56,1.087,88,1.375,318,3.008,570,4.328,571,4.957,572,7.016,573,5.539,574,7.016,575,5.018,576,4.957,577,4.957,578,4.328]],["title/injectables/StoreService.html",[58,1.336,72,2.211]],["body/injectables/StoreService.html",[3,0.095,4,0.083,7,1.209,8,0.143,12,0.309,13,0.417,16,0.522,17,0.012,18,0.412,19,0.412,23,0.008,24,0.008,47,0.775,48,2.756,56,1.044,57,0.991,60,1.13,71,2.597,72,1.934,74,2.821,75,3.7,77,1.295,88,1.645,148,1.845,158,2.409,276,2.312,284,2.515,318,1.691,573,4.019,575,4.019,579,3.119,580,4.445,581,4.445,582,5.179,583,3.572,584,4.445,585,3.572,586,3.572,587,5.091,588,4.445,589,3.572,590,5.091,591,5.091,592,3.119,593,4.445,594,3.702,595,4.019,596,3.572,597,5.091,598,4.445,599,2.597,600,3.572,601,3.572]],["title/injectables/StoreServiceMock.html",[58,1.336,602,3.565]],["body/injectables/StoreServiceMock.html",[3,0.124,4,0.108,8,0.187,12,0.203,13,0.713,16,0.343,17,0.012,18,0.271,19,0.271,23,0.009,24,0.009,47,0.931,56,1.131,60,1.476,72,2.525,88,2.006,128,1.634,284,3.366,318,2.207,573,5.38,575,5.38,580,5.949,581,5.334,582,5.949,592,4.072,593,5.334,594,4.442,595,4.824,602,4.072,603,4.664]],["title/interfaces/TimeZone.html",[452,2.596,604,2.969]],["body/interfaces/TimeZone.html",[3,0.149,4,0.131,8,0.226,9,1.38,12,0.3,17,0.011,18,0.432,23,0.01,24,0.01,77,1.552,454,3.382,604,4.098,605,3.207,606,4.921,607,7.439]],["title/directives/TranslateMockDirective.html",[608,3.565,609,3.224]],["body/directives/TranslateMockDirective.html",[3,0.146,4,0.128,6,1.997,8,0.22,12,0.295,13,0.643,16,0.404,17,0.011,18,0.319,19,0.319,23,0.01,24,0.01,428,4.002,578,4.806,609,4.346,610,5.505,611,4.002,612,5.505,613,4.806,614,6.789,615,6.789,616,5.505,617,5.928,618,5.505]],["title/modules/TranslateMockModule.html",[186,2.11,619,3.224]],["body/modules/TranslateMockModule.html",[3,0.161,4,0.141,17,0.011,23,0.011,24,0.011,237,3.454,609,5.686,611,4.413,619,4.792,620,6.069,621,5.686,622,6.069]],["title/pipes/TranslateMockPipe.html",[423,2.969,621,3.224]],["body/pipes/TranslateMockPipe.html",[3,0.15,4,0.132,12,0.247,16,0.416,17,0.012,18,0.401,19,0.329,23,0.01,24,0.01,47,0.864,56,0.833,77,1.494,428,4.122,611,4.122,613,4.95,621,4.476,623,5.669,624,5.669,625,5.669,626,4.95]],["title/classes/TranslateServiceMock.html",[0,0.874,627,3.565]],["body/classes/TranslateServiceMock.html",[2,0.625,3,0.075,4,0.066,8,0.113,9,0.858,12,0.337,16,0.456,17,0.012,18,0.36,19,0.36,20,1.582,21,1.387,23,0.006,24,0.006,34,3.115,47,0.653,56,1.027,57,1.812,77,1.576,88,1.435,148,1.46,192,3.911,249,3.383,342,4.518,444,3.741,529,4.75,611,2.054,627,2.467,628,4.284,629,4.284,630,4.284,631,4.284,632,4.284,633,4.284,634,4.284,635,4.284,636,4.284,637,4.284,638,5.175,639,5.175,640,4.284,641,4.284,642,2.826,643,2.826,644,2.826,645,2.826,646,2.826,647,2.826,648,2.826,649,2.826,650,2.826,651,2.826,652,2.467,653,2.826,654,2.826,655,2.826]],["title/classes/UpdateAppConnectionAction.html",[0,0.874,201,2.969]],["body/classes/UpdateAppConnectionAction.html",[2,1.176,3,0.141,4,0.124,5,2.517,6,1.93,7,1.801,8,0.213,9,1.332,10,1.968,11,2.725,12,0.331,13,0.621,14,1.999,16,0.391,17,0.012,18,0.309,19,0.309,20,1.176,21,1.031,23,0.01,24,0.01,97,3.292,201,3.867,656,5.319]],["title/classes/UpdateAppStatusAction.html",[0,0.874,657,3.224]],["body/classes/UpdateAppStatusAction.html",[2,1.176,3,0.141,4,0.124,5,2.517,6,1.93,7,1.801,8,0.213,9,1.332,10,1.968,11,2.725,12,0.331,13,0.621,14,1.999,16,0.391,17,0.012,18,0.309,19,0.309,20,1.176,21,1.031,23,0.01,24,0.01,77,1.452,657,4.199,658,5.319]],["title/classes/UpdateAppVersionAction.html",[0,0.874,659,3.224]],["body/classes/UpdateAppVersionAction.html",[2,1.176,3,0.141,4,0.124,5,2.517,6,1.93,7,1.801,8,0.213,9,1.332,10,1.968,11,2.725,12,0.331,13,0.621,14,1.999,16,0.391,17,0.012,18,0.309,19,0.309,20,1.176,21,1.031,23,0.01,24,0.01,77,1.452,659,4.199,660,5.319]],["title/classes/UpdateCurrentModuleAction.html",[0,0.874,661,3.224]],["body/classes/UpdateCurrentModuleAction.html",[2,1.176,3,0.141,4,0.124,5,2.517,6,1.93,7,1.801,8,0.213,9,1.332,10,1.968,11,2.725,12,0.331,13,0.621,14,1.999,16,0.391,17,0.012,18,0.309,19,0.309,20,1.176,21,1.031,23,0.01,24,0.01,77,1.452,661,4.199,662,5.319]],["title/classes/UpdateI18nStateAction.html",[0,0.874,663,3.224]],["body/classes/UpdateI18nStateAction.html",[2,1.176,3,0.141,4,0.124,6,1.93,7,1.801,8,0.213,9,1.332,10,1.968,11,2.725,12,0.331,13,0.621,14,1.999,16,0.391,17,0.012,18,0.309,19,0.309,20,1.176,21,1.031,23,0.01,24,0.01,440,5.723,663,4.199,664,4.199,665,5.319]],["title/classes/UpdateLocaleStateAction.html",[0,0.874,666,3.224]],["body/classes/UpdateLocaleStateAction.html",[2,1.176,3,0.141,4,0.124,6,1.93,7,1.801,8,0.213,9,1.332,10,1.968,11,2.725,12,0.331,13,0.621,14,1.999,16,0.391,17,0.012,18,0.309,19,0.309,20,1.176,21,1.031,23,0.01,24,0.01,479,5.723,666,4.199,667,4.199,668,5.319]],["title/classes/UpdateNotificationsListAction.html",[0,0.874,669,3.224]],["body/classes/UpdateNotificationsListAction.html",[2,1.196,3,0.143,4,0.126,6,1.963,7,1.832,8,0.217,9,1.346,10,1.989,11,2.746,12,0.333,13,0.632,14,2.034,16,0.397,17,0.012,18,0.314,19,0.314,20,1.196,21,1.049,23,0.01,24,0.01,669,4.271,670,4.271,671,5.41]],["title/classes/UpdateUserDashboardAction.html",[0,0.874,672,3.224]],["body/classes/UpdateUserDashboardAction.html",[2,1.196,3,0.143,4,0.126,6,1.963,7,1.832,8,0.217,9,1.346,10,1.989,11,2.746,12,0.333,13,0.632,14,2.034,16,0.397,17,0.012,18,0.314,19,0.314,20,1.196,21,1.049,23,0.01,24,0.01,672,4.271,673,3.247,674,5.41]],["title/classes/UpdateUserDetailsAction.html",[0,0.874,675,3.224]],["body/classes/UpdateUserDetailsAction.html",[2,1.176,3,0.141,4,0.124,6,1.93,7,1.801,8,0.213,9,1.332,10,1.968,11,2.725,12,0.331,13,0.621,14,1.999,16,0.391,17,0.012,18,0.309,19,0.309,20,1.176,21,1.031,23,0.01,24,0.01,673,3.192,675,4.199,676,7.249,677,5.319]],["title/classes/UpdateUserPreferencesAction.html",[0,0.874,678,3.224]],["body/classes/UpdateUserPreferencesAction.html",[2,1.176,3,0.141,4,0.124,6,1.93,7,1.801,8,0.213,9,1.332,10,1.968,11,2.725,12,0.331,13,0.621,14,1.999,16,0.391,17,0.012,18,0.309,19,0.309,20,1.176,21,1.031,23,0.01,24,0.01,673,3.192,678,4.199,679,6.329,680,5.319]],["title/classes/UpdateUserRightsAction.html",[0,0.874,681,3.224]],["body/classes/UpdateUserRightsAction.html",[2,1.176,3,0.141,4,0.124,6,1.93,7,1.801,8,0.213,9,1.332,10,1.968,11,2.725,12,0.331,13,0.621,14,1.999,16,0.391,17,0.012,18,0.309,19,0.309,20,1.176,21,1.031,23,0.01,24,0.01,320,6.329,673,3.192,681,4.199,682,5.319]],["title/classes/UpdateUserStateAction.html",[0,0.874,683,3.565]],["body/classes/UpdateUserStateAction.html",[2,1.176,3,0.141,4,0.124,6,1.93,7,1.801,8,0.213,9,1.332,10,1.968,11,2.725,12,0.331,13,0.621,14,1.999,16,0.391,17,0.012,18,0.309,19,0.309,20,1.176,21,1.031,23,0.01,24,0.01,673,3.192,683,4.644,684,5.723,685,5.319]],["title/injectables/UserService.html",[58,1.336,686,3.224]],["body/injectables/UserService.html",[3,0.084,4,0.074,8,0.128,12,0.339,13,0.372,16,0.572,17,0.012,18,0.42,19,0.42,23,0.007,24,0.007,47,0.714,56,1.037,57,1.701,60,1.009,71,2.317,72,2.538,75,1.726,77,0.939,88,1.542,128,1.117,148,1.647,152,4.238,158,2.218,276,2.784,279,2.516,283,4.1,284,2.316,285,4.1,316,4.424,318,2.218,412,2.317,413,2.317,414,2.516,415,2.516,416,2.516,594,4.457,684,4.39,686,2.516,687,3.187,688,2.783,689,4.093,690,3.187,691,3.187,692,3.187]],["title/injectables/UserServiceMock.html",[58,1.336,693,3.565]],["body/injectables/UserServiceMock.html",[3,0.103,4,0.091,8,0.156,12,0.292,13,0.632,16,0.493,17,0.012,18,0.361,19,0.361,23,0.008,24,0.008,47,0.824,56,1.154,57,1.501,60,1.233,88,1.725,128,1.365,152,4.236,158,1.844,276,1.769,283,3.248,284,2.673,285,3.248,316,2.638,318,1.844,412,2.833,413,2.833,679,5.428,684,4.272,686,3.076,688,3.401,689,3.401,693,3.401,694,3.896,695,6.217,696,6.217,697,6.217,698,6.217,699,6.217,700,6.217]],["title/injectables/UxDynamicComponentService.html",[58,1.336,701,3.565]],["body/injectables/UxDynamicComponentService.html",[3,0.1,4,0.088,8,0.152,10,1.965,12,0.289,13,0.442,16,0.487,17,0.012,18,0.355,19,0.355,23,0.008,24,0.008,36,1.994,41,3.857,47,0.808,56,0.779,60,1.198,80,2.99,88,1.05,142,2.872,152,2.273,248,3.025,276,2.409,336,5.239,392,4.632,481,3.306,605,2.155,617,4.632,701,3.306,702,3.857,703,3.787,704,3.787,705,3.787,706,6.123,707,5.305,708,5.305,709,3.787,710,5.305,711,5.305,712,6.635,713,6.123,714,5.305,715,5.305,716,3.787,717,3.306,718,3.787,719,3.787,720,3.787,721,5.305,722,6.123,723,3.787,724,3.787,725,3.787,726,3.787,727,3.787,728,3.787,729,3.787]],["title/injectables/UxDynamicMenuService.html",[58,1.336,730,3.565]],["body/injectables/UxDynamicMenuService.html",[3,0.124,4,0.109,8,0.188,9,1.228,12,0.297,13,0.547,16,0.45,17,0.012,18,0.356,19,0.356,20,1.036,21,0.908,23,0.009,24,0.009,47,0.934,56,0.9,60,1.483,72,3.319,75,3.319,93,5.092,277,4.839,605,2.667,702,4.457,730,4.092,731,4.687,732,4.687,733,6.13,734,6.13,735,6.83,736,4.687,737,4.687,738,4.687,739,4.687]],["title/injectables/UxErrorFeedbackService.html",[58,1.336,740,3.224]],["body/injectables/UxErrorFeedbackService.html",[3,0.096,4,0.084,8,0.145,9,1.031,12,0.283,13,0.423,16,0.478,17,0.012,18,0.378,19,0.378,20,0.802,21,0.703,23,0.008,24,0.008,47,0.784,50,4.733,56,1.01,60,1.148,77,1.503,85,2.306,88,1.659,97,2.337,177,3.167,178,4.493,192,2.456,235,2.337,276,3.122,455,4.733,529,2.637,605,2.064,740,2.864,741,2.864,742,3.167,743,4.493,744,5.981,745,5.981,746,4.493,747,4.493,748,3.627,749,3.627,750,5.684,751,3.742,752,3.167,753,5.684,754,3.627,755,4.493,756,3.167,757,5.146,758,4.493,759,3.627,760,3.627,761,3.627]],["title/classes/UxErrorManager.html",[0,0.874,751,2.969]],["body/classes/UxErrorManager.html",[2,0.868,3,0.104,4,0.091,8,0.157,9,1.09,12,0.293,13,0.459,16,0.495,17,0.012,18,0.391,19,0.391,20,0.868,21,0.761,23,0.008,24,0.008,47,0.829,56,0.99,57,1.09,77,1.351,88,1.732,97,3.062,235,2.472,276,3.062,455,4.54,605,2.235,740,4.93,741,3.101,742,3.43,743,4.752,746,4.752,747,4.752,750,5.452,751,2.856,752,3.43,753,5.886,755,4.752,756,3.43,758,4.752,762,5.442,763,5.442,764,3.928,765,5.442,766,3.928,767,3.928]],["title/interceptors/UxRequestErrorModelInterceptor.html",[30,2.211,768,3.565]],["body/interceptors/UxRequestErrorModelInterceptor.html",[3,0.136,4,0.12,8,0.206,12,0.283,13,0.601,16,0.478,17,0.011,18,0.378,19,0.378,23,0.01,24,0.01,32,2.928,44,2.928,47,0.991,48,3.524,51,3.741,52,3.704,53,3.362,54,3.704,55,3.741,56,0.756,57,1.427,235,2.337,768,4.492,769,5.145,770,5.145,771,5.145,772,7.14]],["title/classes/UxRootInjectorGuard.html",[0,0.874,773,3.565]],["body/classes/UxRootInjectorGuard.html",[2,1.292,3,0.155,4,0.136,12,0.341,13,0.682,16,0.429,17,0.011,18,0.339,19,0.339,23,0.01,24,0.01,372,4.249,605,3.326,773,5.103,774,5.845,775,5.845]],["title/injectables/UxTimezoneService.html",[58,1.336,776,3.565]],["body/injectables/UxTimezoneService.html",[3,0.122,4,0.107,8,0.184,12,0.263,16,0.444,17,0.012,18,0.393,19,0.351,23,0.009,24,0.009,47,0.922,56,1.056,60,1.454,77,1.537,275,3.628,356,3.628,604,4.4,605,2.615,606,4.013,776,4.013,777,6.765,778,6.051,779,6.765,780,6.051,781,3.628,782,6.765,783,4.596,784,4.013,785,4.596,786,4.596,787,4.596,788,4.596,789,5.283,790,4.596]],["title/dependencies.html",[791,2.971,792,4.292]],["body/dependencies.html",[17,0.013,23,0.004,24,0.004,75,2.053,135,0.914,248,0.874,350,2.328,427,3.882,461,1.545,493,1.545,504,1.545,588,1.545,604,1.286,702,1.286,792,1.545,793,1.769,794,6.64,795,1.769,796,2.949,797,1.769,798,1.769,799,2.949,800,2.949,801,1.769,802,2.949,803,1.769,804,1.769,805,1.769,806,1.769,807,5.901,808,1.769,809,4.425,810,1.769,811,1.769,812,1.769,813,1.769,814,1.769,815,3.792,816,2.949,817,2.949,818,1.769,819,2.949,820,1.769,821,1.769,822,4.917,823,3.792,824,5.633,825,1.769,826,1.769,827,1.769,828,1.769,829,5.633,830,1.769,831,1.769,832,1.769,833,1.769,834,1.769,835,3.792,836,1.769,837,2.949,838,1.769,839,1.769,840,1.769,841,2.949,842,1.769,843,1.769,844,1.769,845,1.769,846,1.769,847,1.769,848,1.769,849,1.769,850,1.769,851,1.769,852,1.769,853,1.769,854,1.769,855,4.917,856,1.769,857,1.769,858,6.128,859,1.769,860,1.769,861,1.769,862,1.769,863,3.792,864,1.769,865,1.769,866,1.769,867,3.792,868,3.792,869,1.769,870,1.769,871,1.769,872,1.769,873,1.769,874,1.769,875,1.769,876,1.769,877,1.769,878,1.769,879,1.769,880,1.769,881,1.769,882,1.769,883,1.769,884,1.769,885,1.769,886,1.769,887,5.901,888,1.769,889,1.769,890,2.949,891,1.769,892,1.769,893,2.949,894,1.769,895,1.769,896,1.769,897,1.769,898,1.769,899,1.769,900,1.769,901,1.769,902,1.769,903,1.769,904,1.545,905,1.769,906,1.769,907,1.769,908,1.769,909,1.769,910,2.949,911,1.769,912,1.769,913,1.769,914,1.769,915,1.769,916,1.769,917,1.769,918,1.769,919,1.769,920,1.769,921,2.949,922,1.769,923,1.769,924,1.769,925,1.769,926,1.769,927,1.769,928,1.769,929,1.769,930,1.769,931,1.769,932,1.769,933,1.769,934,1.769,935,1.769,936,1.769,937,2.949,938,1.769,939,1.769,940,1.769,941,1.769,942,1.769,943,1.769,944,1.769,945,1.769,946,1.545,947,1.769,948,1.769,949,1.545,950,1.545,951,1.769,952,1.769,953,1.769,954,1.769,955,1.769,956,1.769,957,1.769,958,1.769,959,1.769,960,1.769,961,1.769,962,1.769,963,1.769,964,1.769,965,1.769,966,4.425,967,1.769,968,1.769,969,1.769,970,1.769,971,1.769,972,2.949,973,2.949,974,1.769,975,1.769,976,1.769]],["title/miscellaneous/enumerations.html",[977,2.042,978,4.292]],["body/miscellaneous/enumerations.html",[5,1.524,8,0.129,17,0.012,21,1.564,23,0.007,24,0.007,38,2.341,41,2.341,75,1.743,78,4.123,81,4.415,142,1.743,186,1.663,219,5.413,222,2.811,223,2.811,237,1.832,248,1.591,265,2.341,284,1.591,311,2.542,318,2.647,323,6.162,369,3.729,411,2.341,468,2.542,482,4.123,579,2.811,598,4.123,599,2.341,664,2.542,667,2.542,670,2.542,673,1.932,781,2.542,977,1.932,978,2.811,979,3.22,980,4.723,981,2.811,982,4.723,983,2.811,984,4.723,985,2.811,986,4.723,987,2.811,988,4.723,989,2.811,990,3.22,991,7.64,992,3.22,993,3.22,994,3.22,995,3.22,996,3.22,997,3.22,998,3.22,999,3.22,1000,3.22,1001,5.593,1002,3.22,1003,3.22,1004,2.811,1005,3.22,1006,3.22,1007,3.22,1008,3.22,1009,3.22,1010,3.22,1011,3.22,1012,3.22,1013,3.22,1014,3.22,1015,3.22,1016,3.22]],["title/miscellaneous/functions.html",[977,2.042,1017,4.292]],["body/miscellaneous/functions.html",[4,0.032,7,0.809,8,0.055,12,0.309,16,0.527,17,0.012,18,0.413,19,0.413,20,0.698,21,0.612,23,0.004,24,0.004,36,1.415,38,1.005,56,1,74,1.379,77,1.151,92,0.748,93,2.14,97,1.71,134,1.52,135,1.235,157,2.494,158,2.013,161,1.887,176,1.206,187,1.091,209,1.887,220,1.206,235,2.772,243,2.297,248,2.101,265,1.005,266,2.758,276,1.086,284,1.561,287,2.65,318,1.131,332,1.206,335,1.206,336,5.442,346,5.866,351,4.066,363,2.972,365,1.887,373,1.738,384,2.758,397,2.087,405,2.737,408,3.287,421,1.206,437,0.936,468,1.887,491,5.183,495,2.087,510,2.087,511,1.206,527,1.887,562,1.206,584,3.714,594,3.386,595,2.972,605,0.786,702,1.738,741,1.091,751,1.738,781,1.091,946,1.206,977,0.829,1004,1.206,1017,1.206,1018,2.391,1019,3.765,1020,4.254,1021,4.254,1022,2.391,1023,2.391,1024,3.765,1025,2.391,1026,4.254,1027,3.765,1028,3.159,1029,3.159,1030,2.391,1031,5.283,1032,2.391,1033,2.391,1034,2.391,1035,2.391,1036,2.391,1037,2.391,1038,2.391,1039,2.391,1040,3.159,1041,2.391,1042,2.391,1043,2.391,1044,2.391,1045,2.391,1046,2.391,1047,2.391,1048,2.391,1049,2.391,1050,2.391,1051,1.382,1052,2.391,1053,1.382,1054,5.283,1055,1.382,1056,1.382,1057,1.382,1058,1.382,1059,1.382,1060,2.391,1061,2.391,1062,2.391,1063,2.391,1064,3.159,1065,1.382,1066,1.382,1067,1.382,1068,1.382,1069,2.391,1070,1.382,1071,3.159,1072,1.382,1073,1.382,1074,3.765,1075,1.382,1076,1.382,1077,1.382,1078,1.382,1079,1.382,1080,2.391,1081,2.391,1082,1.382,1083,2.391,1084,3.159,1085,2.391,1086,2.391,1087,1.382,1088,3.159,1089,1.382,1090,1.382,1091,1.382,1092,1.382,1093,2.391,1094,2.391,1095,1.382,1096,1.382,1097,1.382,1098,1.382,1099,1.382,1100,1.382,1101,1.382,1102,1.382,1103,1.382,1104,2.391,1105,1.382,1106,1.382,1107,1.382,1108,2.391,1109,1.382,1110,1.382,1111,1.382,1112,1.382]],["title/index.html",[8,0.163,1113,3.565]],["body/index.html",[2,1.325,17,0.011,23,0.011,24,0.011,60,1.896,237,3.41,423,4.357,454,3.597,530,6.241,608,5.232,1113,5.232,1114,5.993,1115,5.993,1116,5.993,1117,5.993]],["title/license.html",[499,2.971,1118,3.402,1119,2.686]],["body/license.html",[10,1.172,12,0.032,17,0.002,21,0.141,23,0.002,24,0.002,87,0.637,101,1.07,108,1.065,109,1.702,123,1.177,135,0.377,137,0.576,151,0.576,187,1.065,192,0.913,207,0.637,247,0.576,249,2.923,275,3.766,290,2.396,291,0.637,297,1.177,300,0.637,301,1.177,307,0.637,311,4.122,373,1.366,388,1.177,389,0.637,395,1.177,426,0.576,437,1.273,438,2.167,455,0.531,515,0.637,527,0.576,529,1.366,599,1.702,626,0.637,652,0.637,717,0.637,784,0.637,789,1.641,949,0.637,950,3.456,977,0.438,1119,2.923,1120,4.77,1121,2.34,1122,7.526,1123,3.418,1124,0.637,1125,2.396,1126,0.73,1127,1.348,1128,0.73,1129,0.73,1130,7.594,1131,3.702,1132,1.348,1133,5.88,1134,4.593,1135,0.73,1136,0.73,1137,2.744,1138,4.401,1139,0.73,1140,4.401,1141,0.73,1142,5.471,1143,6.127,1144,3.418,1145,2.744,1146,0.73,1147,2.744,1148,0.73,1149,0.73,1150,0.73,1151,0.73,1152,0.73,1153,0.73,1154,1.348,1155,5.351,1156,0.73,1157,2.34,1158,2.34,1159,4.401,1160,3.702,1161,5.583,1162,2.744,1163,1.348,1164,3.418,1165,0.73,1166,1.348,1167,0.73,1168,1.879,1169,0.73,1170,0.73,1171,3.958,1172,3.418,1173,1.348,1174,3.101,1175,0.73,1176,0.73,1177,1.879,1178,1.348,1179,0.73,1180,0.73,1181,0.73,1182,1.348,1183,0.73,1184,0.73,1185,0.73,1186,0.73,1187,1.348,1188,0.73,1189,2.744,1190,2.744,1191,2.744,1192,2.744,1193,2.34,1194,0.73,1195,0.73,1196,0.73,1197,1.348,1198,0.73,1199,1.879,1200,3.101,1201,3.418,1202,1.348,1203,0.73,1204,0.73,1205,0.73,1206,0.73,1207,1.879,1208,1.348,1209,0.73,1210,0.73,1211,1.348,1212,3.958,1213,0.73,1214,1.348,1215,0.73,1216,0.73,1217,1.348,1218,3.101,1219,0.73,1220,1.348,1221,0.73,1222,0.73,1223,1.348,1224,1.348,1225,2.34,1226,0.73,1227,0.73,1228,0.73,1229,0.73,1230,0.73,1231,2.744,1232,1.879,1233,1.879,1234,0.73,1235,0.73,1236,0.73,1237,1.879,1238,0.73,1239,0.73,1240,0.73,1241,1.879,1242,0.73,1243,1.348,1244,0.73,1245,0.73,1246,0.73,1247,0.73,1248,1.348,1249,0.73,1250,1.879,1251,0.73,1252,1.879,1253,1.348,1254,0.73,1255,0.73,1256,0.73,1257,0.73,1258,0.73,1259,0.73,1260,2.34,1261,1.348,1262,0.73,1263,0.73,1264,1.348,1265,0.73,1266,0.73,1267,1.348,1268,3.101,1269,0.73,1270,2.34,1271,1.348,1272,1.177,1273,1.348,1274,1.348,1275,1.348,1276,1.348,1277,1.348,1278,1.348,1279,0.73,1280,0.73,1281,0.73,1282,0.73,1283,0.73,1284,1.879,1285,0.73,1286,0.73,1287,0.73,1288,3.702,1289,3.101,1290,0.73,1291,0.73,1292,0.73,1293,2.34,1294,0.73,1295,0.73,1296,0.73,1297,1.348,1298,2.34,1299,0.73,1300,2.34,1301,1.348,1302,0.73,1303,2.34,1304,0.73,1305,0.73,1306,0.73,1307,0.73,1308,0.73,1309,0.73,1310,0.73,1311,1.879,1312,1.348,1313,0.73,1314,0.73,1315,0.73,1316,1.348,1317,0.73,1318,2.34,1319,1.879,1320,0.73,1321,0.73,1322,0.73,1323,0.73,1324,3.101,1325,0.73,1326,0.73,1327,1.879,1328,1.348,1329,0.73,1330,0.73,1331,0.73,1332,0.73,1333,1.879,1334,0.73,1335,0.73,1336,0.73,1337,1.348,1338,0.73,1339,1.348,1340,1.348,1341,0.73,1342,0.73,1343,0.73,1344,0.73,1345,0.73,1346,0.73,1347,1.348,1348,1.879,1349,1.348,1350,2.34,1351,1.348,1352,1.348,1353,2.34,1354,0.73,1355,1.348,1356,0.73,1357,1.348,1358,0.73,1359,2.34,1360,0.73,1361,0.73,1362,0.73,1363,0.73,1364,0.73,1365,0.73,1366,1.348,1367,0.73,1368,0.73,1369,0.73,1370,0.73,1371,0.73,1372,2.744,1373,1.348,1374,0.73,1375,0.73,1376,0.73,1377,0.73,1378,0.73,1379,0.73,1380,0.73,1381,0.73,1382,0.73,1383,0.73,1384,0.73,1385,0.73,1386,0.73,1387,2.744,1388,0.73,1389,0.73,1390,0.73,1391,1.879,1392,0.73,1393,0.73,1394,1.348,1395,1.348,1396,0.73,1397,0.73,1398,0.73,1399,1.879,1400,0.73,1401,1.348,1402,0.73,1403,0.73,1404,0.73,1405,0.73,1406,0.73,1407,1.348,1408,0.73,1409,0.73,1410,0.73,1411,0.73,1412,0.73,1413,1.348,1414,0.73,1415,0.73,1416,0.73,1417,1.348,1418,0.73,1419,0.73,1420,1.879,1421,0.73,1422,0.73,1423,0.73,1424,1.348,1425,0.73,1426,0.73,1427,1.348,1428,0.73,1429,0.73,1430,0.73,1431,0.73,1432,0.73,1433,0.73,1434,0.73,1435,0.73,1436,0.73,1437,1.348,1438,0.73,1439,1.348,1440,1.348,1441,0.73,1442,0.73,1443,0.73,1444,0.73,1445,0.73,1446,0.73,1447,0.73,1448,0.73,1449,0.73,1450,0.73,1451,0.73,1452,0.73,1453,0.73,1454,1.348,1455,0.73,1456,0.73,1457,1.348,1458,0.73,1459,0.73,1460,0.73,1461,0.73,1462,0.73,1463,0.73,1464,0.73,1465,0.73,1466,0.73,1467,0.73,1468,0.73,1469,1.348,1470,1.348,1471,0.73,1472,0.73,1473,0.73,1474,0.73,1475,0.73,1476,0.73,1477,0.73,1478,0.73,1479,0.73,1480,0.73,1481,2.34,1482,1.879,1483,0.73,1484,0.73,1485,0.73,1486,0.73,1487,0.73,1488,0.73,1489,0.73,1490,0.73,1491,0.73,1492,0.73,1493,3.101,1494,0.73,1495,1.879,1496,2.34,1497,0.73,1498,0.73,1499,0.73,1500,0.73,1501,0.73,1502,0.73,1503,0.73,1504,0.73,1505,1.879,1506,1.879,1507,1.348,1508,1.348,1509,1.348,1510,0.73,1511,0.73,1512,0.73,1513,0.73,1514,0.73,1515,0.73,1516,0.73,1517,0.73,1518,1.348,1519,0.73,1520,0.73,1521,0.73,1522,1.348,1523,1.348,1524,1.348,1525,0.73,1526,0.73,1527,0.73,1528,0.73,1529,0.73,1530,1.348,1531,0.73,1532,0.73,1533,0.73,1534,0.73,1535,0.73,1536,0.73,1537,0.73,1538,1.348,1539,0.73,1540,0.73,1541,0.73]],["title/modules.html",[237,3.181]],["body/modules.html",[17,0.011,23,0.011,24,0.011,236,4.854,237,3.499,367,4.854,488,4.854,619,4.854,1542,7.978]],["title/properties.html",[9,0.985,791,2.971]],["body/properties.html",[9,1.216,17,0.012,23,0.011,24,0.011,599,4.413,904,5.299,1119,4.792,1124,5.299,1125,5.299,1272,5.299,1543,6.069]],["title/miscellaneous/typealiases.html",[977,2.042,1544,4.916]],["body/miscellaneous/typealiases.html",[1,3.425,5,2.229,8,0.189,12,0.205,17,0.012,23,0.009,24,0.009,25,3.719,28,3.719,158,2.229,201,3.425,450,3.719,470,4.112,476,5.369,543,3.719,657,3.719,659,3.719,661,3.719,663,3.719,664,3.719,666,3.719,667,3.719,669,3.719,670,3.719,672,3.719,673,2.827,675,3.719,678,3.719,681,3.719,977,2.827,981,4.112,983,4.112,985,4.112,987,4.112,989,4.112,1545,4.71,1546,6.15,1547,6.15,1548,6.15,1549,6.15,1550,6.15,1551,4.71]]],"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":874,"title":{},"body":{"dependencies.html":{}}}],["0.11.0",{"_index":820,"title":{},"body":{"dependencies.html":{}}}],["0.13.1",{"_index":848,"title":{},"body":{"dependencies.html":{}}}],["0.2.4",{"_index":895,"title":{},"body":{"dependencies.html":{}}}],["0.4.0",{"_index":872,"title":{},"body":{"dependencies.html":{}}}],["0.5.43",{"_index":854,"title":{},"body":{"dependencies.html":{}}}],["0.9.2",{"_index":876,"title":{},"body":{"dependencies.html":{}}}],["1",{"_index":530,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"index.html":{}}}],["1.0",{"_index":1538,"title":{},"body":{"license.html":{}}}],["1.0.31",{"_index":951,"title":{},"body":{"dependencies.html":{}}}],["1.1",{"_index":1124,"title":{},"body":{"license.html":{},"properties.html":{}}}],["1.1.20150312",{"_index":924,"title":{},"body":{"dependencies.html":{}}}],["1.1.21",{"_index":932,"title":{},"body":{"dependencies.html":{}}}],["1.10.0",{"_index":955,"title":{},"body":{"dependencies.html":{}}}],["1.11.5",{"_index":943,"title":{},"body":{"dependencies.html":{}}}],["1.2.10",{"_index":916,"title":{},"body":{"dependencies.html":{}}}],["1.2.3",{"_index":832,"title":{},"body":{"dependencies.html":{}}}],["1.2.5",{"_index":918,"title":{},"body":{"dependencies.html":{}}}],["1.29.0",{"_index":940,"title":{},"body":{"dependencies.html":{}}}],["1.4.8",{"_index":907,"title":{},"body":{"dependencies.html":{}}}],["1.5.1",{"_index":922,"title":{},"body":{"dependencies.html":{}}}],["1.6.0",{"_index":841,"title":{},"body":{"dependencies.html":{}}}],["1.8.2",{"_index":961,"title":{},"body":{"dependencies.html":{}}}],["1.9.0",{"_index":965,"title":{},"body":{"dependencies.html":{}}}],["10.8.6",{"_index":945,"title":{},"body":{"dependencies.html":{}}}],["10.9.1",{"_index":881,"title":{},"body":{"dependencies.html":{}}}],["14",{"_index":205,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["14.2.4",{"_index":909,"title":{},"body":{"dependencies.html":{}}}],["15",{"_index":1175,"title":{},"body":{"license.html":{}}}],["15.0.0",{"_index":899,"title":{},"body":{"dependencies.html":{}}}],["15.0.1",{"_index":968,"title":{},"body":{"dependencies.html":{}}}],["16.0.0",{"_index":904,"title":{},"body":{"dependencies.html":{},"properties.html":{}}}],["16.1.0",{"_index":822,"title":{},"body":{"dependencies.html":{}}}],["16.2.0",{"_index":887,"title":{},"body":{"dependencies.html":{}}}],["16.2.1",{"_index":809,"title":{},"body":{"dependencies.html":{}}}],["16.2.2",{"_index":813,"title":{},"body":{"dependencies.html":{}}}],["16.2.3",{"_index":815,"title":{},"body":{"dependencies.html":{}}}],["16.2.4",{"_index":794,"title":{},"body":{"dependencies.html":{}}}],["1694184275819",{"_index":973,"title":{},"body":{"dependencies.html":{}}}],["18.16.3",{"_index":853,"title":{},"body":{"dependencies.html":{}}}],["2",{"_index":301,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["2.0",{"_index":1541,"title":{},"body":{"license.html":{}}}],["2.0.0",{"_index":868,"title":{},"body":{"dependencies.html":{}}}],["2.0.10",{"_index":883,"title":{},"body":{"dependencies.html":{}}}],["2.0.11",{"_index":913,"title":{},"body":{"dependencies.html":{}}}],["2.0.8",{"_index":957,"title":{},"body":{"dependencies.html":{}}}],["2.1",{"_index":1535,"title":{},"body":{"license.html":{}}}],["2.1.3",{"_index":935,"title":{},"body":{"dependencies.html":{}}}],["2.2.0",{"_index":864,"title":{},"body":{"dependencies.html":{}}}],["2.27.5",{"_index":838,"title":{},"body":{"dependencies.html":{}}}],["2.3.0",{"_index":846,"title":{},"body":{"dependencies.html":{}}}],["2.3.2",{"_index":948,"title":{},"body":{"dependencies.html":{}}}],["2.5.1",{"_index":927,"title":{},"body":{"dependencies.html":{}}}],["2.8.8",{"_index":967,"title":{},"body":{"dependencies.html":{}}}],["2007",{"_index":1128,"title":{},"body":{"license.html":{}}}],["23",{"_index":1115,"title":{},"body":{"index.html":{}}}],["238",{"_index":1514,"title":{},"body":{"license.html":{}}}],["3.0",{"_index":1536,"title":{},"body":{"license.html":{}}}],["3.0.0",{"_index":930,"title":{},"body":{"dependencies.html":{}}}],["3.0.3",{"_index":870,"title":{},"body":{"dependencies.html":{}}}],["3.2.0",{"_index":862,"title":{},"body":{"dependencies.html":{}}}],["3.41.0",{"_index":963,"title":{},"body":{"dependencies.html":{}}}],["33",{"_index":1116,"title":{},"body":{"index.html":{}}}],["4",{"_index":1114,"title":{},"body":{"index.html":{}}}],["4.1.8",{"_index":897,"title":{},"body":{"dependencies.html":{}}}],["4.14.194",{"_index":885,"title":{},"body":{"dependencies.html":{}}}],["4.17.21",{"_index":954,"title":{},"body":{"dependencies.html":{}}}],["4.2.1",{"_index":970,"title":{},"body":{"dependencies.html":{}}}],["4.3.0",{"_index":937,"title":{},"body":{"dependencies.html":{}}}],["4.3.5",{"_index":851,"title":{},"body":{"dependencies.html":{}}}],["4.6.0",{"_index":857,"title":{},"body":{"dependencies.html":{}}}],["4.7.7",{"_index":959,"title":{},"body":{"dependencies.html":{}}}],["4.9.5",{"_index":849,"title":{},"body":{"dependencies.html":{}}}],["43.1.1",{"_index":834,"title":{},"body":{"dependencies.html":{}}}],["5",{"_index":1529,"title":{},"body":{"license.html":{}}}],["5.1.0",{"_index":865,"title":{},"body":{"dependencies.html":{}}}],["5.59.7",{"_index":837,"title":{},"body":{"dependencies.html":{}}}],["6",{"_index":1385,"title":{},"body":{"license.html":{}}}],["6.0.0",{"_index":976,"title":{},"body":{"dependencies.html":{}}}],["6.4.2",{"_index":859,"title":{},"body":{"dependencies.html":{}}}],["7",{"_index":1117,"title":{},"body":{"index.html":{}}}],["7.0.0",{"_index":878,"title":{},"body":{"dependencies.html":{}}}],["7.8.1",{"_index":844,"title":{},"body":{"dependencies.html":{}}}],["8.0.0",{"_index":901,"title":{},"body":{"dependencies.html":{}}}],["8.41.0",{"_index":842,"title":{},"body":{"dependencies.html":{}}}],["8.8.0",{"_index":969,"title":{},"body":{"dependencies.html":{}}}],["9",{"_index":1478,"title":{},"body":{"license.html":{}}}],["_element",{"_index":618,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["above",{"_index":1260,"title":{},"body":{"license.html":{}}}],["absence",{"_index":1379,"title":{},"body":{"license.html":{}}}],["abstract",{"_index":140,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["accept",{"_index":1355,"title":{},"body":{"license.html":{}}}],["acceptance",{"_index":1420,"title":{},"body":{"license.html":{}}}],["accepted",{"_index":1437,"title":{},"body":{"license.html":{}}}],["accepting",{"_index":1423,"title":{},"body":{"license.html":{}}}],["accepts",{"_index":289,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["access",{"_index":1213,"title":{},"body":{"license.html":{}}}],["accessible",{"_index":1275,"title":{},"body":{"license.html":{}}}],["accessors",{"_index":443,"title":{},"body":{"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{}}}],["accordance",{"_index":1447,"title":{},"body":{"license.html":{}}}],["according",{"_index":1528,"title":{},"body":{"license.html":{}}}],["accumulate",{"_index":758,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["accuracy",{"_index":1380,"title":{},"body":{"license.html":{}}}],["act",{"_index":1202,"title":{},"body":{"license.html":{}}}],["action",{"_index":7,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/ApiQueueService.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"injectables/StoreService.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"miscellaneous/functions.html":{}}}],["action.payload",{"_index":183,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["actionkey",{"_index":593,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["actionreducer",{"_index":595,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"miscellaneous/functions.html":{}}}],["actions",{"_index":174,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["activated",{"_index":998,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["activated_route",{"_index":997,"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":818,"title":{},"body":{"dependencies.html":{}}}],["add",{"_index":41,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nService.html":{},"injectables/UxDynamicComponentService.html":{},"miscellaneous/enumerations.html":{}}}],["add(component",{"_index":709,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["add_api_queue_item",{"_index":1000,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["add_app_loaded_config_modules",{"_index":994,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["addapiqueueitemaction",{"_index":25,"title":{"classes/AddApiQueueItemAction.html":{}},"body":{"classes/AddApiQueueItemAction.html":{},"miscellaneous/typealiases.html":{}}}],["addapploadedconfigmodulesaction",{"_index":28,"title":{"classes/AddAppLoadedConfigModulesAction.html":{}},"body":{"classes/AddAppLoadedConfigModulesAction.html":{},"miscellaneous/typealiases.html":{}}}],["addautosavehandler",{"_index":580,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["addautosavehandler(stateslice",{"_index":583,"title":{},"body":{"injectables/StoreService.html":{}}}],["added",{"_index":1100,"title":{},"body":{"miscellaneous/functions.html":{}}}],["adding",{"_index":37,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["addition",{"_index":1266,"title":{},"body":{"license.html":{}}}],["additional",{"_index":1318,"title":{},"body":{"license.html":{}}}],["addlangparaminterceptor",{"_index":31,"title":{"interceptors/AddLangParamInterceptor.html":{}},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["addlangs",{"_index":637,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["addlangs(langs",{"_index":649,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["addlocale",{"_index":471,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["addlocale(id",{"_index":477,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["addqueueitem",{"_index":63,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["addqueueitem(id",{"_index":76,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["addresources",{"_index":340,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["addresources(config",{"_index":347,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/I18nService.html":{}}}],["adds",{"_index":80,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/I18nLoader.html":{},"injectables/UxDynamicComponentService.html":{}}}],["advantage",{"_index":1503,"title":{},"body":{"license.html":{}}}],["advised",{"_index":1409,"title":{},"body":{"license.html":{}}}],["affect",{"_index":1485,"title":{},"body":{"license.html":{}}}],["affirming",{"_index":1444,"title":{},"body":{"license.html":{}}}],["afterviewchecked",{"_index":612,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["against",{"_index":1435,"title":{},"body":{"license.html":{}}}],["agree",{"_index":1427,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":1417,"title":{},"body":{"license.html":{}}}],["agreements",{"_index":1414,"title":{},"body":{"license.html":{}}}],["alerthttperrorcallbackfn",{"_index":1018,"title":{},"body":{"miscellaneous/functions.html":{}}}],["alerthttperrorcallbackfn(error",{"_index":1053,"title":{},"body":{"miscellaneous/functions.html":{}}}],["aliases",{"_index":1545,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["allowed",{"_index":1256,"title":{},"body":{"license.html":{}}}],["allows",{"_index":590,"title":{},"body":{"injectables/StoreService.html":{}}}],["along",{"_index":1269,"title":{},"body":{"license.html":{}}}],["alter",{"_index":1320,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":1155,"title":{},"body":{"license.html":{}}}],["angular",{"_index":807,"title":{},"body":{"dependencies.html":{}}}],["angular/animations",{"_index":793,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk",{"_index":814,"title":{},"body":{"dependencies.html":{}}}],["angular/cli",{"_index":810,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":795,"title":{},"body":{"dependencies.html":{}}}],["angular/compiler",{"_index":796,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":797,"title":{},"body":{"dependencies.html":{}}}],["angular/elements",{"_index":803,"title":{},"body":{"dependencies.html":{}}}],["angular/forms",{"_index":798,"title":{},"body":{"dependencies.html":{}}}],["angular/language",{"_index":804,"title":{},"body":{"dependencies.html":{}}}],["angular/material",{"_index":816,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":799,"title":{},"body":{"dependencies.html":{}}}],["angular/router",{"_index":801,"title":{},"body":{"dependencies.html":{}}}],["angular/service",{"_index":805,"title":{},"body":{"dependencies.html":{}}}],["animations",{"_index":819,"title":{},"body":{"dependencies.html":{}}}],["another",{"_index":426,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"license.html":{}}}],["any,lang",{"_index":381,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["any,undefined",{"_index":691,"title":{},"body":{"injectables/UserService.html":{}}}],["apexcharts",{"_index":962,"title":{},"body":{"dependencies.html":{}}}],["api",{"_index":1001,"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":991,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["app.ts",{"_index":1040,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appconfig",{"_index":1074,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appenders",{"_index":510,"title":{},"body":{"injectables/LogService.html":{},"miscellaneous/functions.html":{}}}],["appendix",{"_index":1328,"title":{},"body":{"license.html":{}}}],["applicable",{"_index":1172,"title":{},"body":{"license.html":{}}}],["application",{"_index":1101,"title":{},"body":{"miscellaneous/functions.html":{}}}],["applicationref",{"_index":708,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["applies",{"_index":1129,"title":{},"body":{"license.html":{}}}],["apply",{"_index":1253,"title":{},"body":{"license.html":{}}}],["appmodule",{"_index":1096,"title":{},"body":{"miscellaneous/functions.html":{}}}],["appref",{"_index":707,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["approved",{"_index":1500,"title":{},"body":{"license.html":{}}}],["args",{"_index":274,"title":{},"body":{"classes/EuiError.html":{}}}],["arises",{"_index":1526,"title":{},"body":{"license.html":{}}}],["arising",{"_index":1399,"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":831,"title":{},"body":{"dependencies.html":{}}}],["article",{"_index":1174,"title":{},"body":{"license.html":{}}}],["ascending",{"_index":119,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["asserted",{"_index":1434,"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":1090,"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":1271,"title":{},"body":{"license.html":{}}}],["attribution",{"_index":1292,"title":{},"body":{"license.html":{}}}],["authorised",{"_index":1135,"title":{},"body":{"license.html":{}}}],["authority",{"_index":1352,"title":{},"body":{"license.html":{}}}],["authorship",{"_index":1346,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":1471,"title":{},"body":{"license.html":{}}}],["available",{"_index":1157,"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":1371,"title":{},"body":{"license.html":{}}}],["becoming",{"_index":1315,"title":{},"body":{"license.html":{}}}],["before",{"_index":1095,"title":{},"body":{"miscellaneous/functions.html":{}}}],["begin",{"_index":115,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["behalf",{"_index":1424,"title":{},"body":{"license.html":{}}}],["behaviorsubject",{"_index":643,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["behaviorsubject(true",{"_index":644,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["belgian",{"_index":1525,"title":{},"body":{"license.html":{}}}],["below",{"_index":1132,"title":{},"body":{"license.html":{}}}],["benefits",{"_index":1282,"title":{},"body":{"license.html":{}}}],["better",{"_index":914,"title":{},"body":{"dependencies.html":{}}}],["between",{"_index":1481,"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":1097,"title":{},"body":{"miscellaneous/functions.html":{}}}],["both",{"_index":1323,"title":{},"body":{"license.html":{}}}],["bottom",{"_index":1441,"title":{},"body":{"license.html":{}}}],["breach",{"_index":1472,"title":{},"body":{"license.html":{}}}],["brings",{"_index":1354,"title":{},"body":{"license.html":{}}}],["browse",{"_index":1542,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":800,"title":{},"body":{"dependencies.html":{}}}],["browserstoragetype",{"_index":598,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{}}}],["bugs",{"_index":1367,"title":{},"body":{"license.html":{}}}],["business",{"_index":1521,"title":{},"body":{"license.html":{}}}],["c",{"_index":1126,"title":{},"body":{"license.html":{}}}],["cachepreventioninterceptor",{"_index":166,"title":{"interceptors/CachePreventionInterceptor.html":{}},"body":{"interceptors/CachePreventionInterceptor.html":{}}}],["callback",{"_index":1020,"title":{},"body":{"miscellaneous/functions.html":{}}}],["called",{"_index":371,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["carry",{"_index":1305,"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":1388,"title":{},"body":{"license.html":{}}}],["cause",{"_index":1304,"title":{},"body":{"license.html":{}}}],["caused",{"_index":1393,"title":{},"body":{"license.html":{}}}],["cecill",{"_index":1540,"title":{},"body":{"license.html":{}}}],["chain",{"_index":1345,"title":{},"body":{"license.html":{}}}],["channel",{"_index":1462,"title":{},"body":{"license.html":{}}}],["charge",{"_index":1418,"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":1062,"title":{},"body":{"miscellaneous/functions.html":{}}}],["childconfig",{"_index":1063,"title":{},"body":{"miscellaneous/functions.html":{}}}],["choice",{"_index":1504,"title":{},"body":{"license.html":{}}}],["choose",{"_index":1415,"title":{},"body":{"license.html":{}}}],["chrome",{"_index":860,"title":{},"body":{"dependencies.html":{}}}],["circumstance",{"_index":1229,"title":{},"body":{"license.html":{}}}],["claims",{"_index":1433,"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":1169,"title":{},"body":{"license.html":{}}}],["classlist.js",{"_index":923,"title":{},"body":{"dependencies.html":{}}}],["clause",{"_index":1311,"title":{},"body":{"license.html":{}}}],["clear",{"_index":1449,"title":{},"body":{"license.html":{}}}],["clearerror",{"_index":743,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["clearerror(groupid",{"_index":767,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["clearerror(id",{"_index":749,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["cleave.js",{"_index":905,"title":{},"body":{"dependencies.html":{}}}],["cli",{"_index":802,"title":{},"body":{"dependencies.html":{}}}],["clicking",{"_index":1439,"title":{},"body":{"license.html":{}}}],["client",{"_index":942,"title":{},"body":{"dependencies.html":{}}}],["code",{"_index":275,"title":{},"body":{"classes/EuiError.html":{},"injectables/UxTimezoneService.html":{},"license.html":{}}}],["codes",{"_index":783,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["comes",{"_index":293,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["commercial",{"_index":1406,"title":{},"body":{"license.html":{}}}],["commission",{"_index":1493,"title":{},"body":{"license.html":{}}}],["common",{"_index":1537,"title":{},"body":{"license.html":{}}}],["communicate",{"_index":1232,"title":{},"body":{"license.html":{}}}],["communicated",{"_index":1156,"title":{},"body":{"license.html":{}}}],["communicates",{"_index":1193,"title":{},"body":{"license.html":{}}}],["communicating",{"_index":1208,"title":{},"body":{"license.html":{}}}],["communication",{"_index":1201,"title":{},"body":{"license.html":{}}}],["communities",{"_index":1511,"title":{},"body":{"license.html":{}}}],["community",{"_index":1127,"title":{},"body":{"license.html":{}}}],["compare",{"_index":393,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["compatibility",{"_index":1322,"title":{},"body":{"license.html":{}}}],["compatible",{"_index":1324,"title":{},"body":{"license.html":{}}}],["competent",{"_index":1517,"title":{},"body":{"license.html":{}}}],["compiled",{"_index":1184,"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":1480,"title":{},"body":{"license.html":{}}}],["completes",{"_index":114,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["compliance",{"_index":1476,"title":{},"body":{"license.html":{}}}],["compodoc/compodoc",{"_index":931,"title":{},"body":{"dependencies.html":{}}}],["compodoc/ngd",{"_index":933,"title":{},"body":{"dependencies.html":{}}}],["component",{"_index":712,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["component.service.ts",{"_index":704,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["component/ux",{"_index":703,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentfactoryresolver",{"_index":706,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentportal",{"_index":723,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["componentref",{"_index":725,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["components",{"_index":761,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["componenttype",{"_index":710,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["computer",{"_index":1187,"title":{},"body":{"license.html":{}}}],["concerning",{"_index":1374,"title":{},"body":{"license.html":{}}}],["conclude",{"_index":1416,"title":{},"body":{"license.html":{}}}],["concluded",{"_index":1466,"title":{},"body":{"license.html":{}}}],["concrete",{"_index":136,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["condition",{"_index":1386,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":1319,"title":{},"body":{"license.html":{}}}],["conducts",{"_index":1519,"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":1099,"title":{},"body":{"miscellaneous/functions.html":{}}}],["conflict",{"_index":1330,"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":1445,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":1422,"title":{},"body":{"license.html":{}}}],["consolehttperrorcallbackfn",{"_index":1022,"title":{},"body":{"miscellaneous/functions.html":{}}}],["consolehttperrorcallbackfn(error",{"_index":1055,"title":{},"body":{"miscellaneous/functions.html":{}}}],["const",{"_index":188,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["constructor",{"_index":13,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"classes/EuiCoreRootGuardClass.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{}}}],["constructor(_element",{"_index":616,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["constructor(actions",{"_index":173,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["constructor(asservice",{"_index":748,"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":705,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["constructor(config",{"_index":334,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/LocalForageService.html":{}}}],["constructor(errormappinghandler",{"_index":771,"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":775,"title":{},"body":{"classes/UxRootInjectorGuard.html":{}}}],["constructor(uxerrorfeedbackservice",{"_index":764,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["constructor(uxpermission",{"_index":736,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["construed",{"_index":1489,"title":{},"body":{"license.html":{}}}],["contain",{"_index":300,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["contains",{"_index":105,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["content",{"_index":652,"title":{},"body":{"classes/TranslateServiceMock.html":{},"license.html":{}}}],["continue",{"_index":103,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["continueonerror",{"_index":99,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["continues",{"_index":1277,"title":{},"body":{"license.html":{}}}],["continuously",{"_index":1361,"title":{},"body":{"license.html":{}}}],["contributes",{"_index":1196,"title":{},"body":{"license.html":{}}}],["contributions",{"_index":1358,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":1353,"title":{},"body":{"license.html":{}}}],["contributor(s",{"_index":1194,"title":{},"body":{"license.html":{}}}],["contributors",{"_index":1357,"title":{},"body":{"license.html":{}}}],["convenient",{"_index":1179,"title":{},"body":{"license.html":{}}}],["convert",{"_index":788,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["converts",{"_index":91,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["copies",{"_index":1212,"title":{},"body":{"license.html":{}}}],["copy",{"_index":1268,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":1310,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":1140,"title":{},"body":{"license.html":{}}}],["core",{"_index":856,"title":{},"body":{"dependencies.html":{}}}],["core.module.ts",{"_index":239,"title":{},"body":{"modules/CoreModule.html":{},"classes/EuiCoreRootGuardClass.html":{}}}],["coreappactions",{"_index":1546,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["coreappactiontypes",{"_index":980,"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":656,"title":{},"body":{"classes/UpdateAppConnectionAction.html":{}}}],["coreappactiontypes.update_app_status",{"_index":658,"title":{},"body":{"classes/UpdateAppStatusAction.html":{}}}],["coreappactiontypes.update_app_version",{"_index":660,"title":{},"body":{"classes/UpdateAppVersionAction.html":{}}}],["coreappactiontypes.update_current_module",{"_index":662,"title":{},"body":{"classes/UpdateCurrentModuleAction.html":{}}}],["coreappeffects",{"_index":169,"title":{"injectables/CoreAppEffects.html":{}},"body":{"injectables/CoreAppEffects.html":{}}}],["corei18nactions",{"_index":1547,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corei18nactiontypes",{"_index":982,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corei18nactiontypes.update_i18n_state",{"_index":665,"title":{},"body":{"classes/UpdateI18nStateAction.html":{}}}],["corelocaleactions",{"_index":1548,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corelocaleactiontypes",{"_index":984,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corelocaleactiontypes.update_locale_state",{"_index":668,"title":{},"body":{"classes/UpdateLocaleStateAction.html":{}}}],["coremodule",{"_index":236,"title":{"modules/CoreModule.html":{}},"body":{"modules/CoreModule.html":{},"modules.html":{}}}],["corenotificationsactions",{"_index":1549,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["corenotificationsactiontypes",{"_index":986,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["corenotificationsactiontypes.update_notifications_list",{"_index":671,"title":{},"body":{"classes/UpdateNotificationsListAction.html":{}}}],["coreuseractions",{"_index":1550,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["coreuseractiontypes",{"_index":988,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["coreuseractiontypes.update_user_dashboard",{"_index":674,"title":{},"body":{"classes/UpdateUserDashboardAction.html":{}}}],["coreuseractiontypes.update_user_details",{"_index":677,"title":{},"body":{"classes/UpdateUserDetailsAction.html":{}}}],["coreuseractiontypes.update_user_preferences",{"_index":680,"title":{},"body":{"classes/UpdateUserPreferencesAction.html":{}}}],["coreuseractiontypes.update_user_rights",{"_index":682,"title":{},"body":{"classes/UpdateUserRightsAction.html":{}}}],["coreuseractiontypes.update_user_state",{"_index":685,"title":{},"body":{"classes/UpdateUserStateAction.html":{}}}],["corssecurityinterceptor",{"_index":254,"title":{"interceptors/CorsSecurityInterceptor.html":{}},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["countries",{"_index":784,"title":{},"body":{"injectables/UxTimezoneService.html":{},"license.html":{}}}],["country",{"_index":789,"title":{},"body":{"injectables/UxTimezoneService.html":{},"license.html":{}}}],["court",{"_index":1509,"title":{},"body":{"license.html":{}}}],["coverage",{"_index":863,"title":{},"body":{"dependencies.html":{}}}],["covered",{"_index":1139,"title":{},"body":{"license.html":{}}}],["created",{"_index":515,"title":{},"body":{"injectables/LogService.html":{},"license.html":{}}}],["createeffect",{"_index":179,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["createglobalerrormanager",{"_index":744,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["createlocalerrormanager",{"_index":745,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["createurltree",{"_index":552,"title":{},"body":{"classes/RouterMock.html":{}}}],["creating",{"_index":500,"title":{},"body":{"injectables/LogService.html":{}}}],["creation",{"_index":1197,"title":{},"body":{"license.html":{}}}],["csrfpreventioninterceptor",{"_index":258,"title":{"interceptors/CsrfPreventionInterceptor.html":{}},"body":{"interceptors/CsrfPreventionInterceptor.html":{}}}],["current",{"_index":38,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["currentlang",{"_index":628,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["currentlanguage",{"_index":445,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["currentlocale",{"_index":474,"title":{},"body":{"injectables/LocaleService.html":{}}}],["currently",{"_index":1098,"title":{},"body":{"miscellaneous/functions.html":{}}}],["customary",{"_index":1341,"title":{},"body":{"license.html":{}}}],["damage",{"_index":1407,"title":{},"body":{"license.html":{}}}],["damages",{"_index":1391,"title":{},"body":{"license.html":{}}}],["danger",{"_index":234,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["dashboard",{"_index":1016,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["data",{"_index":717,"title":{},"body":{"injectables/UxDynamicComponentService.html":{},"license.html":{}}}],["date",{"_index":1309,"title":{},"body":{"license.html":{}}}],["debouncetime",{"_index":572,"title":{},"body":{"classes/StoreMock.html":{}}}],["declarations",{"_index":620,"title":{},"body":{"modules/TranslateMockModule.html":{}}}],["default",{"_index":20,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StoreMock.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["default_language",{"_index":645,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["default_log_config",{"_index":495,"title":{},"body":{"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["defaultmaximumrequestretries",{"_index":525,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{}}}],["defects",{"_index":1366,"title":{},"body":{"license.html":{}}}],["defend",{"_index":1429,"title":{},"body":{"license.html":{}}}],["define",{"_index":1165,"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":1152,"title":{},"body":{"license.html":{}}}],["departmentnumber",{"_index":537,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["dependence",{"_index":1167,"title":{},"body":{"license.html":{}}}],["dependencies",{"_index":792,"title":{"dependencies.html":{}},"body":{"dependencies.html":{}}}],["deprive",{"_index":1281,"title":{},"body":{"license.html":{}}}],["derivative",{"_index":1159,"title":{},"body":{"license.html":{}}}],["desc",{"_index":607,"title":{},"body":{"interfaces/TimeZone.html":{}}}],["describing",{"_index":1342,"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":729,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["detaches",{"_index":727,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["detail",{"_index":231,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["details",{"_index":1011,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["detector",{"_index":929,"title":{},"body":{"dependencies.html":{}}}],["determine",{"_index":162,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["determined",{"_index":1170,"title":{},"body":{"license.html":{}}}],["dev.4",{"_index":911,"title":{},"body":{"dependencies.html":{}}}],["development",{"_index":1369,"title":{},"body":{"license.html":{}}}],["device",{"_index":928,"title":{},"body":{"dependencies.html":{}}}],["devkit/build",{"_index":808,"title":{},"body":{"dependencies.html":{}}}],["devtools",{"_index":891,"title":{},"body":{"dependencies.html":{}}}],["different",{"_index":494,"title":{},"body":{"modules/LogModule.html":{}}}],["direct",{"_index":1396,"title":{},"body":{"license.html":{}}}],["directive",{"_index":608,"title":{"directives/TranslateMockDirective.html":{}},"body":{"index.html":{}}}],["directives",{"_index":610,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["directly",{"_index":1392,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":1300,"title":{},"body":{"license.html":{}}}],["dispatch",{"_index":573,"title":{},"body":{"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatch(action",{"_index":586,"title":{},"body":{"injectables/StoreService.html":{}}}],["dispatchaction",{"_index":581,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatchaction(state",{"_index":592,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["dispatching",{"_index":82,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["display",{"_index":1234,"title":{},"body":{"license.html":{}}}],["displaying",{"_index":1443,"title":{},"body":{"license.html":{}}}],["disposal",{"_index":1216,"title":{},"body":{"license.html":{}}}],["distinctuntilchanged",{"_index":574,"title":{},"body":{"classes/StoreMock.html":{}}}],["distribute",{"_index":1237,"title":{},"body":{"license.html":{}}}],["distributed",{"_index":1154,"title":{},"body":{"license.html":{}}}],["distributes",{"_index":1192,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":1207,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":1200,"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":722,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["done",{"_index":1312,"title":{},"body":{"license.html":{}}}],["dot",{"_index":295,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["down",{"_index":1513,"title":{},"body":{"license.html":{}}}],["download",{"_index":1459,"title":{},"body":{"license.html":{}}}],["drop",{"_index":206,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["duration",{"_index":1227,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":702,"title":{},"body":{"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{}}}],["dynamic_component_config",{"_index":719,"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":1270,"title":{},"body":{"license.html":{}}}],["easily",{"_index":1273,"title":{},"body":{"license.html":{}}}],["eclipse",{"_index":1539,"title":{},"body":{"license.html":{}}}],["economic",{"_index":1258,"title":{},"body":{"license.html":{}}}],["effective",{"_index":1257,"title":{},"body":{"license.html":{}}}],["el",{"_index":711,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["electronic",{"_index":1456,"title":{},"body":{"license.html":{}}}],["element",{"_index":716,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["elementref",{"_index":617,"title":{},"body":{"directives/TranslateMockDirective.html":{},"injectables/UxDynamicComponentService.html":{}}}],["elements",{"_index":840,"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":1004,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["empty_api_queue",{"_index":1003,"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":1487,"title":{},"body":{"license.html":{}}}],["enforceable",{"_index":1492,"title":{},"body":{"license.html":{}}}],["english",{"_index":790,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["enumerations",{"_index":978,"title":{"miscellaneous/enumerations.html":{}},"body":{"miscellaneous/enumerations.html":{}}}],["envapphandler",{"_index":1080,"title":{},"body":{"miscellaneous/functions.html":{}}}],["envappjsonconfig",{"_index":1083,"title":{},"body":{"miscellaneous/functions.html":{}}}],["envconfig",{"_index":1103,"title":{},"body":{"miscellaneous/functions.html":{}}}],["environment",{"_index":1104,"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":755,"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":1111,"title":{},"body":{"miscellaneous/functions.html":{}}}],["errormappinghandler",{"_index":772,"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":953,"title":{},"body":{"dependencies.html":{}}}],["eslint",{"_index":829,"title":{},"body":{"dependencies.html":{}}}],["eslint/builder",{"_index":821,"title":{},"body":{"dependencies.html":{}}}],["eslint/eslint",{"_index":823,"title":{},"body":{"dependencies.html":{}}}],["eslint/parser",{"_index":836,"title":{},"body":{"dependencies.html":{}}}],["eslint/schematics",{"_index":826,"title":{},"body":{"dependencies.html":{}}}],["eslint/template",{"_index":827,"title":{},"body":{"dependencies.html":{}}}],["essential",{"_index":1214,"title":{},"body":{"license.html":{}}}],["establishing",{"_index":1516,"title":{},"body":{"license.html":{}}}],["eui",{"_index":204,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["eui/ecl",{"_index":974,"title":{},"body":{"dependencies.html":{}}}],["eui/styles",{"_index":971,"title":{},"body":{"dependencies.html":{}}}],["eui/tools",{"_index":975,"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":1081,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euiappjsonconfig",{"_index":1084,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euiconfig",{"_index":1088,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euicorerootguardclass",{"_index":268,"title":{"classes/EuiCoreRootGuardClass.html":{}},"body":{"classes/EuiCoreRootGuardClass.html":{}}}],["euienvconfig",{"_index":1093,"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":1023,"title":{},"body":{"miscellaneous/functions.html":{}}}],["euilogservicefactory(injector",{"_index":1059,"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":1125,"title":{},"body":{"license.html":{},"properties.html":{}}}],["european",{"_index":1120,"title":{},"body":{"license.html":{}}}],["even",{"_index":1408,"title":{},"body":{"license.html":{}}}],["event",{"_index":949,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["events",{"_index":549,"title":{},"body":{"classes/RouterMock.html":{}}}],["example",{"_index":1457,"title":{},"body":{"license.html":{}}}],["except",{"_index":1339,"title":{},"body":{"license.html":{}}}],["exception",{"_index":1283,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":1225,"title":{},"body":{"license.html":{}}}],["executable",{"_index":1158,"title":{},"body":{"license.html":{}}}],["execution",{"_index":113,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["exercise",{"_index":1255,"title":{},"body":{"license.html":{}}}],["exercised",{"_index":1242,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":1453,"title":{},"body":{"license.html":{}}}],["exhaustion",{"_index":1286,"title":{},"body":{"license.html":{}}}],["exist",{"_index":514,"title":{},"body":{"injectables/LogService.html":{}}}],["exports",{"_index":622,"title":{},"body":{"modules/TranslateMockModule.html":{}}}],["expressed",{"_index":1149,"title":{},"body":{"license.html":{}}}],["expressly",{"_index":1314,"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":1137,"title":{},"body":{"license.html":{}}}],["extract",{"_index":185,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fact",{"_index":1436,"title":{},"body":{"license.html":{}}}],["failed",{"_index":354,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["fails",{"_index":102,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["failure",{"_index":1404,"title":{},"body":{"license.html":{}}}],["false",{"_index":353,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["far",{"_index":1250,"title":{},"body":{"license.html":{}}}],["feature",{"_index":210,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["fee",{"_index":1419,"title":{},"body":{"license.html":{}}}],["feedback.service.ts",{"_index":742,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["feedback/ux",{"_index":741,"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":734,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["filteruxlinkswithrights(links",{"_index":738,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["finished",{"_index":1364,"title":{},"body":{"license.html":{}}}],["first",{"_index":292,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["firstname",{"_index":541,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["fitness",{"_index":1376,"title":{},"body":{"license.html":{}}}],["followed",{"_index":294,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["following",{"_index":1144,"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":1178,"title":{},"body":{"license.html":{}}}],["formats",{"_index":1245,"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":1224,"title":{},"body":{"license.html":{}}}],["freely",{"_index":1274,"title":{},"body":{"license.html":{}}}],["freeze",{"_index":894,"title":{},"body":{"dependencies.html":{}}}],["fromevent(window",{"_index":196,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["full",{"_index":1475,"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":1215,"title":{},"body":{"license.html":{}}}],["functions",{"_index":1017,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["functions.ts",{"_index":1021,"title":{},"body":{"miscellaneous/functions.html":{}}}],["general",{"_index":1531,"title":{},"body":{"license.html":{}}}],["generally",{"_index":1183,"title":{},"body":{"license.html":{}}}],["generic",{"_index":132,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/StorageService.html":{}}}],["get(content",{"_index":651,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["get(key",{"_index":146,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["getappconnectioninformation",{"_index":171,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["getbrowserlang",{"_index":638,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["getcorechildproviders",{"_index":1025,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcorechildproviders(modulename",{"_index":1070,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcoreproviders",{"_index":1028,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getcountries",{"_index":777,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["getcurrentlanguage",{"_index":449,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["getcurrentlocale",{"_index":484,"title":{},"body":{"injectables/LocaleService.html":{}}}],["getdependencyproviders",{"_index":1029,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getfailedresources",{"_index":341,"title":{},"body":{"injectables/I18nLoader.html":{}}}],["getglobalconfig",{"_index":1030,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getglobalconfig(appconfig",{"_index":1073,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gethttperrorhandlingconfig",{"_index":1032,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gethttperrorhandlingconfig(appconfig",{"_index":1075,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlangs",{"_index":639,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["getlogappendersconfig",{"_index":1033,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getlogappendersconfig(config",{"_index":1065,"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":735,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["getmoduleconfig",{"_index":1034,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getmoduleconfig(appconfig",{"_index":1076,"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":1035,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getrootlogconfig(appconfig",{"_index":1077,"title":{},"body":{"miscellaneous/functions.html":{}}}],["gets",{"_index":356,"title":{},"body":{"injectables/I18nLoader.html":{},"injectables/LogService.html":{},"injectables/UxTimezoneService.html":{}}}],["getshowconnectionstatus",{"_index":1036,"title":{},"body":{"miscellaneous/functions.html":{}}}],["getshowconnectionstatus(globalconfig",{"_index":1078,"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":778,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["gettimezone(tz",{"_index":785,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["gettimezones",{"_index":779,"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":695,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["given",{"_index":125,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["giving",{"_index":1204,"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":1530,"title":{},"body":{"license.html":{}}}],["going",{"_index":432,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["goodwill",{"_index":1402,"title":{},"body":{"license.html":{}}}],["governed",{"_index":1522,"title":{},"body":{"license.html":{}}}],["gpl",{"_index":1532,"title":{},"body":{"license.html":{}}}],["grant",{"_index":1289,"title":{},"body":{"license.html":{}}}],["granted",{"_index":1218,"title":{},"body":{"license.html":{}}}],["grants",{"_index":1220,"title":{},"body":{"license.html":{}}}],["groupid",{"_index":750,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growl",{"_index":754,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["growlerror",{"_index":746,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growlerror(err",{"_index":752,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["growlhttperrorcallbackfn",{"_index":1037,"title":{},"body":{"miscellaneous/functions.html":{}}}],["growlhttperrorcallbackfn(error",{"_index":1056,"title":{},"body":{"miscellaneous/functions.html":{}}}],["hammerjs",{"_index":956,"title":{},"body":{"dependencies.html":{}}}],["handleautosave",{"_index":582,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["handlebars",{"_index":958,"title":{},"body":{"dependencies.html":{}}}],["handleerror",{"_index":328,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleerror(error",{"_index":330,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler",{"_index":584,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/functions.html":{}}}],["handler.interceptor.ts",{"_index":333,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{}}}],["handler.operator.ts",{"_index":1052,"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":1431,"title":{},"body":{"license.html":{}}}],["haserror",{"_index":456,"title":{},"body":{"interfaces/LoadedResources.html":{}}}],["he/she",{"_index":1303,"title":{},"body":{"license.html":{}}}],["header",{"_index":42,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["headers",{"_index":46,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["held",{"_index":1263,"title":{},"body":{"license.html":{}}}],["helper",{"_index":157,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"miscellaneous/functions.html":{}}}],["here",{"_index":1259,"title":{},"body":{"license.html":{}}}],["hereby",{"_index":1219,"title":{},"body":{"license.html":{}}}],["hereunder",{"_index":1348,"title":{},"body":{"license.html":{}}}],["him/her",{"_index":1350,"title":{},"body":{"license.html":{}}}],["his/her",{"_index":1331,"title":{},"body":{"license.html":{}}}],["hold",{"_index":1430,"title":{},"body":{"license.html":{}}}],["holder",{"_index":1141,"title":{},"body":{"license.html":{}}}],["host",{"_index":714,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["html",{"_index":866,"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":763,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["httperrorresponse",{"_index":1054,"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":1543,"title":{},"body":{"properties.html":{}}}],["https://localforage.github.io/localforage",{"_index":465,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["human",{"_index":1176,"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":1440,"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":1501,"title":{},"body":{"license.html":{}}}],["immediately",{"_index":1146,"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":1317,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":1291,"title":{},"body":{"license.html":{}}}],["improved",{"_index":1362,"title":{},"body":{"license.html":{}}}],["include",{"_index":1302,"title":{},"body":{"license.html":{}}}],["including",{"_index":1233,"title":{},"body":{"license.html":{}}}],["incurred",{"_index":1432,"title":{},"body":{"license.html":{}}}],["indemnify",{"_index":1428,"title":{},"body":{"license.html":{}}}],["indemnity",{"_index":1421,"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":1334,"title":{},"body":{"license.html":{}}}],["indicates",{"_index":388,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["indirect",{"_index":1397,"title":{},"body":{"license.html":{}}}],["infinite",{"_index":902,"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":1454,"title":{},"body":{"license.html":{}}}],["informed",{"_index":221,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["infringement",{"_index":1381,"title":{},"body":{"license.html":{}}}],["inherent",{"_index":1368,"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":688,"title":{},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["init(version",{"_index":596,"title":{},"body":{"injectables/StoreService.html":{}}}],["init_store",{"_index":990,"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":715,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["injector",{"_index":336,"title":{},"body":{"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/UxDynamicComponentService.html":{},"miscellaneous/functions.html":{}}}],["injector.guard.ts",{"_index":774,"title":{},"body":{"classes/UxRootInjectorGuard.html":{}}}],["inputs",{"_index":614,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["inside",{"_index":87,"title":{},"body":{"injectables/ApiQueueService.html":{},"license.html":{}}}],["instance",{"_index":365,"title":{},"body":{"injectables/I18nLoader.html":{},"modules/LogModule.html":{},"miscellaneous/functions.html":{}}}],["instanceid",{"_index":757,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["instant",{"_index":640,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["instant(key",{"_index":653,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["intact",{"_index":1295,"title":{},"body":{"license.html":{}}}],["intellectual",{"_index":1382,"title":{},"body":{"license.html":{}}}],["intended",{"_index":1280,"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":{}}}],["interpretation",{"_index":1508,"title":{},"body":{"license.html":{}}}],["interpreted",{"_index":1186,"title":{},"body":{"license.html":{}}}],["intl",{"_index":917,"title":{},"body":{"dependencies.html":{}}}],["invalid",{"_index":1483,"title":{},"body":{"license.html":{}}}],["invented",{"_index":1249,"title":{},"body":{"license.html":{}}}],["irrevocable",{"_index":1450,"title":{},"body":{"license.html":{}}}],["irrevocably",{"_index":1452,"title":{},"body":{"license.html":{}}}],["isdeepmerge",{"_index":1086,"title":{},"body":{"miscellaneous/functions.html":{}}}],["iserror",{"_index":546,"title":{},"body":{"interfaces/ResourceError.html":{}}}],["isfeatureenabled",{"_index":212,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["isglobal",{"_index":765,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["isloaded",{"_index":629,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["isloadedsubject",{"_index":630,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["islogconfigdefined",{"_index":1038,"title":{},"body":{"miscellaneous/functions.html":{}}}],["islogconfigdefined(config",{"_index":1066,"title":{},"body":{"miscellaneous/functions.html":{}}}],["iso",{"_index":782,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["iso2country",{"_index":780,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["iso2country(iso",{"_index":787,"title":{},"body":{"injectables/UxTimezoneService.html":{}}}],["istanbul",{"_index":869,"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":855,"title":{},"body":{"dependencies.html":{}}}],["javascript",{"_index":463,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["js",{"_index":947,"title":{},"body":{"dependencies.html":{}}}],["jsdoc",{"_index":833,"title":{},"body":{"dependencies.html":{}}}],["jsrsasign",{"_index":944,"title":{},"body":{"dependencies.html":{}}}],["jurisdiction",{"_index":1505,"title":{},"body":{"license.html":{}}}],["justice",{"_index":1510,"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":858,"title":{},"body":{"dependencies.html":{}}}],["keep",{"_index":1294,"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":1373,"title":{},"body":{"license.html":{}}}],["known",{"_index":1247,"title":{},"body":{"license.html":{}}}],["laid",{"_index":1512,"title":{},"body":{"license.html":{}}}],["lang",{"_index":34,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"classes/TranslateServiceMock.html":{}}}],["lang_param_key",{"_index":43,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["langs",{"_index":650,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["langstate",{"_index":418,"title":{},"body":{"injectables/I18nService.html":{}}}],["language",{"_index":39,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{}}}],["languages",{"_index":631,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["last",{"_index":303,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["lastname",{"_index":542,"title":{},"body":{"interfaces/OpenIdConnectUserDetails.html":{}}}],["later",{"_index":1248,"title":{},"body":{"license.html":{}}}],["launcher",{"_index":861,"title":{},"body":{"dependencies.html":{}}}],["law",{"_index":1171,"title":{},"body":{"license.html":{}}}],["laws",{"_index":1413,"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":1190,"title":{},"body":{"license.html":{}}}],["lend",{"_index":1238,"title":{},"body":{"license.html":{}}}],["lending",{"_index":1205,"title":{},"body":{"license.html":{}}}],["level",{"_index":508,"title":{},"body":{"injectables/LogService.html":{}}}],["liability",{"_index":1387,"title":{},"body":{"license.html":{}}}],["liable",{"_index":1395,"title":{},"body":{"license.html":{}}}],["library",{"_index":464,"title":{},"body":{"injectables/LocalForageService.html":{}}}],["licence",{"_index":1122,"title":{},"body":{"license.html":{}}}],["licences",{"_index":1327,"title":{},"body":{"license.html":{}}}],["license",{"_index":1119,"title":{"license.html":{}},"body":{"license.html":{},"properties.html":{}}}],["licensed",{"_index":1147,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":1161,"title":{},"body":{"license.html":{}}}],["licensee's",{"_index":1329,"title":{},"body":{"license.html":{}}}],["licensor",{"_index":1143,"title":{},"body":{"license.html":{}}}],["life",{"_index":233,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["lifespan",{"_index":216,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["limitation",{"_index":1284,"title":{},"body":{"license.html":{}}}],["limitations",{"_index":1278,"title":{},"body":{"license.html":{}}}],["line",{"_index":1211,"title":{},"body":{"license.html":{}}}],["linguistic",{"_index":1495,"title":{},"body":{"license.html":{}}}],["links",{"_index":739,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["list",{"_index":781,"title":{},"body":{"injectables/UxTimezoneService.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["listed",{"_index":1261,"title":{},"body":{"license.html":{}}}],["literal",{"_index":26,"title":{},"body":{"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/InitStoreAction.html":{}}}],["litigation",{"_index":1506,"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":1039,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loadeuidynamicenvironmentconfig(url",{"_index":1089,"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":696,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["loaduserpreferences",{"_index":697,"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":1041,"title":{},"body":{"miscellaneous/functions.html":{}}}],["localstoragesync(reducer",{"_index":1107,"title":{},"body":{"miscellaneous/functions.html":{}}}],["location",{"_index":1461,"title":{},"body":{"license.html":{}}}],["lodash",{"_index":952,"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":1043,"title":{},"body":{"miscellaneous/functions.html":{}}}],["loghttperrorcallbackfn(error",{"_index":1057,"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":1044,"title":{},"body":{"miscellaneous/functions.html":{}}}],["logservicefactory(config",{"_index":1068,"title":{},"body":{"miscellaneous/functions.html":{}}}],["logservicemock",{"_index":518,"title":{"classes/LogServiceMock.html":{}},"body":{"classes/LogServiceMock.html":{}}}],["long",{"_index":1276,"title":{},"body":{"license.html":{}}}],["loss",{"_index":1401,"title":{},"body":{"license.html":{}}}],["machine",{"_index":1267,"title":{},"body":{"license.html":{}}}],["main.ts",{"_index":1102,"title":{},"body":{"miscellaneous/functions.html":{}}}],["make",{"_index":1231,"title":{},"body":{"license.html":{}}}],["makes",{"_index":1198,"title":{},"body":{"license.html":{}}}],["making",{"_index":1210,"title":{},"body":{"license.html":{}}}],["malfunction",{"_index":1405,"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":875,"title":{},"body":{"dependencies.html":{}}}],["marked",{"_index":938,"title":{},"body":{"dependencies.html":{}}}],["marks",{"_index":1338,"title":{},"body":{"license.html":{}}}],["mask",{"_index":908,"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":1398,"title":{},"body":{"license.html":{}}}],["matter",{"_index":112,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["mean",{"_index":1150,"title":{},"body":{"license.html":{}}}],["meaning",{"_index":1153,"title":{},"body":{"license.html":{}}}],["means",{"_index":1455,"title":{},"body":{"license.html":{}}}],["meant",{"_index":1185,"title":{},"body":{"license.html":{}}}],["media",{"_index":1243,"title":{},"body":{"license.html":{}}}],["mentioned",{"_index":1173,"title":{},"body":{"license.html":{}}}],["menu.service.ts",{"_index":732,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["menu/ux",{"_index":731,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["menulinks",{"_index":733,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["merchantability",{"_index":1375,"title":{},"body":{"license.html":{}}}],["merge",{"_index":1085,"title":{},"body":{"miscellaneous/functions.html":{}}}],["merge(fromevent(window",{"_index":194,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mergeapphandlerconfigtoappconfig",{"_index":1045,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeapphandlerconfigtoappconfig(euiappconfig",{"_index":1079,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeappjsonconfigtoappconfig",{"_index":1046,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergeappjsonconfigtoappconfig(euiappconfig",{"_index":1082,"title":{},"body":{"miscellaneous/functions.html":{}}}],["mergemap((route",{"_index":184,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["mergeuserpreferences",{"_index":698,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["message",{"_index":230,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["meta",{"_index":1108,"title":{},"body":{"miscellaneous/functions.html":{}}}],["metadata",{"_index":613,"title":{},"body":{"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{}}}],["method",{"_index":370,"title":{},"body":{"modules/I18nModule.html":{},"modules/LogModule.html":{}}}],["methods",{"_index":47,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"modules/I18nModule.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"classes/LogServiceMock.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"injectables/OpenIdConnectService.html":{},"classes/OpenIdConnectServiceMock.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"injectables/UxTimezoneService.html":{}}}],["miscellaneous",{"_index":977,"title":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"miscellaneous/typealiases.html":{}},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/typealiases.html":{}}}],["misconduct",{"_index":1390,"title":{},"body":{"license.html":{}}}],["mock",{"_index":926,"title":{},"body":{"dependencies.html":{}}}],["model.interceptor.ts",{"_index":770,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["modification",{"_index":1166,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":1163,"title":{},"body":{"license.html":{}}}],["modified",{"_index":1308,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":1195,"title":{},"body":{"license.html":{}}}],["modify",{"_index":1182,"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":817,"title":{},"body":{"dependencies.html":{}}}],["moral",{"_index":1252,"title":{},"body":{"license.html":{}}}],["more",{"_index":246,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiPermissionService.html":{}}}],["msg",{"_index":273,"title":{},"body":{"classes/EuiError.html":{}}}],["multiple",{"_index":310,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["name",{"_index":18,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["names",{"_index":1337,"title":{},"body":{"license.html":{}}}],["natural",{"_index":1189,"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":1264,"title":{},"body":{"license.html":{}}}],["needs",{"_index":220,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/functions.html":{}}}],["new",{"_index":192,"title":{},"body":{"injectables/CoreAppEffects.html":{},"classes/RouterMock.html":{},"classes/TranslateServiceMock.html":{},"injectables/UxErrorFeedbackService.html":{},"license.html":{}}}],["next",{"_index":53,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"interceptors/CachePreventionInterceptor.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["ng",{"_index":811,"title":{},"body":{"dependencies.html":{}}}],["ngondestroy",{"_index":472,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["ngrx",{"_index":588,"title":{},"body":{"injectables/StoreService.html":{},"dependencies.html":{}}}],["ngrx/component",{"_index":893,"title":{},"body":{"dependencies.html":{}}}],["ngrx/effects",{"_index":886,"title":{},"body":{"dependencies.html":{}}}],["ngrx/entity",{"_index":892,"title":{},"body":{"dependencies.html":{}}}],["ngrx/router",{"_index":888,"title":{},"body":{"dependencies.html":{}}}],["ngrx/schematics",{"_index":889,"title":{},"body":{"dependencies.html":{}}}],["ngrx/store",{"_index":890,"title":{},"body":{"dependencies.html":{}}}],["ngx",{"_index":427,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"dependencies.html":{}}}],["node",{"_index":880,"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":1279,"title":{},"body":{"license.html":{}}}],["notice",{"_index":1145,"title":{},"body":{"license.html":{}}}],["notices",{"_index":1298,"title":{},"body":{"license.html":{}}}],["notif",{"_index":1008,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["now",{"_index":1246,"title":{},"body":{"license.html":{}}}],["null",{"_index":1064,"title":{},"body":{"miscellaneous/functions.html":{}}}],["number",{"_index":527,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["numerous",{"_index":1363,"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":{},"miscellaneous/functions.html":{}}}],["obligations",{"_index":1288,"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":699,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["observer",{"_index":920,"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":1316,"title":{},"body":{"license.html":{}}}],["offering",{"_index":1458,"title":{},"body":{"license.html":{}}}],["office",{"_index":1524,"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":941,"title":{},"body":{"dependencies.html":{}}}],["once",{"_index":431,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["ondefaultlangchange",{"_index":632,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["ondefaultlangchangesubject",{"_index":633,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["one",{"_index":150,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/I18nResourceImpl.html":{},"injectables/LocalForageService.html":{}}}],["onlangchange",{"_index":444,"title":{},"body":{"injectables/I18nServiceMock.html":{},"classes/TranslateServiceMock.html":{}}}],["onlangchangesubject",{"_index":634,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["online').pipe(mapto(true",{"_index":195,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["onready",{"_index":403,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["onready(modulename",{"_index":422,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["ontranslationchange",{"_index":635,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["ontranslationchangesubject",{"_index":636,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["open",{"_index":1533,"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":1112,"title":{},"body":{"miscellaneous/functions.html":{}}}],["optional",{"_index":19,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["order",{"_index":108,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"license.html":{}}}],["origin",{"_index":1343,"title":{},"body":{"license.html":{}}}],["original",{"_index":1142,"title":{},"body":{"license.html":{}}}],["osl",{"_index":1534,"title":{},"body":{"license.html":{}}}],["others",{"_index":305,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["otherwise",{"_index":395,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["out",{"_index":1400,"title":{},"body":{"license.html":{}}}],["overview",{"_index":1113,"title":{"index.html":{}},"body":{"index.html":{}}}],["overwrite",{"_index":86,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["owned",{"_index":1349,"title":{},"body":{"license.html":{}}}],["owners",{"_index":1285,"title":{},"body":{"license.html":{}}}],["package",{"_index":791,"title":{"dependencies.html":{},"properties.html":{}},"body":{}}],["packages/.../app.actions.ts",{"_index":981,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../eui",{"_index":1026,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../http",{"_index":1019,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../i18n.actions.ts",{"_index":983,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../locale.actions.ts",{"_index":985,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../locale.service.ts",{"_index":1551,"title":{},"body":{"miscellaneous/typealiases.html":{}}}],["packages/.../log.ts",{"_index":1024,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../meta.reducers.ts",{"_index":1042,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../notifications.actions.ts",{"_index":987,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../store.service.ts",{"_index":979,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["packages/.../tokens.ts",{"_index":1031,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/.../user.actions.ts",{"_index":989,"title":{},"body":{"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/.../ux",{"_index":1051,"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":769,"title":{},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["packages/eui/packages/core/src/lib/mocks/router.mock.ts",{"_index":548,"title":{},"body":{"classes/RouterMock.html":{}}}],["packages/eui/packages/core/src/lib/mocks/store.mock.ts",{"_index":571,"title":{},"body":{"classes/StoreMock.html":{}}}],["packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts",{"_index":611,"title":{},"body":{"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/app/eui",{"_index":1069,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/app/factories/log.ts",{"_index":1058,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/config/tokens.ts",{"_index":1072,"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":664,"title":{},"body":{"classes/UpdateI18nStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts",{"_index":667,"title":{},"body":{"classes/UpdateLocaleStateAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts",{"_index":670,"title":{},"body":{"classes/UpdateNotificationsListAction.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/typealiases.html":{}}}],["packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts",{"_index":673,"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":1106,"title":{},"body":{"miscellaneous/functions.html":{}}}],["packages/eui/packages/core/src/lib/services/store/store.service.mock.ts",{"_index":603,"title":{},"body":{"injectables/StoreServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/store/store.service.ts",{"_index":579,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{}}}],["packages/eui/packages/core/src/lib/services/user/user.service.mock.ts",{"_index":694,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["packages/eui/packages/core/src/lib/services/user/user.service.ts",{"_index":687,"title":{},"body":{"injectables/UserService.html":{}}}],["packages/eui/packages/core/src/lib/services/ux",{"_index":605,"title":{},"body":{"interfaces/TimeZone.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["packagr",{"_index":812,"title":{},"body":{"dependencies.html":{}}}],["param.interceptor.ts",{"_index":35,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{}}}],["parameter",{"_index":40,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["parameters",{"_index":16,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["parser",{"_index":828,"title":{},"body":{"dependencies.html":{}}}],["part",{"_index":307,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["particular",{"_index":1377,"title":{},"body":{"license.html":{}}}],["parties",{"_index":1482,"title":{},"body":{"license.html":{}}}],["pass",{"_index":251,"title":{},"body":{"modules/CoreModule.html":{}}}],["passed",{"_index":718,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["patent",{"_index":1296,"title":{},"body":{"license.html":{}}}],["patents",{"_index":1262,"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":1180,"title":{},"body":{"license.html":{}}}],["perform",{"_index":1235,"title":{},"body":{"license.html":{}}}],["permission",{"_index":291,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["permits",{"_index":1251,"title":{},"body":{"license.html":{}}}],["persist",{"_index":513,"title":{},"body":{"injectables/LogService.html":{}}}],["person",{"_index":1191,"title":{},"body":{"license.html":{}}}],["persons",{"_index":1394,"title":{},"body":{"license.html":{}}}],["pikaday",{"_index":960,"title":{},"body":{"dependencies.html":{}}}],["pipe",{"_index":423,"title":{"pipes/TranslateMockPipe.html":{}},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"index.html":{}}}],["pipes",{"_index":623,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["placed",{"_index":123,"title":{},"body":{"injectables/ApiQueueService.html":{},"license.html":{}}}],["plugin",{"_index":824,"title":{},"body":{"dependencies.html":{}}}],["polyfill",{"_index":921,"title":{},"body":{"dependencies.html":{}}}],["portal",{"_index":713,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalcomponentinstance",{"_index":724,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalhost",{"_index":721,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["portalhostref",{"_index":728,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["possibility",{"_index":1410,"title":{},"body":{"license.html":{}}}],["possible",{"_index":1091,"title":{},"body":{"miscellaneous/functions.html":{}}}],["power",{"_index":1351,"title":{},"body":{"license.html":{}}}],["pre",{"_index":384,"title":{},"body":{"classes/I18nResourceImpl.html":{},"miscellaneous/functions.html":{}}}],["prefer",{"_index":830,"title":{},"body":{"dependencies.html":{}}}],["preferences",{"_index":1013,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["prefix",{"_index":382,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["preinitapp",{"_index":1047,"title":{},"body":{"miscellaneous/functions.html":{}}}],["preinitapp(envconfig",{"_index":1092,"title":{},"body":{"miscellaneous/functions.html":{}}}],["prejudice",{"_index":1477,"title":{},"body":{"license.html":{}}}],["prepareeuiappconfigtoken",{"_index":1048,"title":{},"body":{"miscellaneous/functions.html":{}}}],["prepareeuiappconfigtoken(euiconfig",{"_index":1087,"title":{},"body":{"miscellaneous/functions.html":{}}}],["present",{"_index":591,"title":{},"body":{"injectables/StoreService.html":{}}}],["prettier",{"_index":966,"title":{},"body":{"dependencies.html":{}}}],["prevail",{"_index":1332,"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":1520,"title":{},"body":{"license.html":{}}}],["prismjs",{"_index":939,"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":1412,"title":{},"body":{"license.html":{}}}],["program",{"_index":1188,"title":{},"body":{"license.html":{}}}],["progress",{"_index":1360,"title":{},"body":{"license.html":{}}}],["prohibited",{"_index":1136,"title":{},"body":{"license.html":{}}}],["prominent",{"_index":1306,"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":1383,"title":{},"body":{"license.html":{}}}],["protection",{"_index":1335,"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":1071,"title":{},"body":{"miscellaneous/functions.html":{}}}],["providers",{"_index":253,"title":{},"body":{"modules/CoreModule.html":{}}}],["provides",{"_index":1265,"title":{},"body":{"license.html":{}}}],["providing",{"_index":247,"title":{},"body":{"modules/CoreModule.html":{},"injectables/EuiPermissionService.html":{},"license.html":{}}}],["provision",{"_index":1333,"title":{},"body":{"license.html":{}}}],["provisions",{"_index":1438,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":587,"title":{},"body":{"injectables/StoreService.html":{}}}],["public",{"_index":10,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"classes/EmptyApiQueueAction.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UxDynamicComponentService.html":{},"license.html":{}}}],["publicly",{"_index":1236,"title":{},"body":{"license.html":{}}}],["publish",{"_index":1494,"title":{},"body":{"license.html":{}}}],["published",{"_index":1498,"title":{},"body":{"license.html":{}}}],["publisherror",{"_index":747,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["publisherror(err",{"_index":756,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["publishes",{"_index":759,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["purpose",{"_index":1378,"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":910,"title":{},"body":{"dependencies.html":{}}}],["readable",{"_index":1177,"title":{},"body":{"license.html":{}}}],["readiness",{"_index":154,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["readonly",{"_index":762,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["ready",{"_index":141,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{},"interfaces/ModuleLoadEvent.html":{}}}],["reason",{"_index":1370,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":1340,"title":{},"body":{"license.html":{}}}],["received",{"_index":1473,"title":{},"body":{"license.html":{}}}],["reducer",{"_index":594,"title":{},"body":{"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"miscellaneous/functions.html":{}}}],["reducing",{"_index":1497,"title":{},"body":{"license.html":{}}}],["refactor",{"_index":208,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["refer",{"_index":1299,"title":{},"body":{"license.html":{}}}],["reference",{"_index":392,"title":{},"body":{"classes/I18nResourceImpl.html":{},"injectables/UxDynamicComponentService.html":{}}}],["refers",{"_index":1326,"title":{},"body":{"license.html":{}}}],["reflects",{"_index":153,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["reformed",{"_index":1490,"title":{},"body":{"license.html":{}}}],["regarding",{"_index":1465,"title":{},"body":{"license.html":{}}}],["registered",{"_index":1523,"title":{},"body":{"license.html":{}}}],["remain",{"_index":1474,"title":{},"body":{"license.html":{}}}],["remap",{"_index":873,"title":{},"body":{"dependencies.html":{}}}],["remote",{"_index":1460,"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":726,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["remove_api_queue_item",{"_index":1002,"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":1239,"title":{},"body":{"license.html":{}}}],["renting",{"_index":1206,"title":{},"body":{"license.html":{}}}],["reporter",{"_index":867,"title":{},"body":{"dependencies.html":{}}}],["repository",{"_index":1272,"title":{},"body":{"license.html":{},"properties.html":{}}}],["represents",{"_index":1479,"title":{},"body":{"license.html":{}}}],["reproduce",{"_index":1230,"title":{},"body":{"license.html":{}}}],["reproduced",{"_index":1468,"title":{},"body":{"license.html":{}}}],["reproducing",{"_index":1344,"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":1464,"title":{},"body":{"license.html":{}}}],["required",{"_index":1168,"title":{},"body":{"license.html":{}}}],["reselect",{"_index":896,"title":{},"body":{"dependencies.html":{}}}],["residence",{"_index":1527,"title":{},"body":{"license.html":{}}}],["resides",{"_index":1518,"title":{},"body":{"license.html":{}}}],["resize",{"_index":919,"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":1426,"title":{},"body":{"license.html":{}}}],["responsible",{"_index":498,"title":{},"body":{"injectables/LogService.html":{}}}],["rest",{"_index":104,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["restrict",{"_index":1321,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":1290,"title":{},"body":{"license.html":{}}}],["result",{"_index":434,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["resulting",{"_index":1507,"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":1060,"title":{},"body":{"miscellaneous/functions.html":{}}}],["rootconfig",{"_index":1061,"title":{},"body":{"miscellaneous/functions.html":{}}}],["route",{"_index":999,"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":1223,"title":{},"body":{"license.html":{}}}],["rules",{"_index":1448,"title":{},"body":{"license.html":{}}}],["rxjs",{"_index":843,"title":{},"body":{"dependencies.html":{}}}],["sake",{"_index":1325,"title":{},"body":{"license.html":{}}}],["same",{"_index":394,"title":{},"body":{"classes/I18nResourceImpl.html":{}}}],["saveuserpreferences",{"_index":700,"title":{},"body":{"injectables/UserServiceMock.html":{}}}],["scope",{"_index":1217,"title":{},"body":{"license.html":{}}}],["scroll",{"_index":903,"title":{},"body":{"dependencies.html":{}}}],["security.interceptor.ts",{"_index":256,"title":{},"body":{"interceptors/CorsSecurityInterceptor.html":{}}}],["select",{"_index":575,"title":{},"body":{"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{}}}],["select(key",{"_index":600,"title":{},"body":{"injectables/StoreService.html":{}}}],["select(selector",{"_index":577,"title":{},"body":{"classes/StoreMock.html":{}}}],["selector",{"_index":578,"title":{},"body":{"classes/StoreMock.html":{},"directives/TranslateMockDirective.html":{}}}],["selling",{"_index":1203,"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":1049,"title":{},"body":{"miscellaneous/functions.html":{}}}],["sessionstoragesync(reducer",{"_index":1109,"title":{},"body":{"miscellaneous/functions.html":{}}}],["set",{"_index":144,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LogService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{}}}],["set(key",{"_index":159,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{}}}],["setasync",{"_index":145,"title":{},"body":{"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"injectables/LocalForageService.html":{}}}],["setasync(key",{"_index":160,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{}}}],["setdefaultlang",{"_index":641,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["setdefaultlang(lang",{"_index":654,"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":1293,"title":{},"body":{"license.html":{}}}],["showconnectionstatus",{"_index":175,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["similar",{"_index":1446,"title":{},"body":{"license.html":{}}}],["similarly",{"_index":1451,"title":{},"body":{"license.html":{}}}],["slice",{"_index":692,"title":{},"body":{"injectables/UserService.html":{}}}],["snapshot",{"_index":972,"title":{},"body":{"dependencies.html":{}}}],["software",{"_index":1131,"title":{},"body":{"license.html":{}}}],["sole",{"_index":1425,"title":{},"body":{"license.html":{}}}],["source",{"_index":950,"title":{},"body":{"dependencies.html":{},"license.html":{}}}],["sourcemap",{"_index":871,"title":{},"body":{"dependencies.html":{}}}],["spec",{"_index":877,"title":{},"body":{"dependencies.html":{}}}],["stackblitz/sdk",{"_index":964,"title":{},"body":{"dependencies.html":{}}}],["started",{"_index":1118,"title":{"license.html":{}},"body":{}}],["startup.ts",{"_index":1027,"title":{},"body":{"miscellaneous/functions.html":{}}}],["state",{"_index":318,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{}}}],["stated",{"_index":1384,"title":{},"body":{"license.html":{}}}],["stateslice",{"_index":585,"title":{},"body":{"injectables/StoreService.html":{}}}],["static",{"_index":240,"title":{},"body":{"modules/CoreModule.html":{},"modules/I18nModule.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"modules/LogModule.html":{},"injectables/SessionStorageService.html":{}}}],["stating",{"_index":1307,"title":{},"body":{"license.html":{}}}],["status",{"_index":223,"title":{},"body":{"injectables/CoreAppEffects.html":{},"miscellaneous/enumerations.html":{}}}],["statutory",{"_index":1411,"title":{},"body":{"license.html":{}}}],["stoppage",{"_index":1403,"title":{},"body":{"license.html":{}}}],["storage",{"_index":134,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"miscellaneous/functions.html":{}}}],["storage.service.mock.ts",{"_index":165,"title":{},"body":{"classes/AsyncStorageServiceMock.html":{}}}],["storage.service.ts",{"_index":131,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{}}}],["storageservice",{"_index":139,"title":{"classes/StorageService.html":{}},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalStorageService.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{}}}],["storageservicemock",{"_index":568,"title":{"classes/StorageServiceMock.html":{}},"body":{"classes/StorageServiceMock.html":{}}}],["storagetype",{"_index":597,"title":{},"body":{"injectables/StoreService.html":{}}}],["store",{"_index":75,"title":{},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/UserService.html":{},"injectables/UxDynamicMenuService.html":{},"dependencies.html":{},"miscellaneous/enumerations.html":{}}}],["store.dispatch",{"_index":589,"title":{},"body":{"injectables/StoreService.html":{}}}],["store.select",{"_index":601,"title":{},"body":{"injectables/StoreService.html":{}}}],["stored",{"_index":1467,"title":{},"body":{"license.html":{}}}],["storemock",{"_index":570,"title":{"classes/StoreMock.html":{}},"body":{"classes/StoreMock.html":{}}}],["storeservice",{"_index":72,"title":{"injectables/StoreService.html":{}},"body":{"injectables/ApiQueueService.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/LocaleService.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"injectables/UserService.html":{},"injectables/UxDynamicMenuService.html":{}}}],["storeservicemock",{"_index":602,"title":{"injectables/StoreServiceMock.html":{}},"body":{"injectables/StoreServiceMock.html":{}}}],["string",{"_index":77,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"classes/AsyncStorageServiceMock.html":{},"modules/CoreModule.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StorageServiceMock.html":{},"injectables/StoreService.html":{},"interfaces/TimeZone.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"injectables/UserService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{}}}],["study",{"_index":1181,"title":{},"body":{"license.html":{}}}],["sub",{"_index":1240,"title":{},"body":{"license.html":{}}}],["subject",{"_index":529,"title":{},"body":{"interceptors/OpenIdConnectInterceptor.html":{},"classes/TranslateServiceMock.html":{},"injectables/UxErrorFeedbackService.html":{},"license.html":{}}}],["sublicensable",{"_index":1226,"title":{},"body":{"license.html":{}}}],["subscribes",{"_index":89,"title":{},"body":{"injectables/ApiQueueService.html":{}}}],["subsequent",{"_index":1356,"title":{},"body":{"license.html":{}}}],["success",{"_index":228,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["such",{"_index":1138,"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":1244,"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":915,"title":{},"body":{"dependencies.html":{}}}],["take",{"_index":1502,"title":{},"body":{"license.html":{}}}],["tap((connected",{"_index":202,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["targeted",{"_index":760,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{}}}],["template",{"_index":825,"title":{},"body":{"dependencies.html":{}}}],["terminate",{"_index":1470,"title":{},"body":{"license.html":{}}}],["termination",{"_index":1469,"title":{},"body":{"license.html":{}}}],["terms",{"_index":1134,"title":{},"body":{"license.html":{}}}],["text",{"_index":626,"title":{},"body":{"pipes/TranslateMockPipe.html":{},"license.html":{}}}],["therefore",{"_index":1365,"title":{},"body":{"license.html":{}}}],["thereof",{"_index":1164,"title":{},"body":{"license.html":{}}}],["thereto",{"_index":1287,"title":{},"body":{"license.html":{}}}],["this.actions.pipe",{"_index":180,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.asservice.growl",{"_index":226,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.isloadedsubject.asobservable",{"_index":642,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.ondefaultlangchangesubject.asobservable",{"_index":646,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.onlangchangesubject.asobservable",{"_index":647,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.ontranslationchangesubject.asobservable",{"_index":648,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["this.showconnectionstatus",{"_index":214,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.showconnectionstatus?.enabled",{"_index":215,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.showconnectionstatus?.messagebox?.lifespan",{"_index":217,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["this.translateservice.get('eui.connected').subscribe((translation",{"_index":225,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["those",{"_index":1241,"title":{},"body":{"license.html":{}}}],["through",{"_index":436,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["time",{"_index":151,"title":{},"body":{"classes/AsyncStorageService.html":{},"injectables/LocalForageService.html":{},"license.html":{}}}],["timeout",{"_index":266,"title":{},"body":{"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"miscellaneous/functions.html":{}}}],["timestamp",{"_index":110,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{}}}],["timezone",{"_index":604,"title":{"interfaces/TimeZone.html":{}},"body":{"interfaces/TimeZone.html":{},"injectables/UxTimezoneService.html":{},"dependencies.html":{}}}],["timezone.service.ts",{"_index":606,"title":{},"body":{"interfaces/TimeZone.html":{},"injectables/UxTimezoneService.html":{}}}],["todo",{"_index":203,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["token",{"_index":720,"title":{},"body":{"injectables/UxDynamicComponentService.html":{}}}],["trade",{"_index":1336,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":1297,"title":{},"body":{"license.html":{}}}],["transform",{"_index":624,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["transform(text",{"_index":625,"title":{},"body":{"pipes/TranslateMockPipe.html":{}}}],["transformer",{"_index":934,"title":{},"body":{"dependencies.html":{}}}],["translate",{"_index":428,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{}}}],["translate/core",{"_index":898,"title":{},"body":{"dependencies.html":{}}}],["translate/http",{"_index":900,"title":{},"body":{"dependencies.html":{}}}],["translatemockdirective",{"_index":609,"title":{"directives/TranslateMockDirective.html":{}},"body":{"directives/TranslateMockDirective.html":{},"modules/TranslateMockModule.html":{}}}],["translatemockmodule",{"_index":619,"title":{"modules/TranslateMockModule.html":{}},"body":{"modules/TranslateMockModule.html":{},"modules.html":{}}}],["translatemockpipe",{"_index":621,"title":{"pipes/TranslateMockPipe.html":{}},"body":{"modules/TranslateMockModule.html":{},"pipes/TranslateMockPipe.html":{}}}],["translateparams",{"_index":615,"title":{},"body":{"directives/TranslateMockDirective.html":{}}}],["translateservice",{"_index":50,"title":{},"body":{"interceptors/AddLangParamInterceptor.html":{},"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{},"injectables/UxErrorFeedbackService.html":{}}}],["translateservicemock",{"_index":627,"title":{"classes/TranslateServiceMock.html":{}},"body":{"classes/TranslateServiceMock.html":{}}}],["translation",{"_index":232,"title":{},"body":{"injectables/CoreAppEffects.html":{},"injectables/I18nService.html":{}}}],["translations",{"_index":357,"title":{},"body":{"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"interfaces/LoadedResources.html":{}}}],["transmitting",{"_index":1209,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":1515,"title":{},"body":{"license.html":{}}}],["true",{"_index":100,"title":{},"body":{"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/I18nResourceImpl.html":{},"injectables/LogService.html":{}}}],["true/false",{"_index":1067,"title":{},"body":{"miscellaneous/functions.html":{}}}],["ts",{"_index":879,"title":{},"body":{"dependencies.html":{}}}],["tslib",{"_index":845,"title":{},"body":{"dependencies.html":{}}}],["type",{"_index":12,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"interceptors/AddLangParamInterceptor.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"interceptors/CachePreventionInterceptor.html":{},"injectables/CoreAppEffects.html":{},"modules/CoreModule.html":{},"interceptors/CorsSecurityInterceptor.html":{},"interceptors/CsrfPreventionInterceptor.html":{},"classes/EmptyApiQueueAction.html":{},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{},"classes/EuiError.html":{},"injectables/EuiPermissionService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpErrorHandlerInterceptor.html":{},"injectables/I18nLoader.html":{},"classes/I18nResourceImpl.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"classes/InitStoreAction.html":{},"interfaces/LoadedResources.html":{},"interfaces/LoadedResourcesError.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interfaces/ModuleLoadEvent.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"interfaces/OpenIdConnectUserDetails.html":{},"classes/RemoveApiQueueItemAction.html":{},"interfaces/ResourceError.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"injectables/StoreService.html":{},"injectables/StoreServiceMock.html":{},"interfaces/TimeZone.html":{},"directives/TranslateMockDirective.html":{},"pipes/TranslateMockPipe.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"interceptors/UxRequestErrorModelInterceptor.html":{},"classes/UxRootInjectorGuard.html":{},"injectables/UxTimezoneService.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/typealiases.html":{}}}],["typealiases",{"_index":1544,"title":{"miscellaneous/typealiases.html":{}},"body":{}}],["typeof",{"_index":213,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["types/cleave.js",{"_index":906,"title":{},"body":{"dependencies.html":{}}}],["types/jasmine",{"_index":850,"title":{},"body":{"dependencies.html":{}}}],["types/jasminewd2",{"_index":882,"title":{},"body":{"dependencies.html":{}}}],["types/lodash",{"_index":884,"title":{},"body":{"dependencies.html":{}}}],["types/marked",{"_index":936,"title":{},"body":{"dependencies.html":{}}}],["types/node",{"_index":852,"title":{},"body":{"dependencies.html":{}}}],["types/quill",{"_index":912,"title":{},"body":{"dependencies.html":{}}}],["typescript",{"_index":835,"title":{},"body":{"dependencies.html":{}}}],["tz",{"_index":786,"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":1133,"title":{},"body":{"license.html":{}}}],["unenforceable",{"_index":1484,"title":{},"body":{"license.html":{}}}],["union",{"_index":1121,"title":{},"body":{"license.html":{}}}],["unique",{"_index":1499,"title":{},"body":{"license.html":{}}}],["unless",{"_index":1313,"title":{},"body":{"license.html":{}}}],["update",{"_index":323,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/LocaleService.html":{},"miscellaneous/enumerations.html":{}}}],["update_app_connection",{"_index":993,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_app_status",{"_index":995,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_app_version",{"_index":992,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_current_module",{"_index":996,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_i18n_state",{"_index":1005,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_locale_state",{"_index":1006,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_notifications_list",{"_index":1007,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_dashboard",{"_index":1015,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_details",{"_index":1010,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_preferences",{"_index":1012,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_rights",{"_index":1014,"title":{},"body":{"miscellaneous/enumerations.html":{}}}],["update_user_state",{"_index":1009,"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":657,"title":{"classes/UpdateAppStatusAction.html":{}},"body":{"classes/UpdateAppStatusAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateappversionaction",{"_index":659,"title":{"classes/UpdateAppVersionAction.html":{}},"body":{"classes/UpdateAppVersionAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatecurrentmoduleaction",{"_index":661,"title":{"classes/UpdateCurrentModuleAction.html":{}},"body":{"classes/UpdateCurrentModuleAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatecurrentmoduleaction(module",{"_index":193,"title":{},"body":{"injectables/CoreAppEffects.html":{}}}],["updated",{"_index":1105,"title":{},"body":{"miscellaneous/functions.html":{}}}],["updatei18nstateaction",{"_index":663,"title":{"classes/UpdateI18nStateAction.html":{}},"body":{"classes/UpdateI18nStateAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatelocalestateaction",{"_index":666,"title":{"classes/UpdateLocaleStateAction.html":{}},"body":{"classes/UpdateLocaleStateAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatenotificationslistaction",{"_index":669,"title":{"classes/UpdateNotificationsListAction.html":{}},"body":{"classes/UpdateNotificationsListAction.html":{},"miscellaneous/typealiases.html":{}}}],["updatestate",{"_index":285,"title":{},"body":{"injectables/EuiPermissionService.html":{},"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{},"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["updatestate(i18nstate",{"_index":447,"title":{},"body":{"injectables/I18nServiceMock.html":{}}}],["updatestate(langstate",{"_index":439,"title":{},"body":{"injectables/I18nService.html":{}}}],["updatestate(rights",{"_index":322,"title":{},"body":{"injectables/EuiPermissionService.html":{}}}],["updatestate(slice",{"_index":690,"title":{},"body":{"injectables/UserService.html":{}}}],["updatestate(state",{"_index":480,"title":{},"body":{"injectables/LocaleService.html":{},"injectables/LocaleServiceMock.html":{}}}],["updatestate(userstate",{"_index":689,"title":{},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["updateuserdashboardaction",{"_index":672,"title":{"classes/UpdateUserDashboardAction.html":{}},"body":{"classes/UpdateUserDashboardAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserdetailsaction",{"_index":675,"title":{"classes/UpdateUserDetailsAction.html":{}},"body":{"classes/UpdateUserDetailsAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserpreferencesaction",{"_index":678,"title":{"classes/UpdateUserPreferencesAction.html":{}},"body":{"classes/UpdateUserPreferencesAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserrightsaction",{"_index":681,"title":{"classes/UpdateUserRightsAction.html":{}},"body":{"classes/UpdateUserRightsAction.html":{},"miscellaneous/typealiases.html":{}}}],["updateuserstateaction",{"_index":683,"title":{"classes/UpdateUserStateAction.html":{}},"body":{"classes/UpdateUserStateAction.html":{}}}],["upon",{"_index":1162,"title":{},"body":{"license.html":{}}}],["url",{"_index":562,"title":{},"body":{"classes/RouterMock.html":{},"miscellaneous/functions.html":{}}}],["usage",{"_index":1199,"title":{},"body":{"license.html":{}}}],["use",{"_index":249,"title":{},"body":{"modules/CoreModule.html":{},"classes/TranslateServiceMock.html":{},"license.html":{}}}],["use(lang",{"_index":655,"title":{},"body":{"classes/TranslateServiceMock.html":{}}}],["used",{"_index":1094,"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":676,"title":{},"body":{"classes/UpdateUserDetailsAction.html":{}}}],["userpreferences",{"_index":679,"title":{},"body":{"classes/UpdateUserPreferencesAction.html":{},"injectables/UserServiceMock.html":{}}}],["userservice",{"_index":686,"title":{"injectables/UserService.html":{}},"body":{"injectables/UserService.html":{},"injectables/UserServiceMock.html":{}}}],["userservicemock",{"_index":693,"title":{"injectables/UserServiceMock.html":{}},"body":{"injectables/UserServiceMock.html":{}}}],["userstate",{"_index":684,"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":701,"title":{"injectables/UxDynamicComponentService.html":{}},"body":{"injectables/UxDynamicComponentService.html":{}}}],["uxdynamicmenuservice",{"_index":730,"title":{"injectables/UxDynamicMenuService.html":{}},"body":{"injectables/UxDynamicMenuService.html":{}}}],["uxerrorfeedbackservice",{"_index":740,"title":{"injectables/UxErrorFeedbackService.html":{}},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["uxerrormanager",{"_index":751,"title":{"classes/UxErrorManager.html":{}},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["uxhttperrorresponse",{"_index":753,"title":{},"body":{"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{}}}],["uxpermission",{"_index":737,"title":{},"body":{"injectables/UxDynamicMenuService.html":{}}}],["uxrequesterrormodelinterceptor",{"_index":768,"title":{"interceptors/UxRequestErrorModelInterceptor.html":{}},"body":{"interceptors/UxRequestErrorModelInterceptor.html":{}}}],["uxrootinjectorguard",{"_index":773,"title":{"classes/UxRootInjectorGuard.html":{}},"body":{"classes/UxRootInjectorGuard.html":{}}}],["uxtimezoneservice",{"_index":776,"title":{"injectables/UxTimezoneService.html":{}},"body":{"injectables/UxTimezoneService.html":{}}}],["uxuserright",{"_index":320,"title":{},"body":{"injectables/EuiPermissionService.html":{},"classes/UpdateUserRightsAction.html":{}}}],["v",{"_index":1123,"title":{},"body":{"license.html":{}}}],["v.1.1",{"_index":1148,"title":{},"body":{"license.html":{}}}],["valid",{"_index":1491,"title":{},"body":{"license.html":{}}}],["validity",{"_index":1486,"title":{},"body":{"license.html":{}}}],["value",{"_index":21,"title":{},"body":{"classes/ActivatedRouteAction.html":{},"classes/AddApiQueueItemAction.html":{},"classes/AddAppLoadedConfigModulesAction.html":{},"injectables/ApiQueueService.html":{},"classes/ApiQueueServiceMock.html":{},"classes/AsyncStorageService.html":{},"injectables/CoreAppEffects.html":{},"classes/EmptyApiQueueAction.html":{},"classes/InitStoreAction.html":{},"injectables/LocalForageService.html":{},"injectables/LocalStorageService.html":{},"modules/LogModule.html":{},"injectables/LogService.html":{},"interceptors/OpenIdConnectInterceptor.html":{},"classes/RemoveApiQueueItemAction.html":{},"classes/RouterMock.html":{},"injectables/SessionStorageService.html":{},"classes/StorageService.html":{},"classes/StoreMock.html":{},"classes/TranslateServiceMock.html":{},"classes/UpdateAppConnectionAction.html":{},"classes/UpdateAppStatusAction.html":{},"classes/UpdateAppVersionAction.html":{},"classes/UpdateCurrentModuleAction.html":{},"classes/UpdateI18nStateAction.html":{},"classes/UpdateLocaleStateAction.html":{},"classes/UpdateNotificationsListAction.html":{},"classes/UpdateUserDashboardAction.html":{},"classes/UpdateUserDetailsAction.html":{},"classes/UpdateUserPreferencesAction.html":{},"classes/UpdateUserRightsAction.html":{},"classes/UpdateUserStateAction.html":{},"injectables/UxDynamicMenuService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/enumerations.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["version",{"_index":599,"title":{},"body":{"injectables/StoreService.html":{},"miscellaneous/enumerations.html":{},"license.html":{},"properties.html":{}}}],["versions",{"_index":1496,"title":{},"body":{"license.html":{}}}],["vested",{"_index":1228,"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":1254,"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":1301,"title":{},"body":{"license.html":{}}}],["warrants",{"_index":1347,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":1359,"title":{},"body":{"license.html":{}}}],["way",{"_index":297,"title":{},"body":{"injectables/EuiPermissionService.html":{},"license.html":{}}}],["web",{"_index":946,"title":{},"body":{"dependencies.html":{},"miscellaneous/functions.html":{}}}],["webcomponents/custom",{"_index":839,"title":{},"body":{"dependencies.html":{}}}],["website",{"_index":1463,"title":{},"body":{"license.html":{}}}],["whether",{"_index":389,"title":{},"body":{"classes/I18nResourceImpl.html":{},"license.html":{}}}],["whole",{"_index":1488,"title":{},"body":{"license.html":{}}}],["wide",{"_index":1222,"title":{},"body":{"license.html":{}}}],["wilful",{"_index":1389,"title":{},"body":{"license.html":{}}}],["willingness",{"_index":1151,"title":{},"body":{"license.html":{}}}],["window",{"_index":1442,"title":{},"body":{"license.html":{}}}],["without",{"_index":1372,"title":{},"body":{"license.html":{}}}],["withuxerrormanager",{"_index":1050,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withuxerrormanager(errormanager",{"_index":1110,"title":{},"body":{"miscellaneous/functions.html":{}}}],["withuxerrormanager(this",{"_index":766,"title":{},"body":{"classes/UxErrorManager.html":{}}}],["work",{"_index":1130,"title":{},"body":{"license.html":{}}}],["worker",{"_index":806,"title":{},"body":{"dependencies.html":{}}}],["works",{"_index":1160,"title":{},"body":{"license.html":{}}}],["world",{"_index":1221,"title":{},"body":{"license.html":{}}}],["wrapper",{"_index":425,"title":{},"body":{"injectables/I18nService.html":{},"injectables/I18nServiceMock.html":{}}}],["xhr",{"_index":925,"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":{},"injectables/UserService.html":{},"injectables/UserServiceMock.html":{},"injectables/UxDynamicComponentService.html":{},"injectables/UxErrorFeedbackService.html":{},"classes/UxErrorManager.html":{},"miscellaneous/functions.html":{}}}],["zone.js",{"_index":847,"title":{},"body":{"dependencies.html":{}}}]],"pipeline":["stemmer"]},
|
|
3
|
-
"store": {"classes/ActivatedRouteAction.html":{"url":"classes/ActivatedRouteAction.html","title":"class - ActivatedRouteAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ActivatedRouteAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: ActivatedRoute)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n ActivatedRoute\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : ActivatedRoute\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.ACTIVATED_ROUTE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AddApiQueueItemAction.html":{"url":"classes/AddApiQueueItemAction.html","title":"class - AddApiQueueItemAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AddApiQueueItemAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: literal type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n literal type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : literal type\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.ADD_API_QUEUE_ITEM\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AddAppLoadedConfigModulesAction.html":{"url":"classes/AddAppLoadedConfigModulesAction.html","title":"class - AddAppLoadedConfigModulesAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AddAppLoadedConfigModulesAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: literal type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n literal type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : literal type\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.ADD_APP_LOADED_CONFIG_MODULES\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/AddLangParamInterceptor.html":{"url":"interceptors/AddLangParamInterceptor.html","title":"interceptor - AddLangParamInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n AddLangParamInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/add-lang-param.interceptor.ts\n \n\n\n \n Description\n \n \n Interceptor for adding the current language as parameter\nAdd the header (LANG_PARAM_KEY, ) to your request http headers\n\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(translateService: TranslateService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ApiQueueService.html":{"url":"injectables/ApiQueueService.html","title":"injectable - ApiQueueService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n ApiQueueService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/queue/api-queue.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addQueueItem\n \n \n getQueue\n \n \n getQueueItem\n \n \n processAllQueueItems\n \n \n processAllQueueItemsSequential\n \n \n processQueueItem\n \n \n removeAllQueueItem\n \n \n removeQueueItem\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: StoreService, http: HttpClient, logService: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n http\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addQueueItem\n \n \n \n \n \n \naddQueueItem(id: string, item: ApiQueueItem)\n \n \n\n\n\n\n \n \n Adds an item in the queue by dispatching an action to the store.\nWARNING if matches any other queue item id will overwrite it.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nThe id of the item inside the queue.\nWARNING if matches any other queue item id will overwrite it.\n\n\n \n \n \n item\n \n ApiQueueItem\n \n\n \n No\n \n\n\n \n \nan item for Queue\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getQueue\n \n \n \n \n \n \ngetQueue()\n \n \n\n\n\n\n \n \n Subscribes to the store to retrieve queue and then converts the queue object to an array of items.\n\n\n \n \n \n Returns : Observable\n\n \n \n An Observable of array of all items inside the current queue (ApiQueueItem[])\n\n \n \n \n \n \n \n \n \n \n \n \n getQueueItem\n \n \n \n \n \n \ngetQueueItem(id: string)\n \n \n\n\n\n\n \n \n Subscribes to the store to retrieve an item from the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nid of the item inside the queue\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n An Observable of ApiQueueItem type\n\n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItems\n \n \n \n \n \n \nprocessAllQueueItems(continueOnError: boolean)\n \n \n\n\n\n\n \n \n Process all the items inside the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n continueOnError\n \n boolean\n \n\n \n No\n \n\n \n true\n \n\n \n \nin case of an item request fails continue with the rest in queue\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n An Observable with an array which contains all responses from all items in queue.\n\n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItemsSequential\n \n \n \n \n \n \nprocessAllQueueItemsSequential(ascending: boolean)\n \n \n\n\n\n\n \n \n Process all items in queue after it order them based on their timestamp. Beware that order\nmatter in execution of Http Request in queue. When a request completes only then next will begin. Emission\nor Http response follows order.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n ascending\n \n boolean\n \n\n \n No\n \n\n \n true\n \n\n \n \nsets the order of queue items based on timestamp\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n processQueueItem\n \n \n \n \n \n \nprocessQueueItem(id: string)\n \n \n\n\n\n\n \n \n Process an item from the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nid of the item inside the queue\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n An Observable of type any\n\n \n \n \n \n \n \n \n \n \n \n \n removeAllQueueItem\n \n \n \n \n \n \nremoveAllQueueItem()\n \n \n\n\n\n\n \n \n Removes all items placed in the queue.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n removeQueueItem\n \n \n \n \n \n \nremoveQueueItem(id: string)\n \n \n\n\n\n\n \n \n Removes a given item from the queue.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \nid of the item inside the queue\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/ApiQueueServiceMock.html":{"url":"classes/ApiQueueServiceMock.html","title":"class - ApiQueueServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ApiQueueServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/queue/api-queue.service.mock.ts\n \n\n\n\n \n Extends\n \n \n ApiQueueService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addQueueItem\n \n \n getQueue\n \n \n getQueueItem\n \n \n processAllQueueItems\n \n \n processQueueItem\n \n \n removeAllQueueItem\n \n \n removeQueueItem\n \n \n processAllQueueItemsSequential\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addQueueItem\n \n \n \n \n \n \naddQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n getQueue\n \n \n \n \n \n \ngetQueue()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n getQueueItem\n \n \n \n \n \n \ngetQueueItem(id: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItems\n \n \n \n \n \n \nprocessAllQueueItems()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n processQueueItem\n \n \n \n \n \n \nprocessQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAllQueueItem\n \n \n \n \n \n \nremoveAllQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n removeQueueItem\n \n \n \n \n \n \nremoveQueueItem()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n processAllQueueItemsSequential\n \n \n \n \n \n \nprocessAllQueueItemsSequential(ascending: boolean)\n \n \n\n\n\n\n \n \n Process all items in queue after it order them based on their timestamp. Beware that order\nmatter in execution of Http Request in queue. When a request completes only then next will begin. Emission\nor Http response follows order.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n ascending\n \n boolean\n \n\n \n No\n \n\n \n true\n \n\n \n \nsets the order of queue items based on timestamp\n\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AsyncStorageService.html":{"url":"classes/AsyncStorageService.html","title":"class - AsyncStorageService","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AsyncStorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/async-storage.service.ts\n \n\n\n \n Description\n \n \n Generic asynchronous storage service. Concrete asynchronous storage services must extend this class\n\n \n\n \n Extends\n \n \n StorageService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Abstract\n get\n \n \n Abstract\n get\n \n \n Abstract\n ready\n \n \n Abstract\n remove\n \n \n removeAsync\n \n \n Abstract\n set\n \n \n Abstract\n set\n \n \n setAsync\n \n \n setAsync\n \n \n Abstract\n name\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from async storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable of value\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n ready\n \n \n \n \n \n \n \n ready()\n \n \n\n\n\n\n \n \n reflects the readiness of the storage\n\n\n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n remove\n \n \n \n \n \n \n \n remove(key: string)\n \n \n\n\n\n\n \n \n removes an object from async storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAsync\n \n \n \n \n \n \nremoveAsync(key: string)\n \n \n\n\n\n\n \n \n asynchronous helper for remove function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in async storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: T)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync(key: string, value: any)\n \n \n\n\n\n\n \n \n asynchronous helper for set function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync(key: string, value: T)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n name\n \n \n \n \n \n \n \n name()\n \n \n\n\n\n\n \n \n utility function, to determine the storage implementation\n\n\n \n Returns : string\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AsyncStorageServiceMock.html":{"url":"classes/AsyncStorageServiceMock.html","title":"class - AsyncStorageServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AsyncStorageServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/async-storage.service.mock.ts\n \n\n\n\n \n Extends\n \n \n AsyncStorageService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n ready\n \n \n remove\n \n \n removeAsync\n \n \n set\n \n \n setAsync\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n ready\n \n \n \n \n \n \nready()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAsync\n \n \n \n \n \n \nremoveAsync()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/CachePreventionInterceptor.html":{"url":"interceptors/CachePreventionInterceptor.html","title":"interceptor - CachePreventionInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n CachePreventionInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/cache-prevention.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/CoreAppEffects.html":{"url":"injectables/CoreAppEffects.html","title":"injectable - CoreAppEffects","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n CoreAppEffects\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/effects/app.effects.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n activatedRoute\n \n \n getAppConnectionInformation\n \n \n updateAppConnection\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(actions: Actions, showConnectionStatus: boolean | ConnectionStatus, translateService: TranslateService, asService: UxAppShellService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n actions\n \n \n Actions\n \n \n \n No\n \n \n \n \n showConnectionStatus\n \n \n boolean | ConnectionStatus\n \n \n \n No\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n asService\n \n \n UxAppShellService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n activatedRoute\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : createEffect(() =>\n this.actions.pipe(\n ofType(CoreAppActionTypes.ACTIVATED_ROUTE),\n map((action: ActivatedRouteAction) => action.payload),\n mergeMap((route) => {\n // extract the module name, if defined\n const module = route.snapshot.data['module'] || 'undefined';\n return [new UpdateCurrentModuleAction(module)];\n })\n )\n )\n \n \n\n\n \n \n \n \n \n \n \n \n getAppConnectionInformation\n \n \n \n \n \n \n Type : Observable\n\n \n \n \n \n Default value : createEffect(() =>\n merge(fromEvent(window, 'online').pipe(mapTo(true)), fromEvent(window, 'offline').pipe(mapTo(false))).pipe(\n map((connected) => new UpdateAppConnectionAction(connected))\n )\n )\n \n \n\n\n \n \n \n \n \n \n \n \n updateAppConnection\n \n \n \n \n \n \n Default value : createEffect(\n () =>\n this.actions.pipe(\n ofType(CoreAppActionTypes.UPDATE_APP_CONNECTION),\n map((action: UpdateAppConnectionAction) => action.payload),\n tap((connected) => {\n // TODO: for eUI 14, drop boolean support and refactor\n // check if feature is enabled\n let isFeatureEnabled =\n typeof this.showConnectionStatus !== 'boolean' ? this.showConnectionStatus?.enabled : this.showConnectionStatus;\n // extract lifespan if any\n let lifespan =\n typeof this.showConnectionStatus !== 'boolean' ? this.showConnectionStatus?.messageBox?.lifespan || 0 : 0;\n\n // if the user needs to be informed about the connection status\n if (isFeatureEnabled) {\n if (connected) {\n this.translateService.get('eui.CONNECTED').subscribe((translation) => {\n this.asService.growl(\n { severity: 'success', summary: 'MESSAGE', detail: translation, life: lifespan },\n lifespan {\n this.asService.growl(\n { severity: 'danger', summary: 'ERROR', detail: translation, life: lifespan },\n lifespan \n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/CoreModule.html":{"url":"modules/CoreModule.html","title":"module - CoreModule","body":"\n \n\n\n\n\n Modules\n CoreModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/eui-core.module.ts\n \n\n\n\n\n\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n Static\n forChild\n \n \n \n \n \n \n \n forChild(moduleName: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n moduleName\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n forRoot\n \n \n \n \n \n \n \n forRoot()\n \n \n\n\n\n\n \n \n No more providing config from forRoot, you have to use EUI_CONFIG_TOKEN to pass config via providers.\n\n\n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/CorsSecurityInterceptor.html":{"url":"interceptors/CorsSecurityInterceptor.html","title":"interceptor - CorsSecurityInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n CorsSecurityInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/cors-security.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/CsrfPreventionInterceptor.html":{"url":"interceptors/CsrfPreventionInterceptor.html","title":"interceptor - CsrfPreventionInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n CsrfPreventionInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/csrf-prevention.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/EmptyApiQueueAction.html":{"url":"classes/EmptyApiQueueAction.html","title":"class - EmptyApiQueueAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n EmptyApiQueueAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: any)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n any\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : any\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.EMPTY_API_QUEUE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html":{"url":"interceptors/EuLoginSessionTimeoutHandlingInterceptor.html","title":"interceptor - EuLoginSessionTimeoutHandlingInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n EuLoginSessionTimeoutHandlingInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/eu-login-session-timeout-handling.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/EuiCoreRootGuardClass.html":{"url":"classes/EuiCoreRootGuardClass.html","title":"class - EuiCoreRootGuardClass","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n EuiCoreRootGuardClass\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/eui-core.module.ts\n \n\n\n\n\n\n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/EuiError.html":{"url":"classes/EuiError.html","title":"class - EuiError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n EuiError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/eui.error.ts\n \n\n\n\n \n Extends\n \n \n ErrorSubClass\n \n\n\n\n\n \n Constructor\n \n \n \n \nconstructor(code: string, msg?: string, args?: any)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n code\n \n \n string\n \n \n \n No\n \n \n \n \n msg\n \n \n string\n \n \n \n Yes\n \n \n \n \n args\n \n \n any\n \n \n \n Yes\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/EuiPermissionService.html":{"url":"injectables/EuiPermissionService.html","title":"injectable - EuiPermissionService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n EuiPermissionService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/permission/permission.service.ts\n \n\n\n\n \n Extends\n \n \n EuiService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n checkAttributePermission\n \n \n checkPermission\n \n \n checkRight\n \n \n getState\n \n \n init\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(log: LogService, store: StoreService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n checkAttributePermission\n \n \n \n \n \n \ncheckAttributePermission(rightsAndPermission: string)\n \n \n\n\n\n\n \n \n accepts a string of right and or a permission. In string first comes the right and or followed by permission in\na dot separated way e.g. 'RIGHT.PERMISSION' or 'RIGHT'. The string can contain more that 2 separated fields.\nIn that case the last field should be the permission and all the others a Right. e.g. 'RIGHT1.RIGHT2.PERMISSION'\nThe last part is useful where you want a user to have multiple rights and the permission of the last right.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n rightsAndPermission\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n checkPermission\n \n \n \n \n \n \ncheckPermission(rightId: string, permission: string)\n \n \n\n\n\n\n \n \n check if a user has that right and that right has the permission given.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n rightId\n \n string\n \n\n \n No\n \n\n\n \n the right of the user\n\n \n \n \n permission\n \n string\n \n\n \n No\n \n\n\n \n the permission of the right\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n checkRight\n \n \n \n \n \n \ncheckRight(rightId: string)\n \n \n\n\n\n\n \n \n check if a user has the right.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n rightId\n \n string\n \n\n \n No\n \n\n\n \n the id of Right\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState()\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n get the user's Rights from the state\n\n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(rights: UxUserRight[])\n \n \n\n\n\n\n \n \n initialize the service by providing a state\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n rights\n \n UxUserRight[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(rights: UxUserRight[])\n \n \n\n\n\n\n \n \n update the state with the given user's rights\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n rights\n \n UxUserRight[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/GlobalErrorHandler.html":{"url":"injectables/GlobalErrorHandler.html","title":"injectable - GlobalErrorHandler","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n GlobalErrorHandler\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/global-error-handler.ts\n \n\n\n\n \n Extends\n \n \n ErrorHandler\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(logService: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n handleError\n \n \n \n \n \n \nhandleError(error: any)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/HttpErrorHandlerInterceptor.html":{"url":"interceptors/HttpErrorHandlerInterceptor.html","title":"interceptor - HttpErrorHandlerInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n HttpErrorHandlerInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/errors/http-error-handler.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: HttpErrorHandlerConfig, injector: Injector, router: Router)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n HttpErrorHandlerConfig\n \n \n \n No\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/I18nLoader.html":{"url":"injectables/I18nLoader.html","title":"injectable - I18nLoader","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n I18nLoader\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n addResources\n \n \n Public\n getFailedResources\n \n \n Public\n getTranslation\n \n \n Public\n loadResources\n \n \n Public\n removeResources\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(http: HttpClient, logService: LogService, euiAppConfig: EuiAppConfig)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n http\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n euiAppConfig\n \n \n EuiAppConfig\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n addResources\n \n \n \n \n \n \n \n addResources(config: I18nLoaderConfig)\n \n \n\n\n\n\n \n \n Adds resources\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n loader configuration\n\n \n \n \n \n \n \n \n \n Returns : I18nResourceImpl[]\n\n \n \n Observable | false\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getFailedResources\n \n \n \n \n \n \n \n getFailedResources()\n \n \n\n\n\n\n \n \n Returns resources that failed\n\n\n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getTranslation\n \n \n \n \n \n \n \n getTranslation(lang: string)\n \n \n\n\n\n\n \n \n Gets the translations from the server\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n loadResources\n \n \n \n \n \n \n \n loadResources(resources: I18nResourceImpl[], lang: string)\n \n \n\n\n\n\n \n \n Loads an array of resources, by language\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n resources\n \n I18nResourceImpl[]\n \n\n \n No\n \n\n\n \n the definition of the resources\n\n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n the resource language to load\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n Observable\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n removeResources\n \n \n \n \n \n \n \n removeResources(removedResources: I18nResourceImpl[])\n \n \n\n\n\n\n \n \n Removes resources from the loader instance\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n removedResources\n \n I18nResourceImpl[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/I18nModule.html":{"url":"modules/I18nModule.html","title":"module - I18nModule","body":"\n \n\n\n\n\n Modules\n I18nModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.module.ts\n \n\n\n\n \n Description\n \n \n I18N Module\n\n \n\n\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n Static\n forRoot\n \n \n \n \n \n \n \n forRoot()\n \n \n\n\n\n\n \n \n method called in your root module to provide the I18nModule\n\n\n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/I18nResourceImpl.html":{"url":"classes/I18nResourceImpl.html","title":"class - I18nResourceImpl","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n I18nResourceImpl\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.resource.ts\n \n\n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n compileTranslations\n \n \n Public\n equals\n \n \n Public\n getPath\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(prefix: string, suffix: string, compileTranslationsFn: (translations: any,lang: string) => void)\n \n \n\n \n \n Resource constructor\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n prefix\n \n \n string\n \n \n \n No\n \n \n \n the prefix of the resource\n\n \n \n \n suffix\n \n \n string\n \n \n \n No\n \n \n \n the suffix of the resource, optional parameter\n\n \n \n \n compileTranslationsFn\n \n \n function\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n compileTranslations\n \n \n \n \n \n \n \n compileTranslations(translations: any, lang: string)\n \n \n\n\n\n\n \n \n Translations pre-processor\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n translations\n \n any\n \n\n \n No\n \n\n\n \n the object to be pre-processed\n\n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n the translations language\n\n \n \n \n \n \n \n \n \n Returns : any\n\n \n \n the pre-processed translations\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n equals\n \n \n \n \n \n \n \n equals(obj: I18nResourceImpl)\n \n \n\n\n\n\n \n \n Indicates whether other object is equal-to this one.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n obj\n \n I18nResourceImpl\n \n\n \n No\n \n\n\n \n the reference object with which to compare\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n true if this object is the same as obj, false otherwise\n\n \n \n \n \n \n \n \n \n \n \n \n Public\n getPath\n \n \n \n \n \n \n \n getPath(lang: string)\n \n \n\n\n\n\n \n \n The path to the resource\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n the resource language\n\n \n \n \n \n \n \n \n \n Returns : string\n\n \n \n the path\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/I18nService.html":{"url":"injectables/I18nService.html","title":"injectable - I18nService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n I18nService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts\n \n\n\n\n \n Extends\n \n \n EuiLazyService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n addResources\n \n \n getState\n \n \n getState\n \n \n getState\n \n \n init\n \n \n Public\n lazyLoad\n \n \n lazyLoadInit\n \n \n onReady\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(baseGlobalConfig: GlobalConfig, translateService: TranslateService, logService: LogService, store: StoreService, document: Document)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n baseGlobalConfig\n \n \n GlobalConfig\n \n \n \n No\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n document\n \n \n Document\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n addResources\n \n \n \n \n \n \n \n addResources(config: I18nLoaderConfig, moduleName?: string)\n \n \n\n\n\n\n \n \n Add resources based of a config loader\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n I18nLoaderConfig\n\n \n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n Promise an EuiServiceStatus when translation has fully loaded\n\n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(mapFn?: (state?: T) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n mapFn\n \n function\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(key?: a)\n \n \n\n\n\n \n \n Type parameters :\n \n a\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n a\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable<>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(keyOrMapFn?: | string)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n keyOrMapFn\n \n | string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(langState?: T)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n langState\n \n T\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n lazyLoad\n \n \n \n \n \n \n \n lazyLoad(config: I18nLoaderConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n lazyLoadInit\n \n \n \n \n \n \nlazyLoadInit(moduleConfig: ModuleConfig, moduleName?: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n moduleConfig\n \n ModuleConfig\n \n\n \n No\n \n\n\n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n onReady\n \n \n \n \n \n \nonReady(moduleName?: string)\n \n \n\n\n\n\n \n \n A pipe function that could serve as a wrapper of another observable\ne.g. ngx-translate i18n.onReady('my_module').pipe(switchMap(()=>translate.get('eui.KEY')));\nWARNING: onReady will emit only once for a loaded Module, going to another and then going back will not result\ninto another emission.\nfetch module name from the state.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n the name of the module that has been given through the eUI globalConfig. In case non provided\nfetch module name from the state.\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(langState: T | I18nState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n langState\n \n T | I18nState\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/I18nServiceMock.html":{"url":"injectables/I18nServiceMock.html","title":"injectable - I18nServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n I18nServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.service.mock.ts\n \n\n\n\n \n Extends\n \n \n I18nService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addResources\n \n \n getState\n \n \n init\n \n \n lazyLoadInit\n \n \n updateState\n \n \n Public\n lazyLoad\n \n \n onReady\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n onLangChange\n \n \n currentLanguage\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addResources\n \n \n \n \n \n \naddResources()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(i18nState?: I18nState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n i18nState\n \n I18nState\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n lazyLoadInit\n \n \n \n \n \n \nlazyLoadInit()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(i18nState: I18nState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n i18nState\n \n I18nState\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n lazyLoad\n \n \n \n \n \n \n \n lazyLoad(config: I18nLoaderConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n I18nLoaderConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n onReady\n \n \n \n \n \n \nonReady(moduleName?: string)\n \n \n\n\n\n\n \n \n A pipe function that could serve as a wrapper of another observable\ne.g. ngx-translate i18n.onReady('my_module').pipe(switchMap(()=>translate.get('eui.KEY')));\nWARNING: onReady will emit only once for a loaded Module, going to another and then going back will not result\ninto another emission.\nfetch module name from the state.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n moduleName\n \n string\n \n\n \n Yes\n \n\n\n \n the name of the module that has been given through the eUI globalConfig. In case non provided\nfetch module name from the state.\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n onLangChange\n \n \n\n \n \n getonLangChange()\n \n \n\n \n \n \n \n \n \n \n currentLanguage\n \n \n\n \n \n getcurrentLanguage()\n \n \n\n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/InitStoreAction.html":{"url":"classes/InitStoreAction.html","title":"class - InitStoreAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n InitStoreAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: literal type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n literal type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : literal type\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.INIT_STORE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/LoadedResources.html":{"url":"interfaces/LoadedResources.html","title":"interface - LoadedResources","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n LoadedResources\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n errors\n \n \n \n \n hasError\n \n \n \n \n translations\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n errors\n \n \n \n \n \n \n \n \n errors: Array\n\n \n \n\n\n \n \n Type : Array\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n hasError\n \n \n \n \n \n \n \n \n hasError: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n translations\n \n \n \n \n \n \n \n \n translations: object\n\n \n \n\n\n \n \n Type : object\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/LoadedResourcesError.html":{"url":"interfaces/LoadedResourcesError.html","title":"interface - LoadedResourcesError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n LoadedResourcesError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n error\n \n \n \n \n resource\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n error\n \n \n \n \n \n \n \n \n error: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n resource\n \n \n \n \n \n \n \n \n resource: I18nResourceImpl\n\n \n \n\n\n \n \n Type : I18nResourceImpl\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocalForageService.html":{"url":"injectables/LocalForageService.html","title":"injectable - LocalForageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocalForageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/local-forage.service.ts\n \n\n\n \n Description\n \n \n localforage service, using the localForage javascript library\nhttps://localforage.github.io/localForage\n\n \n\n \n Extends\n \n \n AsyncStorageService\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n ready\n \n \n remove\n \n \n set\n \n \n removeAsync\n \n \n setAsync\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: any, log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n any\n \n \n \n No\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from localforage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable of value\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n the name of the storage service\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n ready\n \n \n \n \n \n \nready()\n \n \n\n\n\n\n \n \n reflects the readiness of the storage\n\n\n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove(key: string)\n \n \n\n\n\n\n \n \n removes an object from localforage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in localforage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n one time emission Observable\n\n \n \n \n \n \n \n \n \n \n \n \n removeAsync\n \n \n \n \n \n \nremoveAsync(key: string)\n \n \n\n\n\n\n \n \n asynchronous helper for remove function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setAsync\n \n \n \n \n \n \nsetAsync(key: string, value: any)\n \n \n\n\n\n\n \n \n asynchronous helper for set function\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'LocalForageService'\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocalStorageService.html":{"url":"injectables/LocalStorageService.html","title":"injectable - LocalStorageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocalStorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/local-storage.service.ts\n \n\n\n \n Description\n \n \n localStorage service\n\n \n\n \n Extends\n \n \n StorageService\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n remove\n \n \n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from local storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : any\n\n \n \n the value or undefined, if case of error\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n the name of the storage service\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove(key: string)\n \n \n\n\n\n\n \n \n removes an object from local storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in local storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'LocalStorageService'\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocaleService.html":{"url":"injectables/LocaleService.html","title":"injectable - LocaleService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocaleService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/locale/locale.service.ts\n \n\n\n\n \n Extends\n \n \n EuiService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addLocale\n \n \n getState\n \n \n getState\n \n \n getState\n \n \n init\n \n \n ngOnDestroy\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n previousLocale\n \n \n currentLocale\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: StoreService, baseGlobalConfig: GlobalConfig, locale_id: string, localeMapper: LocaleMapper, i18n: I18nService, log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n baseGlobalConfig\n \n \n GlobalConfig\n \n \n \n No\n \n \n \n \n locale_id\n \n \n string\n \n \n \n No\n \n \n \n \n localeMapper\n \n \n LocaleMapper\n \n \n \n No\n \n \n \n \n i18n\n \n \n I18nService\n \n \n \n No\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addLocale\n \n \n \n \n \n \naddLocale(id: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(mapFn?: (state?: T) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n mapFn\n \n function\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(key?: a)\n \n \n\n\n\n \n \n Type parameters :\n \n a\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n a\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable<>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(keyOrMapFn?: | string)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n keyOrMapFn\n \n | string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(state?: LocaleState | undefined)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState | undefined\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(state: LocaleState)\n \n \n\n\n\n\n \n \n dynamically load locale and update the state\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n previousLocale\n \n \n\n \n \n getpreviousLocale()\n \n \n\n \n \n \n \n \n \n \n currentLocale\n \n \n\n \n \n getcurrentLocale()\n \n \n\n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocaleServiceMock.html":{"url":"injectables/LocaleServiceMock.html","title":"injectable - LocaleServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LocaleServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/locale/locale.service.mock.ts\n \n\n\n\n \n Extends\n \n \n LocaleService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getState\n \n \n init\n \n \n updateState\n \n \n addLocale\n \n \n ngOnDestroy\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(locale_id: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n locale_id\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(state?: LocaleState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(state: LocaleState)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n LocaleState\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n addLocale\n \n \n \n \n \n \naddLocale(id: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnDestroy\n \n \n \n \n \n \nngOnDestroy()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/LogModule.html":{"url":"modules/LogModule.html","title":"module - LogModule","body":"\n \n\n\n\n\n Modules\n LogModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n packages/eui/packages/core/src/lib/services/log/log.module.ts\n \n\n\n\n \n Description\n \n \n Log Module\n\n \n\n\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n Static\n forChild\n \n \n \n \n \n \n \n forChild(config: LogConfig)\n \n \n\n\n\n\n \n \n method called in your other (non root, lazy loaded) modules to import a different instance of LogService\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n config\n \n LogConfig\n \n\n \n No\n \n\n \n DEFAULT_LOG_CONFIG\n \n\n \n \n \n \n \n \n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n forRoot\n \n \n \n \n \n \n \n forRoot(config: LogConfig)\n \n \n\n\n\n\n \n \n method called in your root module to provide the LogService\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n config\n \n LogConfig\n \n\n \n No\n \n\n \n DEFAULT_LOG_CONFIG\n \n\n \n \n \n \n \n \n \n Returns : ModuleWithProviders\n\n \n \n \n \n \n \n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LogService.html":{"url":"injectables/LogService.html","title":"injectable - LogService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n LogService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/log/log.service.ts\n \n\n\n \n Description\n \n \n Log service, responsible for getting or creating loggers. It itself acts as a base logger\n\n \n\n \n Extends\n \n \n Logger\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getLogger\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(name: string, level: LogLevel, appenders: LogAppender[])\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n name\n \n \n string\n \n \n \n No\n \n \n \n \n level\n \n \n LogLevel\n \n \n \n No\n \n \n \n \n appenders\n \n \n LogAppender[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getLogger\n \n \n \n \n \n \ngetLogger(loggerName: string, persist: boolean)\n \n \n\n\n\n\n \n \n Gets a logger by name. If the logger does not exist, it is created\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n Description\n \n \n \n \n loggerName\n \n string\n \n\n \n No\n \n\n \n \n\n \n logger name\n\n \n \n \n persist\n \n boolean\n \n\n \n No\n \n\n \n false\n \n\n \n optional parameter. Set it to true if you want to reuse the logger. By default, it is set to false\n\n \n \n \n \n \n \n \n \n Returns : Logger\n\n \n \n the logger\n\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/LogServiceMock.html":{"url":"classes/LogServiceMock.html","title":"class - LogServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n LogServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/log/log.service.mock.ts\n \n\n\n\n \n Extends\n \n \n LoggerMock\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getLogger\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getLogger\n \n \n \n \n \n \ngetLogger()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ModuleLoadEvent.html":{"url":"interfaces/ModuleLoadEvent.html","title":"interface - ModuleLoadEvent","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ModuleLoadEvent\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n error\n \n \n \n \n name\n \n \n \n \n ready\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n error\n \n \n \n \n \n \n \n \n error: any\n\n \n \n\n\n \n \n Type : any\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n ready\n \n \n \n \n \n \n \n \n ready: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/OpenIdConnectInterceptor.html":{"url":"interceptors/OpenIdConnectInterceptor.html","title":"interceptor - OpenIdConnectInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n OpenIdConnectInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n defaultMaximumRequestRetries\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler, retryCount: number, retryCallback?: Subject>)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n \n \n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n \n \n\n \n \n retryCount\n \n number\n \n\n \n No\n \n\n \n 0\n \n\n \n \n retryCallback\n \n Subject>\n \n\n \n Yes\n \n\n \n \n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n defaultMaximumRequestRetries\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 1\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/OpenIdConnectService.html":{"url":"injectables/OpenIdConnectService.html","title":"injectable - OpenIdConnectService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n OpenIdConnectService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getUserDetails\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getUserDetails\n \n \n \n \n \n \ngetUserDetails()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/OpenIdConnectServiceMock.html":{"url":"classes/OpenIdConnectServiceMock.html","title":"class - OpenIdConnectServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n OpenIdConnectServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.service.mock.ts\n \n\n\n\n \n Extends\n \n \n OpenIdConnectService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getUserDetails\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getUserDetails\n \n \n \n \n \n \ngetUserDetails()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/OpenIdConnectUserDetails.html":{"url":"interfaces/OpenIdConnectUserDetails.html","title":"interface - OpenIdConnectUserDetails","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n OpenIdConnectUserDetails\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/openid/openid-connect.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n departmentNumber\n \n \n \n Optional\n \n domain\n \n \n \n Optional\n \n domainUsername\n \n \n \n Optional\n \n email\n \n \n \n Optional\n \n firstName\n \n \n \n Optional\n \n lastName\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n departmentNumber\n \n \n \n \n \n \n \n \n departmentNumber: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n domain\n \n \n \n \n \n \n \n \n domain: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n domainUsername\n \n \n \n \n \n \n \n \n domainUsername: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n email\n \n \n \n \n \n \n \n \n email: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n firstName\n \n \n \n \n \n \n \n \n firstName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n lastName\n \n \n \n \n \n \n \n \n lastName: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/RemoveApiQueueItemAction.html":{"url":"classes/RemoveApiQueueItemAction.html","title":"class - RemoveApiQueueItemAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n RemoveApiQueueItemAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.REMOVE_API_QUEUE_ITEM\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/ResourceError.html":{"url":"interfaces/ResourceError.html","title":"interface - ResourceError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n ResourceError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/i18n/i18n.loader.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n \n error\n \n \n \n \n isError\n \n \n \n Optional\n \n resource\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n error\n \n \n \n \n \n \n \n \n error: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n isError\n \n \n \n \n \n \n \n \n isError: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n resource\n \n \n \n \n \n \n \n \n resource: I18nResourceImpl\n\n \n \n\n\n \n \n Type : I18nResourceImpl\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/RouterMock.html":{"url":"classes/RouterMock.html","title":"class - RouterMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n RouterMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/router.mock.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n events\n \n \n Public\n ne\n \n \n Public\n routerState\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n createUrlTree\n \n \n navigate\n \n \n navigateByUrl\n \n \n serializeUrl\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n events\n \n \n \n \n \n \n Default value : new Observable((observer) => {\n observer.next(this.ne);\n observer.complete();\n })\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n ne\n \n \n \n \n \n \n Default value : new NavigationEnd(0, 'http://localhost:4200/login', 'http://localhost:4200/login')\n \n \n\n\n \n \n \n \n \n \n \n \n Public\n routerState\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : {\n root: {},\n }\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n createUrlTree\n \n \n \n \n \n \ncreateUrlTree()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n navigate\n \n \n \n \n \n \nnavigate(url: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n navigateByUrl\n \n \n \n \n \n \nnavigateByUrl(url: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n serializeUrl\n \n \n \n \n \n \nserializeUrl()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SessionStorageService.html":{"url":"injectables/SessionStorageService.html","title":"injectable - SessionStorageService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n SessionStorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/session-storage.service.ts\n \n\n\n \n Description\n \n \n sessionStorage service\n\n \n\n \n Extends\n \n \n StorageService\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n remove\n \n \n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(log: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n log\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from session storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : any\n\n \n \n the value or undefined, if case of error\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n the name of the storage service\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove(key: string)\n \n \n\n\n\n\n \n \n removes an object from session storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in session storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n Static\n NAME\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'SessionStorageService'\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/StorageService.html":{"url":"classes/StorageService.html","title":"class - StorageService","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n StorageService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/storage.service.ts\n \n\n\n \n Description\n \n \n Generic storage service. Concrete storage services must extend this class\n\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Abstract\n get\n \n \n Abstract\n get\n \n \n Abstract\n name\n \n \n Abstract\n remove\n \n \n Abstract\n set\n \n \n Abstract\n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n\n \n \n retrieve an object from storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : any\n\n \n \n the value or undefined, if case of error\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n get\n \n \n \n \n \n \n \n get(key: string)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : T\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n name\n \n \n \n \n \n \n \n name()\n \n \n\n\n\n\n \n \n utility function, to determine the storage implementation\n\n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n Abstract\n remove\n \n \n \n \n \n \n \n remove(key: string)\n \n \n\n\n\n\n \n \n removes an object from storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: any)\n \n \n\n\n\n\n \n \n sets an object in storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n the associated key\n\n \n \n \n value\n \n any\n \n\n \n No\n \n\n\n \n the value to set\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Abstract\n set\n \n \n \n \n \n \n \n set(key: string, value: T)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/StorageServiceMock.html":{"url":"classes/StorageServiceMock.html","title":"class - StorageServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n StorageServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/storage/storage.service.mock.ts\n \n\n\n\n \n Extends\n \n \n StorageService\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n get\n \n \n name\n \n \n remove\n \n \n set\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n get\n \n \n \n \n \n \nget()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n \n \nname()\n \n \n\n\n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n remove\n \n \n \n \n \n \nremove()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n set\n \n \n \n \n \n \nset()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/StoreMock.html":{"url":"classes/StoreMock.html","title":"class - StoreMock","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n StoreMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/store.mock.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n state\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n debounceTime\n \n \n dispatch\n \n \n distinctUntilChanged\n \n \n select\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n state\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : globalState\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n debounceTime\n \n \n \n \n \n \ndebounceTime()\n \n \n\n\n\n\n \n \n\n \n Returns : this\n\n \n \n \n \n \n \n \n \n \n \n \n dispatch\n \n \n \n \n \n \ndispatch()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n distinctUntilChanged\n \n \n \n \n \n \ndistinctUntilChanged()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n select\n \n \n \n \n \n \nselect(selector)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Optional\n \n \n \n \n selector\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/StoreService.html":{"url":"injectables/StoreService.html","title":"injectable - StoreService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n StoreService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/store.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addAutoSaveHandler\n \n \n dispatch\n \n \n dispatchAction\n \n \n handleAutoSave\n \n \n init\n \n \n select\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: Store, logService: LogService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n Store\n \n \n \n No\n \n \n \n \n logService\n \n \n LogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addAutoSaveHandler\n \n \n \n \n \n \naddAutoSaveHandler(stateSlice: string, handler: Function)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n stateSlice\n \n string\n \n\n \n No\n \n\n\n \n \n handler\n \n Function\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n dispatch\n \n \n \n \n \n \ndispatch(action: any)\n \n \n\n\n\n\n \n \n Proxy to NGRX store.dispatch()\nthat allows to intercept if the store is present\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n action\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n dispatchAction\n \n \n \n \n \n \ndispatchAction(state: any, actionKey: any, reducer: ActionReducer)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n any\n \n\n \n No\n \n\n\n \n \n actionKey\n \n any\n \n\n \n No\n \n\n\n \n \n reducer\n \n ActionReducer\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n handleAutoSave\n \n \n \n \n \n \nhandleAutoSave()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(version?: string, storageType?: BrowserStorageType)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n version\n \n string\n \n\n \n Yes\n \n\n\n \n \n storageType\n \n BrowserStorageType\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n select\n \n \n \n \n \n \nselect(key: any)\n \n \n\n\n\n\n \n \n Proxy to NGRX store.select()\nthat allows to intercept if the store is present\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/StoreServiceMock.html":{"url":"injectables/StoreServiceMock.html","title":"injectable - StoreServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n StoreServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/store.service.mock.ts\n \n\n\n\n \n Extends\n \n \n StoreService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addAutoSaveHandler\n \n \n dispatch\n \n \n handleAutoSave\n \n \n init\n \n \n select\n \n \n dispatchAction\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n addAutoSaveHandler\n \n \n \n \n \n \naddAutoSaveHandler()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n dispatch\n \n \n \n \n \n \ndispatch()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n handleAutoSave\n \n \n \n \n \n \nhandleAutoSave()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n select\n \n \n \n \n \n \nselect()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n dispatchAction\n \n \n \n \n \n \ndispatchAction(state: any, actionKey: any, reducer: ActionReducer)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n state\n \n any\n \n\n \n No\n \n\n\n \n \n actionKey\n \n any\n \n\n \n No\n \n\n\n \n \n reducer\n \n ActionReducer\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/TimeZone.html":{"url":"interfaces/TimeZone.html","title":"interface - TimeZone","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n \n TimeZone\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-timezone.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n \n desc\n \n \n \n \n name\n \n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n desc\n \n \n \n \n \n \n \n \n desc: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n name\n \n \n \n \n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/TranslateMockDirective.html":{"url":"directives/TranslateMockDirective.html","title":"directive - TranslateMockDirective","body":"\n \n\n\n\n\n\n\n\n\n Directives\n TranslateMockDirective\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/mocks/translate.module.mock.ts\n \n\n\n\n\n \n Implements\n \n \n AfterViewChecked\n \n\n\n \n Metadata\n \n \n\n \n Selector\n [translate]\n \n\n\n\n\n \n \n \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[])\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string | string[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setDefaultLang\n \n \n \n \n \n \nsetDefaultLang(lang: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n use\n \n \n \n \n \n \nuse(lang: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n lang\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateAppConnectionAction.html":{"url":"classes/UpdateAppConnectionAction.html","title":"class - UpdateAppConnectionAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateAppConnectionAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: boolean)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n boolean\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : boolean\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_APP_CONNECTION\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateAppStatusAction.html":{"url":"classes/UpdateAppStatusAction.html","title":"class - UpdateAppStatusAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateAppStatusAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_APP_STATUS\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateAppVersionAction.html":{"url":"classes/UpdateAppVersionAction.html","title":"class - UpdateAppVersionAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateAppVersionAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_APP_VERSION\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateCurrentModuleAction.html":{"url":"classes/UpdateCurrentModuleAction.html","title":"class - UpdateCurrentModuleAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateCurrentModuleAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: string)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n string\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreAppActionTypes.UPDATE_CURRENT_MODULE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateI18nStateAction.html":{"url":"classes/UpdateI18nStateAction.html","title":"class - UpdateI18nStateAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateI18nStateAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: I18nState)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n I18nState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : I18nState\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreI18nActionTypes.UPDATE_I18N_STATE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateLocaleStateAction.html":{"url":"classes/UpdateLocaleStateAction.html","title":"class - UpdateLocaleStateAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateLocaleStateAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: LocaleState)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n LocaleState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : LocaleState\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreLocaleActionTypes.UPDATE_LOCALE_STATE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateNotificationsListAction.html":{"url":"classes/UpdateNotificationsListAction.html","title":"class - UpdateNotificationsListAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateNotificationsListAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: any[])\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n any[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : any[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreNotificationsActionTypes.UPDATE_NOTIFICATIONS_LIST\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserDashboardAction.html":{"url":"classes/UpdateUserDashboardAction.html","title":"class - UpdateUserDashboardAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserDashboardAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: any)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n any\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : any\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_DASHBOARD\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserDetailsAction.html":{"url":"classes/UpdateUserDetailsAction.html","title":"class - UpdateUserDetailsAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserDetailsAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UserDetails)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UserDetails\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UserDetails\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_DETAILS\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserPreferencesAction.html":{"url":"classes/UpdateUserPreferencesAction.html","title":"class - UpdateUserPreferencesAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserPreferencesAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UserPreferences)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UserPreferences\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UserPreferences\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_PREFERENCES\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserRightsAction.html":{"url":"classes/UpdateUserRightsAction.html","title":"class - UpdateUserRightsAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserRightsAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UxUserRight[])\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UxUserRight[]\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UxUserRight[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_RIGHTS\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UpdateUserStateAction.html":{"url":"classes/UpdateUserStateAction.html","title":"class - UpdateUserStateAction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UpdateUserStateAction\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n\n\n\n\n \n Implements\n \n \n Action\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n payload\n \n \n type\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(payload: UserState)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n payload\n \n \n UserState\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Public\n payload\n \n \n \n \n \n \n Type : UserState\n\n \n \n\n\n \n \n \n \n \n \n \n \n type\n \n \n \n \n \n \n Default value : CoreUserActionTypes.UPDATE_USER_STATE\n \n \n\n\n \n \n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UserService.html":{"url":"injectables/UserService.html","title":"injectable - UserService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UserService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/user/user.service.ts\n \n\n\n\n \n Extends\n \n \n EuiService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getState\n \n \n getState\n \n \n getState\n \n \n init\n \n \n updateState\n \n \n updateState\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(store: StoreService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(mapFn?: (state?: T) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n mapFn\n \n function\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(key?: a)\n \n \n\n\n\n \n \n Type parameters :\n \n a\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n a\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable<>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(keyOrMapFn?: | string)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n keyOrMapFn\n \n | string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(userState: T)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n userState\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(userState: T)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n userState\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(slice, reducer: (state: any,undefined) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n a\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n slice\n \n \n\n \n No\n \n\n\n \n \n reducer\n \n function\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(userState: K | T, reducer?: any)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n userState\n \n K | T\n \n\n \n No\n \n\n\n \n \n reducer\n \n any\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UserServiceMock.html":{"url":"injectables/UserServiceMock.html","title":"injectable - UserServiceMock","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UserServiceMock\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/user/user.service.mock.ts\n \n\n\n\n \n Extends\n \n \n UserService\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getUserId\n \n \n loadUserDetails\n \n \n loadUserPreferences\n \n \n mergeUserPreferences\n \n \n observePreferencesUpdate\n \n \n saveUserPreferences\n \n \n userPreferences\n \n \n getState\n \n \n init\n \n \n updateState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getUserId\n \n \n \n \n \n \ngetUserId()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n loadUserDetails\n \n \n \n \n \n \nloadUserDetails()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n loadUserPreferences\n \n \n \n \n \n \nloadUserPreferences()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n mergeUserPreferences\n \n \n \n \n \n \nmergeUserPreferences()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n observePreferencesUpdate\n \n \n \n \n \n \nobservePreferencesUpdate()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n saveUserPreferences\n \n \n \n \n \n \nsaveUserPreferences()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n userPreferences\n \n \n \n \n \n \nuserPreferences()\n \n \n\n\n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n getState\n \n \n \n \n \n \ngetState(mapFn?: (state?: T) => void)\n \n \n\n\n\n \n \n Type parameters :\n \n K\n \n \n \n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n mapFn\n \n function\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n init\n \n \n \n \n \n \ninit(userState: T)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n userState\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n updateState\n \n \n \n \n \n \nupdateState(userState: T)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n userState\n \n T\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UxDynamicComponentService.html":{"url":"injectables/UxDynamicComponentService.html","title":"injectable - UxDynamicComponentService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxDynamicComponentService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-dynamic-component/ux-dynamic-component.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n add\n \n \n Public\n remove\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(componentFactoryResolver: ComponentFactoryResolver, injector: Injector, appRef: ApplicationRef)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n componentFactoryResolver\n \n \n ComponentFactoryResolver\n \n \n \n No\n \n \n \n \n injector\n \n \n Injector\n \n \n \n No\n \n \n \n \n appRef\n \n \n ApplicationRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n Public\n add\n \n \n \n \n \n \n \n add(component: ComponentType, el?: ElementRef, config?: any)\n \n \n\n\n\n \n \n Type parameters :\n \n T\n \n \n \n\n \n \n Adds a component to portal host dynamically\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n component\n \n ComponentType\n \n\n \n No\n \n\n\n \n The component to be injected\n\n \n \n \n el\n \n ElementRef\n \n\n \n Yes\n \n\n\n \n The element reference for the component to be injected\n\n \n \n \n config\n \n any\n \n\n \n Yes\n \n\n\n \n The data to be passed (config) for the DYNAMIC_COMPONENT_CONFIG token\n\n \n \n \n \n \n \n \n \n Returns : { portalHost: DomPortalOutlet; portal: ComponentPortal; portalComponentInstance: ComponentRef; }\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n remove\n \n \n \n \n \n \n \n remove(portalHostRef: DomPortalOutlet)\n \n \n\n\n\n\n \n \n detaches a portalHost\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n portalHostRef\n \n DomPortalOutlet\n \n\n \n No\n \n\n\n \n reference of portal host to be detached\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UxDynamicMenuService.html":{"url":"injectables/UxDynamicMenuService.html","title":"injectable - UxDynamicMenuService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxDynamicMenuService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n menuLinks\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n filterUxLinksWithRights\n \n \n getMenuLinks\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(uxPermission: EuiPermissionService, store: StoreService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n uxPermission\n \n \n EuiPermissionService\n \n \n \n No\n \n \n \n \n store\n \n \n StoreService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n filterUxLinksWithRights\n \n \n \n \n \n \nfilterUxLinksWithRights(links: Array)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n links\n \n Array\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getMenuLinks\n \n \n \n \n \n \ngetMenuLinks()\n \n \n\n\n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n menuLinks\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : []\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UxErrorFeedbackService.html":{"url":"injectables/UxErrorFeedbackService.html","title":"injectable - UxErrorFeedbackService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxErrorFeedbackService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-error-feedback/ux-error-feedback.service.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n errors\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n clearError\n \n \n createGlobalErrorManager\n \n \n createLocalErrorManager\n \n \n growlError\n \n \n publishError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(asService: UxAppShellService, translateService: TranslateService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n asService\n \n \n UxAppShellService\n \n \n \n No\n \n \n \n \n translateService\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n clearError\n \n \n \n \n \n \nclearError(id?: string, groupId?: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n Yes\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n createGlobalErrorManager\n \n \n \n \n \n \ncreateGlobalErrorManager()\n \n \n\n\n\n\n \n \n\n \n Returns : UxErrorManager\n\n \n \n \n \n \n \n \n \n \n \n \n createLocalErrorManager\n \n \n \n \n \n \ncreateLocalErrorManager()\n \n \n\n\n\n\n \n \n\n \n Returns : UxErrorManager\n\n \n \n \n \n \n \n \n \n \n \n \n growlError\n \n \n \n \n \n \ngrowlError(err: UxHttpErrorResponse)\n \n \n\n\n\n\n \n \n Growl errors\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n publishError\n \n \n \n \n \n \npublishError(err: UxHttpErrorResponse, instanceId?: string, groupId?: string, accumulate?: boolean)\n \n \n\n\n\n\n \n \n Publishes errors to targeted components\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n instanceId\n \n string\n \n\n \n Yes\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n accumulate\n \n boolean\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n errors\n \n \n \n \n \n \n Default value : new Subject()\n \n \n\n\n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UxErrorManager.html":{"url":"classes/UxErrorManager.html","title":"class - UxErrorManager","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UxErrorManager\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-error-feedback/ux-error-feedback.service.ts\n \n\n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n httpErrorOperator\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n clearError\n \n \n errors\n \n \n growlError\n \n \n publishError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(uxErrorFeedbackService: UxErrorFeedbackService, isGlobal?: boolean)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n uxErrorFeedbackService\n \n \n UxErrorFeedbackService\n \n \n \n No\n \n \n \n \n isGlobal\n \n \n boolean\n \n \n \n Yes\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n Readonly\n httpErrorOperator\n \n \n \n \n \n \n Default value : withUxErrorManager(this)\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n clearError\n \n \n \n \n \n \nclearError(groupId?: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n errors\n \n \n \n \n \n \nerrors()\n \n \n\n\n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n growlError\n \n \n \n \n \n \ngrowlError(err: UxHttpErrorResponse)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n publishError\n \n \n \n \n \n \npublishError(err: UxHttpErrorResponse, groupId?: string, accumulate?: boolean)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n err\n \n UxHttpErrorResponse\n \n\n \n No\n \n\n\n \n \n groupId\n \n string\n \n\n \n Yes\n \n\n\n \n \n accumulate\n \n boolean\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/UxRequestErrorModelInterceptor.html":{"url":"interceptors/UxRequestErrorModelInterceptor.html","title":"interceptor - UxRequestErrorModelInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n\n Interceptors\n UxRequestErrorModelInterceptor\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/interceptors/ux-request-error-model.interceptor.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(errorMappingHandler: ErrorMappingHandler)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n errorMappingHandler\n \n \n ErrorMappingHandler\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \nintercept(req: HttpRequest, next: HttpHandler)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n req\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UxRootInjectorGuard.html":{"url":"classes/UxRootInjectorGuard.html","title":"class - UxRootInjectorGuard","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UxRootInjectorGuard\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-root-injector.guard.ts\n \n\n\n\n\n\n\n\n \n Constructor\n \n \n \n \nconstructor(type: Type)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n type\n \n \n Type\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/UxTimezoneService.html":{"url":"injectables/UxTimezoneService.html","title":"injectable - UxTimezoneService","body":"\n \n\n\n\n\n\n\n\n\n\n Injectables\n UxTimezoneService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n packages/eui/packages/core/src/lib/services/ux-timezone.service.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getCountries\n \n \n getTimezone\n \n \n getTimezones\n \n \n iso2country\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n getCountries\n \n \n \n \n \n \ngetCountries()\n \n \n\n\n\n\n \n \n Gets the list of ISO-codes for all countries\n\n\n \n Returns : string[]\n\n \n \n \n \n \n \n \n \n \n \n \n getTimezone\n \n \n \n \n \n \ngetTimezone(tz: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n tz\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : TimeZone\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getTimezones\n \n \n \n \n \n \ngetTimezones()\n \n \n\n\n\n\n \n \n\n \n Returns : TimeZone[]\n\n \n \n \n \n \n \n \n \n \n \n \n iso2country\n \n \n \n \n \n \niso2country(iso: string)\n \n \n\n\n\n\n \n \n Convert country ISO code to country name (in english)\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n iso\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular/animations : 16.2.4\n \n @angular/common : 16.2.4\n \n @angular/compiler : 16.2.4\n \n @angular/core : 16.2.4\n \n @angular/forms : 16.2.4\n \n @angular/platform-browser : 16.2.4\n \n @angular/platform-browser-dynamic : 16.2.4\n \n @angular/router : 16.2.4\n \n @angular/compiler-cli : 16.2.4\n \n @angular/elements : 16.2.4\n \n @angular/language-service : 16.2.4\n \n @angular/service-worker : 16.2.4\n \n @angular-devkit/build-angular : 16.2.1\n \n @angular/cli : 16.2.1\n \n ng-packagr : 16.2.2\n \n @angular/cdk : 16.2.3\n \n @angular/material : 16.2.3\n \n @angular/material-moment-adapter : 16.2.3\n \n angular-animations : 0.11.0\n \n @angular-eslint/builder : 16.1.0\n \n @angular-eslint/eslint-plugin : 16.1.0\n \n @angular-eslint/eslint-plugin-template : 16.1.0\n \n @angular-eslint/schematics : 16.1.0\n \n @angular-eslint/template-parser : 16.1.0\n \n eslint-plugin-prefer-arrow : 1.2.3\n \n eslint-plugin-jsdoc : 43.1.1\n \n @typescript-eslint/parser : 5.59.7\n \n @typescript-eslint/eslint-plugin : 5.59.7\n \n eslint-plugin-import : 2.27.5\n \n @webcomponents/custom-elements : 1.6.0\n \n eslint : 8.41.0\n \n rxjs : 7.8.1\n \n tslib : ^2.3.0\n \n zone.js : 0.13.1\n \n typescript : 4.9.5\n \n @types/jasmine : 4.3.5\n \n @types/node : 18.16.3\n \n moment-timezone : 0.5.43\n \n jasmine-core : 4.6.0\n \n karma : 6.4.2\n \n karma-chrome-launcher : 3.2.0\n \n karma-coverage : 2.2.0\n \n karma-jasmine : 5.1.0\n \n karma-jasmine-html-reporter : 2.0.0\n \n karma-cli : 2.0.0\n \n karma-coverage-istanbul-reporter : 3.0.3\n \n karma-sourcemap-loader : 0.4.0\n \n karma-remap-coverage : 0.1.5\n \n jasmine-marbles : 0.9.2\n \n jasmine-spec-reporter : 7.0.0\n \n ts-node : 10.9.1\n \n @types/jasminewd2 : 2.0.10\n \n @types/lodash : 4.14.194\n \n @ngrx/effects : 16.2.0\n \n @ngrx/router-store : 16.2.0\n \n @ngrx/schematics : 16.2.0\n \n @ngrx/store : 16.2.0\n \n @ngrx/store-devtools : 16.2.0\n \n @ngrx/entity : 16.2.0\n \n @ngrx/component : 16.2.0\n \n @ngrx/component-store : 16.2.0\n \n ngrx-store-freeze : 0.2.4\n \n reselect : 4.1.8\n \n @ngx-translate/core : 15.0.0\n \n @ngx-translate/http-loader : 8.0.0\n \n ngx-infinite-scroll : 16.0.0\n \n cleave.js : 1.6.0\n \n @types/cleave.js : 1.4.8\n \n ngx-mask : 14.2.4\n \n quill : 2.0.0-dev.4\n \n @types/quill : 2.0.11\n \n quill-better-table : 1.2.10\n \n intl : 1.2.5\n \n resize-observer-polyfill : 1.5.1\n \n classlist.js : 1.1.20150312\n \n xhr-mock : 2.5.1\n \n ngx-device-detector : 3.0.0\n \n @compodoc/compodoc : 1.1.21\n \n @compodoc/ngd-transformer : 2.1.3\n \n @types/marked : 4.3.0\n \n marked : 4.3.0\n \n prismjs : 1.29.0\n \n oidc-client : 1.11.5\n \n jsrsasign : 10.8.6\n \n web-animations-js : 2.3.2\n \n event-source-polyfill : 1.0.31\n \n lodash-es : 4.17.21\n \n localforage : 1.10.0\n \n hammerjs : 2.0.8\n \n handlebars : 4.7.7\n \n pikaday : 1.8.2\n \n apexcharts : 3.41.0\n \n @stackblitz/sdk : 1.9.0\n \n prettier : 2.8.8\n \n prettier-eslint : 15.0.1\n \n eslint-config-prettier : 8.8.0\n \n eslint-plugin-prettier : 4.2.1\n \n @eui/styles-base : 16.2.1-snapshot-1694184275819\n \n @eui/ecl : 16.2.1-snapshot-1694184275819\n \n @eui/tools : ^6.0.0\n \n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/enumerations.html":{"url":"miscellaneous/enumerations.html","title":"miscellaneous-enumerations - enumerations","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Enumerations\n\n\n\n Index\n \n \n \n \n \n \n BrowserStorageType (packages/.../store.service.ts)\n \n \n CoreAppActionTypes (packages/.../app.actions.ts)\n \n \n CoreI18nActionTypes (packages/.../i18n.actions.ts)\n \n \n CoreLocaleActionTypes (packages/.../locale.actions.ts)\n \n \n CoreNotificationsActionTypes (packages/.../notifications.actions.ts)\n \n \n CoreUserActionTypes (packages/.../user.actions.ts)\n \n \n \n \n \n \n\n\n packages/eui/packages/core/src/lib/services/store/store.service.ts\n \n \n \n \n \n \n BrowserStorageType\n \n \n \n \n local\n \n \n \n \n session\n \n \n \n \n\n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n \n \n \n \n \n CoreAppActionTypes\n \n \n \n \n INIT_STORE\n \n \n \n \n Value : [App] Init store\n \n \n \n \n UPDATE_APP_VERSION\n \n \n \n \n Value : [App] Update version\n \n \n \n \n UPDATE_APP_CONNECTION\n \n \n \n \n Value : [App] Update connection\n \n \n \n \n ADD_APP_LOADED_CONFIG_MODULES\n \n \n \n \n Value : [App] Update app loaded config modules\n \n \n \n \n UPDATE_APP_STATUS\n \n \n \n \n Value : [App] Update status\n \n \n \n \n UPDATE_CURRENT_MODULE\n \n \n \n \n Value : [App] Update current module\n \n \n \n \n ACTIVATED_ROUTE\n \n \n \n \n Value : [App] Activated route\n \n \n \n \n ADD_API_QUEUE_ITEM\n \n \n \n \n Value : [App] Add API queue item\n \n \n \n \n REMOVE_API_QUEUE_ITEM\n \n \n \n \n Value : [App] Remove API queue item\n \n \n \n \n EMPTY_API_QUEUE\n \n \n \n \n Value : [App] empty API queue\n \n \n \n \n\n packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts\n \n \n \n \n \n \n CoreI18nActionTypes\n \n \n \n \n UPDATE_I18N_STATE\n \n \n \n \n Value : [I18n] Update I18n State\n \n \n \n \n\n packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts\n \n \n \n \n \n \n CoreLocaleActionTypes\n \n \n \n \n UPDATE_LOCALE_STATE\n \n \n \n \n Value : [Locale] Update Locale State\n \n \n \n \n\n packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts\n \n \n \n \n \n \n CoreNotificationsActionTypes\n \n \n \n \n UPDATE_NOTIFICATIONS_LIST\n \n \n \n \n Value : [Notif] Update list\n \n \n \n \n\n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n \n \n \n \n \n CoreUserActionTypes\n \n \n \n \n UPDATE_USER_STATE\n \n \n \n \n Value : [User] Update User state\n \n \n \n \n UPDATE_USER_DETAILS\n \n \n \n \n Value : [User] Update details\n \n \n \n \n UPDATE_USER_PREFERENCES\n \n \n \n \n Value : [User] Update preferences\n \n \n \n \n UPDATE_USER_RIGHTS\n \n \n \n \n Value : [User] Update rights\n \n \n \n \n UPDATE_USER_DASHBOARD\n \n \n \n \n Value : [User] Update dashboard\n \n \n \n \n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n AlertHttpErrorCallbackFn (packages/.../http-error-handler-callback-functions.ts)\n \n \n ConsoleHttpErrorCallbackFn (packages/.../http-error-handler-callback-functions.ts)\n \n \n euiLogServiceFactory (packages/.../log.ts)\n \n \n getCoreChildProviders (packages/.../eui-startup.ts)\n \n \n getCoreProviders (packages/.../eui-startup.ts)\n \n \n getDependencyProviders (packages/.../eui-startup.ts)\n \n \n getGlobalConfig (packages/.../tokens.ts)\n \n \n getHttpErrorHandlingConfig (packages/.../tokens.ts)\n \n \n getLogAppendersConfig (packages/.../log.ts)\n \n \n getModuleConfig (packages/.../tokens.ts)\n \n \n getRootLogConfig (packages/.../tokens.ts)\n \n \n getShowConnectionStatus (packages/.../tokens.ts)\n \n \n GrowlHttpErrorCallbackFn (packages/.../http-error-handler-callback-functions.ts)\n \n \n isLogConfigDefined (packages/.../log.ts)\n \n \n loadEuiDynamicEnvironmentConfig (packages/.../eui-pre-init-app.ts)\n \n \n localStorageSync (packages/.../meta.reducers.ts)\n \n \n LogHttpErrorCallbackFn (packages/.../http-error-handler-callback-functions.ts)\n \n \n logServiceFactory (packages/.../log.ts)\n \n \n mergeAppHandlerConfigToAppConfig (packages/.../tokens.ts)\n \n \n mergeAppJsonConfigToAppConfig (packages/.../tokens.ts)\n \n \n preInitApp (packages/.../eui-pre-init-app.ts)\n \n \n prepareEuiAppConfigToken (packages/.../tokens.ts)\n \n \n sessionStorageSync (packages/.../meta.reducers.ts)\n \n \n withUxErrorManager (packages/.../ux-error-handler.operator.ts)\n \n \n \n \n \n \n\n\n packages/eui/packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts\n \n \n \n \n \n \n \n AlertHttpErrorCallbackFn\n \n \n \n \n \n \nAlertHttpErrorCallbackFn(error: HttpErrorResponse)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n error\n \n HttpErrorResponse\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ConsoleHttpErrorCallbackFn\n \n \n \n \n \n \nConsoleHttpErrorCallbackFn(error: HttpErrorResponse)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n error\n \n HttpErrorResponse\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n GrowlHttpErrorCallbackFn\n \n \n \n \n \n \nGrowlHttpErrorCallbackFn(error: HttpErrorResponse, injector: Injector)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n error\n \n HttpErrorResponse\n \n\n \n No\n \n\n\n \n \n injector\n \n Injector\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n LogHttpErrorCallbackFn\n \n \n \n \n \n \nLogHttpErrorCallbackFn(error: HttpErrorResponse, injector: Injector)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n error\n \n HttpErrorResponse\n \n\n \n No\n \n\n\n \n \n injector\n \n Injector\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n \n \n \n packages/eui/packages/core/src/lib/services/app/factories/log.ts\n \n \n \n \n \n \n \n euiLogServiceFactory\n \n \n \n \n \n \neuiLogServiceFactory(injector: Injector, rootBaseLoggerName: string, rootConfig: LogConfig, childBaseLoggerName: string, childConfig: LogConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n injector\n \n Injector\n \n\n \n No\n \n\n \n \n\n \n \n rootBaseLoggerName\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n rootConfig\n \n LogConfig\n \n\n \n No\n \n\n \n \n\n \n \n childBaseLoggerName\n \n string\n \n\n \n No\n \n\n \n null\n \n\n \n \n childConfig\n \n LogConfig\n \n\n \n No\n \n\n \n {}\n \n\n \n \n \n \n \n \n \n Returns : LogService\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getLogAppendersConfig\n \n \n \n \n \n \ngetLogAppendersConfig(config: LogConfig, injector: Injector)\n \n \n\n\n\n\n \n \n Helper function to provide a list of log appenders from a log configuration\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n config\n \n LogConfig\n \n\n \n No\n \n\n \n DEFAULT_LOG_CONFIG\n \n\n \n \n injector\n \n Injector\n \n\n \n No\n \n\n \n null\n \n\n \n \n \n \n \n \n \n Returns : LogAppender[]\n\n \n \n an array of log appenders\n\n \n \n \n \n \n \n \n \n \n \n \n isLogConfigDefined\n \n \n \n \n \n \nisLogConfigDefined(config: LogConfig)\n \n \n\n\n\n\n \n \n Helper function to check if the log config is defined.\nDoes not check only for empty object, because the config can have other (non-log) parameters\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n LogConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n true/false\n\n \n \n \n \n \n \n \n \n \n \n \n logServiceFactory\n \n \n \n \n \n \nlogServiceFactory(config: LogConfig, injector: Injector)\n \n \n\n\n\n\n \n \n Helper function to provide an instance of LogService from a configuration\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n config\n \n LogConfig\n \n\n \n No\n \n\n \n DEFAULT_LOG_CONFIG\n \n\n \n \n injector\n \n Injector\n \n\n \n No\n \n\n \n null\n \n\n \n \n \n \n \n \n \n Returns : LogService\n\n \n \n an instance of log service\n\n \n \n \n \n \n packages/eui/packages/core/src/lib/services/app/eui-startup.ts\n \n \n \n \n \n \n \n getCoreChildProviders\n \n \n \n \n \n \ngetCoreChildProviders(moduleName: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n moduleName\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Provider[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getCoreProviders\n \n \n \n \n \n \ngetCoreProviders()\n \n \n\n\n\n\n \n \n\n \n Returns : Provider[]\n\n \n \n \n \n \n \n \n \n \n \n \n getDependencyProviders\n \n \n \n \n \n \ngetDependencyProviders()\n \n \n\n\n\n\n \n \n\n \n Returns : Provider[]\n\n \n \n \n \n \n packages/eui/packages/core/src/lib/services/config/tokens.ts\n \n \n \n \n \n \n \n getGlobalConfig\n \n \n \n \n \n \ngetGlobalConfig(appConfig: EuiAppConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appConfig\n \n EuiAppConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : GlobalConfig\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getHttpErrorHandlingConfig\n \n \n \n \n \n \ngetHttpErrorHandlingConfig(appConfig: EuiAppConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appConfig\n \n EuiAppConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : HttpErrorHandlerConfig\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getModuleConfig\n \n \n \n \n \n \ngetModuleConfig(appConfig: EuiAppConfig, moduleName: string)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appConfig\n \n EuiAppConfig\n \n\n \n No\n \n\n\n \n \n moduleName\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : ModuleConfig\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getRootLogConfig\n \n \n \n \n \n \ngetRootLogConfig(appConfig: EuiAppConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n appConfig\n \n EuiAppConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : LogConfig\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getShowConnectionStatus\n \n \n \n \n \n \ngetShowConnectionStatus(globalConfig: GlobalConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n globalConfig\n \n GlobalConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : boolean | ConnectionStatus\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n mergeAppHandlerConfigToAppConfig\n \n \n \n \n \n \nmergeAppHandlerConfigToAppConfig(euiAppConfig: EuiAppConfig, envAppHandler: EuiAppHandlersConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n euiAppConfig\n \n EuiAppConfig\n \n\n \n No\n \n\n\n \n \n envAppHandler\n \n EuiAppHandlersConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : EuiAppConfig\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n mergeAppJsonConfigToAppConfig\n \n \n \n \n \n \nmergeAppJsonConfigToAppConfig(euiAppConfig: EuiAppConfig, envAppJsonConfig: EuiAppJsonConfig, merge: Array, isDeepMerge: boolean)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n euiAppConfig\n \n EuiAppConfig\n \n\n \n No\n \n\n\n \n \n envAppJsonConfig\n \n EuiAppJsonConfig\n \n\n \n No\n \n\n\n \n \n merge\n \n Array\n \n\n \n No\n \n\n\n \n \n isDeepMerge\n \n boolean\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : EuiAppConfig\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n prepareEuiAppConfigToken\n \n \n \n \n \n \nprepareEuiAppConfigToken(euiConfig: EuiConfig)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n euiConfig\n \n EuiConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : EuiAppConfig\n\n \n \n \n \n \n \n \n \n packages/eui/packages/core/src/lib/services/app/eui-pre-init-app.ts\n \n \n \n \n \n \n \n loadEuiDynamicEnvironmentConfig\n \n \n \n \n \n \nloadEuiDynamicEnvironmentConfig(url: string, timeout?: number)\n \n \n\n\n\n\n \n \n Function to load asynchronously a dynamic configuration (from a local path or a web service)\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n the path to the configuration\n\n \n \n \n timeout\n \n number\n \n\n \n Yes\n \n\n\n \n possible timeout\n\n \n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n EuiAppJsonConfig promise\n\n \n \n \n \n \n \n \n \n \n \n \n preInitApp\n \n \n \n \n \n \npreInitApp(envConfig: EuiEnvConfig)\n \n \n\n\n\n\n \n \n Function to be used before the AppModule is bootstrapped. It is currently used to load dynamic configurations.\nIt needs to be added in your application main.ts file.\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n envConfig\n \n EuiEnvConfig\n \n\n \n No\n \n\n\n \n the current environment configuration\n\n \n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n the updated environment configuration, as a promise\n\n \n \n \n \n \n packages/eui/packages/core/src/lib/services/store/reducers/meta.reducers.ts\n \n \n \n \n \n \n \n localStorageSync\n \n \n \n \n \n \nlocalStorageSync(reducer: ActionReducer)\n \n \n\n\n\n\n \n \n Utility meta-reducer to load the state from the local storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n reducer\n \n ActionReducer\n \n\n \n No\n \n\n\n \n the action reducer\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sessionStorageSync\n \n \n \n \n \n \nsessionStorageSync(reducer: ActionReducer)\n \n \n\n\n\n\n \n \n Utility meta-reducer to load the state from the session storage\n\n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n reducer\n \n ActionReducer\n \n\n \n No\n \n\n\n \n the action reducer\n\n \n \n \n \n \n \n \n \n \n \n \n packages/eui/packages/core/src/lib/services/ux-error-feedback/ux-error-handler.operator.ts\n \n \n \n \n \n \n \n withUxErrorManager\n \n \n \n \n \n \nwithUxErrorManager(errorManager?: UxErrorManager)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n \n Name\n Type\n Optional\n \n \n \n \n errorManager\n \n UxErrorManager\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : OperatorFunction\n\n \n \n \n \n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"overview - index","body":"\n \n\n\n\n Overview\n\n\n\n \n \n \n \n \n \n 4 Modules\n \n \n \n \n \n \n \n \n 1 Directive\n \n \n \n \n \n \n \n 23 Injectables\n \n \n \n \n \n \n \n 1 Pipe\n \n \n \n \n \n \n \n 33 Classes\n \n \n \n \n \n \n \n 7 Interfaces\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\nEuropean Union Public Licence\n V. 1.1\nEUPL (c) the European Community 2007\nThis European Union Public Licence (the \"EUPL\") applies to the Work or Software\n(as defined below) which is provided under the terms of this Licence. Any use\nof the Work, other than as authorised under this Licence is prohibited (to the\nextent such use is covered by a right of the copyright holder of the Work).\nThe Original Work is provided under the terms of this Licence when the Licensor\n(as defined below) has placed the following notice immediately following the\ncopyright notice for the Original Work:\nLicensed under the EUPL V.1.1\nor has expressed by any other mean his willingness to license under the EUPL.\n\nDefinitions\n\nIn this Licence, the following terms have the following meaning:\n\nThe Licence: this Licence.\n\nThe Original Work or the Software: the software distributed and/or\ncommunicated by the Licensor under this Licence, available as Source Code\nand also as Executable Code as the case may be.\n\nDerivative Works: the works or software that could be created by the\nLicensee, based upon the Original Work or modifications thereof. This\nLicence does not define the extent of modification or dependence on the\nOriginal Work required in order to classify a work as a Derivative Work;\nthis extent is determined by copyright law applicable in the country\nmentioned in Article 15.\n\nThe Work: the Original Work and/or its Derivative Works.\n\nThe Source Code: the human-readable form of the Work which is the most\nconvenient for people to study and modify.\n\nThe Executable Code: any code which has generally been compiled and which is\nmeant to be interpreted by a computer as a program.\n\nThe Licensor: the natural or legal person that distributes and/or\ncommunicates the Work under the Licence.\n\nContributor(s): any natural or legal person who modifies the Work under the\nLicence, or otherwise contributes to the creation of a Derivative Work.\n\nThe Licensee or \"You\": any natural or legal person who makes any usage of\nthe Software under the terms of the Licence.\n\nDistribution and/or Communication: any act of selling, giving, lending,\nrenting, distributing, communicating, transmitting, or otherwise making\navailable, on-line or off-line, copies of the Work or providing access to\nits essential functionalities at the disposal of any other natural or legal\nperson.\n\n\n\nScope of the rights granted by the Licence\n\nThe Licensor hereby grants You a world-wide, royalty-free, non-exclusive,\nsublicensable licence to do the following, for the duration of copyright vested\nin the Original Work:\n\nuse the Work in any circumstance and for all usage,\nreproduce the Work,\nmodify the Original Work, and make Derivative Works based upon the Work,\ncommunicate to the public, including the right to make available or display\nthe Work or copies thereof to the public and perform publicly, as the case\nmay be, the Work,\ndistribute the Work or copies thereof,\nlend and rent the Work or copies thereof,\nsub-license rights in the Work or copies thereof.\n\nThose rights can be exercised on any media, supports and formats, whether now\nknown or later invented, as far as the applicable law permits so.\nIn the countries where moral rights apply, the Licensor waives his right to\nexercise his moral right to the extent allowed by law in order to make\neffective the licence of the economic rights here above listed.\nThe Licensor grants to the Licensee royalty-free, non exclusive usage rights to\nany patents held by the Licensor, to the extent necessary to make use of the\nrights granted on the Work under this Licence.\n\nCommunication of the Source Code\n\nThe Licensor may provide the Work either in its Source Code form, or as\nExecutable Code. If the Work is provided as Executable Code, the Licensor\nprovides in addition a machine-readable copy of the Source Code of the Work\nalong with each copy of the Work that the Licensor distributes or indicates, in\na notice following the copyright notice attached to the Work, a repository\nwhere the Source Code is easily and freely accessible for as long as the\nLicensor continues to distribute and/or communicate the Work.\n\nLimitations on copyright\n\nNothing in this Licence is intended to deprive the Licensee of the benefits\nfrom any exception or limitation to the exclusive rights of the rights owners\nin the Original Work or Software, of the exhaustion of those rights or of other\napplicable limitations thereto.\n\nObligations of the Licensee\n\nThe grant of the rights mentioned above is subject to some restrictions and\nobligations imposed on the Licensee. Those obligations are the following:\n\nAttribution right: the Licensee shall keep intact all copyright, patent or\ntrademarks notices and all notices that refer to the Licence and to the\ndisclaimer of warranties. The Licensee must include a copy of such notices\nand a copy of the Licence with every copy of the Work he/she distributes\nand/or communicates. The Licensee must cause any Derivative Work to carry\nprominent notices stating that the Work has been modified and the date of\nmodification.\n\nCopyleft clause: If the Licensee distributes and/or communicates copies of\nthe Original Works or Derivative Works based upon the Original Work, this\nDistribution and/or Communication will be done under the terms of this\nLicence or of a later version of this Licence unless the Original Work is\nexpressly distributed only under this version of the Licence. The Licensee\n(becoming Licensor) cannot offer or impose any additional terms or\nconditions on the Work or Derivative Work that alter or restrict the terms\nof the Licence.\n\nCompatibility clause: If the Licensee Distributes and/or Communicates\nDerivative Works or copies thereof based upon both the Original Work and\nanother work licensed under a Compatible Licence, this Distribution and/or\nCommunication can be done under the terms of this Compatible Licence. For\nthe sake of this clause, \"Compatible Licence\" refers to the licences listed\nin the appendix attached to this Licence. Should the Licensee's obligations\nunder the Compatible Licence conflict with his/her obligations under this\nLicence, the obligations of the Compatible Licence shall prevail.\n\nProvision of Source Code: When distributing and/or communicating copies of\nthe Work, the Licensee will provide a machine-readable copy of the Source\nCode or indicate a repository where this Source will be easily and freely\navailable for as long as the Licensee continues to distribute and/or\ncommunicate the Work. Legal Protection: This Licence does not grant\npermission to use the trade names, trademarks, service marks, or names of\nthe Licensor, except as required for reasonable and customary use in\ndescribing the origin of the Work and reproducing the content of the\ncopyright notice.\n\n\n\nChain of Authorship\n\nThe original Licensor warrants that the copyright in the Original Work granted\nhereunder is owned by him/her or licensed to him/her and that he/she has the\npower and authority to grant the Licence.\nEach Contributor warrants that the copyright in the modifications he/she brings\nto the Work are owned by him/her or licensed to him/her and that he/she has the\npower and authority to grant the Licence.\nEach time You accept the Licence, the original Licensor and subsequent\nContributors grant You a licence to their contributions to the Work, under the\nterms of this Licence.\n\nDisclaimer of Warranty\n\nThe Work is a work in progress, which is continuously improved by numerous\ncontributors. It is not a finished work and may therefore contain defects or\n\"bugs\" inherent to this type of software development.\nFor the above reason, the Work is provided under the Licence on an \"as is\"\nbasis and without warranties of any kind concerning the Work, including without\nlimitation merchantability, fitness for a particular purpose, absence of\ndefects or errors, accuracy, non-infringement of intellectual property rights\nother than copyright as stated in Article 6 of this Licence.\nThis disclaimer of warranty is an essential part of the Licence and a condition\nfor the grant of any rights to the Work.\n\nDisclaimer of Liability\n\nExcept in the cases of wilful misconduct or damages directly caused to natural\npersons, the Licensor will in no event be liable for any direct or indirect,\nmaterial or moral, damages of any kind, arising out of the Licence or of the\nuse of the Work, including without limitation, damages for loss of goodwill,\nwork stoppage, computer failure or malfunction, loss of data or any commercial\ndamage, even if the Licensor has been advised of the possibility of such\ndamage. However, the Licensor will be liable under statutory product liability\nlaws as far such laws apply to the Work.\n\nAdditional agreements\n\nWhile distributing the Original Work or Derivative Works, You may choose to\nconclude an additional agreement to offer, and charge a fee for, acceptance of\nsupport, warranty, indemnity, or other liability obligations and/or services\nconsistent with this Licence. However, in accepting such obligations, You may\nact only on your own behalf and on your sole responsibility, not on behalf of\nthe original Licensor or any other Contributor, and only if You agree to\nindemnify, defend, and hold each Contributor harmless for any liability\nincurred by, or claims asserted against such Contributor by the fact You have\naccepted any such warranty or additional liability.\n\nAcceptance of the Licence\n\nThe provisions of this Licence can be accepted by clicking on an icon \"I agree\"\nplaced under the bottom of a window displaying the text of this Licence or by\naffirming consent in any other similar way, in accordance with the rules of\napplicable law. Clicking on that icon indicates your clear and irrevocable\nacceptance of this Licence and all of its terms and conditions.\nSimilarly, you irrevocably accept this Licence and all of its terms and\nconditions by exercising any rights granted to You by Article 2 of this\nLicence, such as the use of the Work, the creation by You of a Derivative Work\nor the Distribution and/or Communication by You of the Work or copies thereof.\n\nInformation to the public\n\nIn case of any Distribution and/or Communication of the Work by means of\nelectronic communication by You (for example, by offering to download the Work\nfrom a remote location) the distribution channel or media (for example, a\nwebsite) must at least provide to the public the information requested by the\napplicable law regarding the Licensor, the Licence and the way it may be\naccessible, concluded, stored and reproduced by the Licensee.\n\nTermination of the Licence\n\nThe Licence and the rights granted hereunder will terminate automatically upon\nany breach by the Licensee of the terms of the Licence.\nSuch a termination will not terminate the licences of any person who has\nreceived the Work from the Licensee under the Licence, provided such persons\nremain in full compliance with the Licence.\n\nMiscellaneous\n\nWithout prejudice of Article 9 above, the Licence represents the complete\nagreement between the Parties as to the Work licensed hereunder.\nIf any provision of the Licence is invalid or unenforceable under applicable\nlaw, this will not affect the validity or enforceability of the Licence as a\nwhole. Such provision will be construed and/or reformed so as necessary to make\nit valid and enforceable.\nThe European Commission may publish other linguistic versions and/or new\nversions of this Licence, so far this is required and reasonable, without\nreducing the scope of the rights granted by the Licence. New versions of the\nLicence will be published with a unique version number.\nAll linguistic versions of this Licence, approved by the European Commission,\nhave identical value. Parties can take advantage of the linguistic version of\ntheir choice.\n\nJurisdiction\n\nAny litigation resulting from the interpretation of this License, arising\nbetween the European Commission, as a Licensor, and any Licensee, will be\nsubject to the jurisdiction of the Court of Justice of the European\nCommunities, as laid down in article 238 of the Treaty establishing the\nEuropean Community.\nAny litigation arising between Parties, other than the European Commission, and\nresulting from the interpretation of this License, will be subject to the\nexclusive jurisdiction of the competent court where the Licensor resides or\nconducts its primary business.\n\nApplicable Law\n\nThis Licence shall be governed by the law of the European Union country where\nthe Licensor resides or has his registered office.\nThis licence shall be governed by the Belgian law if:\n\na litigation arises between the European Commission, as a Licensor, and any\nLicensee;\nthe Licensor, other than the European Commission, has no residence or\nregistered office inside a European Union country.\n\nAppendix\n\"Compatible Licences\" according to article 5 EUPL are:\n\nGNU General Public License (GNU GPL) v. 2\nOpen Software License (OSL) v. 2.1, v. 3.0\nCommon Public License v. 1.0\nEclipse Public License v. 1.0\nCecill v. 2.0\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n \n \n CoreModule\n \n \n \n Browse\n \n \n \n \n \n \n \n I18nModule\n \n \n \n Browse\n \n \n \n \n \n \n \n LogModule\n \n \n \n Browse\n \n \n \n \n \n \n \n TranslateMockModule\n \n \n \n Browse\n \n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"properties.html":{"url":"properties.html","title":"package-properties - properties","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Properties\n \n \n \n Version : 16.0.0\n \n License : EUPL-1.1\n \n Repository : https://citnet.tech.ec.europa.eu/CITnet/stash/projects/csdr/repos/root\n \n\n\n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/typealiases.html":{"url":"miscellaneous/typealiases.html","title":"miscellaneous-typealiases - typealiases","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Miscellaneous\n Type aliases\n\n\n\n Index\n \n \n \n \n \n \n CoreAppActions (packages/.../app.actions.ts)\n \n \n CoreI18nActions (packages/.../i18n.actions.ts)\n \n \n CoreLocaleActions (packages/.../locale.actions.ts)\n \n \n CoreNotificationsActions (packages/.../notifications.actions.ts)\n \n \n CoreUserActions (packages/.../user.actions.ts)\n \n \n LocaleMapper (packages/.../locale.service.ts)\n \n \n \n \n \n \n\n\n packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts\n \n \n \n \n \n \n CoreAppActions\n \n \n \n \n InitStoreAction | UpdateAppVersionAction | UpdateAppConnectionAction | AddAppLoadedConfigModulesAction | UpdateAppStatusAction | UpdateCurrentModuleAction | ActivatedRouteAction | AddApiQueueItemAction | RemoveApiQueueItemAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts\n \n \n \n \n \n \n CoreI18nActions\n \n \n \n \n UpdateI18nStateAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts\n \n \n \n \n \n \n CoreLocaleActions\n \n \n \n \n UpdateLocaleStateAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts\n \n \n \n \n \n \n CoreNotificationsActions\n \n \n \n \n UpdateNotificationsListAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts\n \n \n \n \n \n \n CoreUserActions\n \n \n \n \n UpdateUserDetailsAction | UpdateUserPreferencesAction | UpdateUserRightsAction | UpdateUserDashboardAction\n\n \n \n \n \n packages/eui/packages/core/src/lib/services/locale/locale.service.ts\n \n \n \n \n \n \n LocaleMapper\n \n \n \n \n function\n\n \n \n \n \n\n\n\n \n \n results matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}}
|
|
4
|
-
}
|