@eui/components 19.1.2-snapshot-1743600141774 → 19.1.3-snapshot-1744273107050
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/components/EuiCardComponent.html +89 -0
- package/docs/components/EuiCardContentComponent.html +46 -0
- package/docs/components/EuiCardFooterActionButtonsComponent.html +38 -0
- package/docs/components/EuiCardFooterActionIconsComponent.html +44 -0
- package/docs/components/EuiCardFooterComponent.html +44 -0
- package/docs/components/EuiCardFooterMenuComponent.html +70 -0
- package/docs/components/EuiCardFooterMenuContentComponent.html +50 -0
- package/docs/components/EuiCardHeaderBodyComponent.html +30 -0
- package/docs/components/EuiCardHeaderComponent.html +86 -0
- package/docs/components/EuiCardHeaderLeftContentComponent.html +32 -0
- package/docs/components/EuiCardHeaderRightContentComponent.html +35 -0
- package/docs/components/EuiCardHeaderSubtitleComponent.html +34 -0
- package/docs/components/EuiCardHeaderTitleComponent.html +35 -0
- package/docs/components/EuiCardMediaComponent.html +68 -0
- package/docs/components/EuiDropdownComponent.html +150 -1
- package/docs/components/EuiIconButtonComponent.html +20 -1
- package/docs/components/EuiTreeComponent.html +105 -0
- package/docs/dependencies.html +2 -2
- package/docs/js/menu-wc.js +3 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuiTreeModule.html +11 -0
- package/eui-card/components/eui-card-content/eui-card-content.component.d.ts +32 -0
- package/eui-card/components/eui-card-content/eui-card-content.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.d.ts +31 -0
- package/eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.d.ts +39 -0
- package/eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.d.ts +44 -0
- package/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-footer/eui-card-footer-menu.component.d.ts +65 -0
- package/eui-card/components/eui-card-footer/eui-card-footer-menu.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-footer/eui-card-footer.component.d.ts +39 -0
- package/eui-card/components/eui-card-footer/eui-card-footer.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header/eui-card-header-left-content.component.d.ts +25 -0
- package/eui-card/components/eui-card-header/eui-card-header-left-content.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header/eui-card-header-right-content.component.d.ts +28 -0
- package/eui-card/components/eui-card-header/eui-card-header-right-content.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header/eui-card-header-subtitle.component.d.ts +27 -0
- package/eui-card/components/eui-card-header/eui-card-header-subtitle.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header/eui-card-header-title.component.d.ts +28 -0
- package/eui-card/components/eui-card-header/eui-card-header-title.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header/eui-card-header.component.d.ts +70 -0
- package/eui-card/components/eui-card-header/eui-card-header.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header-body/eui-card-header-body.component.d.ts +23 -0
- package/eui-card/components/eui-card-header-body/eui-card-header-body.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-media/eui-card-media.component.d.ts +45 -0
- package/eui-card/components/eui-card-media/eui-card-media.component.d.ts.map +1 -1
- package/eui-card/eui-card.component.d.ts +75 -0
- package/eui-card/eui-card.component.d.ts.map +1 -1
- package/eui-dropdown/eui-dropdown.component.d.ts +157 -1
- package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
- package/eui-icon-button/eui-icon-button.component.d.ts +2 -1
- package/eui-icon-button/eui-icon-button.component.d.ts.map +1 -1
- package/eui-tree/eui-tree.component.d.ts +104 -0
- package/eui-tree/eui-tree.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-alert.mjs +1 -1
- package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +559 -0
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-chip.mjs +1 -1
- package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +4 -4
- package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +157 -1
- package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
- package/fesm2022/eui-components-eui-growl.mjs +1 -1
- package/fesm2022/eui-components-eui-growl.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon-button.mjs +4 -2
- package/fesm2022/eui-components-eui-icon-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +4 -4
- package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +98 -0
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-eui-user-profile.mjs +1 -1
- package/fesm2022/eui-components-eui-user-profile.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +6 -6
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/package.json +3 -3
@@ -109,6 +109,28 @@
|
|
109
109
|
</p>
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Description</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<p>The eui-card component is based on Material Design and provides a content container for text, photos and actions in the context of a single subject.</p>
|
117
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">```html
|
118
|
+
<eui-card>
|
119
|
+
<eui-card-header>
|
120
|
+
<eui-card-header-title>
|
121
|
+
{{ cardTitle }}
|
122
|
+
</eui-card-header-title>
|
123
|
+
<eui-card-header-subtitle>
|
124
|
+
{{ cardSubtitle }}
|
125
|
+
</eui-card-header-subtitle>
|
126
|
+
</eui-card-header>
|
127
|
+
<eui-card-content>
|
128
|
+
I am the content of the card container...
|
129
|
+
</eui-card-content>
|
130
|
+
</eui-card></code></pre></div><p>See <a href="https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card">https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card</a>.
|
131
|
+
```</p>
|
132
|
+
|
133
|
+
</p>
|
112
134
|
|
113
135
|
|
114
136
|
<p class="comment">
|
@@ -314,6 +336,12 @@
|
|
314
336
|
<i>Default value : </i><code>'eui-card'</code>
|
315
337
|
</td>
|
316
338
|
</tr>
|
339
|
+
<tr>
|
340
|
+
<td class="col-md-4">
|
341
|
+
<div class="io-description"><p>Sets the <code>data-e2e</code> attribute at the host element.</p>
|
342
|
+
</div>
|
343
|
+
</td>
|
344
|
+
</tr>
|
317
345
|
</tbody>
|
318
346
|
</table>
|
319
347
|
<table class="table table-sm table-bordered">
|
@@ -335,6 +363,12 @@
|
|
335
363
|
<i>Default value : </i><code>false</code>
|
336
364
|
</td>
|
337
365
|
</tr>
|
366
|
+
<tr>
|
367
|
+
<td class="col-md-4">
|
368
|
+
<div class="io-description"><p>Sets the <code>euiCollapsed</code> attribute which collapses the card content.</p>
|
369
|
+
</div>
|
370
|
+
</td>
|
371
|
+
</tr>
|
338
372
|
</tbody>
|
339
373
|
</table>
|
340
374
|
<table class="table table-sm table-bordered">
|
@@ -356,6 +390,12 @@
|
|
356
390
|
<i>Default value : </i><code>false</code>
|
357
391
|
</td>
|
358
392
|
</tr>
|
393
|
+
<tr>
|
394
|
+
<td class="col-md-4">
|
395
|
+
<div class="io-description"><p>Sets the <code>euiCollapsible</code> attribute which shows the collapsible toggle in the header.</p>
|
396
|
+
</div>
|
397
|
+
</td>
|
398
|
+
</tr>
|
359
399
|
</tbody>
|
360
400
|
</table>
|
361
401
|
<table class="table table-sm table-bordered">
|
@@ -377,6 +417,12 @@
|
|
377
417
|
<i>Default value : </i><code>false</code>
|
378
418
|
</td>
|
379
419
|
</tr>
|
420
|
+
<tr>
|
421
|
+
<td class="col-md-4">
|
422
|
+
<div class="io-description"><p>Sets the <code>euiHoverable</code> attribute in order to show the hover effect on the card.</p>
|
423
|
+
</div>
|
424
|
+
</td>
|
425
|
+
</tr>
|
380
426
|
</tbody>
|
381
427
|
</table>
|
382
428
|
<table class="table table-sm table-bordered">
|
@@ -398,6 +444,12 @@
|
|
398
444
|
<i>Default value : </i><code>false</code>
|
399
445
|
</td>
|
400
446
|
</tr>
|
447
|
+
<tr>
|
448
|
+
<td class="col-md-4">
|
449
|
+
<div class="io-description"><p>Sets the <code>euiNoContentPadding</code> attribute in order to remove the padding from the card content.</p>
|
450
|
+
</div>
|
451
|
+
</td>
|
452
|
+
</tr>
|
401
453
|
</tbody>
|
402
454
|
</table>
|
403
455
|
<table class="table table-sm table-bordered">
|
@@ -419,6 +471,12 @@
|
|
419
471
|
<i>Default value : </i><code>false</code>
|
420
472
|
</td>
|
421
473
|
</tr>
|
474
|
+
<tr>
|
475
|
+
<td class="col-md-4">
|
476
|
+
<div class="io-description"><p>Sets the <code>euiNoShadow</code> attribute in order to remove the shadow from the card.</p>
|
477
|
+
</div>
|
478
|
+
</td>
|
479
|
+
</tr>
|
422
480
|
</tbody>
|
423
481
|
</table>
|
424
482
|
<table class="table table-sm table-bordered">
|
@@ -440,6 +498,12 @@
|
|
440
498
|
<i>Default value : </i><code>false</code>
|
441
499
|
</td>
|
442
500
|
</tr>
|
501
|
+
<tr>
|
502
|
+
<td class="col-md-4">
|
503
|
+
<div class="io-description"><p>Sets the <code>euiSelected</code> attribute in order to show the card header as selected.</p>
|
504
|
+
</div>
|
505
|
+
</td>
|
506
|
+
</tr>
|
443
507
|
</tbody>
|
444
508
|
</table>
|
445
509
|
<table class="table table-sm table-bordered">
|
@@ -461,6 +525,12 @@
|
|
461
525
|
<i>Default value : </i><code>false</code>
|
462
526
|
</td>
|
463
527
|
</tr>
|
528
|
+
<tr>
|
529
|
+
<td class="col-md-4">
|
530
|
+
<div class="io-description"><p>Sets the <code>euiUrgent</code> attribute in order to show the card header as urgent.</p>
|
531
|
+
</div>
|
532
|
+
</td>
|
533
|
+
</tr>
|
464
534
|
</tbody>
|
465
535
|
</table>
|
466
536
|
</section>
|
@@ -480,6 +550,12 @@
|
|
480
550
|
|
481
551
|
</td>
|
482
552
|
</tr>
|
553
|
+
<tr>
|
554
|
+
<td class="col-md-4">
|
555
|
+
<div class="io-description"><p>Event emitted when the card collapses.</p>
|
556
|
+
</div>
|
557
|
+
</td>
|
558
|
+
</tr>
|
483
559
|
</tbody>
|
484
560
|
</table>
|
485
561
|
</section>
|
@@ -561,6 +637,19 @@
|
|
561
637
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
562
638
|
</td>
|
563
639
|
</tr>
|
640
|
+
<tr>
|
641
|
+
<td class="col-md-4">
|
642
|
+
<div class="io-description"><p>Computes and returns the CSS classes for the component based on its current state.</p>
|
643
|
+
</div>
|
644
|
+
|
645
|
+
<div>
|
646
|
+
</div>
|
647
|
+
<div class="io-description">
|
648
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
649
|
+
|
650
|
+
</div>
|
651
|
+
</td>
|
652
|
+
</tr>
|
564
653
|
|
565
654
|
</tbody>
|
566
655
|
</table>
|
@@ -109,6 +109,28 @@
|
|
109
109
|
</p>
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Description</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<p>The eui-card-content component projects the content for eui-card.</p>
|
117
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">```html
|
118
|
+
<eui-card>
|
119
|
+
<eui-card-header>
|
120
|
+
<eui-card-header-title>
|
121
|
+
{{ cardTitle }}
|
122
|
+
</eui-card-header-title>
|
123
|
+
<eui-card-header-subtitle>
|
124
|
+
{{ cardSubtitle }}
|
125
|
+
</eui-card-header-subtitle>
|
126
|
+
</eui-card-header>
|
127
|
+
<eui-card-content>
|
128
|
+
I am the content of the card container...
|
129
|
+
</eui-card-content>
|
130
|
+
</eui-card></code></pre></div><p>See <a href="https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card">https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card</a>.
|
131
|
+
```</p>
|
132
|
+
|
133
|
+
</p>
|
112
134
|
|
113
135
|
|
114
136
|
|
@@ -236,6 +258,12 @@
|
|
236
258
|
</td>
|
237
259
|
</tr>
|
238
260
|
|
261
|
+
<tr>
|
262
|
+
<td class="col-md-4">
|
263
|
+
<div class="io-description"><p>Binds the tabindex attribute to the component.</p>
|
264
|
+
</div>
|
265
|
+
</td>
|
266
|
+
</tr>
|
239
267
|
|
240
268
|
</tbody>
|
241
269
|
</table>
|
@@ -262,6 +290,12 @@
|
|
262
290
|
</td>
|
263
291
|
</tr>
|
264
292
|
|
293
|
+
<tr>
|
294
|
+
<td class="col-md-4">
|
295
|
+
<div class="io-description"><p>Binds the class to the component.</p>
|
296
|
+
</div>
|
297
|
+
</td>
|
298
|
+
</tr>
|
265
299
|
|
266
300
|
</tbody>
|
267
301
|
</table>
|
@@ -307,6 +341,12 @@
|
|
307
341
|
</td>
|
308
342
|
</tr>
|
309
343
|
|
344
|
+
<tr>
|
345
|
+
<td class="col-md-4">
|
346
|
+
<div class="io-description"><p>Binds the class to the component.</p>
|
347
|
+
</div>
|
348
|
+
</td>
|
349
|
+
</tr>
|
310
350
|
|
311
351
|
</tbody>
|
312
352
|
</table>
|
@@ -343,6 +383,12 @@
|
|
343
383
|
</td>
|
344
384
|
</tr>
|
345
385
|
|
386
|
+
<tr>
|
387
|
+
<td class="col-md-4">
|
388
|
+
<div class="io-description"><p>Binds the tabindex attribute to the component.</p>
|
389
|
+
</div>
|
390
|
+
</td>
|
391
|
+
</tr>
|
346
392
|
|
347
393
|
</tbody>
|
348
394
|
</table>
|
@@ -109,6 +109,32 @@
|
|
109
109
|
</p>
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Description</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<p>The eui-card-footer-action-buttons component projects the action buttons content for eui-card.</p>
|
117
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">```html
|
118
|
+
<eui-card euiHoverable>
|
119
|
+
<eui-card-media
|
120
|
+
imageUrl="./assets/images/cards/home-card-law.jpg">
|
121
|
+
</eui-card-media>
|
122
|
+
<eui-card-content style="max-height: 11rem; min-height: 11rem;">
|
123
|
+
<h5 class="eui-u-f-bold eui-u-mb-s">Law | EUR Lex</h5>
|
124
|
+
The Official Journal of the European Union, EU case law and other resources for EU law
|
125
|
+
</eui-card-content>
|
126
|
+
<eui-card-footer>
|
127
|
+
<eui-card-footer-action-buttons class="eui-u-flex-justify-content-end">
|
128
|
+
<button euiButton euiPrimary euiSizeS>
|
129
|
+
<span euiLabel>Action</span>
|
130
|
+
<eui-icon-svg icon="chevron-forward:sharp"></eui-icon-svg>
|
131
|
+
</button>
|
132
|
+
</eui-card-footer-action-buttons>
|
133
|
+
</eui-card-footer>
|
134
|
+
</eui-card></code></pre></div><p>See <a href="https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer">https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer</a>.
|
135
|
+
```</p>
|
136
|
+
|
137
|
+
</p>
|
112
138
|
|
113
139
|
|
114
140
|
|
@@ -229,6 +255,12 @@
|
|
229
255
|
</td>
|
230
256
|
</tr>
|
231
257
|
|
258
|
+
<tr>
|
259
|
+
<td class="col-md-4">
|
260
|
+
<div class="io-description"><p>Binds the class to the component.</p>
|
261
|
+
</div>
|
262
|
+
</td>
|
263
|
+
</tr>
|
232
264
|
|
233
265
|
</tbody>
|
234
266
|
</table>
|
@@ -274,6 +306,12 @@
|
|
274
306
|
</td>
|
275
307
|
</tr>
|
276
308
|
|
309
|
+
<tr>
|
310
|
+
<td class="col-md-4">
|
311
|
+
<div class="io-description"><p>Binds the class to the component.</p>
|
312
|
+
</div>
|
313
|
+
</td>
|
314
|
+
</tr>
|
277
315
|
|
278
316
|
</tbody>
|
279
317
|
</table>
|
@@ -109,6 +109,38 @@
|
|
109
109
|
</p>
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Description</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<p>The eui-card-footer-action-icons component projects the action icons content for eui-card.</p>
|
117
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">```html
|
118
|
+
<eui-card>
|
119
|
+
<eui-card-header>
|
120
|
+
<eui-card-header-title>
|
121
|
+
<strong>Default layout of a card footer</strong>
|
122
|
+
</eui-card-header-title>
|
123
|
+
</eui-card-header></code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"> <eui-card-content>
|
124
|
+
<p class="eui-u-text-paragraph">Hover on footer's elements to display more information.</p>
|
125
|
+
</eui-card-content>
|
126
|
+
|
127
|
+
<eui-card-footer>
|
128
|
+
<eui-card-footer-action-buttons euiTooltip="Here are displayed the main action buttons.&#13;It is recommended to have maximum 2 buttons.&#13;Primary action button is always displayed first.&#13;Other actions will be put in the menu.">
|
129
|
+
<span class="eui-u-cursor-help">Action buttons</span>
|
130
|
+
</eui-card-footer-action-buttons>
|
131
|
+
|
132
|
+
<eui-card-footer-action-icons euiTooltip="Here are displayed the action icons.&#13;It is recommended to have maximum 2 icons.&#13;Other actions will be put in the menu.">
|
133
|
+
<span class="eui-u-cursor-help">Action icons</span>
|
134
|
+
</eui-card-footer-action-icons>
|
135
|
+
|
136
|
+
<eui-card-footer-menu-content [tooltipText]="'Actions menu to propose more options'">
|
137
|
+
<div class="m-2">Menu content here</div>
|
138
|
+
</eui-card-footer-menu-content>
|
139
|
+
</eui-card-footer></code></pre></div> </eui-card>
|
140
|
+
```
|
141
|
+
See <a href="https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer">https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer</a>.
|
142
|
+
|
143
|
+
</p>
|
112
144
|
|
113
145
|
|
114
146
|
|
@@ -229,6 +261,12 @@
|
|
229
261
|
</td>
|
230
262
|
</tr>
|
231
263
|
|
264
|
+
<tr>
|
265
|
+
<td class="col-md-4">
|
266
|
+
<div class="io-description"><p>Binds the class to the component.</p>
|
267
|
+
</div>
|
268
|
+
</td>
|
269
|
+
</tr>
|
232
270
|
|
233
271
|
</tbody>
|
234
272
|
</table>
|
@@ -274,6 +312,12 @@
|
|
274
312
|
</td>
|
275
313
|
</tr>
|
276
314
|
|
315
|
+
<tr>
|
316
|
+
<td class="col-md-4">
|
317
|
+
<div class="io-description"><p>Binds the class to the component.</p>
|
318
|
+
</div>
|
319
|
+
</td>
|
320
|
+
</tr>
|
277
321
|
|
278
322
|
</tbody>
|
279
323
|
</table>
|
@@ -109,6 +109,38 @@
|
|
109
109
|
</p>
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Description</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<p>The eui-card-footer component projects the footer of the eui-card.</p>
|
117
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">```html
|
118
|
+
<eui-card>
|
119
|
+
<eui-card-header>
|
120
|
+
<eui-card-header-title>
|
121
|
+
<strong>Default layout of a card footer</strong>
|
122
|
+
</eui-card-header-title>
|
123
|
+
</eui-card-header></code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"> <eui-card-content>
|
124
|
+
<p class="eui-u-text-paragraph">Hover on footer's elements to display more information.</p>
|
125
|
+
</eui-card-content>
|
126
|
+
|
127
|
+
<eui-card-footer>
|
128
|
+
<eui-card-footer-action-buttons euiTooltip="Here are displayed the main action buttons.&#13;It is recommended to have maximum 2 buttons.&#13;Primary action button is always displayed first.&#13;Other actions will be put in the menu.">
|
129
|
+
<span class="eui-u-cursor-help">Action buttons</span>
|
130
|
+
</eui-card-footer-action-buttons>
|
131
|
+
|
132
|
+
<eui-card-footer-action-icons euiTooltip="Here are displayed the action icons.&#13;It is recommended to have maximum 2 icons.&#13;Other actions will be put in the menu.">
|
133
|
+
<span class="eui-u-cursor-help">Action icons</span>
|
134
|
+
</eui-card-footer-action-icons>
|
135
|
+
|
136
|
+
<eui-card-footer-menu-content [tooltipText]="'Actions menu to propose more options'">
|
137
|
+
<div class="m-2">Menu content here</div>
|
138
|
+
</eui-card-footer-menu-content>
|
139
|
+
</eui-card-footer></code></pre></div> </eui-card>
|
140
|
+
```
|
141
|
+
See <a href="https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer">https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer</a>.
|
142
|
+
|
143
|
+
</p>
|
112
144
|
|
113
145
|
|
114
146
|
|
@@ -249,6 +281,12 @@
|
|
249
281
|
</td>
|
250
282
|
</tr>
|
251
283
|
|
284
|
+
<tr>
|
285
|
+
<td class="col-md-4">
|
286
|
+
<div class="io-description"><p>Binds the class to the component.</p>
|
287
|
+
</div>
|
288
|
+
</td>
|
289
|
+
</tr>
|
252
290
|
|
253
291
|
</tbody>
|
254
292
|
</table>
|
@@ -418,6 +456,12 @@
|
|
418
456
|
</td>
|
419
457
|
</tr>
|
420
458
|
|
459
|
+
<tr>
|
460
|
+
<td class="col-md-4">
|
461
|
+
<div class="io-description"><p>Binds the class to the component.</p>
|
462
|
+
</div>
|
463
|
+
</td>
|
464
|
+
</tr>
|
421
465
|
|
422
466
|
</tbody>
|
423
467
|
</table>
|
@@ -109,6 +109,64 @@
|
|
109
109
|
</p>
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Description</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<p>The eui-card-footer-menu component provides menu options for the footer of the eui-card.</p>
|
117
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">```html
|
118
|
+
<eui-card>
|
119
|
+
<eui-card-header>
|
120
|
+
<eui-card-header-title>
|
121
|
+
<strong>Sample Card Title</strong>
|
122
|
+
</eui-card-header-title>
|
123
|
+
</eui-card-header></code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"> <eui-card-content>
|
124
|
+
<p class="eui-u-text-paragraph">I am the content of the card container with a full default footer's layout.</p>
|
125
|
+
</eui-card-content>
|
126
|
+
|
127
|
+
<eui-card-footer>
|
128
|
+
<eui-card-footer-action-buttons>
|
129
|
+
<div class="eui-u-flex eui-u-flex-wrap">
|
130
|
+
<button euiButton euiPrimary>Action 1</button>
|
131
|
+
<button euiButton euiSecondary>Action 2</button>
|
132
|
+
</div>
|
133
|
+
</eui-card-footer-action-buttons>
|
134
|
+
|
135
|
+
<eui-card-footer-action-icons>
|
136
|
+
<button euiButton euiRounded euiIconButton euiBasicButton euiSecondary euiTooltip="Mark as favourite" aria-label="Mark as favourite">
|
137
|
+
<eui-icon-svg icon="eui-star" size="l" fillColor="neutral-lighter"></eui-icon-svg>
|
138
|
+
</button>
|
139
|
+
<button euiButton euiRounded euiIconButton euiBasicButton euiSecondary euiTooltip="Share" aria-label="Share">
|
140
|
+
<eui-icon-svg icon="eui-ecl-share" size="m" fillColor="neutral-lighter"></eui-icon-svg>
|
141
|
+
</button>
|
142
|
+
</eui-card-footer-action-icons>
|
143
|
+
|
144
|
+
<eui-card-footer-menu>
|
145
|
+
<eui-dropdown>
|
146
|
+
<button
|
147
|
+
euiButton
|
148
|
+
euiRounded
|
149
|
+
euiIconButton
|
150
|
+
euiBasicButton
|
151
|
+
euiSecondary
|
152
|
+
type="button"
|
153
|
+
euiTooltip="more options"
|
154
|
+
[attr.aria-label]="'more options'">
|
155
|
+
<eui-icon-svg icon="ellipsis-vertical:sharp"></eui-icon-svg>
|
156
|
+
</button>
|
157
|
+
<eui-dropdown-content>
|
158
|
+
<button euiDropdownItem>Menu item 1</button>
|
159
|
+
<button euiDropdownItem>Menu item 2</button>
|
160
|
+
<button euiDropdownItem>Menu item 3</button>
|
161
|
+
</eui-dropdown-content>
|
162
|
+
</eui-dropdown>
|
163
|
+
</eui-card-footer-menu>
|
164
|
+
|
165
|
+
</eui-card-footer></code></pre></div> </eui-card>
|
166
|
+
```
|
167
|
+
See <a href="https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer">https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer</a>.
|
168
|
+
|
169
|
+
</p>
|
112
170
|
|
113
171
|
|
114
172
|
|
@@ -233,6 +291,12 @@
|
|
233
291
|
</td>
|
234
292
|
</tr>
|
235
293
|
|
294
|
+
<tr>
|
295
|
+
<td class="col-md-4">
|
296
|
+
<div class="io-description"><p>Binds the class to the component.</p>
|
297
|
+
</div>
|
298
|
+
</td>
|
299
|
+
</tr>
|
236
300
|
|
237
301
|
</tbody>
|
238
302
|
</table>
|
@@ -278,6 +342,12 @@
|
|
278
342
|
</td>
|
279
343
|
</tr>
|
280
344
|
|
345
|
+
<tr>
|
346
|
+
<td class="col-md-4">
|
347
|
+
<div class="io-description"><p>Binds the class to the component.</p>
|
348
|
+
</div>
|
349
|
+
</td>
|
350
|
+
</tr>
|
281
351
|
|
282
352
|
</tbody>
|
283
353
|
</table>
|
@@ -109,6 +109,38 @@
|
|
109
109
|
</p>
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Description</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<p>The eui-card-footer-menu-content component projects the content of the actions menu of the eui-card.</p>
|
117
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">```html
|
118
|
+
<eui-card>
|
119
|
+
<eui-card-header>
|
120
|
+
<eui-card-header-title>
|
121
|
+
<strong>Default layout of a card footer</strong>
|
122
|
+
</eui-card-header-title>
|
123
|
+
</eui-card-header></code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"> <eui-card-content>
|
124
|
+
<p class="eui-u-text-paragraph">Hover on footer's elements to display more information.</p>
|
125
|
+
</eui-card-content>
|
126
|
+
|
127
|
+
<eui-card-footer>
|
128
|
+
<eui-card-footer-action-buttons euiTooltip="Here are displayed the main action buttons.&#13;It is recommended to have maximum 2 buttons.&#13;Primary action button is always displayed first.&#13;Other actions will be put in the menu.">
|
129
|
+
<span class="eui-u-cursor-help">Action buttons</span>
|
130
|
+
</eui-card-footer-action-buttons>
|
131
|
+
|
132
|
+
<eui-card-footer-action-icons euiTooltip="Here are displayed the action icons.&#13;It is recommended to have maximum 2 icons.&#13;Other actions will be put in the menu.">
|
133
|
+
<span class="eui-u-cursor-help">Action icons</span>
|
134
|
+
</eui-card-footer-action-icons>
|
135
|
+
|
136
|
+
<eui-card-footer-menu-content [tooltipText]="'Actions menu to propose more options'">
|
137
|
+
<div class="m-2">Menu content here</div>
|
138
|
+
</eui-card-footer-menu-content>
|
139
|
+
</eui-card-footer></code></pre></div> </eui-card>
|
140
|
+
```
|
141
|
+
See <a href="https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer">https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer</a>.
|
142
|
+
|
143
|
+
</p>
|
112
144
|
|
113
145
|
|
114
146
|
|
@@ -242,6 +274,12 @@
|
|
242
274
|
<i>Default value : </i><code>'More options'</code>
|
243
275
|
</td>
|
244
276
|
</tr>
|
277
|
+
<tr>
|
278
|
+
<td class="col-md-4">
|
279
|
+
<div class="io-description"><p>Sets the tooltipText Input property.</p>
|
280
|
+
</div>
|
281
|
+
</td>
|
282
|
+
</tr>
|
245
283
|
</tbody>
|
246
284
|
</table>
|
247
285
|
</section>
|
@@ -270,6 +308,12 @@
|
|
270
308
|
</td>
|
271
309
|
</tr>
|
272
310
|
|
311
|
+
<tr>
|
312
|
+
<td class="col-md-4">
|
313
|
+
<div class="io-description"><p>Binds the class to the component.</p>
|
314
|
+
</div>
|
315
|
+
</td>
|
316
|
+
</tr>
|
273
317
|
|
274
318
|
</tbody>
|
275
319
|
</table>
|
@@ -315,6 +359,12 @@
|
|
315
359
|
</td>
|
316
360
|
</tr>
|
317
361
|
|
362
|
+
<tr>
|
363
|
+
<td class="col-md-4">
|
364
|
+
<div class="io-description"><p>Binds the class to the component.</p>
|
365
|
+
</div>
|
366
|
+
</td>
|
367
|
+
</tr>
|
318
368
|
|
319
369
|
</tbody>
|
320
370
|
</table>
|
@@ -109,6 +109,24 @@
|
|
109
109
|
</p>
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Description</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<p>The eui-card-header-body component projects the body for eui-card-header.</p>
|
117
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">```html
|
118
|
+
<eui-card>
|
119
|
+
<eui-card-header>
|
120
|
+
<eui-card-header-title>Title</eui-card-header-title>
|
121
|
+
<eui-card-header-body>Body</eui-card-header-body>
|
122
|
+
</eui-card-header>
|
123
|
+
<eui-card-content>
|
124
|
+
Card content...
|
125
|
+
</eui-card-content>
|
126
|
+
</eui-card></code></pre></div><p>See <a href="https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-header">https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-header</a> for more details.
|
127
|
+
```</p>
|
128
|
+
|
129
|
+
</p>
|
112
130
|
|
113
131
|
|
114
132
|
|
@@ -229,6 +247,12 @@
|
|
229
247
|
</td>
|
230
248
|
</tr>
|
231
249
|
|
250
|
+
<tr>
|
251
|
+
<td class="col-md-4">
|
252
|
+
<div class="io-description"><p>Binds the class to the component.</p>
|
253
|
+
</div>
|
254
|
+
</td>
|
255
|
+
</tr>
|
232
256
|
|
233
257
|
</tbody>
|
234
258
|
</table>
|
@@ -274,6 +298,12 @@
|
|
274
298
|
</td>
|
275
299
|
</tr>
|
276
300
|
|
301
|
+
<tr>
|
302
|
+
<td class="col-md-4">
|
303
|
+
<div class="io-description"><p>Binds the class to the component.</p>
|
304
|
+
</div>
|
305
|
+
</td>
|
306
|
+
</tr>
|
277
307
|
|
278
308
|
</tbody>
|
279
309
|
</table>
|