@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">
@@ -117,9 +124,14 @@
117
124
  <li class="breadcrumb-item">Interfaces</li>
118
125
  <li class="breadcrumb-item"
119
126
  >
120
- EuiAppJsonConfig</li>
127
+ EuiAppJsonConfig&lt;T &#x3D; any&gt;</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-config/eui-app-config.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,61 +139,57 @@
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-config/eui-app-config.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">
147
- <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
- <a href="#global"
158
- >
159
- global
160
- </a>
161
- </li>
162
- <li>
163
- <span class="modifier">Optional</span>
164
- <a href="#modules"
165
- >
166
- modules
167
- </a>
168
- </li>
169
- <li>
170
- <span class="modifier">Optional</span>
171
- <a href="#versions"
172
- >
173
- versions
174
- </a>
175
- </li>
176
- </ul>
177
- </td>
178
- </tr>
179
- </tbody>
180
- </table>
181
- </section>
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
+ <a href="#global" class="reference-link ">
169
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">global</span>
170
+ </a>
171
+ </li>
172
+ <li>
173
+ <span class="modifier">Optional</span>
174
+ <a href="#modules" class="reference-link ">
175
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">modules</span>
176
+ </a>
177
+ </li>
178
+ <li>
179
+ <span class="modifier">Optional</span>
180
+ <a href="#versions" class="reference-link ">
181
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">versions</span>
182
+ </a>
183
+ </li>
184
+ </ul>
185
+ </td>
186
+ </tr>
187
+ </tbody>
188
+ </table>
189
+ </section>
182
190
 
183
191
 
184
- <section data-compodoc="block-indexables">
192
+ <section data-compodoc="block-indexables">
185
193
  <h3 id="inputs">Indexable</h3>
186
194
  <table class="table table-sm table-bordered">
187
195
  <tbody>
@@ -195,119 +203,122 @@
195
203
  </table>
196
204
  </section>
197
205
 
198
- <section data-compodoc="block-properties">
199
- <h3 id="inputs">Properties</h3>
200
- <table class="table table-sm table-bordered">
201
- <tbody>
202
- <tr>
203
- <td class="col-md-4">
204
- <a name="global"></a>
205
- <span class="name "><b>global</b>
206
- <a href="#global">
207
- <span class="icon ion-ios-link"></span>
208
- </a>
209
- </span>
210
- </td>
211
- </tr>
212
- <tr>
213
- <td class="col-md-4">
214
- <code>global: <code><a href="../interfaces/GlobalConfig.html" target="_self" >GlobalConfig</a></code>
206
+ <section data-compodoc="block-properties">
207
+ <h3 id="inputs">Properties</h3>
208
+ <table class="table table-sm table-bordered">
209
+ <tbody>
210
+ <tr>
211
+ <td class="col-md-4">
212
+ <a name="global"></a>
213
+ <span class="name "><b>global</b>
214
+ <a href="#global">
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>global: <code><a href="../interfaces/GlobalConfig.html" target="_self" >GlobalConfig</a></code>
215
223
  </code>
216
- </td>
217
- </tr>
224
+ </td>
225
+ </tr>
226
+
218
227
 
228
+ <tr>
229
+ <td class="col-md-4">
230
+ <i>Type : </i> <code><a href="../interfaces/GlobalConfig.html" target="_self" >GlobalConfig</a></code>
219
231
 
220
- <tr>
221
- <td class="col-md-4">
222
- <i>Type : </i> <code><a href="../interfaces/GlobalConfig.html" target="_self" >GlobalConfig</a></code>
232
+ </td>
233
+ </tr>
223
234
 
224
- </td>
225
- </tr>
226
235
 
227
236
 
228
237
 
229
238
 
230
239
 
231
- </tbody>
232
- </table>
233
- <table class="table table-sm table-bordered">
234
- <tbody>
235
- <tr>
236
- <td class="col-md-4">
237
- <a name="modules"></a>
238
- <span class="name "><b>modules</b>
239
- <a href="#modules">
240
- <span class="icon ion-ios-link"></span>
241
- </a>
242
- </span>
243
- </td>
244
- </tr>
245
- <tr>
246
- <td class="col-md-4">
247
- <code>modules: <code><a href="../interfaces/ModulesConfig.html" target="_self" >ModulesConfig</a></code>
240
+ </tbody>
241
+ </table>
242
+ <table class="table table-sm table-bordered">
243
+ <tbody>
244
+ <tr>
245
+ <td class="col-md-4">
246
+ <a name="modules"></a>
247
+ <span class="name "><b>modules</b>
248
+ <a href="#modules">
249
+ <span class="icon ion-ios-link"></span>
250
+ </a>
251
+ </span>
252
+ </td>
253
+ </tr>
254
+ <tr>
255
+ <td class="col-md-4">
256
+ <code>modules: <code><a href="../interfaces/ModulesConfig.html" target="_self" >ModulesConfig</a></code>
248
257
  </code>
249
- </td>
250
- </tr>
251
-
252
-
253
- <tr>
254
- <td class="col-md-4">
255
- <i>Type : </i> <code><a href="../interfaces/ModulesConfig.html" target="_self" >ModulesConfig</a></code>
256
-
257
- </td>
258
- </tr>
259
-
260
- <tr>
261
- <td class="col-md-4">
262
- <i>Optional</i>
263
- </td>
264
- </tr>
265
-
266
-
267
-
268
-
269
- </tbody>
270
- </table>
271
- <table class="table table-sm table-bordered">
272
- <tbody>
273
- <tr>
274
- <td class="col-md-4">
275
- <a name="versions"></a>
276
- <span class="name "><b>versions</b>
277
- <a href="#versions">
278
- <span class="icon ion-ios-link"></span>
279
- </a>
280
- </span>
281
- </td>
282
- </tr>
283
- <tr>
284
- <td class="col-md-4">
285
- <code>versions: <code><a href="../interfaces/VersionsConfig.html" target="_self" >VersionsConfig</a></code>
258
+ </td>
259
+ </tr>
260
+
261
+
262
+ <tr>
263
+ <td class="col-md-4">
264
+ <i>Type : </i> <code><a href="../interfaces/ModulesConfig.html" target="_self" >ModulesConfig</a></code>
265
+
266
+ </td>
267
+ </tr>
268
+
269
+
270
+ <tr>
271
+ <td class="col-md-4">
272
+ <i>Optional</i>
273
+ </td>
274
+ </tr>
275
+
276
+
277
+
278
+
279
+ </tbody>
280
+ </table>
281
+ <table class="table table-sm table-bordered">
282
+ <tbody>
283
+ <tr>
284
+ <td class="col-md-4">
285
+ <a name="versions"></a>
286
+ <span class="name "><b>versions</b>
287
+ <a href="#versions">
288
+ <span class="icon ion-ios-link"></span>
289
+ </a>
290
+ </span>
291
+ </td>
292
+ </tr>
293
+ <tr>
294
+ <td class="col-md-4">
295
+ <code>versions: <code><a href="../interfaces/VersionsConfig.html" target="_self" >VersionsConfig</a></code>
286
296
  </code>
287
- </td>
288
- </tr>
297
+ </td>
298
+ </tr>
289
299
 
290
300
 
291
- <tr>
292
- <td class="col-md-4">
293
- <i>Type : </i> <code><a href="../interfaces/VersionsConfig.html" target="_self" >VersionsConfig</a></code>
301
+ <tr>
302
+ <td class="col-md-4">
303
+ <i>Type : </i> <code><a href="../interfaces/VersionsConfig.html" target="_self" >VersionsConfig</a></code>
294
304
 
295
- </td>
296
- </tr>
305
+ </td>
306
+ </tr>
297
307
 
298
- <tr>
299
- <td class="col-md-4">
300
- <i>Optional</i>
301
- </td>
302
- </tr>
303
308
 
309
+ <tr>
310
+ <td class="col-md-4">
311
+ <i>Optional</i>
312
+ </td>
313
+ </tr>
304
314
 
305
315
 
306
316
 
307
- </tbody>
308
- </table>
309
- </section>
310
- </div>
317
+
318
+ </tbody>
319
+ </table>
320
+ </section>
321
+ </div>
311
322
 
312
323
 
313
324
  </div>
@@ -351,6 +362,24 @@
351
362
 
352
363
  <script>
353
364
  $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
365
+ var updateDarkModeSwitchOffset = function () {
366
+ var content = document.querySelector('.content');
367
+ var scrollbarWidth = 0;
368
+
369
+ if (content) {
370
+ scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
371
+ }
372
+
373
+ document.documentElement.style.setProperty(
374
+ '--content-scrollbar-width',
375
+ scrollbarWidth + 'px'
376
+ );
377
+ };
378
+
379
+ updateDarkModeSwitchOffset();
380
+ requestAnimationFrame(updateDarkModeSwitchOffset);
381
+ window.addEventListener('resize', updateDarkModeSwitchOffset);
382
+
354
383
  checkToggle(darkModeState);
355
384
  if ($darkModeToggleSwitchers.length > 0) {
356
385
  for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
@@ -366,7 +395,6 @@
366
395
  <script src="../js/libs/lit-html.js"></script>
367
396
 
368
397
  <script src="../js/menu-wc.js" defer></script>
369
- <script nomodule src="../js/menu-wc_es5.js" defer></script>
370
398
 
371
399
  <script src="../js/libs/bootstrap-native.js"></script>
372
400