@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.
Files changed (149) hide show
  1. package/docs/classes/EuiAutoCompleteItem.html +1 -1
  2. package/docs/components/EuiAlertComponent.html +141 -15
  3. package/docs/components/EuiAutocompleteComponent.html +28 -16
  4. package/docs/components/EuiAvatarComponent.html +15 -72
  5. package/docs/components/EuiBadgeComponent.html +61 -637
  6. package/docs/components/EuiBlockContentComponent.html +192 -715
  7. package/docs/components/EuiBlockDocumentComponent.html +18 -725
  8. package/docs/components/EuiCardContentComponent.html +69 -0
  9. package/docs/components/EuiDashboardButtonComponent.html +1 -1
  10. package/docs/components/EuiDashboardCardComponent.html +5 -5
  11. package/docs/components/EuiDialogContainerComponent.html +1 -1
  12. package/docs/components/EuiDropdownComponent.html +43 -385
  13. package/docs/components/EuiFieldsetComponent.html +6 -6
  14. package/docs/components/EuiMenuComponent.html +96 -961
  15. package/docs/components/EuiMenuItemComponent.html +1 -1
  16. package/docs/components/EuiTreeComponent.html +1 -1
  17. package/docs/dependencies.html +2 -2
  18. package/docs/directives/EuiDropdownContentDirective.html +119 -7
  19. package/docs/js/menu-wc.js +221 -190
  20. package/docs/js/menu-wc_es5.js +1 -1
  21. package/docs/js/search/search_index.js +2 -2
  22. package/docs/miscellaneous/variables.html +35 -0
  23. package/docs/modules/EuiAlertModule.html +4 -1
  24. package/docs/modules/EuiAppSidebarModule.html +4 -28
  25. package/docs/modules/EuiAppToolbarModule.html +4 -28
  26. package/docs/modules/EuiAvatarModule.html +7 -28
  27. package/docs/modules/EuiBadgeModule.html +11 -1
  28. package/docs/modules/EuiChartsModule.html +4 -28
  29. package/docs/modules/EuiFieldsetModule.html +3 -0
  30. package/docs/modules/EuiHeaderModule.html +4 -28
  31. package/docs/modules/EuiPageModule.html +4 -28
  32. package/docs/modules/EuiSidebarMenuModule.html +4 -28
  33. package/docs/modules/EuiSkeletonModule.html +4 -28
  34. package/docs/modules/EuiToolbarModule.html +4 -28
  35. package/docs/modules/EuiUserProfileModule.html +4 -28
  36. package/esm2022/eui-alert/eui-alert.component.mjs +75 -80
  37. package/esm2022/eui-alert/eui-alert.module.mjs +49 -0
  38. package/esm2022/eui-alert/index.mjs +2 -1
  39. package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +47 -76
  40. package/esm2022/eui-autocomplete/models/eui-autocomplete-item.model.mjs +2 -1
  41. package/esm2022/eui-avatar/avatar-badge/avatar-badge.component.mjs +1 -4
  42. package/esm2022/eui-avatar/eui-avatar-list.component.mjs +1 -4
  43. package/esm2022/eui-avatar/eui-avatar.component.mjs +20 -39
  44. package/esm2022/eui-avatar/eui-avatar.module.mjs +5 -2
  45. package/esm2022/eui-badge/eui-badge.component.mjs +40 -35
  46. package/esm2022/eui-badge/eui-badge.module.mjs +19 -0
  47. package/esm2022/eui-badge/index.mjs +2 -1
  48. package/esm2022/eui-block-content/eui-block-content.component.mjs +22 -19
  49. package/esm2022/eui-block-document/eui-block-document.component.mjs +14 -19
  50. package/esm2022/eui-card/components/eui-card-content/eui-card-content.component.mjs +6 -2
  51. package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +6 -9
  52. package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +23 -33
  53. package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +3 -3
  54. package/esm2022/eui-dropdown/directives/eui-dropdown-content.directive.mjs +10 -4
  55. package/esm2022/eui-dropdown/eui-dropdown.component.mjs +34 -48
  56. package/esm2022/eui-fieldset/eui-fieldset.component.mjs +22 -39
  57. package/esm2022/eui-fieldset/eui-fieldset.module.mjs +4 -3
  58. package/esm2022/eui-menu/eui-menu-item.component.mjs +7 -3
  59. package/esm2022/eui-menu/eui-menu.component.mjs +51 -56
  60. package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.mjs +1 -1
  61. package/esm2022/eui-tree/eui-tree.component.mjs +9 -4
  62. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +2 -2
  63. package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +3 -7
  64. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +1 -1
  65. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +1 -1
  66. package/esm2022/layout/eui-search/search.component.mjs +1 -2
  67. package/esm2022/layout/eui-user-profile/user-profile.component.mjs +1 -1
  68. package/eui-alert/eui-alert.component.d.ts +13 -23
  69. package/eui-alert/eui-alert.component.d.ts.map +1 -1
  70. package/eui-alert/eui-alert.module.d.ts +14 -0
  71. package/eui-alert/eui-alert.module.d.ts.map +1 -0
  72. package/eui-alert/index.d.ts +1 -0
  73. package/eui-alert/index.d.ts.map +1 -1
  74. package/eui-autocomplete/eui-autocomplete.component.d.ts +39 -23
  75. package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
  76. package/eui-autocomplete/models/eui-autocomplete-item.model.d.ts +2 -2
  77. package/eui-autocomplete/models/eui-autocomplete-item.model.d.ts.map +1 -1
  78. package/eui-avatar/avatar-badge/avatar-badge.component.d.ts +0 -1
  79. package/eui-avatar/avatar-badge/avatar-badge.component.d.ts.map +1 -1
  80. package/eui-avatar/eui-avatar-list.component.d.ts +0 -1
  81. package/eui-avatar/eui-avatar-list.component.d.ts.map +1 -1
  82. package/eui-avatar/eui-avatar.component.d.ts +10 -10
  83. package/eui-avatar/eui-avatar.component.d.ts.map +1 -1
  84. package/eui-avatar/eui-avatar.module.d.ts +2 -1
  85. package/eui-avatar/eui-avatar.module.d.ts.map +1 -1
  86. package/eui-badge/eui-badge.component.d.ts +8 -14
  87. package/eui-badge/eui-badge.component.d.ts.map +1 -1
  88. package/eui-badge/eui-badge.module.d.ts +10 -0
  89. package/eui-badge/eui-badge.module.d.ts.map +1 -0
  90. package/eui-badge/index.d.ts +1 -0
  91. package/eui-badge/index.d.ts.map +1 -1
  92. package/eui-block-content/eui-block-content.component.d.ts +6 -7
  93. package/eui-block-content/eui-block-content.component.d.ts.map +1 -1
  94. package/eui-block-document/eui-block-document.component.d.ts +3 -7
  95. package/eui-block-document/eui-block-document.component.d.ts.map +1 -1
  96. package/eui-card/components/eui-card-content/eui-card-content.component.d.ts +1 -0
  97. package/eui-card/components/eui-card-content/eui-card-content.component.d.ts.map +1 -1
  98. package/eui-dashboard-button/eui-dashboard-button.component.d.ts +1 -2
  99. package/eui-dashboard-button/eui-dashboard-button.component.d.ts.map +1 -1
  100. package/eui-dashboard-card/eui-dashboard-card.component.d.ts +9 -7
  101. package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
  102. package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts +1 -0
  103. package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts.map +1 -1
  104. package/eui-dropdown/eui-dropdown.component.d.ts +8 -18
  105. package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
  106. package/eui-fieldset/eui-fieldset.component.d.ts +12 -8
  107. package/eui-fieldset/eui-fieldset.component.d.ts.map +1 -1
  108. package/eui-fieldset/eui-fieldset.module.d.ts +2 -1
  109. package/eui-fieldset/eui-fieldset.module.d.ts.map +1 -1
  110. package/eui-menu/eui-menu-item.component.d.ts +4 -0
  111. package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
  112. package/eui-menu/eui-menu.component.d.ts +16 -19
  113. package/eui-menu/eui-menu.component.d.ts.map +1 -1
  114. package/eui-tree/eui-tree.component.d.ts.map +1 -1
  115. package/fesm2022/eui-components-eui-alert.mjs +103 -68
  116. package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
  117. package/fesm2022/eui-components-eui-autocomplete.mjs +48 -74
  118. package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
  119. package/fesm2022/eui-components-eui-avatar.mjs +22 -45
  120. package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
  121. package/fesm2022/eui-components-eui-badge.mjs +42 -22
  122. package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
  123. package/fesm2022/eui-components-eui-block-content.mjs +21 -18
  124. package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
  125. package/fesm2022/eui-components-eui-block-document.mjs +13 -18
  126. package/fesm2022/eui-components-eui-block-document.mjs.map +1 -1
  127. package/fesm2022/eui-components-eui-card.mjs +5 -1
  128. package/fesm2022/eui-components-eui-card.mjs.map +1 -1
  129. package/fesm2022/eui-components-eui-dashboard-button.mjs +5 -8
  130. package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
  131. package/fesm2022/eui-components-eui-dashboard-card.mjs +22 -32
  132. package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
  133. package/fesm2022/eui-components-eui-dialog.mjs +2 -2
  134. package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
  135. package/fesm2022/eui-components-eui-dropdown.mjs +41 -48
  136. package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
  137. package/fesm2022/eui-components-eui-fieldset.mjs +23 -40
  138. package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
  139. package/fesm2022/eui-components-eui-menu.mjs +51 -55
  140. package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
  141. package/fesm2022/eui-components-eui-overlay.mjs +1 -1
  142. package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
  143. package/fesm2022/eui-components-eui-tree.mjs +8 -3
  144. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  145. package/fesm2022/eui-components-layout.mjs +7 -12
  146. package/fesm2022/eui-components-layout.mjs.map +1 -1
  147. package/layout/eui-app/eui-app-toolbar/toolbar.component.d.ts.map +1 -1
  148. package/layout/eui-search/search.component.d.ts.map +1 -1
  149. package/package.json +7 -7
@@ -82,7 +82,7 @@
82
82
  <td class="col-md-9">
83
83
  <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
84
84
  <br/>
85
- <div><i>&nbsp;Inputs</i> : euiSecondary&nbsp;euiSuccess&nbsp;euiInfo&nbsp;euiWarning&nbsp;euiDanger&nbsp;euiAccent&nbsp;euiSizeXS&nbsp;euiSizeS&nbsp;euiSizeL&nbsp;euiSizeXL&nbsp;euiSize2XL&nbsp;euiVariant&nbsp;euiSizeVariant&nbsp;</div>
85
+ <div><i>&nbsp;Inputs</i> : euiSecondary&nbsp;euiSuccess&nbsp;euiInfo&nbsp;euiWarning&nbsp;euiDanger&nbsp;euiAccent&nbsp;euiVariant&nbsp;euiSizeXS&nbsp;euiSizeS&nbsp;euiSizeL&nbsp;euiSizeXL&nbsp;euiSize2XL&nbsp;euiSizeVariant&nbsp;</div>
86
86
  </td>
87
87
  </tr>
88
88
 
@@ -101,10 +101,6 @@
101
101
 
102
102
 
103
103
 
104
- <tr>
105
- <td class="col-md-3">styleUrls</td>
106
- <td class="col-md-9"><code>./styles/_index.scss</code></td>
107
- </tr>
108
104
 
109
105
 
110
106
 
@@ -115,6 +111,10 @@
115
111
 
116
112
 
117
113
 
114
+ <tr>
115
+ <td class="col-md-3">styleUrl</td>
116
+ <td class="col-md-9"><code>./styles/_index.scss</code></td>
117
+ </tr>
118
118
 
119
119
 
120
120
 
@@ -210,9 +210,6 @@
210
210
  <li>
211
211
  <a href="#cssClasses" >cssClasses</a>
212
212
  </li>
213
- <li>
214
- <a href="#ariaLabel" >ariaLabel</a>
215
- </li>
216
213
  </ul>
217
214
  </td>
218
215
  </tr>
@@ -276,10 +273,15 @@
276
273
  </tr>
277
274
  <tr>
278
275
  <td class="col-md-4">
279
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
276
+ <i>Type : </i> <code>string | null</code>
280
277
 
281
278
  </td>
282
279
  </tr>
280
+ <tr>
281
+ <td class="col-md-4">
282
+ <i>Default value : </i><code>&#x27;avatar&#x27;</code>
283
+ </td>
284
+ </tr>
283
285
  </tbody>
284
286
  </table>
285
287
  <table class="table table-sm table-bordered">
@@ -313,7 +315,7 @@
313
315
  </tr>
314
316
  <tr>
315
317
  <td class="col-md-4">
316
- <i>Type : </i> <code>BooleanInput</code>
318
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
317
319
 
318
320
  </td>
319
321
  </tr>
@@ -334,7 +336,7 @@
334
336
  </tr>
335
337
  <tr>
336
338
  <td class="col-md-4">
337
- <i>Type : </i> <code>BooleanInput</code>
339
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
338
340
 
339
341
  </td>
340
342
  </tr>
@@ -355,7 +357,7 @@
355
357
  </tr>
356
358
  <tr>
357
359
  <td class="col-md-4">
358
- <i>Type : </i> <code>BooleanInput</code>
360
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
359
361
 
360
362
  </td>
361
363
  </tr>
@@ -376,7 +378,7 @@
376
378
  </tr>
377
379
  <tr>
378
380
  <td class="col-md-4">
379
- <i>Type : </i> <code>BooleanInput</code>
381
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
380
382
 
381
383
  </td>
382
384
  </tr>
@@ -527,65 +529,6 @@
527
529
 
528
530
  </tbody>
529
531
  </table>
530
- <table class="table table-sm table-bordered">
531
- <tbody>
532
- <tr>
533
- <td class="col-md-4">
534
- <a name="ariaLabel"></a>
535
- <span class="name"><b>ariaLabel</b><a href="#ariaLabel"><span class="icon ion-ios-link"></span></a></span>
536
- </td>
537
- </tr>
538
-
539
- <tr>
540
- <td class="col-md-4">
541
- <span class="accessor"><b>get</b><code>ariaLabel()</code></span>
542
- </td>
543
- </tr>
544
-
545
- <tr>
546
- <td class="col-md-4">
547
- <span class="accessor"><b>set</b><code>ariaLabel(value: string | null)</code></span>
548
- </td>
549
- </tr>
550
- <tr>
551
- <td class="col-md-4">
552
-
553
- <div class="io-description">
554
- <b>Parameters :</b>
555
- <table class="params">
556
- <thead>
557
- <tr>
558
- <td>Name</td>
559
- <td>Type</td>
560
- <td>Optional</td>
561
- </tr>
562
- </thead>
563
- <tbody>
564
- <tr>
565
- <td>value</td>
566
-
567
- <td>
568
- <code>string | null</code>
569
- </td>
570
-
571
- <td>
572
- No
573
- </td>
574
-
575
- </tr>
576
- </tbody>
577
- </table>
578
- </div>
579
- <div>
580
- </div>
581
- <div class="io-description">
582
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
583
-
584
- </div>
585
- </td>
586
- </tr>
587
- </tbody>
588
- </table>
589
532
  </section>
590
533
  </div>
591
534