@eui/base 23.0.0-alpha.2 → 23.0.0-alpha.4

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 (108) hide show
  1. package/docs/architecture.html +223 -0
  2. package/docs/changelog.html +126 -2
  3. package/docs/classes/ConsoleAppender.html +76 -27
  4. package/docs/classes/EuiEuLanguages.html +55 -16
  5. package/docs/classes/EuiLazyService.html +86 -25
  6. package/docs/classes/EuiPagination.html +69 -16
  7. package/docs/classes/EuiService.html +103 -28
  8. package/docs/classes/LogAppender.html +52 -20
  9. package/docs/classes/Logger.html +100 -30
  10. package/docs/classes/LoggerMock.html +92 -22
  11. package/docs/classes/UrlAppender.html +78 -24
  12. package/docs/classes/UxBadgeLegacy.html +47 -16
  13. package/docs/classes/UxClearErrorFeedbackEvent.html +47 -16
  14. package/docs/classes/UxErrorGroupOnClickEvent.html +47 -16
  15. package/docs/classes/UxErrorOutput.html +91 -24
  16. package/docs/classes/UxLinkLegacy.html +105 -31
  17. package/docs/classes/UxPublishErrorFeedbackEvent.html +49 -16
  18. package/docs/classes/UxValidationErrorClass.html +77 -18
  19. package/docs/dependencies.html +38 -4
  20. package/docs/index.html +26 -2
  21. package/docs/interfaces/ApiQueue.html +41 -11
  22. package/docs/interfaces/ApiQueueItem.html +209 -181
  23. package/docs/interfaces/AppState.html +312 -284
  24. package/docs/interfaces/ConnectionStatus.html +134 -93
  25. package/docs/interfaces/ConsoleAppenderConfig.html +206 -104
  26. package/docs/interfaces/ConsoleAppenderTypeConfig.html +253 -53
  27. package/docs/interfaces/CoreState.html +272 -244
  28. package/docs/interfaces/EnvDynamicConfig.html +218 -190
  29. package/docs/interfaces/EuiAppHandlersConfig.html +229 -201
  30. package/docs/interfaces/EuiAppJsonConfig.html +171 -143
  31. package/docs/interfaces/EuiAuthConfig.html +184 -156
  32. package/docs/interfaces/EuiConfig.html +131 -103
  33. package/docs/interfaces/EuiEnvConfig.html +180 -152
  34. package/docs/interfaces/EuiGlobalConfig.html +140 -112
  35. package/docs/interfaces/EuiGrowlMessage.html +408 -380
  36. package/docs/interfaces/EuiLanguage.html +169 -141
  37. package/docs/interfaces/EuiMenuItem.html +1708 -1653
  38. package/docs/interfaces/EuiPaginationConfig.html +228 -200
  39. package/docs/interfaces/EuiServiceModel.html +109 -67
  40. package/docs/interfaces/EuiServiceStatus.html +138 -108
  41. package/docs/interfaces/EuiStoreServiceModel.html +64 -36
  42. package/docs/interfaces/EuiUserRight.html +127 -99
  43. package/docs/interfaces/GlobalConfig.html +268 -240
  44. package/docs/interfaces/HttpErrorHandlerConfig.html +96 -68
  45. package/docs/interfaces/HttpErrorRouteConfig.html +136 -108
  46. package/docs/interfaces/I18nConfig.html +157 -129
  47. package/docs/interfaces/I18nLoaderConfig.html +199 -152
  48. package/docs/interfaces/I18nResource.html +176 -148
  49. package/docs/interfaces/I18nServiceConfig.html +141 -113
  50. package/docs/interfaces/I18nState.html +91 -63
  51. package/docs/interfaces/LoadedConfigModules.html +137 -107
  52. package/docs/interfaces/LocaleServiceConfig.html +102 -74
  53. package/docs/interfaces/LocaleState.html +96 -68
  54. package/docs/interfaces/LogAppenderConfig.html +123 -70
  55. package/docs/interfaces/LogAppenderTypeConfig.html +159 -61
  56. package/docs/interfaces/LogConfig.html +196 -149
  57. package/docs/interfaces/LogEvent.html +246 -199
  58. package/docs/interfaces/LogPosition.html +151 -123
  59. package/docs/interfaces/ModuleConfig.html +236 -12
  60. package/docs/interfaces/ModulesConfig.html +41 -11
  61. package/docs/interfaces/NotificationsState.html +98 -70
  62. package/docs/interfaces/UrlAppenderConfig.html +200 -98
  63. package/docs/interfaces/UrlAppenderTypeConfig.html +247 -53
  64. package/docs/interfaces/UrlLogEvent.html +368 -96
  65. package/docs/interfaces/UserConfig.html +97 -69
  66. package/docs/interfaces/UserDetails.html +237 -190
  67. package/docs/interfaces/UserPreferences.html +141 -113
  68. package/docs/interfaces/UserState.html +326 -279
  69. package/docs/interfaces/UxErrorFeedback.html +373 -235
  70. package/docs/interfaces/UxErrorFollowMap.html +41 -11
  71. package/docs/interfaces/UxErrorInfo.html +201 -151
  72. package/docs/interfaces/UxErrorMessage.html +149 -102
  73. package/docs/interfaces/UxFormValidationError.html +91 -63
  74. package/docs/interfaces/UxHttpErrorInfo.html +112 -65
  75. package/docs/interfaces/UxHttpErrorResponse.html +108 -61
  76. package/docs/interfaces/UxModalLegacy.html +164 -136
  77. package/docs/interfaces/UxValidationErrorAttribute.html +121 -93
  78. package/docs/interfaces/UxValidationErrorFeedback.html +126 -98
  79. package/docs/interfaces/UxValidationErrorI18nMessage.html +127 -99
  80. package/docs/interfaces/VersionsConfig.html +96 -68
  81. package/docs/interfaces/XHRConfig.html +346 -318
  82. package/docs/js/architecture-graph.js +288 -0
  83. package/docs/js/libs/bootstrap-native.js +4 -2
  84. package/docs/js/libs/tablesort.min.js +3 -3
  85. package/docs/js/libs/tablesort.number.min.js +2 -2
  86. package/docs/js/libs/vis-network.min.js +7 -7
  87. package/docs/js/menu-wc.js +30 -23
  88. package/docs/js/routes.js +138 -37
  89. package/docs/js/search/search.js +62 -0
  90. package/docs/js/search/search_index.js +2 -2
  91. package/docs/js/tabs.js +98 -15
  92. package/docs/js/tree.js +44 -7
  93. package/docs/json/documentation.json +3154 -482
  94. package/docs/license.html +26 -2
  95. package/docs/llms.txt +1084 -0
  96. package/docs/miscellaneous/enumerations.html +30 -6
  97. package/docs/miscellaneous/functions.html +138 -27
  98. package/docs/miscellaneous/typealiases.html +62 -29
  99. package/docs/miscellaneous/variables.html +77 -53
  100. package/docs/modules.html +26 -2
  101. package/docs/overview.html +26 -2
  102. package/docs/properties.html +27 -3
  103. package/docs/routes.html +26 -2
  104. package/docs/styles/compodoc.css +365 -44
  105. package/docs/styles/dark.css +16 -0
  106. package/docs/template-playground/hbs-render.service.ts +6 -1
  107. package/package.json +1 -1
  108. package/docs/js/menu-wc_es5.js +0 -40
@@ -85,7 +85,14 @@
85
85
  </div>
86
86
 
87
87
  <div class="xs-menu menu" id="mobile-menu">
88
- <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
88
+ <div id="book-search-input" role="search">
89
+ <input type="text" placeholder="Type to search">
90
+ <button type="button"
91
+ class="search-input-clear"
92
+ aria-label="Clear search"
93
+ data-search-input-clear>&times;</button>
94
+ </div>
95
+ <compodoc-menu></compodoc-menu>
89
96
  </div>
90
97
 
91
98
  <div class="container-fluid main">
@@ -120,6 +127,11 @@
120
127
  UserState</li>
121
128
  </ol>
122
129
 
130
+ <div class="io-file io-file-path" data-compodoc="entity-file-path">
131
+ <span class="icon ion-ios-document" aria-hidden="true"></span>
132
+ <code>packages/base/src/lib/eui-models/eui-store/state/user.state.ts</code>
133
+ </div>
134
+
123
135
  <ul class="nav nav-tabs" role="tablist">
124
136
  <li class="nav-item">
125
137
  <a href="#info"
@@ -127,17 +139,16 @@
127
139
  class="nav-link active"
128
140
  role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
129
141
  </li>
142
+ <li class="nav-item">
143
+ <a href="#api"
144
+ class="nav-link"
145
+
146
+ role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
147
+ </li>
130
148
  </ul>
131
149
 
132
150
  <div class="tab-content">
133
151
  <div class="tab-pane fade active in" id="info">
134
- <p class="comment">
135
- <h3>File</h3>
136
- </p>
137
- <p class="comment">
138
- <code>packages/base/src/lib/eui-models/eui-store/state/user.state.ts</code>
139
- </p>
140
-
141
152
 
142
153
 
143
154
  <p class="comment">
@@ -147,295 +158,314 @@
147
158
  <code><a href="../interfaces/UserDetails.html" target="_self" >UserDetails</a></code>
148
159
  </p>
149
160
 
150
- <section data-compodoc="block-index">
151
- <h3 id="index">Index</h3>
152
- <table class="table table-sm table-bordered index-table">
153
- <tbody>
154
- <tr>
155
- <td class="col-md-4">
156
- <h6><b>Properties</b></h6>
157
- </td>
158
- </tr>
159
- <tr>
160
- <td class="col-md-4">
161
- <ul class="index-list">
162
- <li>
163
- <span class="modifier">Optional</span>
164
- <a href="#firstName"
165
- >
166
- firstName
167
- </a>
168
- </li>
169
- <li>
170
- <span class="modifier">Optional</span>
171
- <a href="#fullName"
172
- >
173
- fullName
174
- </a>
175
- </li>
176
- <li>
177
- <span class="modifier">Optional</span>
178
- <a href="#lastName"
179
- >
180
- lastName
181
- </a>
182
- </li>
183
- <li>
184
- <span class="modifier">Optional</span>
185
- <a href="#preferences"
186
- >
187
- preferences
188
- </a>
189
- </li>
190
- <li>
191
- <span class="modifier">Optional</span>
192
- <a href="#rights"
193
- >
194
- rights
195
- </a>
196
- </li>
161
+ <section data-compodoc="block-relationships">
162
+ <h3>Relationships</h3>
163
+
164
+ <div class="row pt-3">
165
+ <div class="col-sm-6">
166
+ <h4>Used by</h4>
167
+ <p class="comment"><i>No results matching.</i></p>
168
+ </div>
169
+
170
+ <div class="col-sm-6">
171
+ <h4>Depends on</h4>
172
+ <ul class="list-unstyled relationships-list">
197
173
  <li>
198
- <a href="#userId"
199
- >
200
- userId
201
- </a>
174
+ <code><a href="../interfaces/UserDetails.html" target="_self" >UserDetails</a></code>
202
175
  </li>
203
- </ul>
204
- </td>
205
- </tr>
206
- </tbody>
207
- </table>
176
+ </ul>
177
+ </div>
178
+ </div>
208
179
  </section>
180
+ </div>
209
181
 
182
+ <div class="tab-pane fade " id="api"><section data-compodoc="block-index">
183
+ <h3 id="index">Index</h3>
184
+ <table class="table table-sm table-bordered index-table">
185
+ <tbody>
186
+ <tr>
187
+ <td class="col-md-3">
188
+ <h6><b>Properties</b></h6>
189
+ </td>
190
+ <td class="col-md-9">
191
+ <ul class="index-list">
192
+ <li>
193
+ <span class="modifier">Optional</span>
194
+ <a href="#firstName" class="reference-link ">
195
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">firstName</span>
196
+ </a>
197
+ </li>
198
+ <li>
199
+ <span class="modifier">Optional</span>
200
+ <a href="#fullName" class="reference-link ">
201
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">fullName</span>
202
+ </a>
203
+ </li>
204
+ <li>
205
+ <span class="modifier">Optional</span>
206
+ <a href="#lastName" class="reference-link ">
207
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">lastName</span>
208
+ </a>
209
+ </li>
210
+ <li>
211
+ <span class="modifier">Optional</span>
212
+ <a href="#preferences" class="reference-link ">
213
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">preferences</span>
214
+ </a>
215
+ </li>
216
+ <li>
217
+ <span class="modifier">Optional</span>
218
+ <a href="#rights" class="reference-link ">
219
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">rights</span>
220
+ </a>
221
+ </li>
222
+ <li>
223
+ <a href="#userId" class="reference-link ">
224
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">userId</span>
225
+ </a>
226
+ </li>
227
+ </ul>
228
+ </td>
229
+ </tr>
230
+ </tbody>
231
+ </table>
232
+ </section>
233
+
234
+
235
+
236
+ <section data-compodoc="block-properties">
237
+ <h3 id="inputs">Properties</h3>
238
+ <table class="table table-sm table-bordered">
239
+ <tbody>
240
+ <tr>
241
+ <td class="col-md-4">
242
+ <a name="firstName"></a>
243
+ <span class="name "><b>firstName</b>
244
+ <a href="#firstName">
245
+ <span class="icon ion-ios-link"></span>
246
+ </a>
247
+ </span>
248
+ </td>
249
+ </tr>
250
+ <tr>
251
+ <td class="col-md-4">
252
+ <code>firstName: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
253
+ </code>
254
+ </td>
255
+ </tr>
210
256
 
211
257
 
212
- <section data-compodoc="block-properties">
213
- <h3 id="inputs">Properties</h3>
214
- <table class="table table-sm table-bordered">
215
- <tbody>
216
- <tr>
217
- <td class="col-md-4">
218
- <a name="firstName"></a>
219
- <span class="name "><b>firstName</b>
220
- <a href="#firstName">
221
- <span class="icon ion-ios-link"></span>
222
- </a>
223
- </span>
224
- </td>
225
- </tr>
226
- <tr>
227
- <td class="col-md-4">
228
- <code>firstName: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
229
- </code>
230
- </td>
231
- </tr>
232
-
233
-
234
- <tr>
235
- <td class="col-md-4">
236
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
237
-
238
- </td>
239
- </tr>
240
-
241
- <tr>
242
- <td class="col-md-4">
243
- <i>Optional</i>
244
- </td>
245
- </tr>
246
-
247
-
248
-
249
-
250
- </tbody>
251
- </table>
252
- <table class="table table-sm table-bordered">
253
- <tbody>
254
- <tr>
255
- <td class="col-md-4">
256
- <a name="fullName"></a>
257
- <span class="name "><b>fullName</b>
258
- <a href="#fullName">
259
- <span class="icon ion-ios-link"></span>
260
- </a>
261
- </span>
262
- </td>
263
- </tr>
264
- <tr>
265
- <td class="col-md-4">
266
- <code>fullName: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
258
+ <tr>
259
+ <td class="col-md-4">
260
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
261
+
262
+ </td>
263
+ </tr>
264
+
265
+
266
+ <tr>
267
+ <td class="col-md-4">
268
+ <i>Optional</i>
269
+ </td>
270
+ </tr>
271
+
272
+
273
+
274
+
275
+ </tbody>
276
+ </table>
277
+ <table class="table table-sm table-bordered">
278
+ <tbody>
279
+ <tr>
280
+ <td class="col-md-4">
281
+ <a name="fullName"></a>
282
+ <span class="name "><b>fullName</b>
283
+ <a href="#fullName">
284
+ <span class="icon ion-ios-link"></span>
285
+ </a>
286
+ </span>
287
+ </td>
288
+ </tr>
289
+ <tr>
290
+ <td class="col-md-4">
291
+ <code>fullName: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
267
292
  </code>
268
- </td>
269
- </tr>
270
-
271
-
272
- <tr>
273
- <td class="col-md-4">
274
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
275
-
276
- </td>
277
- </tr>
278
-
279
- <tr>
280
- <td class="col-md-4">
281
- <i>Optional</i>
282
- </td>
283
- </tr>
284
-
285
-
286
-
287
-
288
- </tbody>
289
- </table>
290
- <table class="table table-sm table-bordered">
291
- <tbody>
292
- <tr>
293
- <td class="col-md-4">
294
- <a name="lastName"></a>
295
- <span class="name "><b>lastName</b>
296
- <a href="#lastName">
297
- <span class="icon ion-ios-link"></span>
298
- </a>
299
- </span>
300
- </td>
301
- </tr>
302
- <tr>
303
- <td class="col-md-4">
304
- <code>lastName: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
293
+ </td>
294
+ </tr>
295
+
296
+
297
+ <tr>
298
+ <td class="col-md-4">
299
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
300
+
301
+ </td>
302
+ </tr>
303
+
304
+
305
+ <tr>
306
+ <td class="col-md-4">
307
+ <i>Optional</i>
308
+ </td>
309
+ </tr>
310
+
311
+
312
+
313
+
314
+ </tbody>
315
+ </table>
316
+ <table class="table table-sm table-bordered">
317
+ <tbody>
318
+ <tr>
319
+ <td class="col-md-4">
320
+ <a name="lastName"></a>
321
+ <span class="name "><b>lastName</b>
322
+ <a href="#lastName">
323
+ <span class="icon ion-ios-link"></span>
324
+ </a>
325
+ </span>
326
+ </td>
327
+ </tr>
328
+ <tr>
329
+ <td class="col-md-4">
330
+ <code>lastName: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
305
331
  </code>
306
- </td>
307
- </tr>
308
-
309
-
310
- <tr>
311
- <td class="col-md-4">
312
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
313
-
314
- </td>
315
- </tr>
316
-
317
- <tr>
318
- <td class="col-md-4">
319
- <i>Optional</i>
320
- </td>
321
- </tr>
322
-
323
-
324
-
325
-
326
- </tbody>
327
- </table>
328
- <table class="table table-sm table-bordered">
329
- <tbody>
330
- <tr>
331
- <td class="col-md-4">
332
- <a name="preferences"></a>
333
- <span class="name "><b>preferences</b>
334
- <a href="#preferences">
335
- <span class="icon ion-ios-link"></span>
336
- </a>
337
- </span>
338
- </td>
339
- </tr>
340
- <tr>
341
- <td class="col-md-4">
342
- <code>preferences: <code><a href="../interfaces/UserPreferences.html" target="_self" >UserPreferences</a></code>
332
+ </td>
333
+ </tr>
334
+
335
+
336
+ <tr>
337
+ <td class="col-md-4">
338
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
339
+
340
+ </td>
341
+ </tr>
342
+
343
+
344
+ <tr>
345
+ <td class="col-md-4">
346
+ <i>Optional</i>
347
+ </td>
348
+ </tr>
349
+
350
+
351
+
352
+
353
+ </tbody>
354
+ </table>
355
+ <table class="table table-sm table-bordered">
356
+ <tbody>
357
+ <tr>
358
+ <td class="col-md-4">
359
+ <a name="preferences"></a>
360
+ <span class="name "><b>preferences</b>
361
+ <a href="#preferences">
362
+ <span class="icon ion-ios-link"></span>
363
+ </a>
364
+ </span>
365
+ </td>
366
+ </tr>
367
+ <tr>
368
+ <td class="col-md-4">
369
+ <code>preferences: <code><a href="../interfaces/UserPreferences.html" target="_self" >UserPreferences</a></code>
343
370
  </code>
344
- </td>
345
- </tr>
346
-
347
-
348
- <tr>
349
- <td class="col-md-4">
350
- <i>Type : </i> <code><a href="../interfaces/UserPreferences.html" target="_self" >UserPreferences</a></code>
351
-
352
- </td>
353
- </tr>
354
-
355
- <tr>
356
- <td class="col-md-4">
357
- <i>Optional</i>
358
- </td>
359
- </tr>
360
-
361
-
362
-
363
-
364
- </tbody>
365
- </table>
366
- <table class="table table-sm table-bordered">
367
- <tbody>
368
- <tr>
369
- <td class="col-md-4">
370
- <a name="rights"></a>
371
- <span class="name "><b>rights</b>
372
- <a href="#rights">
373
- <span class="icon ion-ios-link"></span>
374
- </a>
375
- </span>
376
- </td>
377
- </tr>
378
- <tr>
379
- <td class="col-md-4">
380
- <code>rights: <code><a href="../interfaces/EuiUserRight.html" target="_self" >EuiUserRight[]</a></code>
371
+ </td>
372
+ </tr>
373
+
374
+
375
+ <tr>
376
+ <td class="col-md-4">
377
+ <i>Type : </i> <code><a href="../interfaces/UserPreferences.html" target="_self" >UserPreferences</a></code>
378
+
379
+ </td>
380
+ </tr>
381
+
382
+
383
+ <tr>
384
+ <td class="col-md-4">
385
+ <i>Optional</i>
386
+ </td>
387
+ </tr>
388
+
389
+
390
+
391
+
392
+ </tbody>
393
+ </table>
394
+ <table class="table table-sm table-bordered">
395
+ <tbody>
396
+ <tr>
397
+ <td class="col-md-4">
398
+ <a name="rights"></a>
399
+ <span class="name "><b>rights</b>
400
+ <a href="#rights">
401
+ <span class="icon ion-ios-link"></span>
402
+ </a>
403
+ </span>
404
+ </td>
405
+ </tr>
406
+ <tr>
407
+ <td class="col-md-4">
408
+ <code>rights: <code><a href="../interfaces/EuiUserRight.html" target="_self" >EuiUserRight[]</a></code>
381
409
  </code>
382
- </td>
383
- </tr>
384
-
385
-
386
- <tr>
387
- <td class="col-md-4">
388
- <i>Type : </i> <code><a href="../interfaces/EuiUserRight.html" target="_self" >EuiUserRight[]</a></code>
389
-
390
- </td>
391
- </tr>
392
-
393
- <tr>
394
- <td class="col-md-4">
395
- <i>Optional</i>
396
- </td>
397
- </tr>
398
-
399
-
400
-
401
-
402
- </tbody>
403
- </table>
404
- <table class="table table-sm table-bordered">
405
- <tbody>
406
- <tr>
407
- <td class="col-md-4">
408
- <a name="userId"></a>
409
- <span class="name "><b>userId</b>
410
- <a href="#userId">
411
- <span class="icon ion-ios-link"></span>
412
- </a>
413
- </span>
414
- </td>
415
- </tr>
416
- <tr>
417
- <td class="col-md-4">
418
- <code>userId: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
410
+ </td>
411
+ </tr>
412
+
413
+
414
+ <tr>
415
+ <td class="col-md-4">
416
+ <i>Type : </i> <code><a href="../interfaces/EuiUserRight.html" target="_self" >EuiUserRight[]</a></code>
417
+
418
+ </td>
419
+ </tr>
420
+
421
+
422
+ <tr>
423
+ <td class="col-md-4">
424
+ <i>Optional</i>
425
+ </td>
426
+ </tr>
427
+
428
+
429
+
430
+
431
+ </tbody>
432
+ </table>
433
+ <table class="table table-sm table-bordered">
434
+ <tbody>
435
+ <tr>
436
+ <td class="col-md-4">
437
+ <a name="userId"></a>
438
+ <span class="name "><b>userId</b>
439
+ <a href="#userId">
440
+ <span class="icon ion-ios-link"></span>
441
+ </a>
442
+ </span>
443
+ </td>
444
+ </tr>
445
+ <tr>
446
+ <td class="col-md-4">
447
+ <code>userId: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
419
448
  </code>
420
- </td>
421
- </tr>
449
+ </td>
450
+ </tr>
422
451
 
423
452
 
424
- <tr>
425
- <td class="col-md-4">
426
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
453
+ <tr>
454
+ <td class="col-md-4">
455
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
427
456
 
428
- </td>
429
- </tr>
457
+ </td>
458
+ </tr>
430
459
 
431
460
 
432
461
 
433
462
 
434
463
 
435
- </tbody>
436
- </table>
437
- </section>
438
- </div>
464
+
465
+ </tbody>
466
+ </table>
467
+ </section>
468
+ </div>
439
469
 
440
470
 
441
471
  </div>
@@ -479,6 +509,24 @@
479
509
 
480
510
  <script>
481
511
  $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
512
+ var updateDarkModeSwitchOffset = function () {
513
+ var content = document.querySelector('.content');
514
+ var scrollbarWidth = 0;
515
+
516
+ if (content) {
517
+ scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
518
+ }
519
+
520
+ document.documentElement.style.setProperty(
521
+ '--content-scrollbar-width',
522
+ scrollbarWidth + 'px'
523
+ );
524
+ };
525
+
526
+ updateDarkModeSwitchOffset();
527
+ requestAnimationFrame(updateDarkModeSwitchOffset);
528
+ window.addEventListener('resize', updateDarkModeSwitchOffset);
529
+
482
530
  checkToggle(darkModeState);
483
531
  if ($darkModeToggleSwitchers.length > 0) {
484
532
  for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
@@ -494,7 +542,6 @@
494
542
  <script src="../js/libs/lit-html.js"></script>
495
543
 
496
544
  <script src="../js/menu-wc.js" defer></script>
497
- <script nomodule src="../js/menu-wc_es5.js" defer></script>
498
545
 
499
546
  <script src="../js/libs/bootstrap-native.js"></script>
500
547