@eui/core 18.2.15 → 18.2.16-snapshot-1756489547144

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/CHANGELOG.md +4274 -0
  2. package/docs/changelog.html +6401 -0
  3. package/docs/classes/ActivatedRouteAction.html +3 -3
  4. package/docs/classes/AddApiQueueItemAction.html +3 -3
  5. package/docs/classes/AddAppLoadedConfigModulesAction.html +3 -3
  6. package/docs/classes/ApiQueueServiceMock.html +3 -3
  7. package/docs/classes/AsyncStorageService.html +3 -3
  8. package/docs/classes/AsyncStorageServiceMock.html +3 -3
  9. package/docs/classes/CssUtils.html +3 -3
  10. package/docs/classes/EmptyApiQueueAction.html +3 -3
  11. package/docs/classes/ErrorSubClass.html +3 -3
  12. package/docs/classes/EuiCoreRootGuardClass.html +3 -3
  13. package/docs/classes/EuiError.html +3 -3
  14. package/docs/classes/I18nResourceImpl.html +3 -3
  15. package/docs/classes/InitStoreAction.html +3 -3
  16. package/docs/classes/LogServiceMock.html +3 -3
  17. package/docs/classes/RemoveApiQueueItemAction.html +3 -3
  18. package/docs/classes/StorageService.html +3 -3
  19. package/docs/classes/StorageServiceMock.html +3 -3
  20. package/docs/classes/TranslateServiceMock.html +3 -3
  21. package/docs/classes/UpdateAppConnectionAction.html +3 -3
  22. package/docs/classes/UpdateAppStatusAction.html +3 -3
  23. package/docs/classes/UpdateAppVersionAction.html +3 -3
  24. package/docs/classes/UpdateCurrentModuleAction.html +3 -3
  25. package/docs/classes/UpdateI18nStateAction.html +3 -3
  26. package/docs/classes/UpdateLocaleStateAction.html +3 -3
  27. package/docs/classes/UpdateNotificationsListAction.html +3 -3
  28. package/docs/classes/UpdateUserDashboardAction.html +3 -3
  29. package/docs/classes/UpdateUserDetailsAction.html +3 -3
  30. package/docs/classes/UpdateUserPreferencesAction.html +3 -3
  31. package/docs/classes/UpdateUserRightsAction.html +3 -3
  32. package/docs/classes/UpdateUserStateAction.html +3 -3
  33. package/docs/dependencies.html +2 -196
  34. package/docs/directives/TranslateMockDirective.html +3 -3
  35. package/docs/index.html +16 -62
  36. package/docs/injectables/ApiQueueService.html +3 -3
  37. package/docs/injectables/CoreAppEffects.html +3 -3
  38. package/docs/injectables/EuiAppShellService.html +3 -3
  39. package/docs/injectables/EuiDynamicComponentService.html +3 -3
  40. package/docs/injectables/EuiDynamicMenuService.html +3 -3
  41. package/docs/injectables/EuiGrowlService.html +3 -3
  42. package/docs/injectables/EuiLoaderService.html +3 -3
  43. package/docs/injectables/EuiPermissionService.html +3 -3
  44. package/docs/injectables/EuiThemeService.html +3 -3
  45. package/docs/injectables/EuiTimezoneService.html +3 -3
  46. package/docs/injectables/GlobalErrorHandler.html +3 -3
  47. package/docs/injectables/I18nLoader.html +3 -3
  48. package/docs/injectables/I18nService.html +3 -3
  49. package/docs/injectables/I18nServiceMock.html +3 -3
  50. package/docs/injectables/LocalForageService.html +3 -3
  51. package/docs/injectables/LocalStorageService.html +3 -3
  52. package/docs/injectables/LocaleService.html +3 -3
  53. package/docs/injectables/LocaleServiceMock.html +3 -3
  54. package/docs/injectables/LogService.html +3 -3
  55. package/docs/injectables/SessionStorageService.html +3 -3
  56. package/docs/injectables/StoreService.html +3 -3
  57. package/docs/injectables/StoreServiceMock.html +3 -3
  58. package/docs/injectables/UserService.html +3 -3
  59. package/docs/injectables/UserServiceMock.html +3 -3
  60. package/docs/interceptors/AddLangParamInterceptor.html +3 -3
  61. package/docs/interceptors/CachePreventionInterceptor.html +3 -3
  62. package/docs/interceptors/CorsSecurityInterceptor.html +3 -3
  63. package/docs/interceptors/CsrfPreventionInterceptor.html +3 -3
  64. package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +3 -3
  65. package/docs/interceptors/HttpErrorHandlerInterceptor.html +3 -3
  66. package/docs/interceptors/UxRequestErrorModelInterceptor.html +3 -3
  67. package/docs/interfaces/Dependency.html +3 -3
  68. package/docs/interfaces/EuiTimeZone.html +3 -3
  69. package/docs/interfaces/IEuiTheme.html +3 -3
  70. package/docs/interfaces/Library.html +3 -3
  71. package/docs/interfaces/LoadedResources.html +3 -3
  72. package/docs/interfaces/LoadedResourcesError.html +3 -3
  73. package/docs/interfaces/ModuleLoadEvent.html +3 -3
  74. package/docs/interfaces/Policy.html +3 -3
  75. package/docs/interfaces/ResourceError.html +3 -3
  76. package/docs/interfaces/ThemeState.html +3 -3
  77. package/docs/interfaces/UIState.html +3 -3
  78. package/docs/interfaces/body.html +3 -3
  79. package/docs/js/menu-wc.js +12 -7
  80. package/docs/js/menu-wc_es5.js +1 -1
  81. package/docs/js/search/search_index.js +2 -2
  82. package/docs/license.html +2 -2
  83. package/docs/miscellaneous/enumerations.html +18 -18
  84. package/docs/miscellaneous/functions.html +35 -35
  85. package/docs/miscellaneous/typealiases.html +14 -14
  86. package/docs/miscellaneous/variables.html +131 -131
  87. package/docs/modules/CoreModule.html +3 -3
  88. package/docs/modules/I18nModule.html +3 -3
  89. package/docs/modules/LogModule.html +3 -3
  90. package/docs/modules/TranslateMockModule.html +3 -3
  91. package/docs/modules.html +2 -2
  92. package/docs/overview.html +233 -0
  93. package/docs/pipes/TranslateMockPipe.html +3 -3
  94. package/docs/properties.html +3 -7
  95. package/esm2022/lib/services/store/reducers/meta.reducers.mjs +3 -1
  96. package/esm2022/lib/services/store/store.service.mjs +3 -1
  97. package/fesm2022/eui-core.mjs +4 -0
  98. package/fesm2022/eui-core.mjs.map +1 -1
  99. package/lib/services/store/reducers/meta.reducers.d.ts.map +1 -1
  100. package/lib/services/store/store.service.d.ts.map +1 -1
  101. package/package.json +47 -47
  102. package/LICENSE +0 -296
  103. package/README.md +0 -26
package/docs/license.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="x-ua-compatible" content="ie=edge">
6
- <title>csdr documentation</title>
6
+ <title>eui documentation</title>
7
7
  <meta name="description" content="">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
 
@@ -64,7 +64,7 @@
64
64
  </script>
65
65
 
66
66
  <div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
67
- <a href="./" class="navbar-brand">csdr documentation</a>
67
+ <a href="./" class="navbar-brand">eui documentation</a>
68
68
  <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
69
69
  </div>
70
70
 
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="x-ua-compatible" content="ie=edge">
6
- <title>csdr documentation</title>
6
+ <title>eui documentation</title>
7
7
  <meta name="description" content="">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
 
@@ -64,7 +64,7 @@
64
64
  </script>
65
65
 
66
66
  <div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
67
- <a href="../" class="navbar-brand">csdr documentation</a>
67
+ <a href="../" class="navbar-brand">eui documentation</a>
68
68
  <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
69
69
  </div>
70
70
 
@@ -111,28 +111,28 @@
111
111
  <td class="col-md-4">
112
112
  <ul class="index-list">
113
113
  <li>
114
- <a href="#BrowserStorageType" title="packages/eui/packages/core/src/lib/services/store/store.service.ts" ><b>BrowserStorageType</b>&nbsp;&nbsp;&nbsp;(packages/.../store.service.ts)</a>
114
+ <a href="#BrowserStorageType" title="packages/core/src/lib/services/store/store.service.ts" ><b>BrowserStorageType</b>&nbsp;&nbsp;&nbsp;(packages/.../store.service.ts)</a>
115
115
  </li>
116
116
  <li>
117
- <a href="#CoreAppActionTypes" title="packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts" ><b>CoreAppActionTypes</b>&nbsp;&nbsp;&nbsp;(packages/.../app.actions.ts)</a>
117
+ <a href="#CoreAppActionTypes" title="packages/core/src/lib/services/store/actions/app.actions.ts" ><b>CoreAppActionTypes</b>&nbsp;&nbsp;&nbsp;(packages/.../app.actions.ts)</a>
118
118
  </li>
119
119
  <li>
120
- <a href="#CoreI18nActionTypes" title="packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts" ><b>CoreI18nActionTypes</b>&nbsp;&nbsp;&nbsp;(packages/.../i18n.actions.ts)</a>
120
+ <a href="#CoreI18nActionTypes" title="packages/core/src/lib/services/store/actions/i18n.actions.ts" ><b>CoreI18nActionTypes</b>&nbsp;&nbsp;&nbsp;(packages/.../i18n.actions.ts)</a>
121
121
  </li>
122
122
  <li>
123
- <a href="#CoreLocaleActionTypes" title="packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts" ><b>CoreLocaleActionTypes</b>&nbsp;&nbsp;&nbsp;(packages/.../locale.actions.ts)</a>
123
+ <a href="#CoreLocaleActionTypes" title="packages/core/src/lib/services/store/actions/locale.actions.ts" ><b>CoreLocaleActionTypes</b>&nbsp;&nbsp;&nbsp;(packages/.../locale.actions.ts)</a>
124
124
  </li>
125
125
  <li>
126
- <a href="#CoreNotificationsActionTypes" title="packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts" ><b>CoreNotificationsActionTypes</b>&nbsp;&nbsp;&nbsp;(packages/.../notifications.actions.ts)</a>
126
+ <a href="#CoreNotificationsActionTypes" title="packages/core/src/lib/services/store/actions/notifications.actions.ts" ><b>CoreNotificationsActionTypes</b>&nbsp;&nbsp;&nbsp;(packages/.../notifications.actions.ts)</a>
127
127
  </li>
128
128
  <li>
129
- <a href="#CoreUserActionTypes" title="packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts" ><b>CoreUserActionTypes</b>&nbsp;&nbsp;&nbsp;(packages/.../user.actions.ts)</a>
129
+ <a href="#CoreUserActionTypes" title="packages/core/src/lib/services/store/actions/user.actions.ts" ><b>CoreUserActionTypes</b>&nbsp;&nbsp;&nbsp;(packages/.../user.actions.ts)</a>
130
130
  </li>
131
131
  <li>
132
- <a href="#EuiTheme" title="packages/eui/packages/core/src/lib/services/eui-theme.service.ts" ><b>EuiTheme</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-theme.service.ts)</a>
132
+ <a href="#EuiTheme" title="packages/core/src/lib/services/eui-theme.service.ts" ><b>EuiTheme</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-theme.service.ts)</a>
133
133
  </li>
134
134
  <li>
135
- <a href="#Status" title="packages/eui/packages/core/src/lib/services/loader/eui-loader.model.ts" ><b>Status</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-loader.model.ts)</a>
135
+ <a href="#Status" title="packages/core/src/lib/services/loader/eui-loader.model.ts" ><b>Status</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-loader.model.ts)</a>
136
136
  </li>
137
137
  </ul>
138
138
  </td>
@@ -141,7 +141,7 @@
141
141
  </table>
142
142
  </section>
143
143
 
144
- <h3>packages/eui/packages/core/src/lib/services/store/store.service.ts</h3>
144
+ <h3>packages/core/src/lib/services/store/store.service.ts</h3>
145
145
  <section data-compodoc="block-enums">
146
146
  <table class="table table-sm table-bordered">
147
147
  <tbody>
@@ -164,7 +164,7 @@
164
164
  </tbody>
165
165
  </table>
166
166
  </section>
167
- <h3>packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts</h3>
167
+ <h3>packages/core/src/lib/services/store/actions/app.actions.ts</h3>
168
168
  <section data-compodoc="block-enums">
169
169
  <table class="table table-sm table-bordered">
170
170
  <tbody>
@@ -277,7 +277,7 @@
277
277
  </tbody>
278
278
  </table>
279
279
  </section>
280
- <h3>packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts</h3>
280
+ <h3>packages/core/src/lib/services/store/actions/i18n.actions.ts</h3>
281
281
  <section data-compodoc="block-enums">
282
282
  <table class="table table-sm table-bordered">
283
283
  <tbody>
@@ -300,7 +300,7 @@
300
300
  </tbody>
301
301
  </table>
302
302
  </section>
303
- <h3>packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts</h3>
303
+ <h3>packages/core/src/lib/services/store/actions/locale.actions.ts</h3>
304
304
  <section data-compodoc="block-enums">
305
305
  <table class="table table-sm table-bordered">
306
306
  <tbody>
@@ -323,7 +323,7 @@
323
323
  </tbody>
324
324
  </table>
325
325
  </section>
326
- <h3>packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts</h3>
326
+ <h3>packages/core/src/lib/services/store/actions/notifications.actions.ts</h3>
327
327
  <section data-compodoc="block-enums">
328
328
  <table class="table table-sm table-bordered">
329
329
  <tbody>
@@ -346,7 +346,7 @@
346
346
  </tbody>
347
347
  </table>
348
348
  </section>
349
- <h3>packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts</h3>
349
+ <h3>packages/core/src/lib/services/store/actions/user.actions.ts</h3>
350
350
  <section data-compodoc="block-enums">
351
351
  <table class="table table-sm table-bordered">
352
352
  <tbody>
@@ -409,7 +409,7 @@
409
409
  </tbody>
410
410
  </table>
411
411
  </section>
412
- <h3>packages/eui/packages/core/src/lib/services/eui-theme.service.ts</h3>
412
+ <h3>packages/core/src/lib/services/eui-theme.service.ts</h3>
413
413
  <section data-compodoc="block-enums">
414
414
  <table class="table table-sm table-bordered">
415
415
  <tbody>
@@ -512,7 +512,7 @@
512
512
  </tbody>
513
513
  </table>
514
514
  </section>
515
- <h3>packages/eui/packages/core/src/lib/services/loader/eui-loader.model.ts</h3>
515
+ <h3>packages/core/src/lib/services/loader/eui-loader.model.ts</h3>
516
516
  <section data-compodoc="block-enums">
517
517
  <table class="table table-sm table-bordered">
518
518
  <tbody>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="x-ua-compatible" content="ie=edge">
6
- <title>csdr documentation</title>
6
+ <title>eui documentation</title>
7
7
  <meta name="description" content="">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
 
@@ -64,7 +64,7 @@
64
64
  </script>
65
65
 
66
66
  <div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
67
- <a href="../" class="navbar-brand">csdr documentation</a>
67
+ <a href="../" class="navbar-brand">eui documentation</a>
68
68
  <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
69
69
  </div>
70
70
 
@@ -111,85 +111,85 @@
111
111
  <td class="col-md-4">
112
112
  <ul class="index-list">
113
113
  <li>
114
- <a href="#AlertHttpErrorCallbackFn" title="packages/eui/packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts" ><b>AlertHttpErrorCallbackFn</b>&nbsp;&nbsp;&nbsp;(packages/.../http-error-handler-callback-functions.ts)</a>
114
+ <a href="#AlertHttpErrorCallbackFn" title="packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts" ><b>AlertHttpErrorCallbackFn</b>&nbsp;&nbsp;&nbsp;(packages/.../http-error-handler-callback-functions.ts)</a>
115
115
  </li>
116
116
  <li>
117
- <a href="#ConsoleHttpErrorCallbackFn" title="packages/eui/packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts" ><b>ConsoleHttpErrorCallbackFn</b>&nbsp;&nbsp;&nbsp;(packages/.../http-error-handler-callback-functions.ts)</a>
117
+ <a href="#ConsoleHttpErrorCallbackFn" title="packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts" ><b>ConsoleHttpErrorCallbackFn</b>&nbsp;&nbsp;&nbsp;(packages/.../http-error-handler-callback-functions.ts)</a>
118
118
  </li>
119
119
  <li>
120
- <a href="#euiLogServiceFactory" title="packages/eui/packages/core/src/lib/services/app/factories/log.ts" ><b>euiLogServiceFactory</b>&nbsp;&nbsp;&nbsp;(packages/.../log.ts)</a>
120
+ <a href="#euiLogServiceFactory" title="packages/core/src/lib/services/app/factories/log.ts" ><b>euiLogServiceFactory</b>&nbsp;&nbsp;&nbsp;(packages/.../log.ts)</a>
121
121
  </li>
122
122
  <li>
123
- <a href="#getCoreChildProviders" title="packages/eui/packages/core/src/lib/services/app/eui-startup.ts" ><b>getCoreChildProviders</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-startup.ts)</a>
123
+ <a href="#getCoreChildProviders" title="packages/core/src/lib/services/app/eui-startup.ts" ><b>getCoreChildProviders</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-startup.ts)</a>
124
124
  </li>
125
125
  <li>
126
- <a href="#getCoreProviders" title="packages/eui/packages/core/src/lib/services/app/eui-startup.ts" ><b>getCoreProviders</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-startup.ts)</a>
126
+ <a href="#getCoreProviders" title="packages/core/src/lib/services/app/eui-startup.ts" ><b>getCoreProviders</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-startup.ts)</a>
127
127
  </li>
128
128
  <li>
129
- <a href="#getDependencyProviders" title="packages/eui/packages/core/src/lib/services/app/eui-startup.ts" ><b>getDependencyProviders</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-startup.ts)</a>
129
+ <a href="#getDependencyProviders" title="packages/core/src/lib/services/app/eui-startup.ts" ><b>getDependencyProviders</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-startup.ts)</a>
130
130
  </li>
131
131
  <li>
132
- <a href="#getGlobalConfig" title="packages/eui/packages/core/src/lib/services/config/tokens.ts" ><b>getGlobalConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
132
+ <a href="#getGlobalConfig" title="packages/core/src/lib/services/config/tokens.ts" ><b>getGlobalConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
133
133
  </li>
134
134
  <li>
135
- <a href="#getHttpErrorHandlingConfig" title="packages/eui/packages/core/src/lib/services/config/tokens.ts" ><b>getHttpErrorHandlingConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
135
+ <a href="#getHttpErrorHandlingConfig" title="packages/core/src/lib/services/config/tokens.ts" ><b>getHttpErrorHandlingConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
136
136
  </li>
137
137
  <li>
138
- <a href="#getLogAppendersConfig" title="packages/eui/packages/core/src/lib/services/app/factories/log.ts" ><b>getLogAppendersConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../log.ts)</a>
138
+ <a href="#getLogAppendersConfig" title="packages/core/src/lib/services/app/factories/log.ts" ><b>getLogAppendersConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../log.ts)</a>
139
139
  </li>
140
140
  <li>
141
- <a href="#getModuleConfig" title="packages/eui/packages/core/src/lib/services/config/tokens.ts" ><b>getModuleConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
141
+ <a href="#getModuleConfig" title="packages/core/src/lib/services/config/tokens.ts" ><b>getModuleConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
142
142
  </li>
143
143
  <li>
144
- <a href="#getRootLogConfig" title="packages/eui/packages/core/src/lib/services/config/tokens.ts" ><b>getRootLogConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
144
+ <a href="#getRootLogConfig" title="packages/core/src/lib/services/config/tokens.ts" ><b>getRootLogConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
145
145
  </li>
146
146
  <li>
147
- <a href="#getShowConnectionStatus" title="packages/eui/packages/core/src/lib/services/config/tokens.ts" ><b>getShowConnectionStatus</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
147
+ <a href="#getShowConnectionStatus" title="packages/core/src/lib/services/config/tokens.ts" ><b>getShowConnectionStatus</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
148
148
  </li>
149
149
  <li>
150
- <a href="#GrowlHttpErrorCallbackFn" title="packages/eui/packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts" ><b>GrowlHttpErrorCallbackFn</b>&nbsp;&nbsp;&nbsp;(packages/.../http-error-handler-callback-functions.ts)</a>
150
+ <a href="#GrowlHttpErrorCallbackFn" title="packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts" ><b>GrowlHttpErrorCallbackFn</b>&nbsp;&nbsp;&nbsp;(packages/.../http-error-handler-callback-functions.ts)</a>
151
151
  </li>
152
152
  <li>
153
- <a href="#isLogConfigDefined" title="packages/eui/packages/core/src/lib/services/app/factories/log.ts" ><b>isLogConfigDefined</b>&nbsp;&nbsp;&nbsp;(packages/.../log.ts)</a>
153
+ <a href="#isLogConfigDefined" title="packages/core/src/lib/services/app/factories/log.ts" ><b>isLogConfigDefined</b>&nbsp;&nbsp;&nbsp;(packages/.../log.ts)</a>
154
154
  </li>
155
155
  <li>
156
- <a href="#loadEuiDynamicEnvironmentConfig" title="packages/eui/packages/core/src/lib/services/app/eui-pre-init-app.ts" ><b>loadEuiDynamicEnvironmentConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-pre-init-app.ts)</a>
156
+ <a href="#loadEuiDynamicEnvironmentConfig" title="packages/core/src/lib/services/app/eui-pre-init-app.ts" ><b>loadEuiDynamicEnvironmentConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-pre-init-app.ts)</a>
157
157
  </li>
158
158
  <li>
159
- <a href="#localStorageSync" title="packages/eui/packages/core/src/lib/services/store/reducers/meta.reducers.ts" ><b>localStorageSync</b>&nbsp;&nbsp;&nbsp;(packages/.../meta.reducers.ts)</a>
159
+ <a href="#localStorageSync" title="packages/core/src/lib/services/store/reducers/meta.reducers.ts" ><b>localStorageSync</b>&nbsp;&nbsp;&nbsp;(packages/.../meta.reducers.ts)</a>
160
160
  </li>
161
161
  <li>
162
- <a href="#localStorageSync" title="packages/eui/packages/core/src/lib/services/store/reducers/meta.reducers.ts" ><b>localStorageSync</b>&nbsp;&nbsp;&nbsp;(packages/.../meta.reducers.ts)</a>
162
+ <a href="#localStorageSync" title="packages/core/src/lib/services/store/reducers/meta.reducers.ts" ><b>localStorageSync</b>&nbsp;&nbsp;&nbsp;(packages/.../meta.reducers.ts)</a>
163
163
  </li>
164
164
  <li>
165
- <a href="#localStorageSync" title="packages/eui/packages/core/src/lib/services/store/reducers/meta.reducers.ts" ><b>localStorageSync</b>&nbsp;&nbsp;&nbsp;(packages/.../meta.reducers.ts)</a>
165
+ <a href="#localStorageSync" title="packages/core/src/lib/services/store/reducers/meta.reducers.ts" ><b>localStorageSync</b>&nbsp;&nbsp;&nbsp;(packages/.../meta.reducers.ts)</a>
166
166
  </li>
167
167
  <li>
168
- <a href="#LogHttpErrorCallbackFn" title="packages/eui/packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts" ><b>LogHttpErrorCallbackFn</b>&nbsp;&nbsp;&nbsp;(packages/.../http-error-handler-callback-functions.ts)</a>
168
+ <a href="#LogHttpErrorCallbackFn" title="packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts" ><b>LogHttpErrorCallbackFn</b>&nbsp;&nbsp;&nbsp;(packages/.../http-error-handler-callback-functions.ts)</a>
169
169
  </li>
170
170
  <li>
171
- <a href="#logServiceFactory" title="packages/eui/packages/core/src/lib/services/app/factories/log.ts" ><b>logServiceFactory</b>&nbsp;&nbsp;&nbsp;(packages/.../log.ts)</a>
171
+ <a href="#logServiceFactory" title="packages/core/src/lib/services/app/factories/log.ts" ><b>logServiceFactory</b>&nbsp;&nbsp;&nbsp;(packages/.../log.ts)</a>
172
172
  </li>
173
173
  <li>
174
- <a href="#mergeAppHandlerConfigToAppConfig" title="packages/eui/packages/core/src/lib/services/config/tokens.ts" ><b>mergeAppHandlerConfigToAppConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
174
+ <a href="#mergeAppHandlerConfigToAppConfig" title="packages/core/src/lib/services/config/tokens.ts" ><b>mergeAppHandlerConfigToAppConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
175
175
  </li>
176
176
  <li>
177
- <a href="#mergeAppJsonConfigToAppConfig" title="packages/eui/packages/core/src/lib/services/config/tokens.ts" ><b>mergeAppJsonConfigToAppConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
177
+ <a href="#mergeAppJsonConfigToAppConfig" title="packages/core/src/lib/services/config/tokens.ts" ><b>mergeAppJsonConfigToAppConfig</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
178
178
  </li>
179
179
  <li>
180
- <a href="#preInitApp" title="packages/eui/packages/core/src/lib/services/app/eui-pre-init-app.ts" ><b>preInitApp</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-pre-init-app.ts)</a>
180
+ <a href="#preInitApp" title="packages/core/src/lib/services/app/eui-pre-init-app.ts" ><b>preInitApp</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-pre-init-app.ts)</a>
181
181
  </li>
182
182
  <li>
183
- <a href="#prepareEuiAppConfigToken" title="packages/eui/packages/core/src/lib/services/config/tokens.ts" ><b>prepareEuiAppConfigToken</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
183
+ <a href="#prepareEuiAppConfigToken" title="packages/core/src/lib/services/config/tokens.ts" ><b>prepareEuiAppConfigToken</b>&nbsp;&nbsp;&nbsp;(packages/.../tokens.ts)</a>
184
184
  </li>
185
185
  <li>
186
- <a href="#sessionStorageSync" title="packages/eui/packages/core/src/lib/services/store/reducers/meta.reducers.ts" ><b>sessionStorageSync</b>&nbsp;&nbsp;&nbsp;(packages/.../meta.reducers.ts)</a>
186
+ <a href="#sessionStorageSync" title="packages/core/src/lib/services/store/reducers/meta.reducers.ts" ><b>sessionStorageSync</b>&nbsp;&nbsp;&nbsp;(packages/.../meta.reducers.ts)</a>
187
187
  </li>
188
188
  <li>
189
- <a href="#sessionStorageSync" title="packages/eui/packages/core/src/lib/services/store/reducers/meta.reducers.ts" ><b>sessionStorageSync</b>&nbsp;&nbsp;&nbsp;(packages/.../meta.reducers.ts)</a>
189
+ <a href="#sessionStorageSync" title="packages/core/src/lib/services/store/reducers/meta.reducers.ts" ><b>sessionStorageSync</b>&nbsp;&nbsp;&nbsp;(packages/.../meta.reducers.ts)</a>
190
190
  </li>
191
191
  <li>
192
- <a href="#sessionStorageSync" title="packages/eui/packages/core/src/lib/services/store/reducers/meta.reducers.ts" ><b>sessionStorageSync</b>&nbsp;&nbsp;&nbsp;(packages/.../meta.reducers.ts)</a>
192
+ <a href="#sessionStorageSync" title="packages/core/src/lib/services/store/reducers/meta.reducers.ts" ><b>sessionStorageSync</b>&nbsp;&nbsp;&nbsp;(packages/.../meta.reducers.ts)</a>
193
193
  </li>
194
194
  </ul>
195
195
  </td>
@@ -198,7 +198,7 @@
198
198
  </table>
199
199
  </section>
200
200
 
201
- <h3>packages/eui/packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts</h3>
201
+ <h3>packages/core/src/lib/services/errors/http-error-handler-callback-functions.ts</h3>
202
202
  <section data-compodoc="block-methods">
203
203
  <h3></h3> <table class="table table-sm table-bordered">
204
204
  <tbody>
@@ -468,7 +468,7 @@
468
468
  </tr>
469
469
  </tbody>
470
470
  </table>
471
- </section> <h3>packages/eui/packages/core/src/lib/services/app/factories/log.ts</h3>
471
+ </section> <h3>packages/core/src/lib/services/app/factories/log.ts</h3>
472
472
  <section data-compodoc="block-methods">
473
473
  <h3></h3> <table class="table table-sm table-bordered">
474
474
  <tbody>
@@ -823,7 +823,7 @@ Does not check only for empty object, because the config can have other (non-lo
823
823
  </tr>
824
824
  </tbody>
825
825
  </table>
826
- </section> <h3>packages/eui/packages/core/src/lib/services/app/eui-startup.ts</h3>
826
+ </section> <h3>packages/core/src/lib/services/app/eui-startup.ts</h3>
827
827
  <section data-compodoc="block-methods">
828
828
  <h3></h3> <table class="table table-sm table-bordered">
829
829
  <tbody>
@@ -948,7 +948,7 @@ Does not check only for empty object, because the config can have other (non-lo
948
948
  </tr>
949
949
  </tbody>
950
950
  </table>
951
- </section> <h3>packages/eui/packages/core/src/lib/services/config/tokens.ts</h3>
951
+ </section> <h3>packages/core/src/lib/services/config/tokens.ts</h3>
952
952
  <section data-compodoc="block-methods">
953
953
  <h3></h3> <table class="table table-sm table-bordered">
954
954
  <tbody>
@@ -1498,7 +1498,7 @@ Does not check only for empty object, because the config can have other (non-lo
1498
1498
  </tr>
1499
1499
  </tbody>
1500
1500
  </table>
1501
- </section> <h3>packages/eui/packages/core/src/lib/services/app/eui-pre-init-app.ts</h3>
1501
+ </section> <h3>packages/core/src/lib/services/app/eui-pre-init-app.ts</h3>
1502
1502
  <section data-compodoc="block-methods">
1503
1503
  <h3></h3> <table class="table table-sm table-bordered">
1504
1504
  <tbody>
@@ -1655,7 +1655,7 @@ It needs to be added in your application main.ts file.</p>
1655
1655
  </tr>
1656
1656
  </tbody>
1657
1657
  </table>
1658
- </section> <h3>packages/eui/packages/core/src/lib/services/store/reducers/meta.reducers.ts</h3>
1658
+ </section> <h3>packages/core/src/lib/services/store/reducers/meta.reducers.ts</h3>
1659
1659
  <section data-compodoc="block-methods">
1660
1660
  <h3></h3> <table class="table table-sm table-bordered">
1661
1661
  <tbody>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="x-ua-compatible" content="ie=edge">
6
- <title>csdr documentation</title>
6
+ <title>eui documentation</title>
7
7
  <meta name="description" content="">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
 
@@ -64,7 +64,7 @@
64
64
  </script>
65
65
 
66
66
  <div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
67
- <a href="../" class="navbar-brand">csdr documentation</a>
67
+ <a href="../" class="navbar-brand">eui documentation</a>
68
68
  <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
69
69
  </div>
70
70
 
@@ -111,22 +111,22 @@
111
111
  <td class="col-md-4">
112
112
  <ul class="index-list">
113
113
  <li>
114
- <a href="#CoreAppActions" title="packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts" ><b>CoreAppActions</b>&nbsp;&nbsp;&nbsp;(packages/.../app.actions.ts)</a>
114
+ <a href="#CoreAppActions" title="packages/core/src/lib/services/store/actions/app.actions.ts" ><b>CoreAppActions</b>&nbsp;&nbsp;&nbsp;(packages/.../app.actions.ts)</a>
115
115
  </li>
116
116
  <li>
117
- <a href="#CoreI18nActions" title="packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts" ><b>CoreI18nActions</b>&nbsp;&nbsp;&nbsp;(packages/.../i18n.actions.ts)</a>
117
+ <a href="#CoreI18nActions" title="packages/core/src/lib/services/store/actions/i18n.actions.ts" ><b>CoreI18nActions</b>&nbsp;&nbsp;&nbsp;(packages/.../i18n.actions.ts)</a>
118
118
  </li>
119
119
  <li>
120
- <a href="#CoreLocaleActions" title="packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts" ><b>CoreLocaleActions</b>&nbsp;&nbsp;&nbsp;(packages/.../locale.actions.ts)</a>
120
+ <a href="#CoreLocaleActions" title="packages/core/src/lib/services/store/actions/locale.actions.ts" ><b>CoreLocaleActions</b>&nbsp;&nbsp;&nbsp;(packages/.../locale.actions.ts)</a>
121
121
  </li>
122
122
  <li>
123
- <a href="#CoreNotificationsActions" title="packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts" ><b>CoreNotificationsActions</b>&nbsp;&nbsp;&nbsp;(packages/.../notifications.actions.ts)</a>
123
+ <a href="#CoreNotificationsActions" title="packages/core/src/lib/services/store/actions/notifications.actions.ts" ><b>CoreNotificationsActions</b>&nbsp;&nbsp;&nbsp;(packages/.../notifications.actions.ts)</a>
124
124
  </li>
125
125
  <li>
126
- <a href="#CoreUserActions" title="packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts" ><b>CoreUserActions</b>&nbsp;&nbsp;&nbsp;(packages/.../user.actions.ts)</a>
126
+ <a href="#CoreUserActions" title="packages/core/src/lib/services/store/actions/user.actions.ts" ><b>CoreUserActions</b>&nbsp;&nbsp;&nbsp;(packages/.../user.actions.ts)</a>
127
127
  </li>
128
128
  <li>
129
- <a href="#LocaleMapper" title="packages/eui/packages/core/src/lib/services/locale/locale.service.ts" ><b>LocaleMapper</b>&nbsp;&nbsp;&nbsp;(packages/.../locale.service.ts)</a>
129
+ <a href="#LocaleMapper" title="packages/core/src/lib/services/locale/locale.service.ts" ><b>LocaleMapper</b>&nbsp;&nbsp;&nbsp;(packages/.../locale.service.ts)</a>
130
130
  </li>
131
131
  </ul>
132
132
  </td>
@@ -135,7 +135,7 @@
135
135
  </table>
136
136
  </section>
137
137
 
138
- <h3>packages/eui/packages/core/src/lib/services/store/actions/app.actions.ts</h3>
138
+ <h3>packages/core/src/lib/services/store/actions/app.actions.ts</h3>
139
139
  <section data-compodoc="block-typealias">
140
140
  <table class="table table-sm table-bordered">
141
141
  <tbody>
@@ -153,7 +153,7 @@
153
153
  </tr>
154
154
  </tbody>
155
155
  </table>
156
- </section> <h3>packages/eui/packages/core/src/lib/services/store/actions/i18n.actions.ts</h3>
156
+ </section> <h3>packages/core/src/lib/services/store/actions/i18n.actions.ts</h3>
157
157
  <section data-compodoc="block-typealias">
158
158
  <table class="table table-sm table-bordered">
159
159
  <tbody>
@@ -171,7 +171,7 @@
171
171
  </tr>
172
172
  </tbody>
173
173
  </table>
174
- </section> <h3>packages/eui/packages/core/src/lib/services/store/actions/locale.actions.ts</h3>
174
+ </section> <h3>packages/core/src/lib/services/store/actions/locale.actions.ts</h3>
175
175
  <section data-compodoc="block-typealias">
176
176
  <table class="table table-sm table-bordered">
177
177
  <tbody>
@@ -189,7 +189,7 @@
189
189
  </tr>
190
190
  </tbody>
191
191
  </table>
192
- </section> <h3>packages/eui/packages/core/src/lib/services/store/actions/notifications.actions.ts</h3>
192
+ </section> <h3>packages/core/src/lib/services/store/actions/notifications.actions.ts</h3>
193
193
  <section data-compodoc="block-typealias">
194
194
  <table class="table table-sm table-bordered">
195
195
  <tbody>
@@ -207,7 +207,7 @@
207
207
  </tr>
208
208
  </tbody>
209
209
  </table>
210
- </section> <h3>packages/eui/packages/core/src/lib/services/store/actions/user.actions.ts</h3>
210
+ </section> <h3>packages/core/src/lib/services/store/actions/user.actions.ts</h3>
211
211
  <section data-compodoc="block-typealias">
212
212
  <table class="table table-sm table-bordered">
213
213
  <tbody>
@@ -225,7 +225,7 @@
225
225
  </tr>
226
226
  </tbody>
227
227
  </table>
228
- </section> <h3>packages/eui/packages/core/src/lib/services/locale/locale.service.ts</h3>
228
+ </section> <h3>packages/core/src/lib/services/locale/locale.service.ts</h3>
229
229
  <section data-compodoc="block-typealias">
230
230
  <table class="table table-sm table-bordered">
231
231
  <tbody>