@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,504 @@
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 class">
33
+ <div class="content-data">
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+ <ol class="breadcrumb">
47
+ <li class="breadcrumb-item">Classes</li>
48
+ <li class="breadcrumb-item" >I18nResourceImpl</li>
49
+ </ol>
50
+
51
+ <ul class="nav nav-tabs" role="tablist">
52
+ <li class="nav-item">
53
+ <a href="#info"
54
+ class="nav-link"
55
+ class="nav-link active"
56
+ role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
57
+ </li>
58
+ </ul>
59
+
60
+ <div class="tab-content">
61
+ <div class="tab-pane fade active in" id="info">
62
+ <p class="comment">
63
+ <h3>File</h3>
64
+ </p>
65
+ <p class="comment">
66
+ <code>packages/eui/packages/core/src/lib/services/i18n/i18n.resource.ts</code>
67
+ </p>
68
+
69
+
70
+
71
+
72
+
73
+
74
+ <section data-compodoc="block-index">
75
+ <h3 id="index">Index</h3>
76
+ <table class="table table-sm table-bordered index-table">
77
+ <tbody>
78
+
79
+ <tr>
80
+ <td class="col-md-4">
81
+ <h6><b>Methods</b></h6>
82
+ </td>
83
+ </tr>
84
+ <tr>
85
+ <td class="col-md-4">
86
+ <ul class="index-list">
87
+ <li>
88
+ <span class="modifier">Public</span>
89
+ <a href="#compileTranslations" >compileTranslations</a>
90
+ </li>
91
+ <li>
92
+ <span class="modifier">Public</span>
93
+ <a href="#equals" >equals</a>
94
+ </li>
95
+ <li>
96
+ <span class="modifier">Public</span>
97
+ <a href="#getPath" >getPath</a>
98
+ </li>
99
+ </ul>
100
+ </td>
101
+ </tr>
102
+
103
+
104
+
105
+
106
+
107
+ </tbody>
108
+ </table>
109
+ </section>
110
+
111
+ <section data-compodoc="block-constructor">
112
+ <h3 id="constructor">Constructor</h3>
113
+ <table class="table table-sm table-bordered">
114
+ <tbody>
115
+ <tr>
116
+ <td class="col-md-4">
117
+ <code>constructor(prefix: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, suffix: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, compileTranslationsFn: (translations: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>,lang: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>) => void)</code>
118
+ </td>
119
+ </tr>
120
+
121
+ <tr>
122
+ <td class="col-md-4">
123
+ <div class="io-description"><p>Resource constructor</p>
124
+ </div>
125
+ <div>
126
+ <b>Parameters :</b>
127
+ <table class="params">
128
+ <thead>
129
+ <tr>
130
+ <td>Name</td>
131
+ <td>Type</td>
132
+ <td>Optional</td>
133
+ <td>Description</td>
134
+ </tr>
135
+ </thead>
136
+ <tbody>
137
+ <tr>
138
+ <td>prefix</td>
139
+
140
+ <td>
141
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
142
+ </td>
143
+
144
+ <td>
145
+ No
146
+ </td>
147
+
148
+ <td>
149
+ <p>the prefix of the resource</p>
150
+
151
+ </td>
152
+ </tr>
153
+ <tr>
154
+ <td>suffix</td>
155
+
156
+ <td>
157
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
158
+ </td>
159
+
160
+ <td>
161
+ No
162
+ </td>
163
+
164
+ <td>
165
+ <p>the suffix of the resource, optional parameter</p>
166
+
167
+ </td>
168
+ </tr>
169
+ <tr>
170
+ <td>compileTranslationsFn</td>
171
+
172
+ <td>
173
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/function" target="_blank" >function</a></code>
174
+ </td>
175
+
176
+ <td>
177
+ No
178
+ </td>
179
+
180
+ <td>
181
+ </td>
182
+ </tr>
183
+ </tbody>
184
+ </table>
185
+ </div>
186
+ </td>
187
+ </tr>
188
+ </tbody>
189
+ </table>
190
+ </section>
191
+
192
+
193
+ <section data-compodoc="block-methods">
194
+
195
+ <h3 id="methods">
196
+ Methods
197
+ </h3>
198
+ <table class="table table-sm table-bordered">
199
+ <tbody>
200
+ <tr>
201
+ <td class="col-md-4">
202
+ <a name="compileTranslations"></a>
203
+ <span class="name">
204
+ <span class="modifier">Public</span>
205
+ <span ><b>compileTranslations</b></span>
206
+ <a href="#compileTranslations"><span class="icon ion-ios-link"></span></a>
207
+ </span>
208
+ </td>
209
+ </tr>
210
+ <tr>
211
+ <td class="col-md-4">
212
+ <span class="modifier-icon icon ion-ios-reset"></span>
213
+ <code>compileTranslations(translations: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>, lang: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
214
+ </td>
215
+ </tr>
216
+
217
+
218
+
219
+
220
+ <tr>
221
+ <td class="col-md-4">
222
+ <div class="io-description"><p>Translations pre-processor</p>
223
+ </div>
224
+
225
+ <div class="io-description">
226
+ <b>Parameters :</b>
227
+
228
+ <table class="params">
229
+ <thead>
230
+ <tr>
231
+ <td>Name</td>
232
+ <td>Type</td>
233
+ <td>Optional</td>
234
+ <td>Description</td>
235
+ </tr>
236
+ </thead>
237
+ <tbody>
238
+ <tr>
239
+ <td>translations</td>
240
+ <td>
241
+ <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
242
+ </td>
243
+
244
+ <td>
245
+ No
246
+ </td>
247
+
248
+
249
+ <td>
250
+ <p>the object to be pre-processed</p>
251
+
252
+ </td>
253
+ </tr>
254
+ <tr>
255
+ <td>lang</td>
256
+ <td>
257
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
258
+ </td>
259
+
260
+ <td>
261
+ No
262
+ </td>
263
+
264
+
265
+ <td>
266
+ <p>the translations language</p>
267
+
268
+ </td>
269
+ </tr>
270
+ </tbody>
271
+ </table>
272
+ </div>
273
+ <div class="io-description">
274
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
275
+
276
+ </div>
277
+ <div class="io-description">
278
+ <p>the pre-processed translations</p>
279
+
280
+ </div>
281
+ </td>
282
+ </tr>
283
+ </tbody>
284
+ </table>
285
+ <table class="table table-sm table-bordered">
286
+ <tbody>
287
+ <tr>
288
+ <td class="col-md-4">
289
+ <a name="equals"></a>
290
+ <span class="name">
291
+ <span class="modifier">Public</span>
292
+ <span ><b>equals</b></span>
293
+ <a href="#equals"><span class="icon ion-ios-link"></span></a>
294
+ </span>
295
+ </td>
296
+ </tr>
297
+ <tr>
298
+ <td class="col-md-4">
299
+ <span class="modifier-icon icon ion-ios-reset"></span>
300
+ <code>equals(obj: <a href="../classes/I18nResourceImpl.html" target="_self">I18nResourceImpl</a>)</code>
301
+ </td>
302
+ </tr>
303
+
304
+
305
+
306
+
307
+ <tr>
308
+ <td class="col-md-4">
309
+ <div class="io-description"><p>Indicates whether other object is equal-to this one.</p>
310
+ </div>
311
+
312
+ <div class="io-description">
313
+ <b>Parameters :</b>
314
+
315
+ <table class="params">
316
+ <thead>
317
+ <tr>
318
+ <td>Name</td>
319
+ <td>Type</td>
320
+ <td>Optional</td>
321
+ <td>Description</td>
322
+ </tr>
323
+ </thead>
324
+ <tbody>
325
+ <tr>
326
+ <td>obj</td>
327
+ <td>
328
+ <code><a href="../classes/I18nResourceImpl.html" target="_self" >I18nResourceImpl</a></code>
329
+ </td>
330
+
331
+ <td>
332
+ No
333
+ </td>
334
+
335
+
336
+ <td>
337
+ <p>the reference object with which to compare</p>
338
+
339
+ </td>
340
+ </tr>
341
+ </tbody>
342
+ </table>
343
+ </div>
344
+ <div class="io-description">
345
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
346
+
347
+ </div>
348
+ <div class="io-description">
349
+ <p>true if this object is the same as obj, false otherwise</p>
350
+
351
+ </div>
352
+ </td>
353
+ </tr>
354
+ </tbody>
355
+ </table>
356
+ <table class="table table-sm table-bordered">
357
+ <tbody>
358
+ <tr>
359
+ <td class="col-md-4">
360
+ <a name="getPath"></a>
361
+ <span class="name">
362
+ <span class="modifier">Public</span>
363
+ <span ><b>getPath</b></span>
364
+ <a href="#getPath"><span class="icon ion-ios-link"></span></a>
365
+ </span>
366
+ </td>
367
+ </tr>
368
+ <tr>
369
+ <td class="col-md-4">
370
+ <span class="modifier-icon icon ion-ios-reset"></span>
371
+ <code>getPath(lang: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
372
+ </td>
373
+ </tr>
374
+
375
+
376
+
377
+
378
+ <tr>
379
+ <td class="col-md-4">
380
+ <div class="io-description"><p>The path to the resource</p>
381
+ </div>
382
+
383
+ <div class="io-description">
384
+ <b>Parameters :</b>
385
+
386
+ <table class="params">
387
+ <thead>
388
+ <tr>
389
+ <td>Name</td>
390
+ <td>Type</td>
391
+ <td>Optional</td>
392
+ <td>Description</td>
393
+ </tr>
394
+ </thead>
395
+ <tbody>
396
+ <tr>
397
+ <td>lang</td>
398
+ <td>
399
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
400
+ </td>
401
+
402
+ <td>
403
+ No
404
+ </td>
405
+
406
+
407
+ <td>
408
+ <p>the resource language</p>
409
+
410
+ </td>
411
+ </tr>
412
+ </tbody>
413
+ </table>
414
+ </div>
415
+ <div class="io-description">
416
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
417
+
418
+ </div>
419
+ <div class="io-description">
420
+ <p>the path</p>
421
+
422
+ </div>
423
+ </td>
424
+ </tr>
425
+ </tbody>
426
+ </table>
427
+ </section>
428
+
429
+
430
+
431
+
432
+
433
+ </div>
434
+
435
+
436
+ </div>
437
+
438
+
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+ </div><div class="search-results">
447
+ <div class="has-results">
448
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
449
+ <ul class="search-results-list"></ul>
450
+ </div>
451
+ <div class="no-results">
452
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
453
+ </div>
454
+ </div>
455
+ </div>
456
+ <!-- END CONTENT -->
457
+ </div>
458
+ </div>
459
+
460
+ <label class="dark-mode-switch">
461
+ <input type="checkbox">
462
+ <span class="slider">
463
+ <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">
464
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
465
+ </svg>
466
+ </span>
467
+ </label>
468
+
469
+ <script>
470
+ var COMPODOC_CURRENT_PAGE_DEPTH = 1;
471
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
472
+ var COMPODOC_CURRENT_PAGE_URL = 'I18nResourceImpl.html';
473
+ var MAX_SEARCH_RESULTS = 15;
474
+ </script>
475
+
476
+ <script src="../js/libs/custom-elements.min.js"></script>
477
+ <script src="../js/libs/lit-html.js"></script>
478
+
479
+ <script src="../js/menu-wc.js" defer></script>
480
+ <script nomodule src="../js/menu-wc_es5.js" defer></script>
481
+
482
+ <script src="../js/libs/bootstrap-native.js"></script>
483
+
484
+ <script src="../js/libs/es6-shim.min.js"></script>
485
+ <script src="../js/libs/EventDispatcher.js"></script>
486
+ <script src="../js/libs/promise.min.js"></script>
487
+ <script src="../js/libs/zepto.min.js"></script>
488
+
489
+ <script src="../js/compodoc.js"></script>
490
+
491
+ <script src="../js/tabs.js"></script>
492
+ <script src="../js/menu.js"></script>
493
+ <script src="../js/libs/clipboard.min.js"></script>
494
+ <script src="../js/libs/prism.js"></script>
495
+ <script src="../js/sourceCode.js"></script>
496
+ <script src="../js/search/search.js"></script>
497
+ <script src="../js/search/lunr.min.js"></script>
498
+ <script src="../js/search/search-lunr.js"></script>
499
+ <script src="../js/search/search_index.js"></script>
500
+ <script src="../js/lazy-load-graphs.js"></script>
501
+
502
+
503
+ </body>
504
+ </html>