@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.
Files changed (81) hide show
  1. package/docs/components/EuiCardComponent.html +89 -0
  2. package/docs/components/EuiCardContentComponent.html +46 -0
  3. package/docs/components/EuiCardFooterActionButtonsComponent.html +38 -0
  4. package/docs/components/EuiCardFooterActionIconsComponent.html +44 -0
  5. package/docs/components/EuiCardFooterComponent.html +44 -0
  6. package/docs/components/EuiCardFooterMenuComponent.html +70 -0
  7. package/docs/components/EuiCardFooterMenuContentComponent.html +50 -0
  8. package/docs/components/EuiCardHeaderBodyComponent.html +30 -0
  9. package/docs/components/EuiCardHeaderComponent.html +86 -0
  10. package/docs/components/EuiCardHeaderLeftContentComponent.html +32 -0
  11. package/docs/components/EuiCardHeaderRightContentComponent.html +35 -0
  12. package/docs/components/EuiCardHeaderSubtitleComponent.html +34 -0
  13. package/docs/components/EuiCardHeaderTitleComponent.html +35 -0
  14. package/docs/components/EuiCardMediaComponent.html +68 -0
  15. package/docs/components/EuiDropdownComponent.html +150 -1
  16. package/docs/components/EuiIconButtonComponent.html +20 -1
  17. package/docs/components/EuiTreeComponent.html +105 -0
  18. package/docs/dependencies.html +2 -2
  19. package/docs/js/menu-wc.js +3 -3
  20. package/docs/js/menu-wc_es5.js +1 -1
  21. package/docs/js/search/search_index.js +2 -2
  22. package/docs/modules/EuiTreeModule.html +11 -0
  23. package/eui-card/components/eui-card-content/eui-card-content.component.d.ts +32 -0
  24. package/eui-card/components/eui-card-content/eui-card-content.component.d.ts.map +1 -1
  25. package/eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.d.ts +31 -0
  26. package/eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.d.ts.map +1 -1
  27. package/eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.d.ts +39 -0
  28. package/eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.d.ts.map +1 -1
  29. package/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.d.ts +44 -0
  30. package/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.d.ts.map +1 -1
  31. package/eui-card/components/eui-card-footer/eui-card-footer-menu.component.d.ts +65 -0
  32. package/eui-card/components/eui-card-footer/eui-card-footer-menu.component.d.ts.map +1 -1
  33. package/eui-card/components/eui-card-footer/eui-card-footer.component.d.ts +39 -0
  34. package/eui-card/components/eui-card-footer/eui-card-footer.component.d.ts.map +1 -1
  35. package/eui-card/components/eui-card-header/eui-card-header-left-content.component.d.ts +25 -0
  36. package/eui-card/components/eui-card-header/eui-card-header-left-content.component.d.ts.map +1 -1
  37. package/eui-card/components/eui-card-header/eui-card-header-right-content.component.d.ts +28 -0
  38. package/eui-card/components/eui-card-header/eui-card-header-right-content.component.d.ts.map +1 -1
  39. package/eui-card/components/eui-card-header/eui-card-header-subtitle.component.d.ts +27 -0
  40. package/eui-card/components/eui-card-header/eui-card-header-subtitle.component.d.ts.map +1 -1
  41. package/eui-card/components/eui-card-header/eui-card-header-title.component.d.ts +28 -0
  42. package/eui-card/components/eui-card-header/eui-card-header-title.component.d.ts.map +1 -1
  43. package/eui-card/components/eui-card-header/eui-card-header.component.d.ts +70 -0
  44. package/eui-card/components/eui-card-header/eui-card-header.component.d.ts.map +1 -1
  45. package/eui-card/components/eui-card-header-body/eui-card-header-body.component.d.ts +23 -0
  46. package/eui-card/components/eui-card-header-body/eui-card-header-body.component.d.ts.map +1 -1
  47. package/eui-card/components/eui-card-media/eui-card-media.component.d.ts +45 -0
  48. package/eui-card/components/eui-card-media/eui-card-media.component.d.ts.map +1 -1
  49. package/eui-card/eui-card.component.d.ts +75 -0
  50. package/eui-card/eui-card.component.d.ts.map +1 -1
  51. package/eui-dropdown/eui-dropdown.component.d.ts +157 -1
  52. package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
  53. package/eui-icon-button/eui-icon-button.component.d.ts +2 -1
  54. package/eui-icon-button/eui-icon-button.component.d.ts.map +1 -1
  55. package/eui-tree/eui-tree.component.d.ts +104 -0
  56. package/eui-tree/eui-tree.component.d.ts.map +1 -1
  57. package/fesm2022/eui-components-eui-alert.mjs +1 -1
  58. package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
  59. package/fesm2022/eui-components-eui-card.mjs +559 -0
  60. package/fesm2022/eui-components-eui-card.mjs.map +1 -1
  61. package/fesm2022/eui-components-eui-chip.mjs +1 -1
  62. package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
  63. package/fesm2022/eui-components-eui-date-range-selector.mjs +4 -4
  64. package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
  65. package/fesm2022/eui-components-eui-dropdown.mjs +157 -1
  66. package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
  67. package/fesm2022/eui-components-eui-growl.mjs +1 -1
  68. package/fesm2022/eui-components-eui-growl.mjs.map +1 -1
  69. package/fesm2022/eui-components-eui-icon-button.mjs +4 -2
  70. package/fesm2022/eui-components-eui-icon-button.mjs.map +1 -1
  71. package/fesm2022/eui-components-eui-menu.mjs +4 -4
  72. package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
  73. package/fesm2022/eui-components-eui-tabs.mjs +1 -1
  74. package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
  75. package/fesm2022/eui-components-eui-tree.mjs +98 -0
  76. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  77. package/fesm2022/eui-components-eui-user-profile.mjs +1 -1
  78. package/fesm2022/eui-components-eui-user-profile.mjs.map +1 -1
  79. package/fesm2022/eui-components-layout.mjs +6 -6
  80. package/fesm2022/eui-components-layout.mjs.map +1 -1
  81. 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
+ &lt;eui-card&gt;
119
+ &lt;eui-card-header&gt;
120
+ &lt;eui-card-header-title&gt;
121
+ {{ cardTitle }}
122
+ &lt;/eui-card-header-title&gt;
123
+ &lt;eui-card-header-subtitle&gt;
124
+ {{ cardSubtitle }}
125
+ &lt;/eui-card-header-subtitle&gt;
126
+ &lt;/eui-card-header&gt;
127
+ &lt;eui-card-content&gt;
128
+ I am the content of the card container...
129
+ &lt;/eui-card-content&gt;
130
+ &lt;/eui-card&gt;</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>&#x27;eui-card&#x27;</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
+ &lt;eui-card&gt;
119
+ &lt;eui-card-header&gt;
120
+ &lt;eui-card-header-title&gt;
121
+ {{ cardTitle }}
122
+ &lt;/eui-card-header-title&gt;
123
+ &lt;eui-card-header-subtitle&gt;
124
+ {{ cardSubtitle }}
125
+ &lt;/eui-card-header-subtitle&gt;
126
+ &lt;/eui-card-header&gt;
127
+ &lt;eui-card-content&gt;
128
+ I am the content of the card container...
129
+ &lt;/eui-card-content&gt;
130
+ &lt;/eui-card&gt;</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
+ &lt;eui-card euiHoverable&gt;
119
+ &lt;eui-card-media
120
+ imageUrl=&quot;./assets/images/cards/home-card-law.jpg&quot;&gt;
121
+ &lt;/eui-card-media&gt;
122
+ &lt;eui-card-content style=&quot;max-height: 11rem; min-height: 11rem;&quot;&gt;
123
+ &lt;h5 class=&quot;eui-u-f-bold eui-u-mb-s&quot;&gt;Law | EUR Lex&lt;/h5&gt;
124
+ The Official Journal of the European Union, EU case law and other resources for EU law
125
+ &lt;/eui-card-content&gt;
126
+ &lt;eui-card-footer&gt;
127
+ &lt;eui-card-footer-action-buttons class=&quot;eui-u-flex-justify-content-end&quot;&gt;
128
+ &lt;button euiButton euiPrimary euiSizeS&gt;
129
+ &lt;span euiLabel&gt;Action&lt;/span&gt;
130
+ &lt;eui-icon-svg icon=&quot;chevron-forward:sharp&quot;&gt;&lt;/eui-icon-svg&gt;
131
+ &lt;/button&gt;
132
+ &lt;/eui-card-footer-action-buttons&gt;
133
+ &lt;/eui-card-footer&gt;
134
+ &lt;/eui-card&gt;</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
+ &lt;eui-card&gt;
119
+ &lt;eui-card-header&gt;
120
+ &lt;eui-card-header-title&gt;
121
+ &lt;strong&gt;Default layout of a card footer&lt;/strong&gt;
122
+ &lt;/eui-card-header-title&gt;
123
+ &lt;/eui-card-header&gt;</code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"> &lt;eui-card-content&gt;
124
+ &lt;p class=&quot;eui-u-text-paragraph&quot;&gt;Hover on footer&#39;s elements to display more information.&lt;/p&gt;
125
+ &lt;/eui-card-content&gt;
126
+
127
+ &lt;eui-card-footer&gt;
128
+ &lt;eui-card-footer-action-buttons euiTooltip=&quot;Here are displayed the main action buttons.&amp;#13;It is recommended to have maximum 2 buttons.&amp;#13;Primary action button is always displayed first.&amp;#13;Other actions will be put in the menu.&quot;&gt;
129
+ &lt;span class=&quot;eui-u-cursor-help&quot;&gt;Action buttons&lt;/span&gt;
130
+ &lt;/eui-card-footer-action-buttons&gt;
131
+
132
+ &lt;eui-card-footer-action-icons euiTooltip=&quot;Here are displayed the action icons.&amp;#13;It is recommended to have maximum 2 icons.&amp;#13;Other actions will be put in the menu.&quot;&gt;
133
+ &lt;span class=&quot;eui-u-cursor-help&quot;&gt;Action icons&lt;/span&gt;
134
+ &lt;/eui-card-footer-action-icons&gt;
135
+
136
+ &lt;eui-card-footer-menu-content [tooltipText]=&quot;&#39;Actions menu to propose more options&#39;&quot;&gt;
137
+ &lt;div class=&quot;m-2&quot;&gt;Menu content here&lt;/div&gt;
138
+ &lt;/eui-card-footer-menu-content&gt;
139
+ &lt;/eui-card-footer&gt;</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
+ &lt;eui-card&gt;
119
+ &lt;eui-card-header&gt;
120
+ &lt;eui-card-header-title&gt;
121
+ &lt;strong&gt;Default layout of a card footer&lt;/strong&gt;
122
+ &lt;/eui-card-header-title&gt;
123
+ &lt;/eui-card-header&gt;</code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"> &lt;eui-card-content&gt;
124
+ &lt;p class=&quot;eui-u-text-paragraph&quot;&gt;Hover on footer&#39;s elements to display more information.&lt;/p&gt;
125
+ &lt;/eui-card-content&gt;
126
+
127
+ &lt;eui-card-footer&gt;
128
+ &lt;eui-card-footer-action-buttons euiTooltip=&quot;Here are displayed the main action buttons.&amp;#13;It is recommended to have maximum 2 buttons.&amp;#13;Primary action button is always displayed first.&amp;#13;Other actions will be put in the menu.&quot;&gt;
129
+ &lt;span class=&quot;eui-u-cursor-help&quot;&gt;Action buttons&lt;/span&gt;
130
+ &lt;/eui-card-footer-action-buttons&gt;
131
+
132
+ &lt;eui-card-footer-action-icons euiTooltip=&quot;Here are displayed the action icons.&amp;#13;It is recommended to have maximum 2 icons.&amp;#13;Other actions will be put in the menu.&quot;&gt;
133
+ &lt;span class=&quot;eui-u-cursor-help&quot;&gt;Action icons&lt;/span&gt;
134
+ &lt;/eui-card-footer-action-icons&gt;
135
+
136
+ &lt;eui-card-footer-menu-content [tooltipText]=&quot;&#39;Actions menu to propose more options&#39;&quot;&gt;
137
+ &lt;div class=&quot;m-2&quot;&gt;Menu content here&lt;/div&gt;
138
+ &lt;/eui-card-footer-menu-content&gt;
139
+ &lt;/eui-card-footer&gt;</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
+ &lt;eui-card&gt;
119
+ &lt;eui-card-header&gt;
120
+ &lt;eui-card-header-title&gt;
121
+ &lt;strong&gt;Sample Card Title&lt;/strong&gt;
122
+ &lt;/eui-card-header-title&gt;
123
+ &lt;/eui-card-header&gt;</code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"> &lt;eui-card-content&gt;
124
+ &lt;p class=&quot;eui-u-text-paragraph&quot;&gt;I am the content of the card container with a full default footer&#39;s layout.&lt;/p&gt;
125
+ &lt;/eui-card-content&gt;
126
+
127
+ &lt;eui-card-footer&gt;
128
+ &lt;eui-card-footer-action-buttons&gt;
129
+ &lt;div class=&quot;eui-u-flex eui-u-flex-wrap&quot;&gt;
130
+ &lt;button euiButton euiPrimary&gt;Action 1&lt;/button&gt;
131
+ &lt;button euiButton euiSecondary&gt;Action 2&lt;/button&gt;
132
+ &lt;/div&gt;
133
+ &lt;/eui-card-footer-action-buttons&gt;
134
+
135
+ &lt;eui-card-footer-action-icons&gt;
136
+ &lt;button euiButton euiRounded euiIconButton euiBasicButton euiSecondary euiTooltip=&quot;Mark as favourite&quot; aria-label=&quot;Mark as favourite&quot;&gt;
137
+ &lt;eui-icon-svg icon=&quot;eui-star&quot; size=&quot;l&quot; fillColor=&quot;neutral-lighter&quot;&gt;&lt;/eui-icon-svg&gt;
138
+ &lt;/button&gt;
139
+ &lt;button euiButton euiRounded euiIconButton euiBasicButton euiSecondary euiTooltip=&quot;Share&quot; aria-label=&quot;Share&quot;&gt;
140
+ &lt;eui-icon-svg icon=&quot;eui-ecl-share&quot; size=&quot;m&quot; fillColor=&quot;neutral-lighter&quot;&gt;&lt;/eui-icon-svg&gt;
141
+ &lt;/button&gt;
142
+ &lt;/eui-card-footer-action-icons&gt;
143
+
144
+ &lt;eui-card-footer-menu&gt;
145
+ &lt;eui-dropdown&gt;
146
+ &lt;button
147
+ euiButton
148
+ euiRounded
149
+ euiIconButton
150
+ euiBasicButton
151
+ euiSecondary
152
+ type=&quot;button&quot;
153
+ euiTooltip=&quot;more options&quot;
154
+ [attr.aria-label]=&quot;&#39;more options&#39;&quot;&gt;
155
+ &lt;eui-icon-svg icon=&quot;ellipsis-vertical:sharp&quot;&gt;&lt;/eui-icon-svg&gt;
156
+ &lt;/button&gt;
157
+ &lt;eui-dropdown-content&gt;
158
+ &lt;button euiDropdownItem&gt;Menu item 1&lt;/button&gt;
159
+ &lt;button euiDropdownItem&gt;Menu item 2&lt;/button&gt;
160
+ &lt;button euiDropdownItem&gt;Menu item 3&lt;/button&gt;
161
+ &lt;/eui-dropdown-content&gt;
162
+ &lt;/eui-dropdown&gt;
163
+ &lt;/eui-card-footer-menu&gt;
164
+
165
+ &lt;/eui-card-footer&gt;</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
+ &lt;eui-card&gt;
119
+ &lt;eui-card-header&gt;
120
+ &lt;eui-card-header-title&gt;
121
+ &lt;strong&gt;Default layout of a card footer&lt;/strong&gt;
122
+ &lt;/eui-card-header-title&gt;
123
+ &lt;/eui-card-header&gt;</code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-none"> &lt;eui-card-content&gt;
124
+ &lt;p class=&quot;eui-u-text-paragraph&quot;&gt;Hover on footer&#39;s elements to display more information.&lt;/p&gt;
125
+ &lt;/eui-card-content&gt;
126
+
127
+ &lt;eui-card-footer&gt;
128
+ &lt;eui-card-footer-action-buttons euiTooltip=&quot;Here are displayed the main action buttons.&amp;#13;It is recommended to have maximum 2 buttons.&amp;#13;Primary action button is always displayed first.&amp;#13;Other actions will be put in the menu.&quot;&gt;
129
+ &lt;span class=&quot;eui-u-cursor-help&quot;&gt;Action buttons&lt;/span&gt;
130
+ &lt;/eui-card-footer-action-buttons&gt;
131
+
132
+ &lt;eui-card-footer-action-icons euiTooltip=&quot;Here are displayed the action icons.&amp;#13;It is recommended to have maximum 2 icons.&amp;#13;Other actions will be put in the menu.&quot;&gt;
133
+ &lt;span class=&quot;eui-u-cursor-help&quot;&gt;Action icons&lt;/span&gt;
134
+ &lt;/eui-card-footer-action-icons&gt;
135
+
136
+ &lt;eui-card-footer-menu-content [tooltipText]=&quot;&#39;Actions menu to propose more options&#39;&quot;&gt;
137
+ &lt;div class=&quot;m-2&quot;&gt;Menu content here&lt;/div&gt;
138
+ &lt;/eui-card-footer-menu-content&gt;
139
+ &lt;/eui-card-footer&gt;</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>&#x27;More options&#x27;</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
+ &lt;eui-card&gt;
119
+ &lt;eui-card-header&gt;
120
+ &lt;eui-card-header-title&gt;Title&lt;/eui-card-header-title&gt;
121
+ &lt;eui-card-header-body&gt;Body&lt;/eui-card-header-body&gt;
122
+ &lt;/eui-card-header&gt;
123
+ &lt;eui-card-content&gt;
124
+ Card content...
125
+ &lt;/eui-card-content&gt;
126
+ &lt;/eui-card&gt;</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>