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

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 +87 -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
  CoreState</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/core.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,270 +139,269 @@
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/core.state.ts</code>
139
- </p>
140
-
141
152
 
142
153
 
143
154
 
144
- <section data-compodoc="block-index">
145
- <h3 id="index">Index</h3>
146
- <table class="table table-sm table-bordered index-table">
155
+ </div>
156
+
157
+ <div class="tab-pane fade " id="api"><section data-compodoc="block-index">
158
+ <h3 id="index">Index</h3>
159
+ <table class="table table-sm table-bordered index-table">
160
+ <tbody>
161
+ <tr>
162
+ <td class="col-md-3">
163
+ <h6><b>Properties</b></h6>
164
+ </td>
165
+ <td class="col-md-9">
166
+ <ul class="index-list">
167
+ <li>
168
+ <span class="modifier">Optional</span>
169
+ <a href="#app" class="reference-link ">
170
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">app</span>
171
+ </a>
172
+ </li>
173
+ <li>
174
+ <span class="modifier">Optional</span>
175
+ <a href="#i18n" class="reference-link ">
176
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">i18n</span>
177
+ </a>
178
+ </li>
179
+ <li>
180
+ <span class="modifier">Optional</span>
181
+ <a href="#locale" class="reference-link ">
182
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">locale</span>
183
+ </a>
184
+ </li>
185
+ <li>
186
+ <span class="modifier">Optional</span>
187
+ <a href="#notifications" class="reference-link ">
188
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">notifications</span>
189
+ </a>
190
+ </li>
191
+ <li>
192
+ <span class="modifier">Optional</span>
193
+ <a href="#user" class="reference-link ">
194
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">user</span>
195
+ </a>
196
+ </li>
197
+ </ul>
198
+ </td>
199
+ </tr>
200
+ </tbody>
201
+ </table>
202
+ </section>
203
+
204
+
205
+
206
+ <section data-compodoc="block-properties">
207
+ <h3 id="inputs">Properties</h3>
208
+ <table class="table table-sm table-bordered">
147
209
  <tbody>
148
- <tr>
149
- <td class="col-md-4">
150
- <h6><b>Properties</b></h6>
151
- </td>
152
- </tr>
153
- <tr>
154
- <td class="col-md-4">
155
- <ul class="index-list">
156
- <li>
157
- <span class="modifier">Optional</span>
158
- <a href="#app"
159
- >
160
- app
161
- </a>
162
- </li>
163
- <li>
164
- <span class="modifier">Optional</span>
165
- <a href="#i18n"
166
- >
167
- i18n
168
- </a>
169
- </li>
170
- <li>
171
- <span class="modifier">Optional</span>
172
- <a href="#locale"
173
- >
174
- locale
175
- </a>
176
- </li>
177
- <li>
178
- <span class="modifier">Optional</span>
179
- <a href="#notifications"
180
- >
181
- notifications
182
- </a>
183
- </li>
184
- <li>
185
- <span class="modifier">Optional</span>
186
- <a href="#user"
187
- >
188
- user
189
- </a>
190
- </li>
191
- </ul>
192
- </td>
193
- </tr>
210
+ <tr>
211
+ <td class="col-md-4">
212
+ <a name="app"></a>
213
+ <span class="name "><b>app</b>
214
+ <a href="#app">
215
+ <span class="icon ion-ios-link"></span>
216
+ </a>
217
+ </span>
218
+ </td>
219
+ </tr>
220
+ <tr>
221
+ <td class="col-md-4">
222
+ <code>app: <code><a href="../interfaces/AppState.html" target="_self" >AppState</a></code>
223
+ </code>
224
+ </td>
225
+ </tr>
226
+
227
+
228
+ <tr>
229
+ <td class="col-md-4">
230
+ <i>Type : </i> <code><a href="../interfaces/AppState.html" target="_self" >AppState</a></code>
231
+
232
+ </td>
233
+ </tr>
234
+
235
+
236
+ <tr>
237
+ <td class="col-md-4">
238
+ <i>Optional</i>
239
+ </td>
240
+ </tr>
241
+
242
+
243
+
244
+
194
245
  </tbody>
195
246
  </table>
196
- </section>
197
-
198
-
199
-
200
- <section data-compodoc="block-properties">
201
- <h3 id="inputs">Properties</h3>
202
- <table class="table table-sm table-bordered">
203
- <tbody>
204
- <tr>
205
- <td class="col-md-4">
206
- <a name="app"></a>
207
- <span class="name "><b>app</b>
208
- <a href="#app">
209
- <span class="icon ion-ios-link"></span>
210
- </a>
211
- </span>
212
- </td>
213
- </tr>
214
- <tr>
215
- <td class="col-md-4">
216
- <code>app: <code><a href="../interfaces/AppState.html" target="_self" >AppState</a></code>
217
- </code>
218
- </td>
219
- </tr>
220
-
221
-
222
- <tr>
223
- <td class="col-md-4">
224
- <i>Type : </i> <code><a href="../interfaces/AppState.html" target="_self" >AppState</a></code>
225
-
226
- </td>
227
- </tr>
228
-
229
- <tr>
230
- <td class="col-md-4">
231
- <i>Optional</i>
232
- </td>
233
- </tr>
234
-
235
-
236
-
237
-
238
- </tbody>
239
- </table>
240
- <table class="table table-sm table-bordered">
241
- <tbody>
242
- <tr>
243
- <td class="col-md-4">
244
- <a name="i18n"></a>
245
- <span class="name "><b>i18n</b>
246
- <a href="#i18n">
247
- <span class="icon ion-ios-link"></span>
248
- </a>
249
- </span>
250
- </td>
251
- </tr>
252
- <tr>
253
- <td class="col-md-4">
254
- <code>i18n: <code><a href="../interfaces/I18nState.html" target="_self" >I18nState</a></code>
247
+ <table class="table table-sm table-bordered">
248
+ <tbody>
249
+ <tr>
250
+ <td class="col-md-4">
251
+ <a name="i18n"></a>
252
+ <span class="name "><b>i18n</b>
253
+ <a href="#i18n">
254
+ <span class="icon ion-ios-link"></span>
255
+ </a>
256
+ </span>
257
+ </td>
258
+ </tr>
259
+ <tr>
260
+ <td class="col-md-4">
261
+ <code>i18n: <code><a href="../interfaces/I18nState.html" target="_self" >I18nState</a></code>
255
262
  </code>
256
- </td>
257
- </tr>
258
-
259
-
260
- <tr>
261
- <td class="col-md-4">
262
- <i>Type : </i> <code><a href="../interfaces/I18nState.html" target="_self" >I18nState</a></code>
263
-
264
- </td>
265
- </tr>
266
-
267
- <tr>
268
- <td class="col-md-4">
269
- <i>Optional</i>
270
- </td>
271
- </tr>
272
-
273
-
274
-
275
-
276
- </tbody>
277
- </table>
278
- <table class="table table-sm table-bordered">
279
- <tbody>
280
- <tr>
281
- <td class="col-md-4">
282
- <a name="locale"></a>
283
- <span class="name "><b>locale</b>
284
- <a href="#locale">
285
- <span class="icon ion-ios-link"></span>
286
- </a>
287
- </span>
288
- </td>
289
- </tr>
290
- <tr>
291
- <td class="col-md-4">
292
- <code>locale: <code><a href="../interfaces/LocaleState.html" target="_self" >LocaleState</a></code>
263
+ </td>
264
+ </tr>
265
+
266
+
267
+ <tr>
268
+ <td class="col-md-4">
269
+ <i>Type : </i> <code><a href="../interfaces/I18nState.html" target="_self" >I18nState</a></code>
270
+
271
+ </td>
272
+ </tr>
273
+
274
+
275
+ <tr>
276
+ <td class="col-md-4">
277
+ <i>Optional</i>
278
+ </td>
279
+ </tr>
280
+
281
+
282
+
283
+
284
+ </tbody>
285
+ </table>
286
+ <table class="table table-sm table-bordered">
287
+ <tbody>
288
+ <tr>
289
+ <td class="col-md-4">
290
+ <a name="locale"></a>
291
+ <span class="name "><b>locale</b>
292
+ <a href="#locale">
293
+ <span class="icon ion-ios-link"></span>
294
+ </a>
295
+ </span>
296
+ </td>
297
+ </tr>
298
+ <tr>
299
+ <td class="col-md-4">
300
+ <code>locale: <code><a href="../interfaces/LocaleState.html" target="_self" >LocaleState</a></code>
293
301
  </code>
294
- </td>
295
- </tr>
296
-
297
-
298
- <tr>
299
- <td class="col-md-4">
300
- <i>Type : </i> <code><a href="../interfaces/LocaleState.html" target="_self" >LocaleState</a></code>
301
-
302
- </td>
303
- </tr>
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="notifications"></a>
321
- <span class="name "><b>notifications</b>
322
- <a href="#notifications">
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>notifications: <code><a href="../interfaces/NotificationsState.html" target="_self" >NotificationsState</a></code>
302
+ </td>
303
+ </tr>
304
+
305
+
306
+ <tr>
307
+ <td class="col-md-4">
308
+ <i>Type : </i> <code><a href="../interfaces/LocaleState.html" target="_self" >LocaleState</a></code>
309
+
310
+ </td>
311
+ </tr>
312
+
313
+
314
+ <tr>
315
+ <td class="col-md-4">
316
+ <i>Optional</i>
317
+ </td>
318
+ </tr>
319
+
320
+
321
+
322
+
323
+ </tbody>
324
+ </table>
325
+ <table class="table table-sm table-bordered">
326
+ <tbody>
327
+ <tr>
328
+ <td class="col-md-4">
329
+ <a name="notifications"></a>
330
+ <span class="name "><b>notifications</b>
331
+ <a href="#notifications">
332
+ <span class="icon ion-ios-link"></span>
333
+ </a>
334
+ </span>
335
+ </td>
336
+ </tr>
337
+ <tr>
338
+ <td class="col-md-4">
339
+ <code>notifications: <code><a href="../interfaces/NotificationsState.html" target="_self" >NotificationsState</a></code>
331
340
  </code>
332
- </td>
333
- </tr>
334
-
335
-
336
- <tr>
337
- <td class="col-md-4">
338
- <i>Type : </i> <code><a href="../interfaces/NotificationsState.html" target="_self" >NotificationsState</a></code>
339
-
340
- </td>
341
- </tr>
342
-
343
- <tr>
344
- <td class="col-md-4">
345
- <i>Optional</i>
346
- </td>
347
- </tr>
348
-
349
-
350
-
351
-
352
- </tbody>
353
- </table>
354
- <table class="table table-sm table-bordered">
355
- <tbody>
356
- <tr>
357
- <td class="col-md-4">
358
- <a name="user"></a>
359
- <span class="name "><b>user</b>
360
- <a href="#user">
361
- <span class="icon ion-ios-link"></span>
362
- </a>
363
- </span>
364
- </td>
365
- </tr>
366
- <tr>
367
- <td class="col-md-4">
368
- <code>user: <code><a href="../interfaces/UserState.html" target="_self" >UserState</a></code>
341
+ </td>
342
+ </tr>
343
+
344
+
345
+ <tr>
346
+ <td class="col-md-4">
347
+ <i>Type : </i> <code><a href="../interfaces/NotificationsState.html" target="_self" >NotificationsState</a></code>
348
+
349
+ </td>
350
+ </tr>
351
+
352
+
353
+ <tr>
354
+ <td class="col-md-4">
355
+ <i>Optional</i>
356
+ </td>
357
+ </tr>
358
+
359
+
360
+
361
+
362
+ </tbody>
363
+ </table>
364
+ <table class="table table-sm table-bordered">
365
+ <tbody>
366
+ <tr>
367
+ <td class="col-md-4">
368
+ <a name="user"></a>
369
+ <span class="name "><b>user</b>
370
+ <a href="#user">
371
+ <span class="icon ion-ios-link"></span>
372
+ </a>
373
+ </span>
374
+ </td>
375
+ </tr>
376
+ <tr>
377
+ <td class="col-md-4">
378
+ <code>user: <code><a href="../interfaces/UserState.html" target="_self" >UserState</a></code>
369
379
  </code>
370
- </td>
371
- </tr>
380
+ </td>
381
+ </tr>
372
382
 
373
383
 
374
- <tr>
375
- <td class="col-md-4">
376
- <i>Type : </i> <code><a href="../interfaces/UserState.html" target="_self" >UserState</a></code>
384
+ <tr>
385
+ <td class="col-md-4">
386
+ <i>Type : </i> <code><a href="../interfaces/UserState.html" target="_self" >UserState</a></code>
377
387
 
378
- </td>
379
- </tr>
388
+ </td>
389
+ </tr>
380
390
 
381
- <tr>
382
- <td class="col-md-4">
383
- <i>Optional</i>
384
- </td>
385
- </tr>
386
391
 
392
+ <tr>
393
+ <td class="col-md-4">
394
+ <i>Optional</i>
395
+ </td>
396
+ </tr>
387
397
 
388
398
 
389
399
 
390
- </tbody>
391
- </table>
392
- </section>
393
- </div>
400
+
401
+ </tbody>
402
+ </table>
403
+ </section>
404
+ </div>
394
405
 
395
406
 
396
407
  </div>
@@ -434,6 +445,24 @@
434
445
 
435
446
  <script>
436
447
  $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
448
+ var updateDarkModeSwitchOffset = function () {
449
+ var content = document.querySelector('.content');
450
+ var scrollbarWidth = 0;
451
+
452
+ if (content) {
453
+ scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
454
+ }
455
+
456
+ document.documentElement.style.setProperty(
457
+ '--content-scrollbar-width',
458
+ scrollbarWidth + 'px'
459
+ );
460
+ };
461
+
462
+ updateDarkModeSwitchOffset();
463
+ requestAnimationFrame(updateDarkModeSwitchOffset);
464
+ window.addEventListener('resize', updateDarkModeSwitchOffset);
465
+
437
466
  checkToggle(darkModeState);
438
467
  if ($darkModeToggleSwitchers.length > 0) {
439
468
  for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
@@ -449,7 +478,6 @@
449
478
  <script src="../js/libs/lit-html.js"></script>
450
479
 
451
480
  <script src="../js/menu-wc.js" defer></script>
452
- <script nomodule src="../js/menu-wc_es5.js" defer></script>
453
481
 
454
482
  <script src="../js/libs/bootstrap-native.js"></script>
455
483