@eui/components 17.0.0-rc.5 → 17.0.0-rc.7
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.
- package/docs/classes/EuiAutoCompleteItem.html +1 -1
- package/docs/components/EuiAlertComponent.html +141 -15
- package/docs/components/EuiAutocompleteComponent.html +28 -16
- package/docs/components/EuiAvatarComponent.html +15 -72
- package/docs/components/EuiBadgeComponent.html +61 -637
- package/docs/components/EuiBlockContentComponent.html +192 -715
- package/docs/components/EuiBlockDocumentComponent.html +18 -725
- package/docs/components/EuiCardContentComponent.html +69 -0
- package/docs/components/EuiDashboardButtonComponent.html +1 -1
- package/docs/components/EuiDashboardCardComponent.html +5 -5
- package/docs/components/EuiDialogContainerComponent.html +1 -1
- package/docs/components/EuiDropdownComponent.html +43 -385
- package/docs/components/EuiFieldsetComponent.html +6 -6
- package/docs/components/EuiMenuComponent.html +96 -961
- package/docs/components/EuiMenuItemComponent.html +1 -1
- package/docs/components/EuiTreeComponent.html +1 -1
- package/docs/dependencies.html +2 -2
- package/docs/directives/EuiDropdownContentDirective.html +119 -7
- package/docs/js/menu-wc.js +221 -190
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +35 -0
- package/docs/modules/EuiAlertModule.html +4 -1
- package/docs/modules/EuiAppSidebarModule.html +4 -28
- package/docs/modules/EuiAppToolbarModule.html +4 -28
- package/docs/modules/EuiAvatarModule.html +7 -28
- package/docs/modules/EuiBadgeModule.html +11 -1
- package/docs/modules/EuiChartsModule.html +4 -28
- package/docs/modules/EuiFieldsetModule.html +3 -0
- package/docs/modules/EuiHeaderModule.html +4 -28
- package/docs/modules/EuiPageModule.html +4 -28
- package/docs/modules/EuiSidebarMenuModule.html +4 -28
- package/docs/modules/EuiSkeletonModule.html +4 -28
- package/docs/modules/EuiToolbarModule.html +4 -28
- package/docs/modules/EuiUserProfileModule.html +4 -28
- package/esm2022/eui-alert/eui-alert.component.mjs +75 -80
- package/esm2022/eui-alert/eui-alert.module.mjs +49 -0
- package/esm2022/eui-alert/index.mjs +2 -1
- package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +47 -76
- package/esm2022/eui-autocomplete/models/eui-autocomplete-item.model.mjs +2 -1
- package/esm2022/eui-avatar/avatar-badge/avatar-badge.component.mjs +1 -4
- package/esm2022/eui-avatar/eui-avatar-list.component.mjs +1 -4
- package/esm2022/eui-avatar/eui-avatar.component.mjs +20 -39
- package/esm2022/eui-avatar/eui-avatar.module.mjs +5 -2
- package/esm2022/eui-badge/eui-badge.component.mjs +40 -35
- package/esm2022/eui-badge/eui-badge.module.mjs +19 -0
- package/esm2022/eui-badge/index.mjs +2 -1
- package/esm2022/eui-block-content/eui-block-content.component.mjs +22 -19
- package/esm2022/eui-block-document/eui-block-document.component.mjs +14 -19
- package/esm2022/eui-card/components/eui-card-content/eui-card-content.component.mjs +6 -2
- package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +6 -9
- package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +23 -33
- package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +3 -3
- package/esm2022/eui-dropdown/directives/eui-dropdown-content.directive.mjs +10 -4
- package/esm2022/eui-dropdown/eui-dropdown.component.mjs +34 -48
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +22 -39
- package/esm2022/eui-fieldset/eui-fieldset.module.mjs +4 -3
- package/esm2022/eui-menu/eui-menu-item.component.mjs +7 -3
- package/esm2022/eui-menu/eui-menu.component.mjs +51 -56
- package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.mjs +1 -1
- package/esm2022/eui-tree/eui-tree.component.mjs +9 -4
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +3 -7
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +1 -1
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +1 -1
- package/esm2022/layout/eui-search/search.component.mjs +1 -2
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +1 -1
- package/eui-alert/eui-alert.component.d.ts +13 -23
- package/eui-alert/eui-alert.component.d.ts.map +1 -1
- package/eui-alert/eui-alert.module.d.ts +14 -0
- package/eui-alert/eui-alert.module.d.ts.map +1 -0
- package/eui-alert/index.d.ts +1 -0
- package/eui-alert/index.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete.component.d.ts +39 -23
- package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
- package/eui-autocomplete/models/eui-autocomplete-item.model.d.ts +2 -2
- package/eui-autocomplete/models/eui-autocomplete-item.model.d.ts.map +1 -1
- package/eui-avatar/avatar-badge/avatar-badge.component.d.ts +0 -1
- package/eui-avatar/avatar-badge/avatar-badge.component.d.ts.map +1 -1
- package/eui-avatar/eui-avatar-list.component.d.ts +0 -1
- package/eui-avatar/eui-avatar-list.component.d.ts.map +1 -1
- package/eui-avatar/eui-avatar.component.d.ts +10 -10
- package/eui-avatar/eui-avatar.component.d.ts.map +1 -1
- package/eui-avatar/eui-avatar.module.d.ts +2 -1
- package/eui-avatar/eui-avatar.module.d.ts.map +1 -1
- package/eui-badge/eui-badge.component.d.ts +8 -14
- package/eui-badge/eui-badge.component.d.ts.map +1 -1
- package/eui-badge/eui-badge.module.d.ts +10 -0
- package/eui-badge/eui-badge.module.d.ts.map +1 -0
- package/eui-badge/index.d.ts +1 -0
- package/eui-badge/index.d.ts.map +1 -1
- package/eui-block-content/eui-block-content.component.d.ts +6 -7
- package/eui-block-content/eui-block-content.component.d.ts.map +1 -1
- package/eui-block-document/eui-block-document.component.d.ts +3 -7
- package/eui-block-document/eui-block-document.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-content/eui-card-content.component.d.ts +1 -0
- package/eui-card/components/eui-card-content/eui-card-content.component.d.ts.map +1 -1
- package/eui-dashboard-button/eui-dashboard-button.component.d.ts +1 -2
- package/eui-dashboard-button/eui-dashboard-button.component.d.ts.map +1 -1
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts +9 -7
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
- package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts +1 -0
- package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts.map +1 -1
- package/eui-dropdown/eui-dropdown.component.d.ts +8 -18
- package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
- package/eui-fieldset/eui-fieldset.component.d.ts +12 -8
- package/eui-fieldset/eui-fieldset.component.d.ts.map +1 -1
- package/eui-fieldset/eui-fieldset.module.d.ts +2 -1
- package/eui-fieldset/eui-fieldset.module.d.ts.map +1 -1
- package/eui-menu/eui-menu-item.component.d.ts +4 -0
- package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
- package/eui-menu/eui-menu.component.d.ts +16 -19
- package/eui-menu/eui-menu.component.d.ts.map +1 -1
- package/eui-tree/eui-tree.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-alert.mjs +103 -68
- package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
- package/fesm2022/eui-components-eui-autocomplete.mjs +48 -74
- package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
- package/fesm2022/eui-components-eui-avatar.mjs +22 -45
- package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +42 -22
- package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
- package/fesm2022/eui-components-eui-block-content.mjs +21 -18
- package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
- package/fesm2022/eui-components-eui-block-document.mjs +13 -18
- package/fesm2022/eui-components-eui-block-document.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +5 -1
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-button.mjs +5 -8
- package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-card.mjs +22 -32
- package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dialog.mjs +2 -2
- package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +41 -48
- package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
- package/fesm2022/eui-components-eui-fieldset.mjs +23 -40
- package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +51 -55
- package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-overlay.mjs +1 -1
- package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +8 -3
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +7 -12
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-app/eui-app-toolbar/toolbar.component.d.ts.map +1 -1
- package/layout/eui-search/search.component.d.ts.map +1 -1
- package/package.json +7 -7
@@ -59,12 +59,6 @@
|
|
59
59
|
|
60
60
|
|
61
61
|
|
62
|
-
<p class="comment">
|
63
|
-
<h3>Extends</h3>
|
64
|
-
</p>
|
65
|
-
<p class="comment">
|
66
|
-
<code><a href="../directives/BaseDirective.html" target="_self" >BaseDirective</a></code>
|
67
|
-
</p>
|
68
62
|
|
69
63
|
<p class="comment">
|
70
64
|
<h3>Implements</h3>
|
@@ -132,23 +126,21 @@
|
|
132
126
|
<h3 id="index">Index</h3>
|
133
127
|
<table class="table table-sm table-bordered index-table">
|
134
128
|
<tbody>
|
135
|
-
|
136
129
|
<tr>
|
137
130
|
<td class="col-md-4">
|
138
|
-
<h6><b>
|
131
|
+
<h6><b>Properties</b></h6>
|
139
132
|
</td>
|
140
133
|
</tr>
|
141
134
|
<tr>
|
142
135
|
<td class="col-md-4">
|
143
136
|
<ul class="index-list">
|
144
137
|
<li>
|
145
|
-
|
146
|
-
|
147
|
-
<li>
|
148
|
-
<a href="#reactivateElement" >reactivateElement</a>
|
138
|
+
<span class="modifier"></span>
|
139
|
+
<a href="#ariaLabel" >ariaLabel</a>
|
149
140
|
</li>
|
150
141
|
<li>
|
151
|
-
|
142
|
+
<span class="modifier"></span>
|
143
|
+
<a href="#role" >role</a>
|
152
144
|
</li>
|
153
145
|
</ul>
|
154
146
|
</td>
|
@@ -156,624 +148,142 @@
|
|
156
148
|
|
157
149
|
<tr>
|
158
150
|
<td class="col-md-4">
|
159
|
-
<h6><b>
|
151
|
+
<h6><b>Methods</b></h6>
|
160
152
|
</td>
|
161
153
|
</tr>
|
162
154
|
<tr>
|
163
155
|
<td class="col-md-4">
|
164
156
|
<ul class="index-list">
|
165
157
|
<li>
|
166
|
-
<a href="#
|
167
|
-
</li>
|
168
|
-
<li>
|
169
|
-
<a href="#e2eAttr" >e2eAttr</a>
|
170
|
-
</li>
|
171
|
-
<li>
|
172
|
-
<a href="#euiAccent" >euiAccent</a>
|
173
|
-
</li>
|
174
|
-
<li>
|
175
|
-
<a href="#euiClearable" >euiClearable</a>
|
176
|
-
</li>
|
177
|
-
<li>
|
178
|
-
<a href="#euiCompact" >euiCompact</a>
|
179
|
-
</li>
|
180
|
-
<li>
|
181
|
-
<a href="#euiDanger" >euiDanger</a>
|
182
|
-
</li>
|
183
|
-
<li>
|
184
|
-
<a href="#euiDisabled" >euiDisabled</a>
|
185
|
-
</li>
|
186
|
-
<li>
|
187
|
-
<a href="#euiHighlighted" >euiHighlighted</a>
|
188
|
-
</li>
|
189
|
-
<li>
|
190
|
-
<a href="#euiInfo" >euiInfo</a>
|
191
|
-
</li>
|
192
|
-
<li>
|
193
|
-
<a href="#euiLoading" >euiLoading</a>
|
194
|
-
</li>
|
195
|
-
<li>
|
196
|
-
<a href="#euiOutline" >euiOutline</a>
|
197
|
-
</li>
|
198
|
-
<li>
|
199
|
-
<a href="#euiPrimary" >euiPrimary</a>
|
200
|
-
</li>
|
201
|
-
<li>
|
202
|
-
<a href="#euiResponsive" >euiResponsive</a>
|
203
|
-
</li>
|
204
|
-
<li>
|
205
|
-
<a href="#euiRounded" >euiRounded</a>
|
206
|
-
</li>
|
207
|
-
<li>
|
208
|
-
<a href="#euiSecondary" >euiSecondary</a>
|
209
|
-
</li>
|
210
|
-
<li>
|
211
|
-
<a href="#euiSize2XL" >euiSize2XL</a>
|
212
|
-
</li>
|
213
|
-
<li>
|
214
|
-
<a href="#euiSize2XS" >euiSize2XS</a>
|
215
|
-
</li>
|
216
|
-
<li>
|
217
|
-
<a href="#euiSize3XL" >euiSize3XL</a>
|
218
|
-
</li>
|
219
|
-
<li>
|
220
|
-
<a href="#euiSize4XL" >euiSize4XL</a>
|
221
|
-
</li>
|
222
|
-
<li>
|
223
|
-
<a href="#euiSize5XL" >euiSize5XL</a>
|
224
|
-
</li>
|
225
|
-
<li>
|
226
|
-
<a href="#euiSizeL" >euiSizeL</a>
|
227
|
-
</li>
|
228
|
-
<li>
|
229
|
-
<a href="#euiSizeM" >euiSizeM</a>
|
230
|
-
</li>
|
231
|
-
<li>
|
232
|
-
<a href="#euiSizeS" >euiSizeS</a>
|
233
|
-
</li>
|
234
|
-
<li>
|
235
|
-
<a href="#euiSizeVariant" >euiSizeVariant</a>
|
236
|
-
</li>
|
237
|
-
<li>
|
238
|
-
<a href="#euiSizeXL" >euiSizeXL</a>
|
239
|
-
</li>
|
240
|
-
<li>
|
241
|
-
<a href="#euiSizeXS" >euiSizeXS</a>
|
242
|
-
</li>
|
243
|
-
<li>
|
244
|
-
<a href="#euiSuccess" >euiSuccess</a>
|
245
|
-
</li>
|
246
|
-
<li>
|
247
|
-
<a href="#euiVariant" >euiVariant</a>
|
248
|
-
</li>
|
249
|
-
<li>
|
250
|
-
<a href="#euiWarning" >euiWarning</a>
|
251
|
-
</li>
|
252
|
-
<li>
|
253
|
-
<a href="#styleClass" >styleClass</a>
|
158
|
+
<a href="#deactivateElement" >deactivateElement</a>
|
254
159
|
</li>
|
255
|
-
</ul>
|
256
|
-
</td>
|
257
|
-
</tr>
|
258
|
-
|
259
|
-
|
260
|
-
<tr>
|
261
|
-
<td class="col-md-4">
|
262
|
-
<h6><b>HostBindings</b></h6>
|
263
|
-
</td>
|
264
|
-
</tr>
|
265
|
-
<tr>
|
266
|
-
<td class="col-md-4">
|
267
|
-
<ul class="index-list">
|
268
160
|
<li>
|
269
|
-
<a href="#
|
161
|
+
<a href="#reactivateElement" >reactivateElement</a>
|
270
162
|
</li>
|
271
|
-
</ul>
|
272
|
-
</td>
|
273
|
-
</tr>
|
274
|
-
|
275
|
-
|
276
|
-
<tr>
|
277
|
-
<td class="col-md-4">
|
278
|
-
<h6><b>Accessors</b></h6>
|
279
|
-
</td>
|
280
|
-
</tr>
|
281
|
-
<tr>
|
282
|
-
<td class="col-md-4">
|
283
|
-
<ul class="index-list">
|
284
|
-
<li>
|
285
|
-
<a href="#isBlocked" >isBlocked</a>
|
286
|
-
</li>
|
287
|
-
<li>
|
288
|
-
<a href="#cssClasses" >cssClasses</a>
|
289
|
-
</li>
|
290
|
-
</ul>
|
291
|
-
</td>
|
292
|
-
</tr>
|
293
|
-
</tbody>
|
294
|
-
</table>
|
295
|
-
</section>
|
296
|
-
|
297
|
-
<section data-compodoc="block-constructor">
|
298
|
-
<h3 id="constructor">Constructor</h3>
|
299
|
-
<table class="table table-sm table-bordered">
|
300
|
-
<tbody>
|
301
|
-
<tr>
|
302
|
-
<td class="col-md-4">
|
303
|
-
<code>constructor(elRef: ElementRef, renderer: Renderer2)</code>
|
304
|
-
</td>
|
305
|
-
</tr>
|
306
|
-
|
307
|
-
<tr>
|
308
|
-
<td class="col-md-4">
|
309
|
-
<div>
|
310
|
-
<b>Parameters :</b>
|
311
|
-
<table class="params">
|
312
|
-
<thead>
|
313
|
-
<tr>
|
314
|
-
<td>Name</td>
|
315
|
-
<td>Type</td>
|
316
|
-
<td>Optional</td>
|
317
|
-
</tr>
|
318
|
-
</thead>
|
319
|
-
<tbody>
|
320
|
-
<tr>
|
321
|
-
<td>elRef</td>
|
322
|
-
|
323
|
-
<td>
|
324
|
-
<code>ElementRef</code>
|
325
|
-
</td>
|
326
|
-
|
327
|
-
<td>
|
328
|
-
No
|
329
|
-
</td>
|
330
|
-
|
331
|
-
</tr>
|
332
|
-
<tr>
|
333
|
-
<td>renderer</td>
|
334
|
-
|
335
|
-
<td>
|
336
|
-
<code>Renderer2</code>
|
337
|
-
</td>
|
338
|
-
|
339
|
-
<td>
|
340
|
-
No
|
341
|
-
</td>
|
342
|
-
|
343
|
-
</tr>
|
344
|
-
</tbody>
|
345
|
-
</table>
|
346
|
-
</div>
|
347
|
-
</td>
|
348
|
-
</tr>
|
349
|
-
</tbody>
|
350
|
-
</table>
|
351
|
-
</section>
|
352
|
-
|
353
|
-
<section data-compodoc="block-inputs">
|
354
|
-
<h3 id="inputs">Inputs</h3>
|
355
|
-
<table class="table table-sm table-bordered">
|
356
|
-
<tbody>
|
357
|
-
<tr>
|
358
|
-
<td class="col-md-4">
|
359
|
-
<a name="isBlocked"></a>
|
360
|
-
<b>isBlocked</b>
|
361
|
-
</td>
|
362
|
-
</tr>
|
363
|
-
<tr>
|
364
|
-
<td class="col-md-4">
|
365
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
366
|
-
|
367
|
-
</td>
|
368
|
-
</tr>
|
369
|
-
</tbody>
|
370
|
-
</table>
|
371
|
-
<table class="table table-sm table-bordered">
|
372
|
-
<tbody>
|
373
|
-
<tr>
|
374
|
-
<td class="col-md-4">
|
375
|
-
<a name="e2eAttr"></a>
|
376
|
-
<b>e2eAttr</b>
|
377
|
-
</td>
|
378
|
-
</tr>
|
379
|
-
<tr>
|
380
|
-
<td class="col-md-4">
|
381
|
-
<i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
382
|
-
|
383
|
-
</td>
|
384
|
-
</tr>
|
385
|
-
</tbody>
|
386
|
-
</table>
|
387
|
-
<table class="table table-sm table-bordered">
|
388
|
-
<tbody>
|
389
|
-
<tr>
|
390
|
-
<td class="col-md-4">
|
391
|
-
<a name="euiAccent"></a>
|
392
|
-
<b>euiAccent</b>
|
393
|
-
</td>
|
394
|
-
</tr>
|
395
|
-
<tr>
|
396
|
-
<td class="col-md-4">
|
397
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
398
|
-
|
399
|
-
</td>
|
400
|
-
</tr>
|
401
|
-
</tbody>
|
402
|
-
</table>
|
403
|
-
<table class="table table-sm table-bordered">
|
404
|
-
<tbody>
|
405
|
-
<tr>
|
406
|
-
<td class="col-md-4">
|
407
|
-
<a name="euiClearable"></a>
|
408
|
-
<b>euiClearable</b>
|
409
|
-
</td>
|
410
|
-
</tr>
|
411
|
-
<tr>
|
412
|
-
<td class="col-md-4">
|
413
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
414
|
-
|
415
|
-
</td>
|
416
|
-
</tr>
|
417
|
-
</tbody>
|
418
|
-
</table>
|
419
|
-
<table class="table table-sm table-bordered">
|
420
|
-
<tbody>
|
421
|
-
<tr>
|
422
|
-
<td class="col-md-4">
|
423
|
-
<a name="euiCompact"></a>
|
424
|
-
<b>euiCompact</b>
|
425
|
-
</td>
|
426
|
-
</tr>
|
427
|
-
<tr>
|
428
|
-
<td class="col-md-4">
|
429
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
430
|
-
|
431
|
-
</td>
|
432
|
-
</tr>
|
433
|
-
</tbody>
|
434
|
-
</table>
|
435
|
-
<table class="table table-sm table-bordered">
|
436
|
-
<tbody>
|
437
|
-
<tr>
|
438
|
-
<td class="col-md-4">
|
439
|
-
<a name="euiDanger"></a>
|
440
|
-
<b>euiDanger</b>
|
441
|
-
</td>
|
442
|
-
</tr>
|
443
|
-
<tr>
|
444
|
-
<td class="col-md-4">
|
445
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
446
|
-
|
447
|
-
</td>
|
448
|
-
</tr>
|
449
|
-
</tbody>
|
450
|
-
</table>
|
451
|
-
<table class="table table-sm table-bordered">
|
452
|
-
<tbody>
|
453
|
-
<tr>
|
454
|
-
<td class="col-md-4">
|
455
|
-
<a name="euiDisabled"></a>
|
456
|
-
<b>euiDisabled</b>
|
457
|
-
</td>
|
458
|
-
</tr>
|
459
|
-
<tr>
|
460
|
-
<td class="col-md-4">
|
461
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
462
|
-
|
463
|
-
</td>
|
464
|
-
</tr>
|
465
|
-
</tbody>
|
466
|
-
</table>
|
467
|
-
<table class="table table-sm table-bordered">
|
468
|
-
<tbody>
|
469
|
-
<tr>
|
470
|
-
<td class="col-md-4">
|
471
|
-
<a name="euiHighlighted"></a>
|
472
|
-
<b>euiHighlighted</b>
|
473
|
-
</td>
|
474
|
-
</tr>
|
475
|
-
<tr>
|
476
|
-
<td class="col-md-4">
|
477
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
478
|
-
|
479
|
-
</td>
|
480
|
-
</tr>
|
481
|
-
</tbody>
|
482
|
-
</table>
|
483
|
-
<table class="table table-sm table-bordered">
|
484
|
-
<tbody>
|
485
|
-
<tr>
|
486
|
-
<td class="col-md-4">
|
487
|
-
<a name="euiInfo"></a>
|
488
|
-
<b>euiInfo</b>
|
489
|
-
</td>
|
490
|
-
</tr>
|
491
|
-
<tr>
|
492
|
-
<td class="col-md-4">
|
493
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
494
|
-
|
495
|
-
</td>
|
496
|
-
</tr>
|
497
|
-
</tbody>
|
498
|
-
</table>
|
499
|
-
<table class="table table-sm table-bordered">
|
500
|
-
<tbody>
|
501
|
-
<tr>
|
502
|
-
<td class="col-md-4">
|
503
|
-
<a name="euiLoading"></a>
|
504
|
-
<b>euiLoading</b>
|
505
|
-
</td>
|
506
|
-
</tr>
|
507
|
-
<tr>
|
508
|
-
<td class="col-md-4">
|
509
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
510
|
-
|
511
|
-
</td>
|
512
|
-
</tr>
|
513
|
-
</tbody>
|
514
|
-
</table>
|
515
|
-
<table class="table table-sm table-bordered">
|
516
|
-
<tbody>
|
517
|
-
<tr>
|
518
|
-
<td class="col-md-4">
|
519
|
-
<a name="euiOutline"></a>
|
520
|
-
<b>euiOutline</b>
|
521
|
-
</td>
|
522
|
-
</tr>
|
523
|
-
<tr>
|
524
|
-
<td class="col-md-4">
|
525
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
526
|
-
|
527
|
-
</td>
|
528
|
-
</tr>
|
529
|
-
</tbody>
|
530
|
-
</table>
|
531
|
-
<table class="table table-sm table-bordered">
|
532
|
-
<tbody>
|
533
|
-
<tr>
|
534
|
-
<td class="col-md-4">
|
535
|
-
<a name="euiPrimary"></a>
|
536
|
-
<b>euiPrimary</b>
|
537
|
-
</td>
|
538
|
-
</tr>
|
539
|
-
<tr>
|
540
|
-
<td class="col-md-4">
|
541
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
542
|
-
|
543
|
-
</td>
|
544
|
-
</tr>
|
545
|
-
</tbody>
|
546
|
-
</table>
|
547
|
-
<table class="table table-sm table-bordered">
|
548
|
-
<tbody>
|
549
|
-
<tr>
|
550
|
-
<td class="col-md-4">
|
551
|
-
<a name="euiResponsive"></a>
|
552
|
-
<b>euiResponsive</b>
|
553
|
-
</td>
|
554
|
-
</tr>
|
555
|
-
<tr>
|
556
|
-
<td class="col-md-4">
|
557
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
558
|
-
|
559
|
-
</td>
|
560
|
-
</tr>
|
561
|
-
</tbody>
|
562
|
-
</table>
|
563
|
-
<table class="table table-sm table-bordered">
|
564
|
-
<tbody>
|
565
|
-
<tr>
|
566
|
-
<td class="col-md-4">
|
567
|
-
<a name="euiRounded"></a>
|
568
|
-
<b>euiRounded</b>
|
569
|
-
</td>
|
570
|
-
</tr>
|
571
|
-
<tr>
|
572
|
-
<td class="col-md-4">
|
573
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
574
|
-
|
575
|
-
</td>
|
576
|
-
</tr>
|
577
|
-
</tbody>
|
578
|
-
</table>
|
579
|
-
<table class="table table-sm table-bordered">
|
580
|
-
<tbody>
|
581
|
-
<tr>
|
582
|
-
<td class="col-md-4">
|
583
|
-
<a name="euiSecondary"></a>
|
584
|
-
<b>euiSecondary</b>
|
585
|
-
</td>
|
586
|
-
</tr>
|
587
|
-
<tr>
|
588
|
-
<td class="col-md-4">
|
589
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
590
|
-
|
591
|
-
</td>
|
592
|
-
</tr>
|
593
|
-
</tbody>
|
594
|
-
</table>
|
595
|
-
<table class="table table-sm table-bordered">
|
596
|
-
<tbody>
|
597
|
-
<tr>
|
598
|
-
<td class="col-md-4">
|
599
|
-
<a name="euiSize2XL"></a>
|
600
|
-
<b>euiSize2XL</b>
|
601
|
-
</td>
|
602
|
-
</tr>
|
603
|
-
<tr>
|
604
|
-
<td class="col-md-4">
|
605
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
606
|
-
|
607
|
-
</td>
|
608
|
-
</tr>
|
609
|
-
</tbody>
|
610
|
-
</table>
|
611
|
-
<table class="table table-sm table-bordered">
|
612
|
-
<tbody>
|
613
|
-
<tr>
|
614
|
-
<td class="col-md-4">
|
615
|
-
<a name="euiSize2XS"></a>
|
616
|
-
<b>euiSize2XS</b>
|
617
|
-
</td>
|
618
|
-
</tr>
|
619
|
-
<tr>
|
620
|
-
<td class="col-md-4">
|
621
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
622
|
-
|
623
|
-
</td>
|
624
|
-
</tr>
|
625
|
-
</tbody>
|
626
|
-
</table>
|
627
|
-
<table class="table table-sm table-bordered">
|
628
|
-
<tbody>
|
629
|
-
<tr>
|
630
|
-
<td class="col-md-4">
|
631
|
-
<a name="euiSize3XL"></a>
|
632
|
-
<b>euiSize3XL</b>
|
633
|
-
</td>
|
634
|
-
</tr>
|
635
|
-
<tr>
|
636
|
-
<td class="col-md-4">
|
637
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
638
|
-
|
639
|
-
</td>
|
640
|
-
</tr>
|
641
|
-
</tbody>
|
642
|
-
</table>
|
643
|
-
<table class="table table-sm table-bordered">
|
644
|
-
<tbody>
|
645
|
-
<tr>
|
646
|
-
<td class="col-md-4">
|
647
|
-
<a name="euiSize4XL"></a>
|
648
|
-
<b>euiSize4XL</b>
|
649
|
-
</td>
|
650
|
-
</tr>
|
651
|
-
<tr>
|
652
|
-
<td class="col-md-4">
|
653
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
654
|
-
|
655
|
-
</td>
|
656
|
-
</tr>
|
657
|
-
</tbody>
|
658
|
-
</table>
|
659
|
-
<table class="table table-sm table-bordered">
|
660
|
-
<tbody>
|
661
|
-
<tr>
|
662
|
-
<td class="col-md-4">
|
663
|
-
<a name="euiSize5XL"></a>
|
664
|
-
<b>euiSize5XL</b>
|
665
|
-
</td>
|
666
|
-
</tr>
|
667
|
-
<tr>
|
668
|
-
<td class="col-md-4">
|
669
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
670
|
-
|
671
|
-
</td>
|
672
|
-
</tr>
|
673
|
-
</tbody>
|
674
|
-
</table>
|
675
|
-
<table class="table table-sm table-bordered">
|
676
|
-
<tbody>
|
677
|
-
<tr>
|
678
|
-
<td class="col-md-4">
|
679
|
-
<a name="euiSizeL"></a>
|
680
|
-
<b>euiSizeL</b>
|
681
|
-
</td>
|
682
|
-
</tr>
|
683
|
-
<tr>
|
684
|
-
<td class="col-md-4">
|
685
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
686
|
-
|
687
|
-
</td>
|
688
|
-
</tr>
|
689
|
-
</tbody>
|
690
|
-
</table>
|
691
|
-
<table class="table table-sm table-bordered">
|
692
|
-
<tbody>
|
693
|
-
<tr>
|
694
|
-
<td class="col-md-4">
|
695
|
-
<a name="euiSizeM"></a>
|
696
|
-
<b>euiSizeM</b>
|
697
|
-
</td>
|
698
|
-
</tr>
|
699
|
-
<tr>
|
700
|
-
<td class="col-md-4">
|
701
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
702
|
-
|
703
|
-
</td>
|
704
|
-
</tr>
|
705
|
-
</tbody>
|
706
|
-
</table>
|
707
|
-
<table class="table table-sm table-bordered">
|
708
|
-
<tbody>
|
709
|
-
<tr>
|
710
|
-
<td class="col-md-4">
|
711
|
-
<a name="euiSizeS"></a>
|
712
|
-
<b>euiSizeS</b>
|
163
|
+
</ul>
|
713
164
|
</td>
|
714
165
|
</tr>
|
715
|
-
<tr>
|
716
|
-
<td class="col-md-4">
|
717
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
718
166
|
|
719
|
-
</td>
|
720
|
-
</tr>
|
721
|
-
</tbody>
|
722
|
-
</table>
|
723
|
-
<table class="table table-sm table-bordered">
|
724
|
-
<tbody>
|
725
167
|
<tr>
|
726
168
|
<td class="col-md-4">
|
727
|
-
<
|
728
|
-
<b>euiSizeVariant</b>
|
169
|
+
<h6><b>Inputs</b></h6>
|
729
170
|
</td>
|
730
171
|
</tr>
|
731
172
|
<tr>
|
732
173
|
<td class="col-md-4">
|
733
|
-
<
|
734
|
-
|
174
|
+
<ul class="index-list">
|
175
|
+
<li>
|
176
|
+
<a href="#isBlocked" >isBlocked</a>
|
177
|
+
</li>
|
178
|
+
</ul>
|
735
179
|
</td>
|
736
180
|
</tr>
|
737
|
-
|
738
|
-
|
739
|
-
<table class="table table-sm table-bordered">
|
740
|
-
<tbody>
|
181
|
+
|
182
|
+
|
741
183
|
<tr>
|
742
184
|
<td class="col-md-4">
|
743
|
-
<
|
744
|
-
<b>euiSizeXL</b>
|
185
|
+
<h6><b>HostBindings</b></h6>
|
745
186
|
</td>
|
746
187
|
</tr>
|
747
188
|
<tr>
|
748
189
|
<td class="col-md-4">
|
749
|
-
<
|
750
|
-
|
190
|
+
<ul class="index-list">
|
191
|
+
<li>
|
192
|
+
<a href="#attr.aria-label" >attr.aria-label</a>
|
193
|
+
</li>
|
194
|
+
<li>
|
195
|
+
<a href="#attr.role" >attr.role</a>
|
196
|
+
</li>
|
197
|
+
<li>
|
198
|
+
<a href="#class" >class</a>
|
199
|
+
</li>
|
200
|
+
</ul>
|
751
201
|
</td>
|
752
202
|
</tr>
|
753
|
-
|
754
|
-
|
203
|
+
|
204
|
+
|
205
|
+
<tr>
|
206
|
+
<td class="col-md-4">
|
207
|
+
<h6><b>Accessors</b></h6>
|
208
|
+
</td>
|
209
|
+
</tr>
|
210
|
+
<tr>
|
211
|
+
<td class="col-md-4">
|
212
|
+
<ul class="index-list">
|
213
|
+
<li>
|
214
|
+
<a href="#cssClasses" >cssClasses</a>
|
215
|
+
</li>
|
216
|
+
</ul>
|
217
|
+
</td>
|
218
|
+
</tr>
|
219
|
+
</tbody>
|
220
|
+
</table>
|
221
|
+
</section>
|
222
|
+
|
223
|
+
<section data-compodoc="block-constructor">
|
224
|
+
<h3 id="constructor">Constructor</h3>
|
755
225
|
<table class="table table-sm table-bordered">
|
756
226
|
<tbody>
|
757
227
|
<tr>
|
758
228
|
<td class="col-md-4">
|
759
|
-
|
760
|
-
<b>euiSizeXS</b>
|
229
|
+
<code>constructor(elRef: ElementRef, renderer: Renderer2)</code>
|
761
230
|
</td>
|
762
231
|
</tr>
|
232
|
+
|
763
233
|
<tr>
|
764
234
|
<td class="col-md-4">
|
765
|
-
|
766
|
-
|
235
|
+
<div>
|
236
|
+
<b>Parameters :</b>
|
237
|
+
<table class="params">
|
238
|
+
<thead>
|
239
|
+
<tr>
|
240
|
+
<td>Name</td>
|
241
|
+
<td>Type</td>
|
242
|
+
<td>Optional</td>
|
243
|
+
</tr>
|
244
|
+
</thead>
|
245
|
+
<tbody>
|
246
|
+
<tr>
|
247
|
+
<td>elRef</td>
|
248
|
+
|
249
|
+
<td>
|
250
|
+
<code>ElementRef</code>
|
251
|
+
</td>
|
252
|
+
|
253
|
+
<td>
|
254
|
+
No
|
255
|
+
</td>
|
256
|
+
|
257
|
+
</tr>
|
258
|
+
<tr>
|
259
|
+
<td>renderer</td>
|
260
|
+
|
261
|
+
<td>
|
262
|
+
<code>Renderer2</code>
|
263
|
+
</td>
|
264
|
+
|
265
|
+
<td>
|
266
|
+
No
|
267
|
+
</td>
|
268
|
+
|
269
|
+
</tr>
|
270
|
+
</tbody>
|
271
|
+
</table>
|
272
|
+
</div>
|
767
273
|
</td>
|
768
274
|
</tr>
|
769
275
|
</tbody>
|
770
276
|
</table>
|
277
|
+
</section>
|
278
|
+
|
279
|
+
<section data-compodoc="block-inputs">
|
280
|
+
<h3 id="inputs">Inputs</h3>
|
771
281
|
<table class="table table-sm table-bordered">
|
772
282
|
<tbody>
|
773
283
|
<tr>
|
774
284
|
<td class="col-md-4">
|
775
|
-
<a name="
|
776
|
-
<b>
|
285
|
+
<a name="isBlocked"></a>
|
286
|
+
<b>isBlocked</b>
|
777
287
|
</td>
|
778
288
|
</tr>
|
779
289
|
<tr>
|
@@ -782,60 +292,69 @@
|
|
782
292
|
|
783
293
|
</td>
|
784
294
|
</tr>
|
785
|
-
</tbody>
|
786
|
-
</table>
|
787
|
-
<table class="table table-sm table-bordered">
|
788
|
-
<tbody>
|
789
295
|
<tr>
|
790
296
|
<td class="col-md-4">
|
791
|
-
<
|
792
|
-
<b>euiVariant</b>
|
297
|
+
<i>Default value : </i><code>false</code>
|
793
298
|
</td>
|
794
299
|
</tr>
|
300
|
+
</tbody>
|
301
|
+
</table>
|
302
|
+
</section>
|
303
|
+
|
304
|
+
<section data-compodoc="block-properties">
|
305
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
306
|
+
<tbody>
|
307
|
+
<tr>
|
308
|
+
<td class="col-md-4">
|
309
|
+
<a name="attr.aria-label"></a>
|
310
|
+
<span class="name">
|
311
|
+
<span ><b>attr.aria-label</b></span>
|
312
|
+
<a href="#attr.aria-label"><span class="icon ion-ios-link"></span></a>
|
313
|
+
</span>
|
314
|
+
</td>
|
315
|
+
</tr>
|
795
316
|
<tr>
|
796
317
|
<td class="col-md-4">
|
797
318
|
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
798
319
|
|
799
320
|
</td>
|
800
321
|
</tr>
|
801
|
-
</tbody>
|
802
|
-
</table>
|
803
|
-
<table class="table table-sm table-bordered">
|
804
|
-
<tbody>
|
805
322
|
<tr>
|
806
323
|
<td class="col-md-4">
|
807
|
-
<
|
808
|
-
<b>euiWarning</b>
|
324
|
+
<i>Default value : </i><code>'block content wrapper'</code>
|
809
325
|
</td>
|
810
326
|
</tr>
|
327
|
+
|
328
|
+
|
329
|
+
</tbody>
|
330
|
+
</table>
|
331
|
+
<table class="table table-sm table-bordered">
|
332
|
+
<tbody>
|
333
|
+
<tr>
|
334
|
+
<td class="col-md-4">
|
335
|
+
<a name="attr.role"></a>
|
336
|
+
<span class="name">
|
337
|
+
<span ><b>attr.role</b></span>
|
338
|
+
<a href="#attr.role"><span class="icon ion-ios-link"></span></a>
|
339
|
+
</span>
|
340
|
+
</td>
|
341
|
+
</tr>
|
811
342
|
<tr>
|
812
343
|
<td class="col-md-4">
|
813
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
|
344
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
814
345
|
|
815
346
|
</td>
|
816
347
|
</tr>
|
817
|
-
</tbody>
|
818
|
-
</table>
|
819
|
-
<table class="table table-sm table-bordered">
|
820
|
-
<tbody>
|
821
348
|
<tr>
|
822
349
|
<td class="col-md-4">
|
823
|
-
<
|
824
|
-
<b>styleClass</b>
|
350
|
+
<i>Default value : </i><code>'region'</code>
|
825
351
|
</td>
|
826
352
|
</tr>
|
827
|
-
<tr>
|
828
|
-
<td class="col-md-4">
|
829
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
830
353
|
|
831
|
-
</td>
|
832
|
-
</tr>
|
833
|
-
</tbody>
|
834
|
-
</table>
|
835
|
-
</section>
|
836
354
|
|
837
|
-
|
838
|
-
|
355
|
+
</tbody>
|
356
|
+
</table>
|
357
|
+
<table class="table table-sm table-bordered">
|
839
358
|
<tbody>
|
840
359
|
<tr>
|
841
360
|
<td class="col-md-4">
|
@@ -990,132 +509,90 @@
|
|
990
509
|
</tr>
|
991
510
|
</tbody>
|
992
511
|
</table>
|
512
|
+
</section>
|
513
|
+
<section data-compodoc="block-properties">
|
514
|
+
|
515
|
+
<h3 id="inputs">
|
516
|
+
Properties
|
517
|
+
</h3>
|
993
518
|
<table class="table table-sm table-bordered">
|
994
519
|
<tbody>
|
995
520
|
<tr>
|
996
521
|
<td class="col-md-4">
|
997
|
-
<a name="
|
522
|
+
<a name="ariaLabel"></a>
|
998
523
|
<span class="name">
|
999
|
-
|
1000
|
-
<
|
524
|
+
<span class="modifier"></span>
|
525
|
+
<span ><b>ariaLabel</b></span>
|
526
|
+
<a href="#ariaLabel"><span class="icon ion-ios-link"></span></a>
|
1001
527
|
</span>
|
1002
528
|
</td>
|
1003
529
|
</tr>
|
1004
|
-
|
1005
|
-
|
1006
|
-
<
|
1007
|
-
</td>
|
1008
|
-
</tr>
|
1009
|
-
|
530
|
+
<tr>
|
531
|
+
<td class="col-md-4">
|
532
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1010
533
|
|
534
|
+
</td>
|
535
|
+
</tr>
|
536
|
+
<tr>
|
537
|
+
<td class="col-md-4">
|
538
|
+
<i>Default value : </i><code>'block content wrapper'</code>
|
539
|
+
</td>
|
540
|
+
</tr>
|
541
|
+
<tr>
|
542
|
+
<td class="col-md-4">
|
543
|
+
<b>Decorators : </b>
|
544
|
+
<br />
|
545
|
+
<code>
|
546
|
+
@HostBinding('attr.aria-label')<br />
|
547
|
+
</code>
|
548
|
+
</td>
|
549
|
+
</tr>
|
1011
550
|
|
1012
551
|
|
552
|
+
</tbody>
|
553
|
+
</table>
|
554
|
+
<table class="table table-sm table-bordered">
|
555
|
+
<tbody>
|
1013
556
|
<tr>
|
1014
557
|
<td class="col-md-4">
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
<tr>
|
1022
|
-
<td>Name</td>
|
1023
|
-
<td>Type</td>
|
1024
|
-
<td>Optional</td>
|
1025
|
-
</tr>
|
1026
|
-
</thead>
|
1027
|
-
<tbody>
|
1028
|
-
<tr>
|
1029
|
-
<td>rootClass</td>
|
1030
|
-
<td>
|
1031
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1032
|
-
</td>
|
1033
|
-
|
1034
|
-
<td>
|
1035
|
-
No
|
1036
|
-
</td>
|
1037
|
-
|
1038
|
-
|
1039
|
-
</tr>
|
1040
|
-
</tbody>
|
1041
|
-
</table>
|
1042
|
-
</div>
|
1043
|
-
<div class="io-description">
|
1044
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1045
|
-
|
1046
|
-
</div>
|
1047
|
-
<div class="io-description">
|
1048
|
-
|
1049
|
-
</div>
|
558
|
+
<a name="role"></a>
|
559
|
+
<span class="name">
|
560
|
+
<span class="modifier"></span>
|
561
|
+
<span ><b>role</b></span>
|
562
|
+
<a href="#role"><span class="icon ion-ios-link"></span></a>
|
563
|
+
</span>
|
1050
564
|
</td>
|
1051
565
|
</tr>
|
1052
|
-
</tbody>
|
1053
|
-
</table>
|
1054
|
-
</section>
|
1055
|
-
|
1056
|
-
<section data-compodoc="block-accessors">
|
1057
|
-
<h3 id="accessors">
|
1058
|
-
Accessors
|
1059
|
-
</h3>
|
1060
|
-
<table class="table table-sm table-bordered">
|
1061
|
-
<tbody>
|
1062
566
|
<tr>
|
1063
567
|
<td class="col-md-4">
|
1064
|
-
<a
|
1065
|
-
|
568
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
569
|
+
|
1066
570
|
</td>
|
1067
571
|
</tr>
|
1068
|
-
|
1069
572
|
<tr>
|
1070
573
|
<td class="col-md-4">
|
1071
|
-
<
|
574
|
+
<i>Default value : </i><code>'region'</code>
|
1072
575
|
</td>
|
1073
576
|
</tr>
|
1074
|
-
|
1075
577
|
<tr>
|
1076
578
|
<td class="col-md-4">
|
1077
|
-
<
|
579
|
+
<b>Decorators : </b>
|
580
|
+
<br />
|
581
|
+
<code>
|
582
|
+
@HostBinding('attr.role')<br />
|
583
|
+
</code>
|
1078
584
|
</td>
|
1079
585
|
</tr>
|
1080
|
-
<tr>
|
1081
|
-
<td class="col-md-4">
|
1082
586
|
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
</thead>
|
1093
|
-
<tbody>
|
1094
|
-
<tr>
|
1095
|
-
<td>value</td>
|
1096
|
-
|
1097
|
-
<td>
|
1098
|
-
<code>BooleanInput</code>
|
1099
|
-
</td>
|
1100
|
-
|
1101
|
-
<td>
|
1102
|
-
No
|
1103
|
-
</td>
|
1104
|
-
|
1105
|
-
</tr>
|
1106
|
-
</tbody>
|
1107
|
-
</table>
|
1108
|
-
</div>
|
1109
|
-
<div>
|
1110
|
-
</div>
|
1111
|
-
<div class="io-description">
|
1112
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1113
|
-
|
1114
|
-
</div>
|
1115
|
-
</td>
|
1116
|
-
</tr>
|
1117
|
-
</tbody>
|
1118
|
-
</table>
|
587
|
+
|
588
|
+
</tbody>
|
589
|
+
</table>
|
590
|
+
</section>
|
591
|
+
|
592
|
+
<section data-compodoc="block-accessors">
|
593
|
+
<h3 id="accessors">
|
594
|
+
Accessors
|
595
|
+
</h3>
|
1119
596
|
<table class="table table-sm table-bordered">
|
1120
597
|
<tbody>
|
1121
598
|
<tr>
|
@@ -1148,7 +625,7 @@
|
|
1148
625
|
<script src="../js/libs/htmlparser.js"></script>
|
1149
626
|
<script src="../js/libs/deep-iterator.js"></script>
|
1150
627
|
<script>
|
1151
|
-
var COMPONENT_TEMPLATE = '<div><
|
628
|
+
var COMPONENT_TEMPLATE = '<div><ng-content></ng-content></div>'
|
1152
629
|
var COMPONENTS = [{'name': 'ChartComponent', 'selector': 'eui-apex-chart'},{'name': 'CollapsedBreadcrumbComponent', 'selector': 'eui-collapsed-breadcrumb'},{'name': 'EuiAlertComponent', 'selector': 'div[euiAlert], eui-alert'},{'name': 'EuiAppBreadcrumbComponent', 'selector': 'eui-app-breadcrumb'},{'name': 'EuiAppComponent', 'selector': 'eui-app'},{'name': 'EuiAppFooterComponent', 'selector': 'eui-app-footer'},{'name': 'EuiAppHeaderComponent', 'selector': 'eui-app-header'},{'name': 'EuiAppSidebarBodyComponent', 'selector': 'eui-app-sidebar-body'},{'name': 'EuiAppSidebarComponent', 'selector': 'eui-app-sidebar'},{'name': 'EuiAppSidebarDrawerComponent', 'selector': 'eui-app-sidebar-drawer'},{'name': 'EuiAppSidebarFooterComponent', 'selector': 'eui-app-sidebar-footer'},{'name': 'EuiAppSidebarHeaderComponent', 'selector': 'eui-app-sidebar-header'},{'name': 'EuiAppSidebarHeaderUserProfileComponent', 'selector': 'eui-app-sidebar-header-user-profile'},{'name': 'EuiAppSidebarMenuComponent', 'selector': 'eui-app-sidebar-menu'},{'name': 'EuiAppToolbarComponent', 'selector': 'eui-app-toolbar'},{'name': 'EuiAppTopMessageComponent', 'selector': 'eui-app-top-message'},{'name': 'EuiAutocompleteAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteComponent', 'selector': 'eui-autocomplete, input[euiAutocomplete]'},{'name': 'EuiAutocompleteOptionComponent', 'selector': 'eui-autocomplete-option'},{'name': 'EuiAutocompleteOptionGroupComponent', 'selector': 'eui-autocomplete-option-group'},{'name': 'EuiAutocompleteTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAvatarBadgeComponent', 'selector': 'eui-avatar-badge'},{'name': 'EuiAvatarComponent', 'selector': 'div[euiAvatar], span[euiAvatar], eui-avatar'},{'name': 'EuiAvatarIconComponent', 'selector': 'eui-avatar-icon'},{'name': 'EuiAvatarImageComponent', 'selector': 'eui-avatar-image'},{'name': 'EuiAvatarListComponent', 'selector': 'eui-avatar-list'},{'name': 'EuiAvatarTextComponent', 'selector': 'eui-avatar-text'},{'name': 'EuiBadgeComponent', 'selector': 'div[euiBadge], span[euiBadge], eui-badge'},{'name': 'EuiBlockContentComponent', 'selector': 'eui-block-content'},{'name': 'EuiBlockDocumentComponent', 'selector': 'eui-block-document'},{'name': 'EuiBreadcrumbComponent', 'selector': 'eui-breadcrumb'},{'name': 'EuiBreadcrumbItemComponent', 'selector': 'eui-breadcrumb-item'},{'name': 'EuiButtonComponent', 'selector': 'button[euiButton], a[euiButton]'},{'name': 'EuiButtonGroupComponent', 'selector': 'eui-button-group'},{'name': 'EuiButtonsComponent', 'selector': 'eui-buttons'},{'name': 'EuiCardComponent', 'selector': 'eui-card'},{'name': 'EuiCardContentComponent', 'selector': 'eui-card-content'},{'name': 'EuiCardFooterActionButtonsComponent', 'selector': 'eui-card-footer-action-buttons'},{'name': 'EuiCardFooterActionIconsComponent', 'selector': 'eui-card-footer-action-icons'},{'name': 'EuiCardFooterComponent', 'selector': 'eui-card-footer'},{'name': 'EuiCardFooterMenuContentComponent', 'selector': 'eui-card-footer-menu-content'},{'name': 'EuiCardHeaderBodyComponent', 'selector': 'eui-card-header-body'},{'name': 'EuiCardHeaderComponent', 'selector': 'eui-card-header'},{'name': 'EuiCardHeaderLeftContentComponent', 'selector': 'eui-card-header-left-content'},{'name': 'EuiCardHeaderRightContentComponent', 'selector': 'eui-card-header-right-content'},{'name': 'EuiCardHeaderSubtitleComponent', 'selector': 'eui-card-header-subtitle'},{'name': 'EuiCardHeaderTitleComponent', 'selector': 'eui-card-header-title'},{'name': 'EuiCardMediaComponent', 'selector': 'eui-card-media'},{'name': 'EuiChipComponent', 'selector': 'eui-chip, span[euiChip], li[euiChip]'},{'name': 'EuiChipListComponent', 'selector': 'eui-chip-list, div[euiChipList], ul[euiChipList]'},{'name': 'EuiCommonHeaderComponent', 'selector': 'eui-common-header'},{'name': 'EuiDashboardButtonComponent', 'selector': 'eui-dashboard-button'},{'name': 'EuiDashboardCardComponent', 'selector': 'eui-dashboard-card'},{'name': 'EuiDatepickerComponent', 'selector': 'eui-datepicker'},{'name': 'EuiDateRangeSelectorComponent', 'selector': 'eui-date-range-selector'},{'name': 'EuiDialogComponent', 'selector': 'eui-dialog'},{'name': 'EuiDialogContainerComponent', 'selector': 'eui-dialog-container'},{'name': 'EuiDimmerComponent', 'selector': 'eui-dimmer'},{'name': 'EuiDisableContentComponent', 'selector': 'eui-disable-content'},{'name': 'EuiDiscussionThreadComponent', 'selector': 'eui-discussion-thread'},{'name': 'EuiDiscussionThreadItemComponent', 'selector': 'eui-discussion-thread-item'},{'name': 'EuiDropdownComponent', 'selector': 'eui-dropdown'},{'name': 'EuiDropdownItemComponent', 'selector': 'eui-dropdown-item, [euiDropdownItem]'},{'name': 'EuiEditorComponent', 'selector': 'eui-editor'},{'name': 'EuiEditorCountersComponent', 'selector': 'eui-editor-counters'},{'name': 'EuiEditorHtmlViewComponent', 'selector': 'eui-editor-html-view'},{'name': 'EuiEditorImageDialogComponent', 'selector': ''},{'name': 'EuiEditorJsonViewComponent', 'selector': 'eui-editor-json-view'},{'name': 'EuiExpandContentComponent', 'selector': 'eui-expand-content'},{'name': 'EuiFeedbackMessageComponent', 'selector': 'eui-feedback-message'},{'name': 'EuiFieldsetComponent', 'selector': 'eui-fieldset'},{'name': 'EuiFilePreviewComponent', 'selector': 'eui-file-preview'},{'name': 'EuiFileUploadComponent', 'selector': 'eui-file-upload'},{'name': 'EuiFileUploadProgressComponent', 'selector': 'eui-file-upload-progress'},{'name': 'EuiFooterComponent', 'selector': 'eui-footer'},{'name': 'EuiGrowlComponent', 'selector': 'eui-growl'},{'name': 'EuiHeaderAppComponent', 'selector': 'eui-header-app'},{'name': 'EuiHeaderAppNameComponent', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoComponent', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleComponent', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiHeaderComponent', 'selector': 'eui-header'},{'name': 'EuiHeaderEnvironmentComponent', 'selector': 'eui-header-environment'},{'name': 'EuiHeaderLogoComponent', 'selector': 'eui-header-logo'},{'name': 'EuiHeaderRightContentComponent', 'selector': 'eui-header-right-content'},{'name': 'EuiHeaderUserProfileComponent', 'selector': 'eui-header-user-profile'},{'name': 'EuiIconColorComponent', 'selector': 'eui-icon-colored, span[euiIconColored], [euiIconColored]'},{'name': 'EuiIconComponent', 'selector': 'div[euiIcon], span[euiIcon], i[euiIcon], eui-icon'},{'name': 'EuiIconSvgButtonComponent', 'selector': 'eui-icon-svg-button'},{'name': 'EuiIconSvgComponent', 'selector': 'eui-icon-svg, span[euiIconSvg], i[euiIconSvg]'},{'name': 'EuiIconToggleComponent', 'selector': 'eui-icon-toggle'},{'name': 'EuiInputCheckboxComponent', 'selector': 'input[euiInputCheckBox]'},{'name': 'EuiInputGroupComponent', 'selector': 'div[euiInputGroup]'},{'name': 'EuiInputNumberComponent', 'selector': 'input[euiInputNumber]'},{'name': 'EuiInputRadioComponent', 'selector': 'input[euiInputRadio]'},{'name': 'EuiInputTextComponent', 'selector': 'input[euiInputText]'},{'name': 'EuiLabelComponent', 'selector': 'label[euiLabel], span[euiLabel], div[euiLabel], a[euiLabel], eui-label,
|
1153
630
|
label[euiSublabel], span[euiSublabel], div[euiSublabel], a[euiSublabel], eui-sublabel'},{'name': 'EuiLanguageSelectorComponent', 'selector': 'eui-language-selector'},{'name': 'EuiListComponent', 'selector': '[euiList], eui-list'},{'name': 'EuiListItemComponent', 'selector': '[euiListItem], eui-list-item'},{'name': 'EuiMenuComponent', 'selector': 'eui-menu'},{'name': 'EuiMenuItemComponent', 'selector': 'eui-menu-item'},{'name': 'EuiMessageBoxComponent', 'selector': 'eui-message-box'},{'name': 'EuiModalSelectorComponent', 'selector': 'eui-modal-selector'},{'name': 'EuiNotificationItemComponent', 'selector': 'eui-notification-item'},{'name': 'EuiNotificationItemV2Component', 'selector': 'eui-notification-item-v2'},{'name': 'EuiNotificationsComponent', 'selector': 'eui-notifications'},{'name': 'EuiNotificationsV2Component', 'selector': 'eui-notifications-v2'},{'name': 'EuiOverlayBodyComponent', 'selector': 'eui-overlay-body'},{'name': 'EuiOverlayComponent', 'selector': 'eui-overlay'},{'name': 'EuiOverlayFooterComponent', 'selector': 'eui-overlay-footer'},{'name': 'EuiOverlayHeaderComponent', 'selector': 'eui-overlay-header'},{'name': 'EuiOverlayHeaderTitleComponent', 'selector': 'eui-overlay-header-title'},{'name': 'EuiPageBreadcrumbComponent', 'selector': 'eui-page-breadcrumb'},{'name': 'EuiPageColumnComponent', 'selector': 'eui-page-column'},{'name': 'EuiPageColumnsComponent', 'selector': 'eui-page-columns'},{'name': 'EuiPageComponent', 'selector': 'eui-page'},{'name': 'EuiPageContentComponent', 'selector': 'eui-page-content'},{'name': 'EuiPageFooterComponent', 'selector': 'eui-page-footer'},{'name': 'EuiPageHeaderComponent', 'selector': 'eui-page-header'},{'name': 'EuiPageHeroHeaderComponent', 'selector': 'eui-page-hero-header'},{'name': 'EuiPageTopContentComponent', 'selector': 'eui-page-top-content'},{'name': 'EuiPaginatorComponent', 'selector': 'eui-paginator'},{'name': 'EuiPopoverComponent', 'selector': 'eui-popover'},{'name': 'EuiProgressBarComponent', 'selector': 'eui-progress-bar'},{'name': 'EuiProgressCircleComponent', 'selector': 'eui-progress-circle'},{'name': 'EuiResizableComponent', 'selector': 'eui-resizable'},{'name': 'EuiSearchComponent', 'selector': 'eui-search'},{'name': 'EuiSelectComponent', 'selector': 'select[euiSelect]'},{'name': 'EuiSidebarMenuComponent', 'selector': 'eui-sidebar-menu'},{'name': 'EuiSidebarToggleComponent', 'selector': 'eui-sidebar-toggle'},{'name': 'EuiSkeletonComponent', 'selector': 'eui-skeleton'},{'name': 'EuiSlideToggleComponent', 'selector': 'eui-slide-toggle'},{'name': 'EuiSlideToggleTestComponent', 'selector': 'eui-slide-toggle-test-component'},{'name': 'EuiTabComponent', 'selector': 'eui-tab'},{'name': 'EuiTabContentComponent', 'selector': 'eui-tab-content, euiTabContent'},{'name': 'EuiTabLabelComponent', 'selector': 'eui-tab-label, euiTabLabel'},{'name': 'EuiTableComponent', 'selector': 'eui-table, table[euiTable]'},{'name': 'EuiTableExpandableRowComponent', 'selector': 'tr[euiTableExpandableRow]'},{'name': 'EuiTableFilterComponent', 'selector': 'eui-table-filter'},{'name': 'EuiTableSelectableHeaderComponent', 'selector': 'tr[isSelectableHeader]'},{'name': 'EuiTableSelectableRowComponent', 'selector': 'tr[isSelectable]'},{'name': 'EuiTableSortableColComponent', 'selector': 'th[sortable]'},{'name': 'EuiTabsComponent', 'selector': 'eui-tabs'},{'name': 'EuiTextareaComponent', 'selector': 'textarea[euiTextArea]'},{'name': 'EuiTimebarComponent', 'selector': 'eui-timebar'},{'name': 'EuiTimelineComponent', 'selector': 'eui-timeline'},{'name': 'EuiTimelineItemComponent', 'selector': 'eui-timeline-item'},{'name': 'EuiTimepickerComponent', 'selector': 'eui-timepicker'},{'name': 'EuiToolbarAppComponent', 'selector': 'eui-toolbar-app'},{'name': 'EuiToolbarCenterComponent', 'selector': 'eui-toolbar-center'},{'name': 'EuiToolbarComponent', 'selector': 'eui-toolbar'},{'name': 'EuiToolbarEnvironmentComponent', 'selector': 'eui-toolbar-environment'},{'name': 'EuiToolbarItemComponent', 'selector': 'eui-toolbar-item'},{'name': 'EuiToolbarItemsComponent', 'selector': 'eui-toolbar-items'},{'name': 'EuiToolbarLogoComponent', 'selector': 'eui-toolbar-logo'},{'name': 'EuiToolbarMenuComponent', 'selector': 'eui-toolbar-menu'},{'name': 'EuiTooltipContainerComponent', 'selector': 'eui-tooltip-container.component'},{'name': 'EuiTreeComponent', 'selector': 'eui-tree'},{'name': 'EuiTreeListComponent', 'selector': 'eui-tree-list'},{'name': 'EuiTreeListItemComponent', 'selector': 'eui-tree-list-item'},{'name': 'EuiTreeListItemContentComponent', 'selector': 'eui-tree-list-item-content'},{'name': 'EuiTreeListToolbarComponent', 'selector': 'eui-tree-list-toolbar'},{'name': 'EuiUserProfileCardComponent', 'selector': 'eui-user-profile-card'},{'name': 'EuiUserProfileComponent', 'selector': 'eui-user-profile'},{'name': 'EuiUserProfileMenuComponent', 'selector': 'eui-user-profile-menu'},{'name': 'EuiUserProfileMenuItemComponent', 'selector': 'eui-user-profile-menu-item'},{'name': 'EuiUxTreeComponent', 'selector': 'eui-ux-tree'},{'name': 'EuiUxTreeNodeComponent', 'selector': 'eui-ux-tree-node'},{'name': 'EuiUxTreeToolbarComponent', 'selector': 'eui-ux-tree-toolbar'},{'name': 'EuiWizardComponent', 'selector': 'eui-wizard'},{'name': 'EuiWizardStepComponent', 'selector': 'eui-wizard-step'},{'name': 'QuillEditorComponent', 'selector': 'quill-editor'}];
|
1154
631
|
var DIRECTIVES = [{'name': 'AutoResizeDirective', 'selector': 'textarea[autoResize]'},{'name': 'BaseDirective', 'selector': '[euiBase]'},{'name': 'BaseStatesDirective', 'selector': '[euiBase]'},{'name': 'CollapsedButtonDirective', 'selector': 'collapsed-button'},{'name': 'EuiActionButtonsDirective', 'selector': 'eui-action-buttons'},{'name': 'EuiAlertTitleDirective', 'selector': 'eui-alert-title'},{'name': 'EuiAppPageWrapperDirective', 'selector': 'eui-app-page-wrapper'},{'name': 'EuiButtonsActionsContentTagDirective', 'selector': 'euiButtonsActionsContent'},{'name': 'EuiButtonsLocalMenuContentTagDirective', 'selector': 'euiButtonsLocalMenuContent'},{'name': 'EuiChipListAppendContentDirective', 'selector': 'euiChipListAppendContent'},{'name': 'EuiClearableDirective', 'selector': 'input[euiClearable]'},{'name': 'EuiDashboardButtonIconDirective', 'selector': 'eui-dashboard-button-icon'},{'name': 'EuiDashboardButtonLabelDirective', 'selector': 'eui-dashboard-button-label'},{'name': 'EuiDialogFooterDirective', 'selector': 'eui-dialog-footer'},{'name': 'EuiDialogHeaderDirective', 'selector': 'eui-dialog-header'},{'name': 'EuiDropdownContentDirective', 'selector': 'eui-dropdown-content'},{'name': 'EuiDropdownTreeDirective', 'selector': 'eui-dropdown[euiDropdownTree]'},{'name': 'EuiEditorCustomToolbarTagDirective', 'selector': 'euiEditorCustomToolbar'},{'name': 'EuiEditorMaxlengthDirective', 'selector': '[formControlName][euiEditorMaxlength]'},{'name': 'EuiFieldsetLabelExtraContentTagDirective', 'selector': 'euiFieldsetLabelExtraContent'},{'name': 'EuiFieldsetLabelRightContentTagDirective', 'selector': 'euiFieldsetLabelRightContent'},{'name': 'EuiHasPermissionDirective', 'selector': '[euiHasPermission]'},{'name': 'EuiHeaderAppNameDirective', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoDirective', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleDirective', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiInputNumberDirective', 'selector': 'input[euiInputNumber][formControl],input[euiInputNumber][formControlName],input[euiInputNumber][ngModel]'},{'name': 'EuiLetterFormatDirective', 'selector': '[euiLetterFormat]'},{'name': 'EuiLoadingDirective', 'selector': '[euiLoading]'},{'name': 'EuiMaxLengthDirective', 'selector': '
|