@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
  UxHttpErrorInfo</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/ux-models/ux-error-feedback.model.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,90 +139,108 @@
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/ux-models/ux-error-feedback.model.ts</code>
139
- </p>
140
152
 
141
153
 
142
154
 
155
+ <section data-compodoc="block-relationships">
156
+ <h3>Relationships</h3>
143
157
 
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">
158
+ <div class="row pt-3">
159
+ <div class="col-sm-6">
160
+ <h4>Used by</h4>
161
+ <ul class="list-unstyled relationships-list">
156
162
  <li>
157
- <span class="modifier">Optional</span>
158
- <a href="#requestId"
159
- >
160
- requestId
161
- </a>
163
+ <code><a href="../classes/UxErrorOutput.html" target="_self" >UxErrorOutput</a></code>
162
164
  </li>
163
- </ul>
164
- </td>
165
- </tr>
166
- </tbody>
167
- </table>
165
+ </ul>
166
+ </div>
167
+
168
+ <div class="col-sm-6">
169
+ <h4>Depends on</h4>
170
+ <p class="comment"><i>No results matching.</i></p>
171
+ </div>
172
+ </div>
168
173
  </section>
174
+ </div>
169
175
 
170
-
171
-
172
- <section data-compodoc="block-properties">
173
- <h3 id="inputs">Properties</h3>
174
- <table class="table table-sm table-bordered">
175
- <tbody>
176
- <tr>
177
- <td class="col-md-4">
178
- <a name="requestId"></a>
179
- <span class="name "><b>requestId</b>
180
- <a href="#requestId">
181
- <span class="icon ion-ios-link"></span>
182
- </a>
183
- </span>
184
- </td>
185
- </tr>
186
- <tr>
187
- <td class="col-md-4">
188
- <code>requestId: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
176
+ <div class="tab-pane fade " id="api"><section data-compodoc="block-index">
177
+ <h3 id="index">Index</h3>
178
+ <table class="table table-sm table-bordered index-table">
179
+ <tbody>
180
+ <tr>
181
+ <td class="col-md-3">
182
+ <h6><b>Properties</b></h6>
183
+ </td>
184
+ <td class="col-md-9">
185
+ <ul class="index-list">
186
+ <li>
187
+ <span class="modifier">Optional</span>
188
+ <a href="#requestId" class="reference-link ">
189
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">requestId</span>
190
+ </a>
191
+ </li>
192
+ </ul>
193
+ </td>
194
+ </tr>
195
+ </tbody>
196
+ </table>
197
+ </section>
198
+
199
+
200
+
201
+ <section data-compodoc="block-properties">
202
+ <h3 id="inputs">Properties</h3>
203
+ <table class="table table-sm table-bordered">
204
+ <tbody>
205
+ <tr>
206
+ <td class="col-md-4">
207
+ <a name="requestId"></a>
208
+ <span class="name "><b>requestId</b>
209
+ <a href="#requestId">
210
+ <span class="icon ion-ios-link"></span>
211
+ </a>
212
+ </span>
213
+ </td>
214
+ </tr>
215
+ <tr>
216
+ <td class="col-md-4">
217
+ <code>requestId: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
189
218
  </code>
190
- </td>
191
- </tr>
219
+ </td>
220
+ </tr>
192
221
 
193
222
 
194
- <tr>
195
- <td class="col-md-4">
196
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
223
+ <tr>
224
+ <td class="col-md-4">
225
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
197
226
 
198
- </td>
199
- </tr>
227
+ </td>
228
+ </tr>
200
229
 
201
- <tr>
202
- <td class="col-md-4">
203
- <i>Optional</i>
204
- </td>
205
- </tr>
206
230
 
231
+ <tr>
232
+ <td class="col-md-4">
233
+ <i>Optional</i>
234
+ </td>
235
+ </tr>
207
236
 
208
237
 
209
238
 
210
- </tbody>
211
- </table>
212
- </section>
213
- </div>
239
+
240
+ </tbody>
241
+ </table>
242
+ </section>
243
+ </div>
214
244
 
215
245
 
216
246
  </div>
@@ -254,6 +284,24 @@
254
284
 
255
285
  <script>
256
286
  $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
287
+ var updateDarkModeSwitchOffset = function () {
288
+ var content = document.querySelector('.content');
289
+ var scrollbarWidth = 0;
290
+
291
+ if (content) {
292
+ scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
293
+ }
294
+
295
+ document.documentElement.style.setProperty(
296
+ '--content-scrollbar-width',
297
+ scrollbarWidth + 'px'
298
+ );
299
+ };
300
+
301
+ updateDarkModeSwitchOffset();
302
+ requestAnimationFrame(updateDarkModeSwitchOffset);
303
+ window.addEventListener('resize', updateDarkModeSwitchOffset);
304
+
257
305
  checkToggle(darkModeState);
258
306
  if ($darkModeToggleSwitchers.length > 0) {
259
307
  for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
@@ -269,7 +317,6 @@
269
317
  <script src="../js/libs/lit-html.js"></script>
270
318
 
271
319
  <script src="../js/menu-wc.js" defer></script>
272
- <script nomodule src="../js/menu-wc_es5.js" defer></script>
273
320
 
274
321
  <script src="../js/libs/bootstrap-native.js"></script>
275
322
 
@@ -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
  UxHttpErrorResponse</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/ux-models/ux-error-feedback.model.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,90 +139,108 @@
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/ux-models/ux-error-feedback.model.ts</code>
139
- </p>
140
-
141
152
 
142
153
 
143
154
  <p class="comment">
144
155
  <h3>Extends</h3>
145
156
  </p>
146
157
  <p class="comment">
147
- <code>HttpErrorResponse</code>
158
+ <code><a href="https://angular.dev/api/common/http/HttpErrorResponse" target="_blank" >HttpErrorResponse</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">
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">
162
173
  <li>
163
- <a href="#uxHttpErrorOutput"
164
- >
165
- uxHttpErrorOutput
166
- </a>
174
+ <code><a href="https://angular.dev/api/common/http/HttpErrorResponse" target="_blank" >HttpErrorResponse</a></code>
167
175
  </li>
168
- </ul>
169
- </td>
170
- </tr>
171
- </tbody>
172
- </table>
176
+ </ul>
177
+ </div>
178
+ </div>
173
179
  </section>
180
+ </div>
174
181
 
175
-
176
-
177
- <section data-compodoc="block-properties">
178
- <h3 id="inputs">Properties</h3>
179
- <table class="table table-sm table-bordered">
180
- <tbody>
181
- <tr>
182
- <td class="col-md-4">
183
- <a name="uxHttpErrorOutput"></a>
184
- <span class="name "><b>uxHttpErrorOutput</b>
185
- <a href="#uxHttpErrorOutput">
186
- <span class="icon ion-ios-link"></span>
187
- </a>
188
- </span>
189
- </td>
190
- </tr>
191
- <tr>
192
- <td class="col-md-4">
193
- <code>uxHttpErrorOutput: <code><a href="../classes/UxErrorOutput.html" target="_self" >UxErrorOutput</a></code>
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
+ <a href="#uxHttpErrorOutput" class="reference-link ">
194
+ <span class="reference-badge reference-badge--property" aria-hidden="true">P</span><span class="reference-link-label">uxHttpErrorOutput</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">
209
+ <tbody>
210
+ <tr>
211
+ <td class="col-md-4">
212
+ <a name="uxHttpErrorOutput"></a>
213
+ <span class="name "><b>uxHttpErrorOutput</b>
214
+ <a href="#uxHttpErrorOutput">
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>uxHttpErrorOutput: <code><a href="../classes/UxErrorOutput.html" target="_self" >UxErrorOutput</a></code>
194
223
  </code>
195
- </td>
196
- </tr>
224
+ </td>
225
+ </tr>
197
226
 
198
227
 
199
- <tr>
200
- <td class="col-md-4">
201
- <i>Type : </i> <code><a href="../classes/UxErrorOutput.html" target="_self" >UxErrorOutput</a></code>
228
+ <tr>
229
+ <td class="col-md-4">
230
+ <i>Type : </i> <code><a href="../classes/UxErrorOutput.html" target="_self" >UxErrorOutput</a></code>
202
231
 
203
- </td>
204
- </tr>
232
+ </td>
233
+ </tr>
205
234
 
206
235
 
207
236
 
208
237
 
209
238
 
210
- </tbody>
211
- </table>
212
- </section>
213
- </div>
239
+
240
+ </tbody>
241
+ </table>
242
+ </section>
243
+ </div>
214
244
 
215
245
 
216
246
  </div>
@@ -254,6 +284,24 @@
254
284
 
255
285
  <script>
256
286
  $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
287
+ var updateDarkModeSwitchOffset = function () {
288
+ var content = document.querySelector('.content');
289
+ var scrollbarWidth = 0;
290
+
291
+ if (content) {
292
+ scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
293
+ }
294
+
295
+ document.documentElement.style.setProperty(
296
+ '--content-scrollbar-width',
297
+ scrollbarWidth + 'px'
298
+ );
299
+ };
300
+
301
+ updateDarkModeSwitchOffset();
302
+ requestAnimationFrame(updateDarkModeSwitchOffset);
303
+ window.addEventListener('resize', updateDarkModeSwitchOffset);
304
+
257
305
  checkToggle(darkModeState);
258
306
  if ($darkModeToggleSwitchers.length > 0) {
259
307
  for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
@@ -269,7 +317,6 @@
269
317
  <script src="../js/libs/lit-html.js"></script>
270
318
 
271
319
  <script src="../js/menu-wc.js" defer></script>
272
- <script nomodule src="../js/menu-wc_es5.js" defer></script>
273
320
 
274
321
  <script src="../js/libs/bootstrap-native.js"></script>
275
322