@eui/components 17.0.0-rc.6 → 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.
Files changed (128) hide show
  1. package/docs/components/EuiAlertComponent.html +141 -15
  2. package/docs/components/EuiAutocompleteComponent.html +28 -16
  3. package/docs/components/EuiAvatarComponent.html +15 -72
  4. package/docs/components/EuiBadgeComponent.html +61 -637
  5. package/docs/components/EuiBlockContentComponent.html +2 -2
  6. package/docs/components/EuiBlockDocumentComponent.html +18 -725
  7. package/docs/components/EuiCardContentComponent.html +69 -0
  8. package/docs/components/EuiDashboardButtonComponent.html +1 -1
  9. package/docs/components/EuiDashboardCardComponent.html +5 -5
  10. package/docs/components/EuiDialogContainerComponent.html +1 -1
  11. package/docs/components/EuiFieldsetComponent.html +6 -6
  12. package/docs/components/EuiMenuComponent.html +96 -961
  13. package/docs/components/EuiMenuItemComponent.html +1 -1
  14. package/docs/dependencies.html +2 -2
  15. package/docs/js/menu-wc.js +218 -187
  16. package/docs/js/menu-wc_es5.js +1 -1
  17. package/docs/js/search/search_index.js +2 -2
  18. package/docs/miscellaneous/variables.html +35 -0
  19. package/docs/modules/EuiAlertModule.html +4 -1
  20. package/docs/modules/EuiAppSidebarModule.html +4 -28
  21. package/docs/modules/EuiAppToolbarModule.html +4 -28
  22. package/docs/modules/EuiAvatarModule.html +7 -28
  23. package/docs/modules/EuiBadgeModule.html +11 -1
  24. package/docs/modules/EuiChartsModule.html +4 -28
  25. package/docs/modules/EuiFieldsetModule.html +3 -0
  26. package/docs/modules/EuiHeaderModule.html +4 -28
  27. package/docs/modules/EuiPageModule.html +4 -28
  28. package/docs/modules/EuiSidebarMenuModule.html +4 -28
  29. package/docs/modules/EuiSkeletonModule.html +4 -28
  30. package/docs/modules/EuiToolbarModule.html +4 -28
  31. package/docs/modules/EuiUserProfileModule.html +4 -28
  32. package/esm2022/eui-alert/eui-alert.component.mjs +75 -80
  33. package/esm2022/eui-alert/eui-alert.module.mjs +49 -0
  34. package/esm2022/eui-alert/index.mjs +2 -1
  35. package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +47 -76
  36. package/esm2022/eui-avatar/avatar-badge/avatar-badge.component.mjs +1 -4
  37. package/esm2022/eui-avatar/eui-avatar-list.component.mjs +1 -4
  38. package/esm2022/eui-avatar/eui-avatar.component.mjs +20 -39
  39. package/esm2022/eui-avatar/eui-avatar.module.mjs +5 -2
  40. package/esm2022/eui-badge/eui-badge.component.mjs +40 -35
  41. package/esm2022/eui-badge/eui-badge.module.mjs +19 -0
  42. package/esm2022/eui-badge/index.mjs +2 -1
  43. package/esm2022/eui-block-content/eui-block-content.component.mjs +10 -17
  44. package/esm2022/eui-block-document/eui-block-document.component.mjs +14 -19
  45. package/esm2022/eui-card/components/eui-card-content/eui-card-content.component.mjs +6 -2
  46. package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +6 -9
  47. package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +23 -33
  48. package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +3 -3
  49. package/esm2022/eui-fieldset/eui-fieldset.component.mjs +22 -39
  50. package/esm2022/eui-fieldset/eui-fieldset.module.mjs +4 -3
  51. package/esm2022/eui-menu/eui-menu-item.component.mjs +7 -3
  52. package/esm2022/eui-menu/eui-menu.component.mjs +51 -56
  53. package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.mjs +1 -1
  54. package/esm2022/eui-tree/eui-tree.component.mjs +1 -1
  55. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +1 -1
  56. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +1 -1
  57. package/esm2022/layout/eui-user-profile/user-profile.component.mjs +1 -1
  58. package/eui-alert/eui-alert.component.d.ts +13 -23
  59. package/eui-alert/eui-alert.component.d.ts.map +1 -1
  60. package/eui-alert/eui-alert.module.d.ts +14 -0
  61. package/eui-alert/eui-alert.module.d.ts.map +1 -0
  62. package/eui-alert/index.d.ts +1 -0
  63. package/eui-alert/index.d.ts.map +1 -1
  64. package/eui-autocomplete/eui-autocomplete.component.d.ts +35 -19
  65. package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
  66. package/eui-avatar/avatar-badge/avatar-badge.component.d.ts +0 -1
  67. package/eui-avatar/avatar-badge/avatar-badge.component.d.ts.map +1 -1
  68. package/eui-avatar/eui-avatar-list.component.d.ts +0 -1
  69. package/eui-avatar/eui-avatar-list.component.d.ts.map +1 -1
  70. package/eui-avatar/eui-avatar.component.d.ts +10 -10
  71. package/eui-avatar/eui-avatar.component.d.ts.map +1 -1
  72. package/eui-avatar/eui-avatar.module.d.ts +2 -1
  73. package/eui-avatar/eui-avatar.module.d.ts.map +1 -1
  74. package/eui-badge/eui-badge.component.d.ts +8 -14
  75. package/eui-badge/eui-badge.component.d.ts.map +1 -1
  76. package/eui-badge/eui-badge.module.d.ts +10 -0
  77. package/eui-badge/eui-badge.module.d.ts.map +1 -0
  78. package/eui-badge/index.d.ts +1 -0
  79. package/eui-badge/index.d.ts.map +1 -1
  80. package/eui-block-content/eui-block-content.component.d.ts +2 -3
  81. package/eui-block-content/eui-block-content.component.d.ts.map +1 -1
  82. package/eui-block-document/eui-block-document.component.d.ts +3 -7
  83. package/eui-block-document/eui-block-document.component.d.ts.map +1 -1
  84. package/eui-card/components/eui-card-content/eui-card-content.component.d.ts +1 -0
  85. package/eui-card/components/eui-card-content/eui-card-content.component.d.ts.map +1 -1
  86. package/eui-dashboard-button/eui-dashboard-button.component.d.ts +1 -2
  87. package/eui-dashboard-button/eui-dashboard-button.component.d.ts.map +1 -1
  88. package/eui-dashboard-card/eui-dashboard-card.component.d.ts +9 -7
  89. package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
  90. package/eui-fieldset/eui-fieldset.component.d.ts +12 -8
  91. package/eui-fieldset/eui-fieldset.component.d.ts.map +1 -1
  92. package/eui-fieldset/eui-fieldset.module.d.ts +2 -1
  93. package/eui-fieldset/eui-fieldset.module.d.ts.map +1 -1
  94. package/eui-menu/eui-menu-item.component.d.ts +4 -0
  95. package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
  96. package/eui-menu/eui-menu.component.d.ts +16 -19
  97. package/eui-menu/eui-menu.component.d.ts.map +1 -1
  98. package/fesm2022/eui-components-eui-alert.mjs +103 -68
  99. package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
  100. package/fesm2022/eui-components-eui-autocomplete.mjs +47 -74
  101. package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
  102. package/fesm2022/eui-components-eui-avatar.mjs +22 -45
  103. package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
  104. package/fesm2022/eui-components-eui-badge.mjs +42 -22
  105. package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
  106. package/fesm2022/eui-components-eui-block-content.mjs +9 -16
  107. package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
  108. package/fesm2022/eui-components-eui-block-document.mjs +13 -18
  109. package/fesm2022/eui-components-eui-block-document.mjs.map +1 -1
  110. package/fesm2022/eui-components-eui-card.mjs +5 -1
  111. package/fesm2022/eui-components-eui-card.mjs.map +1 -1
  112. package/fesm2022/eui-components-eui-dashboard-button.mjs +5 -8
  113. package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
  114. package/fesm2022/eui-components-eui-dashboard-card.mjs +22 -32
  115. package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
  116. package/fesm2022/eui-components-eui-dialog.mjs +2 -2
  117. package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
  118. package/fesm2022/eui-components-eui-fieldset.mjs +23 -40
  119. package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
  120. package/fesm2022/eui-components-eui-menu.mjs +51 -55
  121. package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
  122. package/fesm2022/eui-components-eui-overlay.mjs +1 -1
  123. package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
  124. package/fesm2022/eui-components-eui-tree.mjs +1 -1
  125. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  126. package/fesm2022/eui-components-layout.mjs +3 -3
  127. package/fesm2022/eui-components-layout.mjs.map +1 -1
  128. 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
 
70
64
 
@@ -83,6 +77,14 @@
83
77
  <td class="col-md-9"><code>ViewEncapsulation.None</code></td>
84
78
  </tr>
85
79
 
80
+ <tr>
81
+ <td class="col-md-3">HostDirectives</td>
82
+ <td class="col-md-9">
83
+ <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
84
+ <br/>
85
+ <div><i>&nbsp;Inputs</i> : euiSecondary&nbsp;euiSuccess&nbsp;euiInfo&nbsp;euiWarning&nbsp;euiDanger&nbsp;euiAccent&nbsp;euiVariant&nbsp;euiSizeS&nbsp;euiSizeL&nbsp;euiSizeXL&nbsp;euiSize2XL&nbsp;euiSizeVariant&nbsp;euiOutline&nbsp;</div>
86
+ </td>
87
+ </tr>
86
88
 
87
89
 
88
90
 
@@ -134,6 +136,10 @@
134
136
  <tr>
135
137
  <td class="col-md-4">
136
138
  <ul class="index-list">
139
+ <li>
140
+ <span class="modifier">Public</span>
141
+ <a href="#baseStatesDirective" >baseStatesDirective</a>
142
+ </li>
137
143
  <li>
138
144
  <span class="modifier"></span>
139
145
  <a href="#role" >role</a>
@@ -142,20 +148,6 @@
142
148
  </td>
143
149
  </tr>
144
150
 
145
- <tr>
146
- <td class="col-md-4">
147
- <h6><b>Methods</b></h6>
148
- </td>
149
- </tr>
150
- <tr>
151
- <td class="col-md-4">
152
- <ul class="index-list">
153
- <li>
154
- <a href="#getCssClasses" >getCssClasses</a>
155
- </li>
156
- </ul>
157
- </td>
158
- </tr>
159
151
 
160
152
  <tr>
161
153
  <td class="col-md-4">
@@ -171,90 +163,6 @@
171
163
  <li>
172
164
  <a href="#e2eAttr" >e2eAttr</a>
173
165
  </li>
174
- <li>
175
- <a href="#euiAccent" >euiAccent</a>
176
- </li>
177
- <li>
178
- <a href="#euiClearable" >euiClearable</a>
179
- </li>
180
- <li>
181
- <a href="#euiCompact" >euiCompact</a>
182
- </li>
183
- <li>
184
- <a href="#euiDanger" >euiDanger</a>
185
- </li>
186
- <li>
187
- <a href="#euiDisabled" >euiDisabled</a>
188
- </li>
189
- <li>
190
- <a href="#euiHighlighted" >euiHighlighted</a>
191
- </li>
192
- <li>
193
- <a href="#euiInfo" >euiInfo</a>
194
- </li>
195
- <li>
196
- <a href="#euiLoading" >euiLoading</a>
197
- </li>
198
- <li>
199
- <a href="#euiOutline" >euiOutline</a>
200
- </li>
201
- <li>
202
- <a href="#euiPrimary" >euiPrimary</a>
203
- </li>
204
- <li>
205
- <a href="#euiResponsive" >euiResponsive</a>
206
- </li>
207
- <li>
208
- <a href="#euiRounded" >euiRounded</a>
209
- </li>
210
- <li>
211
- <a href="#euiSecondary" >euiSecondary</a>
212
- </li>
213
- <li>
214
- <a href="#euiSize2XL" >euiSize2XL</a>
215
- </li>
216
- <li>
217
- <a href="#euiSize2XS" >euiSize2XS</a>
218
- </li>
219
- <li>
220
- <a href="#euiSize3XL" >euiSize3XL</a>
221
- </li>
222
- <li>
223
- <a href="#euiSize4XL" >euiSize4XL</a>
224
- </li>
225
- <li>
226
- <a href="#euiSize5XL" >euiSize5XL</a>
227
- </li>
228
- <li>
229
- <a href="#euiSizeL" >euiSizeL</a>
230
- </li>
231
- <li>
232
- <a href="#euiSizeM" >euiSizeM</a>
233
- </li>
234
- <li>
235
- <a href="#euiSizeS" >euiSizeS</a>
236
- </li>
237
- <li>
238
- <a href="#euiSizeVariant" >euiSizeVariant</a>
239
- </li>
240
- <li>
241
- <a href="#euiSizeXL" >euiSizeXL</a>
242
- </li>
243
- <li>
244
- <a href="#euiSizeXS" >euiSizeXS</a>
245
- </li>
246
- <li>
247
- <a href="#euiSuccess" >euiSuccess</a>
248
- </li>
249
- <li>
250
- <a href="#euiVariant" >euiVariant</a>
251
- </li>
252
- <li>
253
- <a href="#euiWarning" >euiWarning</a>
254
- </li>
255
- <li>
256
- <a href="#styleClass" >styleClass</a>
257
- </li>
258
166
  </ul>
259
167
  </td>
260
168
  </tr>
@@ -290,9 +198,6 @@
290
198
  <li>
291
199
  <a href="#cssClasses" >cssClasses</a>
292
200
  </li>
293
- <li>
294
- <a href="#ariaLabel" >ariaLabel</a>
295
- </li>
296
201
  </ul>
297
202
  </td>
298
203
  </tr>
@@ -306,10 +211,40 @@
306
211
  <tbody>
307
212
  <tr>
308
213
  <td class="col-md-4">
309
- <code>constructor()</code>
214
+ <code>constructor(baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
310
215
  </td>
311
216
  </tr>
312
217
 
218
+ <tr>
219
+ <td class="col-md-4">
220
+ <div>
221
+ <b>Parameters :</b>
222
+ <table class="params">
223
+ <thead>
224
+ <tr>
225
+ <td>Name</td>
226
+ <td>Type</td>
227
+ <td>Optional</td>
228
+ </tr>
229
+ </thead>
230
+ <tbody>
231
+ <tr>
232
+ <td>baseStatesDirective</td>
233
+
234
+ <td>
235
+ <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
236
+ </td>
237
+
238
+ <td>
239
+ No
240
+ </td>
241
+
242
+ </tr>
243
+ </tbody>
244
+ </table>
245
+ </div>
246
+ </td>
247
+ </tr>
313
248
  </tbody>
314
249
  </table>
315
250
  </section>
@@ -326,40 +261,13 @@
326
261
  </tr>
327
262
  <tr>
328
263
  <td class="col-md-4">
329
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
264
+ <i>Type : </i> <code>string | null</code>
330
265
 
331
266
  </td>
332
267
  </tr>
333
- </tbody>
334
- </table>
335
- <table class="table table-sm table-bordered">
336
- <tbody>
337
268
  <tr>
338
269
  <td class="col-md-4">
339
- <a name="e2eAttr"></a>
340
- <b>e2eAttr</b>
341
- </td>
342
- </tr>
343
- <tr>
344
- <td class="col-md-4">
345
- <i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
346
-
347
- </td>
348
- </tr>
349
- </tbody>
350
- </table>
351
- <table class="table table-sm table-bordered">
352
- <tbody>
353
- <tr>
354
- <td class="col-md-4">
355
- <a name="euiAccent"></a>
356
- <b>euiAccent</b>
357
- </td>
358
- </tr>
359
- <tr>
360
- <td class="col-md-4">
361
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
362
-
270
+ <i>Default value : </i><code>&#x27;badge&#x27;</code>
363
271
  </td>
364
272
  </tr>
365
273
  </tbody>
@@ -368,392 +276,8 @@
368
276
  <tbody>
369
277
  <tr>
370
278
  <td class="col-md-4">
371
- <a name="euiClearable"></a>
372
- <b>euiClearable</b>
373
- </td>
374
- </tr>
375
- <tr>
376
- <td class="col-md-4">
377
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
378
-
379
- </td>
380
- </tr>
381
- </tbody>
382
- </table>
383
- <table class="table table-sm table-bordered">
384
- <tbody>
385
- <tr>
386
- <td class="col-md-4">
387
- <a name="euiCompact"></a>
388
- <b>euiCompact</b>
389
- </td>
390
- </tr>
391
- <tr>
392
- <td class="col-md-4">
393
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
394
-
395
- </td>
396
- </tr>
397
- </tbody>
398
- </table>
399
- <table class="table table-sm table-bordered">
400
- <tbody>
401
- <tr>
402
- <td class="col-md-4">
403
- <a name="euiDanger"></a>
404
- <b>euiDanger</b>
405
- </td>
406
- </tr>
407
- <tr>
408
- <td class="col-md-4">
409
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
410
-
411
- </td>
412
- </tr>
413
- </tbody>
414
- </table>
415
- <table class="table table-sm table-bordered">
416
- <tbody>
417
- <tr>
418
- <td class="col-md-4">
419
- <a name="euiDisabled"></a>
420
- <b>euiDisabled</b>
421
- </td>
422
- </tr>
423
- <tr>
424
- <td class="col-md-4">
425
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
426
-
427
- </td>
428
- </tr>
429
- </tbody>
430
- </table>
431
- <table class="table table-sm table-bordered">
432
- <tbody>
433
- <tr>
434
- <td class="col-md-4">
435
- <a name="euiHighlighted"></a>
436
- <b>euiHighlighted</b>
437
- </td>
438
- </tr>
439
- <tr>
440
- <td class="col-md-4">
441
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
442
-
443
- </td>
444
- </tr>
445
- </tbody>
446
- </table>
447
- <table class="table table-sm table-bordered">
448
- <tbody>
449
- <tr>
450
- <td class="col-md-4">
451
- <a name="euiInfo"></a>
452
- <b>euiInfo</b>
453
- </td>
454
- </tr>
455
- <tr>
456
- <td class="col-md-4">
457
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
458
-
459
- </td>
460
- </tr>
461
- </tbody>
462
- </table>
463
- <table class="table table-sm table-bordered">
464
- <tbody>
465
- <tr>
466
- <td class="col-md-4">
467
- <a name="euiLoading"></a>
468
- <b>euiLoading</b>
469
- </td>
470
- </tr>
471
- <tr>
472
- <td class="col-md-4">
473
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
474
-
475
- </td>
476
- </tr>
477
- </tbody>
478
- </table>
479
- <table class="table table-sm table-bordered">
480
- <tbody>
481
- <tr>
482
- <td class="col-md-4">
483
- <a name="euiOutline"></a>
484
- <b>euiOutline</b>
485
- </td>
486
- </tr>
487
- <tr>
488
- <td class="col-md-4">
489
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
490
-
491
- </td>
492
- </tr>
493
- </tbody>
494
- </table>
495
- <table class="table table-sm table-bordered">
496
- <tbody>
497
- <tr>
498
- <td class="col-md-4">
499
- <a name="euiPrimary"></a>
500
- <b>euiPrimary</b>
501
- </td>
502
- </tr>
503
- <tr>
504
- <td class="col-md-4">
505
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
506
-
507
- </td>
508
- </tr>
509
- </tbody>
510
- </table>
511
- <table class="table table-sm table-bordered">
512
- <tbody>
513
- <tr>
514
- <td class="col-md-4">
515
- <a name="euiResponsive"></a>
516
- <b>euiResponsive</b>
517
- </td>
518
- </tr>
519
- <tr>
520
- <td class="col-md-4">
521
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
522
-
523
- </td>
524
- </tr>
525
- </tbody>
526
- </table>
527
- <table class="table table-sm table-bordered">
528
- <tbody>
529
- <tr>
530
- <td class="col-md-4">
531
- <a name="euiRounded"></a>
532
- <b>euiRounded</b>
533
- </td>
534
- </tr>
535
- <tr>
536
- <td class="col-md-4">
537
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
538
-
539
- </td>
540
- </tr>
541
- </tbody>
542
- </table>
543
- <table class="table table-sm table-bordered">
544
- <tbody>
545
- <tr>
546
- <td class="col-md-4">
547
- <a name="euiSecondary"></a>
548
- <b>euiSecondary</b>
549
- </td>
550
- </tr>
551
- <tr>
552
- <td class="col-md-4">
553
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
554
-
555
- </td>
556
- </tr>
557
- </tbody>
558
- </table>
559
- <table class="table table-sm table-bordered">
560
- <tbody>
561
- <tr>
562
- <td class="col-md-4">
563
- <a name="euiSize2XL"></a>
564
- <b>euiSize2XL</b>
565
- </td>
566
- </tr>
567
- <tr>
568
- <td class="col-md-4">
569
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
570
-
571
- </td>
572
- </tr>
573
- </tbody>
574
- </table>
575
- <table class="table table-sm table-bordered">
576
- <tbody>
577
- <tr>
578
- <td class="col-md-4">
579
- <a name="euiSize2XS"></a>
580
- <b>euiSize2XS</b>
581
- </td>
582
- </tr>
583
- <tr>
584
- <td class="col-md-4">
585
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
586
-
587
- </td>
588
- </tr>
589
- </tbody>
590
- </table>
591
- <table class="table table-sm table-bordered">
592
- <tbody>
593
- <tr>
594
- <td class="col-md-4">
595
- <a name="euiSize3XL"></a>
596
- <b>euiSize3XL</b>
597
- </td>
598
- </tr>
599
- <tr>
600
- <td class="col-md-4">
601
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
602
-
603
- </td>
604
- </tr>
605
- </tbody>
606
- </table>
607
- <table class="table table-sm table-bordered">
608
- <tbody>
609
- <tr>
610
- <td class="col-md-4">
611
- <a name="euiSize4XL"></a>
612
- <b>euiSize4XL</b>
613
- </td>
614
- </tr>
615
- <tr>
616
- <td class="col-md-4">
617
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
618
-
619
- </td>
620
- </tr>
621
- </tbody>
622
- </table>
623
- <table class="table table-sm table-bordered">
624
- <tbody>
625
- <tr>
626
- <td class="col-md-4">
627
- <a name="euiSize5XL"></a>
628
- <b>euiSize5XL</b>
629
- </td>
630
- </tr>
631
- <tr>
632
- <td class="col-md-4">
633
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
634
-
635
- </td>
636
- </tr>
637
- </tbody>
638
- </table>
639
- <table class="table table-sm table-bordered">
640
- <tbody>
641
- <tr>
642
- <td class="col-md-4">
643
- <a name="euiSizeL"></a>
644
- <b>euiSizeL</b>
645
- </td>
646
- </tr>
647
- <tr>
648
- <td class="col-md-4">
649
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
650
-
651
- </td>
652
- </tr>
653
- </tbody>
654
- </table>
655
- <table class="table table-sm table-bordered">
656
- <tbody>
657
- <tr>
658
- <td class="col-md-4">
659
- <a name="euiSizeM"></a>
660
- <b>euiSizeM</b>
661
- </td>
662
- </tr>
663
- <tr>
664
- <td class="col-md-4">
665
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
666
-
667
- </td>
668
- </tr>
669
- </tbody>
670
- </table>
671
- <table class="table table-sm table-bordered">
672
- <tbody>
673
- <tr>
674
- <td class="col-md-4">
675
- <a name="euiSizeS"></a>
676
- <b>euiSizeS</b>
677
- </td>
678
- </tr>
679
- <tr>
680
- <td class="col-md-4">
681
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
682
-
683
- </td>
684
- </tr>
685
- </tbody>
686
- </table>
687
- <table class="table table-sm table-bordered">
688
- <tbody>
689
- <tr>
690
- <td class="col-md-4">
691
- <a name="euiSizeVariant"></a>
692
- <b>euiSizeVariant</b>
693
- </td>
694
- </tr>
695
- <tr>
696
- <td class="col-md-4">
697
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
698
-
699
- </td>
700
- </tr>
701
- </tbody>
702
- </table>
703
- <table class="table table-sm table-bordered">
704
- <tbody>
705
- <tr>
706
- <td class="col-md-4">
707
- <a name="euiSizeXL"></a>
708
- <b>euiSizeXL</b>
709
- </td>
710
- </tr>
711
- <tr>
712
- <td class="col-md-4">
713
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
714
-
715
- </td>
716
- </tr>
717
- </tbody>
718
- </table>
719
- <table class="table table-sm table-bordered">
720
- <tbody>
721
- <tr>
722
- <td class="col-md-4">
723
- <a name="euiSizeXS"></a>
724
- <b>euiSizeXS</b>
725
- </td>
726
- </tr>
727
- <tr>
728
- <td class="col-md-4">
729
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
730
-
731
- </td>
732
- </tr>
733
- </tbody>
734
- </table>
735
- <table class="table table-sm table-bordered">
736
- <tbody>
737
- <tr>
738
- <td class="col-md-4">
739
- <a name="euiSuccess"></a>
740
- <b>euiSuccess</b>
741
- </td>
742
- </tr>
743
- <tr>
744
- <td class="col-md-4">
745
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
746
-
747
- </td>
748
- </tr>
749
- </tbody>
750
- </table>
751
- <table class="table table-sm table-bordered">
752
- <tbody>
753
- <tr>
754
- <td class="col-md-4">
755
- <a name="euiVariant"></a>
756
- <b>euiVariant</b>
279
+ <a name="e2eAttr"></a>
280
+ <b>e2eAttr</b>
757
281
  </td>
758
282
  </tr>
759
283
  <tr>
@@ -762,36 +286,9 @@
762
286
 
763
287
  </td>
764
288
  </tr>
765
- </tbody>
766
- </table>
767
- <table class="table table-sm table-bordered">
768
- <tbody>
769
289
  <tr>
770
290
  <td class="col-md-4">
771
- <a name="euiWarning"></a>
772
- <b>euiWarning</b>
773
- </td>
774
- </tr>
775
- <tr>
776
- <td class="col-md-4">
777
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
778
-
779
- </td>
780
- </tr>
781
- </tbody>
782
- </table>
783
- <table class="table table-sm table-bordered">
784
- <tbody>
785
- <tr>
786
- <td class="col-md-4">
787
- <a name="styleClass"></a>
788
- <b>styleClass</b>
789
- </td>
790
- </tr>
791
- <tr>
792
- <td class="col-md-4">
793
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
794
-
291
+ <i>Default value : </i><code>&#x27;eui-badge&#x27;</code>
795
292
  </td>
796
293
  </tr>
797
294
  </tbody>
@@ -849,48 +346,34 @@
849
346
  </section>
850
347
 
851
348
 
852
- <section data-compodoc="block-methods">
349
+
350
+ <section data-compodoc="block-properties">
853
351
 
854
- <h3 id="methods">
855
- Methods
352
+ <h3 id="inputs">
353
+ Properties
856
354
  </h3>
857
355
  <table class="table table-sm table-bordered">
858
356
  <tbody>
859
357
  <tr>
860
358
  <td class="col-md-4">
861
- <a name="getCssClasses"></a>
359
+ <a name="baseStatesDirective"></a>
862
360
  <span class="name">
863
- <span ><b>getCssClasses</b></span>
864
- <a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
361
+ <span class="modifier">Public</span>
362
+ <span ><b>baseStatesDirective</b></span>
363
+ <a href="#baseStatesDirective"><span class="icon ion-ios-link"></span></a>
865
364
  </span>
866
365
  </td>
867
366
  </tr>
868
- <tr>
869
- <td class="col-md-4">
870
- <code>getCssClasses()</code>
871
- </td>
872
- </tr>
873
-
874
-
875
-
367
+ <tr>
368
+ <td class="col-md-4">
369
+ <i>Type : </i> <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
876
370
 
877
- <tr>
878
- <td class="col-md-4">
371
+ </td>
372
+ </tr>
879
373
 
880
- <div class="io-description">
881
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
882
374
 
883
- </div>
884
- </td>
885
- </tr>
886
375
  </tbody>
887
376
  </table>
888
- </section>
889
- <section data-compodoc="block-properties">
890
-
891
- <h3 id="inputs">
892
- Properties
893
- </h3>
894
377
  <table class="table table-sm table-bordered">
895
378
  <tbody>
896
379
  <tr>
@@ -950,65 +433,6 @@
950
433
 
951
434
  </tbody>
952
435
  </table>
953
- <table class="table table-sm table-bordered">
954
- <tbody>
955
- <tr>
956
- <td class="col-md-4">
957
- <a name="ariaLabel"></a>
958
- <span class="name"><b>ariaLabel</b><a href="#ariaLabel"><span class="icon ion-ios-link"></span></a></span>
959
- </td>
960
- </tr>
961
-
962
- <tr>
963
- <td class="col-md-4">
964
- <span class="accessor"><b>get</b><code>ariaLabel()</code></span>
965
- </td>
966
- </tr>
967
-
968
- <tr>
969
- <td class="col-md-4">
970
- <span class="accessor"><b>set</b><code>ariaLabel(value: string | null)</code></span>
971
- </td>
972
- </tr>
973
- <tr>
974
- <td class="col-md-4">
975
-
976
- <div class="io-description">
977
- <b>Parameters :</b>
978
- <table class="params">
979
- <thead>
980
- <tr>
981
- <td>Name</td>
982
- <td>Type</td>
983
- <td>Optional</td>
984
- </tr>
985
- </thead>
986
- <tbody>
987
- <tr>
988
- <td>value</td>
989
-
990
- <td>
991
- <code>string | null</code>
992
- </td>
993
-
994
- <td>
995
- No
996
- </td>
997
-
998
- </tr>
999
- </tbody>
1000
- </table>
1001
- </div>
1002
- <div>
1003
- </div>
1004
- <div class="io-description">
1005
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1006
-
1007
- </div>
1008
- </td>
1009
- </tr>
1010
- </tbody>
1011
- </table>
1012
436
  </section>
1013
437
  </div>
1014
438