@eui/core 17.0.0-next.11 → 17.0.0-next.12

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 (164) hide show
  1. package/docs/classes/ActivatedRouteAction.html +282 -0
  2. package/docs/classes/AddApiQueueItemAction.html +282 -0
  3. package/docs/classes/AddAppLoadedConfigModulesAction.html +282 -0
  4. package/docs/classes/ApiQueueServiceMock.html +549 -0
  5. package/docs/classes/AsyncStorageService.html +923 -0
  6. package/docs/classes/AsyncStorageServiceMock.html +427 -0
  7. package/docs/classes/EmptyApiQueueAction.html +282 -0
  8. package/docs/classes/ErrorSubClass.html +357 -0
  9. package/docs/classes/EuiCoreRootGuardClass.html +167 -0
  10. package/docs/classes/EuiError.html +363 -0
  11. package/docs/classes/I18nResourceImpl.html +504 -0
  12. package/docs/classes/InitStoreAction.html +282 -0
  13. package/docs/classes/LogServiceMock.html +223 -0
  14. package/docs/classes/OpenIdConnectServiceMock.html +223 -0
  15. package/docs/classes/RemoveApiQueueItemAction.html +282 -0
  16. package/docs/classes/RouterMock.html +495 -0
  17. package/docs/classes/StorageService.html +630 -0
  18. package/docs/classes/StorageServiceMock.html +325 -0
  19. package/docs/classes/StoreMock.html +404 -0
  20. package/docs/classes/TranslateServiceMock.html +907 -0
  21. package/docs/classes/UpdateAppConnectionAction.html +282 -0
  22. package/docs/classes/UpdateAppStatusAction.html +282 -0
  23. package/docs/classes/UpdateAppVersionAction.html +282 -0
  24. package/docs/classes/UpdateCurrentModuleAction.html +282 -0
  25. package/docs/classes/UpdateI18nStateAction.html +282 -0
  26. package/docs/classes/UpdateLocaleStateAction.html +282 -0
  27. package/docs/classes/UpdateNotificationsListAction.html +282 -0
  28. package/docs/classes/UpdateUserDashboardAction.html +282 -0
  29. package/docs/classes/UpdateUserDetailsAction.html +282 -0
  30. package/docs/classes/UpdateUserPreferencesAction.html +282 -0
  31. package/docs/classes/UpdateUserRightsAction.html +282 -0
  32. package/docs/classes/UpdateUserStateAction.html +282 -0
  33. package/docs/dependencies.html +333 -0
  34. package/docs/directives/TranslateMockDirective.html +266 -0
  35. package/docs/fonts/ionicons.eot +0 -0
  36. package/docs/fonts/ionicons.svg +2090 -0
  37. package/docs/fonts/ionicons.ttf +0 -0
  38. package/docs/fonts/ionicons.woff +0 -0
  39. package/docs/fonts/ionicons.woff2 +0 -0
  40. package/docs/fonts/roboto-v15-latin-300.eot +0 -0
  41. package/docs/fonts/roboto-v15-latin-300.svg +314 -0
  42. package/docs/fonts/roboto-v15-latin-300.ttf +0 -0
  43. package/docs/fonts/roboto-v15-latin-300.woff +0 -0
  44. package/docs/fonts/roboto-v15-latin-300.woff2 +0 -0
  45. package/docs/fonts/roboto-v15-latin-700.eot +0 -0
  46. package/docs/fonts/roboto-v15-latin-700.svg +310 -0
  47. package/docs/fonts/roboto-v15-latin-700.ttf +0 -0
  48. package/docs/fonts/roboto-v15-latin-700.woff +0 -0
  49. package/docs/fonts/roboto-v15-latin-700.woff2 +0 -0
  50. package/docs/fonts/roboto-v15-latin-italic.eot +0 -0
  51. package/docs/fonts/roboto-v15-latin-italic.svg +323 -0
  52. package/docs/fonts/roboto-v15-latin-italic.ttf +0 -0
  53. package/docs/fonts/roboto-v15-latin-italic.woff +0 -0
  54. package/docs/fonts/roboto-v15-latin-italic.woff2 +0 -0
  55. package/docs/fonts/roboto-v15-latin-regular.eot +0 -0
  56. package/docs/fonts/roboto-v15-latin-regular.svg +308 -0
  57. package/docs/fonts/roboto-v15-latin-regular.ttf +0 -0
  58. package/docs/fonts/roboto-v15-latin-regular.woff +0 -0
  59. package/docs/fonts/roboto-v15-latin-regular.woff2 +0 -0
  60. package/docs/images/compodoc-vectorise-inverted.png +0 -0
  61. package/docs/images/compodoc-vectorise-inverted.svg +201 -0
  62. package/docs/images/compodoc-vectorise.png +0 -0
  63. package/docs/images/compodoc-vectorise.svg +201 -0
  64. package/docs/images/favicon.ico +0 -0
  65. package/docs/index.html +171 -0
  66. package/docs/injectables/ApiQueueService.html +792 -0
  67. package/docs/injectables/CoreAppEffects.html +390 -0
  68. package/docs/injectables/EuiAppShellService.html +2346 -0
  69. package/docs/injectables/EuiDynamicComponentService.html +433 -0
  70. package/docs/injectables/EuiDynamicMenuService.html +377 -0
  71. package/docs/injectables/EuiGrowlService.html +821 -0
  72. package/docs/injectables/EuiPermissionService.html +642 -0
  73. package/docs/injectables/EuiTimezoneService.html +378 -0
  74. package/docs/injectables/GlobalErrorHandler.html +291 -0
  75. package/docs/injectables/I18nLoader.html +589 -0
  76. package/docs/injectables/I18nService.html +927 -0
  77. package/docs/injectables/I18nServiceMock.html +626 -0
  78. package/docs/injectables/LocalForageService.html +761 -0
  79. package/docs/injectables/LocalStorageService.html +548 -0
  80. package/docs/injectables/LocaleService.html +753 -0
  81. package/docs/injectables/LocaleServiceMock.html +453 -0
  82. package/docs/injectables/LogService.html +352 -0
  83. package/docs/injectables/OpenIdConnectService.html +225 -0
  84. package/docs/injectables/SessionStorageService.html +548 -0
  85. package/docs/injectables/StoreService.html +641 -0
  86. package/docs/injectables/StoreServiceMock.html +455 -0
  87. package/docs/injectables/UserService.html +738 -0
  88. package/docs/injectables/UserServiceMock.html +635 -0
  89. package/docs/interceptors/AddLangParamInterceptor.html +303 -0
  90. package/docs/interceptors/CachePreventionInterceptor.html +252 -0
  91. package/docs/interceptors/CorsSecurityInterceptor.html +252 -0
  92. package/docs/interceptors/CsrfPreventionInterceptor.html +252 -0
  93. package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +252 -0
  94. package/docs/interceptors/HttpErrorHandlerInterceptor.html +319 -0
  95. package/docs/interceptors/OpenIdConnectInterceptor.html +345 -0
  96. package/docs/interceptors/UxRequestErrorModelInterceptor.html +295 -0
  97. package/docs/interfaces/EuiTimeZone.html +247 -0
  98. package/docs/interfaces/LoadedResources.html +292 -0
  99. package/docs/interfaces/LoadedResourcesError.html +247 -0
  100. package/docs/interfaces/ModuleLoadEvent.html +292 -0
  101. package/docs/interfaces/OpenIdConnectUserDetails.html +439 -0
  102. package/docs/interfaces/ResourceError.html +298 -0
  103. package/docs/interfaces/UIState.html +1945 -0
  104. package/docs/js/compodoc.js +14 -0
  105. package/docs/js/lazy-load-graphs.js +44 -0
  106. package/docs/js/libs/EventDispatcher.js +5 -0
  107. package/docs/js/libs/bootstrap-native.js +1 -0
  108. package/docs/js/libs/clipboard.min.js +7 -0
  109. package/docs/js/libs/custom-elements-es5-adapter.js +15 -0
  110. package/docs/js/libs/custom-elements.min.js +38 -0
  111. package/docs/js/libs/d3.v3.min.js +2 -0
  112. package/docs/js/libs/deep-iterator.js +2 -0
  113. package/docs/js/libs/es6-shim.min.js +11 -0
  114. package/docs/js/libs/htmlparser.js +23 -0
  115. package/docs/js/libs/innersvg.js +9 -0
  116. package/docs/js/libs/lit-html.js +1 -0
  117. package/docs/js/libs/prism.js +46 -0
  118. package/docs/js/libs/promise.min.js +6 -0
  119. package/docs/js/libs/svg-pan-zoom.min.js +3 -0
  120. package/docs/js/libs/tablesort.min.js +6 -0
  121. package/docs/js/libs/tablesort.number.min.js +6 -0
  122. package/docs/js/libs/vis.min.js +47 -0
  123. package/docs/js/libs/zepto.min.js +2 -0
  124. package/docs/js/menu-wc.js +377 -0
  125. package/docs/js/menu-wc_es5.js +42 -0
  126. package/docs/js/menu.js +325 -0
  127. package/docs/js/routes.js +301 -0
  128. package/docs/js/search/lunr.min.js +6 -0
  129. package/docs/js/search/search-lunr.js +67 -0
  130. package/docs/js/search/search.js +268 -0
  131. package/docs/js/search/search_index.js +4 -0
  132. package/docs/js/sourceCode.js +58 -0
  133. package/docs/js/svg-pan-zoom.controls.js +53 -0
  134. package/docs/js/tabs.js +21 -0
  135. package/docs/js/tree.js +147 -0
  136. package/docs/license.html +379 -0
  137. package/docs/miscellaneous/enumerations.html +418 -0
  138. package/docs/miscellaneous/functions.html +1754 -0
  139. package/docs/miscellaneous/typealiases.html +258 -0
  140. package/docs/miscellaneous/variables.html +3969 -0
  141. package/docs/modules/CoreModule.html +254 -0
  142. package/docs/modules/I18nModule.html +198 -0
  143. package/docs/modules/LogModule.html +301 -0
  144. package/docs/modules/TranslateMockModule.html +176 -0
  145. package/docs/modules.html +168 -0
  146. package/docs/pipes/TranslateMockPipe.html +225 -0
  147. package/docs/properties.html +124 -0
  148. package/docs/styles/bootstrap-card.css +219 -0
  149. package/docs/styles/bootstrap.min.css +6 -0
  150. package/docs/styles/compodoc.css +1121 -0
  151. package/docs/styles/dark.css +121 -0
  152. package/docs/styles/ionicons.min.css +11 -0
  153. package/docs/styles/laravel.css +113 -0
  154. package/docs/styles/material.css +131 -0
  155. package/docs/styles/original.css +51 -0
  156. package/docs/styles/postmark.css +238 -0
  157. package/docs/styles/prism.css +301 -0
  158. package/docs/styles/readthedocs.css +117 -0
  159. package/docs/styles/reset.css +129 -0
  160. package/docs/styles/stripe.css +106 -0
  161. package/docs/styles/style.css +7 -0
  162. package/docs/styles/tablesort.css +33 -0
  163. package/docs/styles/vagrant.css +130 -0
  164. package/package.json +1 -1
@@ -0,0 +1,927 @@
1
+ <!doctype html>
2
+ <html class="no-js" lang="">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
6
+ <title>csdr documentation</title>
7
+ <meta name="description" content="">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+
10
+ <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
+ <link rel="stylesheet" href="../styles/style.css">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
+ <link rel="stylesheet" href="../styles/material.css">
14
+ </head>
15
+ <body>
16
+
17
+ <div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
18
+ <a href="../" class="navbar-brand">csdr documentation</a>
19
+ <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
20
+ </div>
21
+
22
+ <div class="xs-menu menu" id="mobile-menu">
23
+ <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
24
+ </div>
25
+
26
+ <div class="container-fluid main">
27
+ <div class="row main">
28
+ <div class="hidden-xs menu">
29
+ <compodoc-menu mode="normal"></compodoc-menu>
30
+ </div>
31
+ <!-- START CONTENT -->
32
+ <div class="content injectable">
33
+ <div class="content-data">
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+ <ol class="breadcrumb">
43
+ <li class="breadcrumb-item">Injectables</li>
44
+ <li class="breadcrumb-item" >I18nService</li>
45
+ </ol>
46
+
47
+ <ul class="nav nav-tabs" role="tablist">
48
+ <li class="nav-item">
49
+ <a href="#info"
50
+ class="nav-link"
51
+ class="nav-link active"
52
+ role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
53
+ </li>
54
+ </ul>
55
+
56
+ <div class="tab-content">
57
+ <div class="tab-pane fade active in" id="info">
58
+ <p class="comment">
59
+ <h3>File</h3>
60
+ </p>
61
+ <p class="comment">
62
+ <code>packages/eui/packages/core/src/lib/services/i18n/i18n.service.ts</code>
63
+ </p>
64
+
65
+
66
+
67
+ <p class="comment">
68
+ <h3>Extends</h3>
69
+ </p>
70
+ <p class="comment">
71
+ <code>EuiLazyService</code>
72
+ </p>
73
+
74
+
75
+ <section data-compodoc="block-index">
76
+ <h3 id="index">Index</h3>
77
+ <table class="table table-sm table-bordered index-table">
78
+ <tbody>
79
+
80
+ <tr>
81
+ <td class="col-md-4">
82
+ <h6><b>Methods</b></h6>
83
+ </td>
84
+ </tr>
85
+ <tr>
86
+ <td class="col-md-4">
87
+ <ul class="index-list">
88
+ <li>
89
+ <span class="modifier">Public</span>
90
+ <a href="#addResources" >addResources</a>
91
+ </li>
92
+ <li>
93
+ <a href="#getState" >getState</a>
94
+ </li>
95
+ <li>
96
+ <a href="#getState" >getState</a>
97
+ </li>
98
+ <li>
99
+ <a href="#getState" >getState</a>
100
+ </li>
101
+ <li>
102
+ <a href="#init" >init</a>
103
+ </li>
104
+ <li>
105
+ <span class="modifier">Public</span>
106
+ <a href="#lazyLoad" >lazyLoad</a>
107
+ </li>
108
+ <li>
109
+ <a href="#lazyLoadInit" >lazyLoadInit</a>
110
+ </li>
111
+ <li>
112
+ <a href="#onReady" >onReady</a>
113
+ </li>
114
+ <li>
115
+ <a href="#updateState" >updateState</a>
116
+ </li>
117
+ </ul>
118
+ </td>
119
+ </tr>
120
+
121
+
122
+
123
+
124
+
125
+ </tbody>
126
+ </table>
127
+ </section>
128
+
129
+ <section data-compodoc="block-constructor">
130
+ <h3 id="constructor">Constructor</h3>
131
+ <table class="table table-sm table-bordered">
132
+ <tbody>
133
+ <tr>
134
+ <td class="col-md-4">
135
+ <code>constructor(baseGlobalConfig: GlobalConfig, translateService: TranslateService, logService: <a href="../injectables/LogService.html" target="_self">LogService</a>, store: <a href="../injectables/StoreService.html" target="_self">StoreService</a>, document: Document)</code>
136
+ </td>
137
+ </tr>
138
+
139
+ <tr>
140
+ <td class="col-md-4">
141
+ <div>
142
+ <b>Parameters :</b>
143
+ <table class="params">
144
+ <thead>
145
+ <tr>
146
+ <td>Name</td>
147
+ <td>Type</td>
148
+ <td>Optional</td>
149
+ </tr>
150
+ </thead>
151
+ <tbody>
152
+ <tr>
153
+ <td>baseGlobalConfig</td>
154
+
155
+ <td>
156
+ <code>GlobalConfig</code>
157
+ </td>
158
+
159
+ <td>
160
+ No
161
+ </td>
162
+
163
+ </tr>
164
+ <tr>
165
+ <td>translateService</td>
166
+
167
+ <td>
168
+ <code>TranslateService</code>
169
+ </td>
170
+
171
+ <td>
172
+ No
173
+ </td>
174
+
175
+ </tr>
176
+ <tr>
177
+ <td>logService</td>
178
+
179
+ <td>
180
+ <code><a href="../injectables/LogService.html" target="_self" >LogService</a></code>
181
+ </td>
182
+
183
+ <td>
184
+ No
185
+ </td>
186
+
187
+ </tr>
188
+ <tr>
189
+ <td>store</td>
190
+
191
+ <td>
192
+ <code><a href="../injectables/StoreService.html" target="_self" >StoreService</a></code>
193
+ </td>
194
+
195
+ <td>
196
+ No
197
+ </td>
198
+
199
+ </tr>
200
+ <tr>
201
+ <td>document</td>
202
+
203
+ <td>
204
+ <code>Document</code>
205
+ </td>
206
+
207
+ <td>
208
+ No
209
+ </td>
210
+
211
+ </tr>
212
+ </tbody>
213
+ </table>
214
+ </div>
215
+ </td>
216
+ </tr>
217
+ </tbody>
218
+ </table>
219
+ </section>
220
+
221
+ <section data-compodoc="block-methods">
222
+
223
+ <h3 id="methods">
224
+ Methods
225
+ </h3>
226
+ <table class="table table-sm table-bordered">
227
+ <tbody>
228
+ <tr>
229
+ <td class="col-md-4">
230
+ <a name="addResources"></a>
231
+ <span class="name">
232
+ <span class="modifier">Public</span>
233
+ <span ><b>addResources</b></span>
234
+ <a href="#addResources"><span class="icon ion-ios-link"></span></a>
235
+ </span>
236
+ </td>
237
+ </tr>
238
+ <tr>
239
+ <td class="col-md-4">
240
+ <span class="modifier-icon icon ion-ios-reset"></span>
241
+ <code>addResources(config: <a href="../injectables/I18nLoader.html" target="_self">I18nLoaderConfig</a>, moduleName?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
242
+ </td>
243
+ </tr>
244
+
245
+
246
+
247
+
248
+ <tr>
249
+ <td class="col-md-4">
250
+ <div class="io-description"><p>Add resources based of a config loader</p>
251
+ </div>
252
+
253
+ <div class="io-description">
254
+ <b>Parameters :</b>
255
+
256
+ <table class="params">
257
+ <thead>
258
+ <tr>
259
+ <td>Name</td>
260
+ <td>Type</td>
261
+ <td>Optional</td>
262
+ <td>Description</td>
263
+ </tr>
264
+ </thead>
265
+ <tbody>
266
+ <tr>
267
+ <td>config</td>
268
+ <td>
269
+ <code><a href="../injectables/I18nLoader.html" target="_self" >I18nLoaderConfig</a></code>
270
+ </td>
271
+
272
+ <td>
273
+ No
274
+ </td>
275
+
276
+
277
+ <td>
278
+ <p>I18nLoaderConfig</p>
279
+
280
+ </td>
281
+ </tr>
282
+ <tr>
283
+ <td>moduleName</td>
284
+ <td>
285
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
286
+ </td>
287
+
288
+ <td>
289
+ Yes
290
+ </td>
291
+
292
+
293
+ <td>
294
+ </td>
295
+ </tr>
296
+ </tbody>
297
+ </table>
298
+ </div>
299
+ <div class="io-description">
300
+ <b>Returns : </b> <code>Observable&lt;EuiServiceStatus&gt;</code>
301
+
302
+ </div>
303
+ <div class="io-description">
304
+ <p>Promise<EuiServiceStatus> an EuiServiceStatus when translation has fully loaded</p>
305
+
306
+ </div>
307
+ </td>
308
+ </tr>
309
+ </tbody>
310
+ </table>
311
+ <table class="table table-sm table-bordered">
312
+ <tbody>
313
+ <tr>
314
+ <td class="col-md-4">
315
+ <a name="getState"></a>
316
+ <span class="name">
317
+ <span ><b>getState</b></span>
318
+ <a href="#getState"><span class="icon ion-ios-link"></span></a>
319
+ </span>
320
+ </td>
321
+ </tr>
322
+ <tr>
323
+ <td class="col-md-4">
324
+ <code>getState(mapFn?: (state?: T) => void)</code>
325
+ </td>
326
+ </tr>
327
+
328
+
329
+
330
+ <tr>
331
+ <td class="col-md-4">
332
+ <b>Type parameters :</b>
333
+ <ul class="type-parameters">
334
+ <li>K</li>
335
+ </ul>
336
+ </td>
337
+ </tr>
338
+
339
+ <tr>
340
+ <td class="col-md-4">
341
+
342
+ <div class="io-description">
343
+ <b>Parameters :</b>
344
+
345
+ <table class="params">
346
+ <thead>
347
+ <tr>
348
+ <td>Name</td>
349
+ <td>Type</td>
350
+ <td>Optional</td>
351
+ </tr>
352
+ </thead>
353
+ <tbody>
354
+ <tr>
355
+ <td>mapFn</td>
356
+ <td>
357
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/function" target="_blank" >function</a></code>
358
+ </td>
359
+
360
+ <td>
361
+ Yes
362
+ </td>
363
+
364
+
365
+ </tr>
366
+ </tbody>
367
+ </table>
368
+ </div>
369
+ <div class="io-description">
370
+ <b>Returns : </b> <code>Observable&lt;K&gt;</code>
371
+
372
+ </div>
373
+ <div class="io-description">
374
+
375
+ </div>
376
+ </td>
377
+ </tr>
378
+ </tbody>
379
+ </table>
380
+ <table class="table table-sm table-bordered">
381
+ <tbody>
382
+ <tr>
383
+ <td class="col-md-4">
384
+ <a name="getState"></a>
385
+ <span class="name">
386
+ <span ><b>getState</b></span>
387
+ <a href="#getState"><span class="icon ion-ios-link"></span></a>
388
+ </span>
389
+ </td>
390
+ </tr>
391
+ <tr>
392
+ <td class="col-md-4">
393
+ <code>getState(key?: a)</code>
394
+ </td>
395
+ </tr>
396
+
397
+
398
+
399
+ <tr>
400
+ <td class="col-md-4">
401
+ <b>Type parameters :</b>
402
+ <ul class="type-parameters">
403
+ <li>a</li>
404
+ </ul>
405
+ </td>
406
+ </tr>
407
+
408
+ <tr>
409
+ <td class="col-md-4">
410
+
411
+ <div class="io-description">
412
+ <b>Parameters :</b>
413
+
414
+ <table class="params">
415
+ <thead>
416
+ <tr>
417
+ <td>Name</td>
418
+ <td>Type</td>
419
+ <td>Optional</td>
420
+ </tr>
421
+ </thead>
422
+ <tbody>
423
+ <tr>
424
+ <td>key</td>
425
+ <td>
426
+ <code>a</code>
427
+ </td>
428
+
429
+ <td>
430
+ Yes
431
+ </td>
432
+
433
+
434
+ </tr>
435
+ </tbody>
436
+ </table>
437
+ </div>
438
+ <div class="io-description">
439
+ <b>Returns : </b> <code>Observable&lt;&gt;</code>
440
+
441
+ </div>
442
+ <div class="io-description">
443
+
444
+ </div>
445
+ </td>
446
+ </tr>
447
+ </tbody>
448
+ </table>
449
+ <table class="table table-sm table-bordered">
450
+ <tbody>
451
+ <tr>
452
+ <td class="col-md-4">
453
+ <a name="getState"></a>
454
+ <span class="name">
455
+ <span ><b>getState</b></span>
456
+ <a href="#getState"><span class="icon ion-ios-link"></span></a>
457
+ </span>
458
+ </td>
459
+ </tr>
460
+ <tr>
461
+ <td class="col-md-4">
462
+ <code>getState(keyOrMapFn?: | string)</code>
463
+ </td>
464
+ </tr>
465
+
466
+
467
+
468
+ <tr>
469
+ <td class="col-md-4">
470
+ <b>Type parameters :</b>
471
+ <ul class="type-parameters">
472
+ <li>K</li>
473
+ </ul>
474
+ </td>
475
+ </tr>
476
+
477
+ <tr>
478
+ <td class="col-md-4">
479
+
480
+ <div class="io-description">
481
+ <b>Parameters :</b>
482
+
483
+ <table class="params">
484
+ <thead>
485
+ <tr>
486
+ <td>Name</td>
487
+ <td>Type</td>
488
+ <td>Optional</td>
489
+ </tr>
490
+ </thead>
491
+ <tbody>
492
+ <tr>
493
+ <td>keyOrMapFn</td>
494
+ <td>
495
+ <code> | string</code>
496
+ </td>
497
+
498
+ <td>
499
+ Yes
500
+ </td>
501
+
502
+
503
+ </tr>
504
+ </tbody>
505
+ </table>
506
+ </div>
507
+ <div class="io-description">
508
+ <b>Returns : </b> <code>Observable&lt;K&gt;</code>
509
+
510
+ </div>
511
+ <div class="io-description">
512
+
513
+ </div>
514
+ </td>
515
+ </tr>
516
+ </tbody>
517
+ </table>
518
+ <table class="table table-sm table-bordered">
519
+ <tbody>
520
+ <tr>
521
+ <td class="col-md-4">
522
+ <a name="init"></a>
523
+ <span class="name">
524
+ <span ><b>init</b></span>
525
+ <a href="#init"><span class="icon ion-ios-link"></span></a>
526
+ </span>
527
+ </td>
528
+ </tr>
529
+ <tr>
530
+ <td class="col-md-4">
531
+ <code>init(langState?: T)</code>
532
+ </td>
533
+ </tr>
534
+
535
+
536
+
537
+
538
+ <tr>
539
+ <td class="col-md-4">
540
+
541
+ <div class="io-description">
542
+ <b>Parameters :</b>
543
+
544
+ <table class="params">
545
+ <thead>
546
+ <tr>
547
+ <td>Name</td>
548
+ <td>Type</td>
549
+ <td>Optional</td>
550
+ </tr>
551
+ </thead>
552
+ <tbody>
553
+ <tr>
554
+ <td>langState</td>
555
+ <td>
556
+ <code>T</code>
557
+ </td>
558
+
559
+ <td>
560
+ Yes
561
+ </td>
562
+
563
+
564
+ </tr>
565
+ </tbody>
566
+ </table>
567
+ </div>
568
+ <div class="io-description">
569
+ <b>Returns : </b> <code>Observable&lt;EuiServiceStatus&gt;</code>
570
+
571
+ </div>
572
+ <div class="io-description">
573
+
574
+ </div>
575
+ </td>
576
+ </tr>
577
+ </tbody>
578
+ </table>
579
+ <table class="table table-sm table-bordered">
580
+ <tbody>
581
+ <tr>
582
+ <td class="col-md-4">
583
+ <a name="lazyLoad"></a>
584
+ <span class="name">
585
+ <span class="modifier">Public</span>
586
+ <span ><b>lazyLoad</b></span>
587
+ <a href="#lazyLoad"><span class="icon ion-ios-link"></span></a>
588
+ </span>
589
+ </td>
590
+ </tr>
591
+ <tr>
592
+ <td class="col-md-4">
593
+ <span class="modifier-icon icon ion-ios-reset"></span>
594
+ <code>lazyLoad(config: <a href="../injectables/I18nLoader.html" target="_self">I18nLoaderConfig</a>)</code>
595
+ </td>
596
+ </tr>
597
+
598
+
599
+
600
+
601
+ <tr>
602
+ <td class="col-md-4">
603
+
604
+ <div class="io-description">
605
+ <b>Parameters :</b>
606
+
607
+ <table class="params">
608
+ <thead>
609
+ <tr>
610
+ <td>Name</td>
611
+ <td>Type</td>
612
+ <td>Optional</td>
613
+ </tr>
614
+ </thead>
615
+ <tbody>
616
+ <tr>
617
+ <td>config</td>
618
+ <td>
619
+ <code><a href="../injectables/I18nLoader.html" target="_self" >I18nLoaderConfig</a></code>
620
+ </td>
621
+
622
+ <td>
623
+ No
624
+ </td>
625
+
626
+
627
+ </tr>
628
+ </tbody>
629
+ </table>
630
+ </div>
631
+ <div class="io-description">
632
+ <b>Returns : </b> <code>Observable&lt;EuiServiceStatus&gt;</code>
633
+
634
+ </div>
635
+ <div class="io-description">
636
+
637
+ </div>
638
+ </td>
639
+ </tr>
640
+ </tbody>
641
+ </table>
642
+ <table class="table table-sm table-bordered">
643
+ <tbody>
644
+ <tr>
645
+ <td class="col-md-4">
646
+ <a name="lazyLoadInit"></a>
647
+ <span class="name">
648
+ <span ><b>lazyLoadInit</b></span>
649
+ <a href="#lazyLoadInit"><span class="icon ion-ios-link"></span></a>
650
+ </span>
651
+ </td>
652
+ </tr>
653
+ <tr>
654
+ <td class="col-md-4">
655
+ <code>lazyLoadInit(moduleConfig: ModuleConfig, moduleName?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
656
+ </td>
657
+ </tr>
658
+
659
+
660
+
661
+
662
+ <tr>
663
+ <td class="col-md-4">
664
+
665
+ <div class="io-description">
666
+ <b>Parameters :</b>
667
+
668
+ <table class="params">
669
+ <thead>
670
+ <tr>
671
+ <td>Name</td>
672
+ <td>Type</td>
673
+ <td>Optional</td>
674
+ </tr>
675
+ </thead>
676
+ <tbody>
677
+ <tr>
678
+ <td>moduleConfig</td>
679
+ <td>
680
+ <code>ModuleConfig</code>
681
+ </td>
682
+
683
+ <td>
684
+ No
685
+ </td>
686
+
687
+
688
+ </tr>
689
+ <tr>
690
+ <td>moduleName</td>
691
+ <td>
692
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
693
+ </td>
694
+
695
+ <td>
696
+ Yes
697
+ </td>
698
+
699
+
700
+ </tr>
701
+ </tbody>
702
+ </table>
703
+ </div>
704
+ <div class="io-description">
705
+ <b>Returns : </b> <code>Observable&lt;EuiServiceStatus&gt;</code>
706
+
707
+ </div>
708
+ <div class="io-description">
709
+
710
+ </div>
711
+ </td>
712
+ </tr>
713
+ </tbody>
714
+ </table>
715
+ <table class="table table-sm table-bordered">
716
+ <tbody>
717
+ <tr>
718
+ <td class="col-md-4">
719
+ <a name="onReady"></a>
720
+ <span class="name">
721
+ <span ><b>onReady</b></span>
722
+ <a href="#onReady"><span class="icon ion-ios-link"></span></a>
723
+ </span>
724
+ </td>
725
+ </tr>
726
+ <tr>
727
+ <td class="col-md-4">
728
+ <code>onReady(moduleName?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
729
+ </td>
730
+ </tr>
731
+
732
+
733
+
734
+
735
+ <tr>
736
+ <td class="col-md-4">
737
+ <div class="io-description"><p>A pipe function that could serve as a wrapper of another observable
738
+ e.g. ngx-translate i18n.onReady(&#39;my_module&#39;).pipe(switchMap(()=&gt;translate.get(&#39;eui.KEY&#39;)));
739
+ WARNING: onReady will emit only once for a loaded Module, going to another and then going back will not result
740
+ into another emission.</p>
741
+ <p>fetch module name from the state.</p>
742
+ </div>
743
+
744
+ <div class="io-description">
745
+ <b>Parameters :</b>
746
+
747
+ <table class="params">
748
+ <thead>
749
+ <tr>
750
+ <td>Name</td>
751
+ <td>Type</td>
752
+ <td>Optional</td>
753
+ <td>Description</td>
754
+ </tr>
755
+ </thead>
756
+ <tbody>
757
+ <tr>
758
+ <td>moduleName</td>
759
+ <td>
760
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
761
+ </td>
762
+
763
+ <td>
764
+ Yes
765
+ </td>
766
+
767
+
768
+ <td>
769
+ <p>the name of the module that has been given through the eUI globalConfig. In case non provided
770
+ fetch module name from the state.</p>
771
+
772
+ </td>
773
+ </tr>
774
+ </tbody>
775
+ </table>
776
+ </div>
777
+ <div class="io-description">
778
+ <b>Returns : </b> <code>Observable&lt;any&gt;</code>
779
+
780
+ </div>
781
+ <div class="io-description">
782
+
783
+ </div>
784
+ </td>
785
+ </tr>
786
+ </tbody>
787
+ </table>
788
+ <table class="table table-sm table-bordered">
789
+ <tbody>
790
+ <tr>
791
+ <td class="col-md-4">
792
+ <a name="updateState"></a>
793
+ <span class="name">
794
+ <span ><b>updateState</b></span>
795
+ <a href="#updateState"><span class="icon ion-ios-link"></span></a>
796
+ </span>
797
+ </td>
798
+ </tr>
799
+ <tr>
800
+ <td class="col-md-4">
801
+ <code>updateState(langState: T | I18nState)</code>
802
+ </td>
803
+ </tr>
804
+
805
+
806
+
807
+
808
+ <tr>
809
+ <td class="col-md-4">
810
+
811
+ <div class="io-description">
812
+ <b>Parameters :</b>
813
+
814
+ <table class="params">
815
+ <thead>
816
+ <tr>
817
+ <td>Name</td>
818
+ <td>Type</td>
819
+ <td>Optional</td>
820
+ </tr>
821
+ </thead>
822
+ <tbody>
823
+ <tr>
824
+ <td>langState</td>
825
+ <td>
826
+ <code>T | I18nState</code>
827
+ </td>
828
+
829
+ <td>
830
+ No
831
+ </td>
832
+
833
+
834
+ </tr>
835
+ </tbody>
836
+ </table>
837
+ </div>
838
+ <div class="io-description">
839
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
840
+
841
+ </div>
842
+ <div class="io-description">
843
+
844
+ </div>
845
+ </td>
846
+ </tr>
847
+ </tbody>
848
+ </table>
849
+ </section>
850
+
851
+ </div>
852
+
853
+
854
+
855
+ </div>
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+ </div><div class="search-results">
870
+ <div class="has-results">
871
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
872
+ <ul class="search-results-list"></ul>
873
+ </div>
874
+ <div class="no-results">
875
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
876
+ </div>
877
+ </div>
878
+ </div>
879
+ <!-- END CONTENT -->
880
+ </div>
881
+ </div>
882
+
883
+ <label class="dark-mode-switch">
884
+ <input type="checkbox">
885
+ <span class="slider">
886
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
887
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
888
+ </svg>
889
+ </span>
890
+ </label>
891
+
892
+ <script>
893
+ var COMPODOC_CURRENT_PAGE_DEPTH = 1;
894
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'injectable';
895
+ var COMPODOC_CURRENT_PAGE_URL = 'I18nService.html';
896
+ var MAX_SEARCH_RESULTS = 15;
897
+ </script>
898
+
899
+ <script src="../js/libs/custom-elements.min.js"></script>
900
+ <script src="../js/libs/lit-html.js"></script>
901
+
902
+ <script src="../js/menu-wc.js" defer></script>
903
+ <script nomodule src="../js/menu-wc_es5.js" defer></script>
904
+
905
+ <script src="../js/libs/bootstrap-native.js"></script>
906
+
907
+ <script src="../js/libs/es6-shim.min.js"></script>
908
+ <script src="../js/libs/EventDispatcher.js"></script>
909
+ <script src="../js/libs/promise.min.js"></script>
910
+ <script src="../js/libs/zepto.min.js"></script>
911
+
912
+ <script src="../js/compodoc.js"></script>
913
+
914
+ <script src="../js/tabs.js"></script>
915
+ <script src="../js/menu.js"></script>
916
+ <script src="../js/libs/clipboard.min.js"></script>
917
+ <script src="../js/libs/prism.js"></script>
918
+ <script src="../js/sourceCode.js"></script>
919
+ <script src="../js/search/search.js"></script>
920
+ <script src="../js/search/lunr.min.js"></script>
921
+ <script src="../js/search/search-lunr.js"></script>
922
+ <script src="../js/search/search_index.js"></script>
923
+ <script src="../js/lazy-load-graphs.js"></script>
924
+
925
+
926
+ </body>
927
+ </html>