@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
@@ -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> Inputs</i> : euiSecondary euiSuccess euiInfo euiWarning euiDanger euiAccent euiSizeXS euiSizeS euiSizeL euiSizeXL euiSize2XL
|
85
|
+
<div><i> Inputs</i> : euiSecondary euiSuccess euiInfo euiWarning euiDanger euiAccent euiVariant euiSizeXS euiSizeS euiSizeL euiSizeXL euiSize2XL euiSizeVariant </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>
|
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>'avatar'</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>
|
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>
|
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>
|
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>
|
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
|
|