@eui/components 19.1.2 → 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 +8 -8
@@ -109,6 +109,29 @@
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 component provides the header options of the eui-card.</p>
117
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">```html
118
+ &lt;eui-card euiCollapsible&gt;
119
+ &lt;eui-card-header&gt;
120
+ &lt;eui-card-header-left-content&gt;
121
+ &lt;eui-icon-svg icon=&quot;home:sharp&quot; fillColor=&quot;accent&quot;&gt;&lt;/eui-icon-svg&gt;
122
+ &lt;/eui-card-header-left-content&gt;
123
+ &lt;eui-card-header-title&gt;Title&lt;/eui-card-header-title&gt;
124
+ &lt;eui-card-header-right-content&gt;
125
+ &lt;button euiButton euiPrimary euiSizeS&gt;Action&lt;/button&gt;
126
+ &lt;/eui-card-header-right-content&gt;
127
+ &lt;/eui-card-header&gt;
128
+ &lt;eui-card-content&gt;
129
+ Card content...
130
+ &lt;/eui-card-content&gt;
131
+ &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.
132
+ ```</p>
133
+
134
+ </p>
112
135
 
113
136
 
114
137
 
@@ -337,6 +360,12 @@
337
360
  <i>Default value : </i><code>&#x27;collapse&#x27;</code>
338
361
  </td>
339
362
  </tr>
363
+ <tr>
364
+ <td class="col-md-4">
365
+ <div class="io-description"><p>Sets the collapseLabel Input property.</p>
366
+ </div>
367
+ </td>
368
+ </tr>
340
369
  </tbody>
341
370
  </table>
342
371
  <table class="table table-sm table-bordered">
@@ -358,6 +387,12 @@
358
387
  <i>Default value : </i><code>&#x27;expand&#x27;</code>
359
388
  </td>
360
389
  </tr>
390
+ <tr>
391
+ <td class="col-md-4">
392
+ <div class="io-description"><p>Sets the expandLabel Input property.</p>
393
+ </div>
394
+ </td>
395
+ </tr>
361
396
  </tbody>
362
397
  </table>
363
398
  <table class="table table-sm table-bordered">
@@ -379,6 +414,12 @@
379
414
  <i>Default value : </i><code>false</code>
380
415
  </td>
381
416
  </tr>
417
+ <tr>
418
+ <td class="col-md-4">
419
+ <div class="io-description"><p>Input property to expand the bottom part of the card header.</p>
420
+ </div>
421
+ </td>
422
+ </tr>
382
423
  </tbody>
383
424
  </table>
384
425
  <table class="table table-sm table-bordered">
@@ -400,6 +441,12 @@
400
441
  <i>Default value : </i><code>false</code>
401
442
  </td>
402
443
  </tr>
444
+ <tr>
445
+ <td class="col-md-4">
446
+ <div class="io-description"><p>Input property to display the title within the full card container&#39;s width.</p>
447
+ </div>
448
+ </td>
449
+ </tr>
403
450
  </tbody>
404
451
  </table>
405
452
  <table class="table table-sm table-bordered">
@@ -421,6 +468,12 @@
421
468
  <i>Default value : </i><code>true</code>
422
469
  </td>
423
470
  </tr>
471
+ <tr>
472
+ <td class="col-md-4">
473
+ <div class="io-description"><p>Input property to enable/disable the header click toggle.</p>
474
+ </div>
475
+ </td>
476
+ </tr>
424
477
  </tbody>
425
478
  </table>
426
479
  <table class="table table-sm table-bordered">
@@ -442,6 +495,12 @@
442
495
  <i>Default value : </i><code>false</code>
443
496
  </td>
444
497
  </tr>
498
+ <tr>
499
+ <td class="col-md-4">
500
+ <div class="io-description"><p>Input property to display the title &amp; subtitle content in multiple lines.</p>
501
+ </div>
502
+ </td>
503
+ </tr>
445
504
  </tbody>
446
505
  </table>
447
506
  </section>
@@ -461,6 +520,12 @@
461
520
 
462
521
  </td>
463
522
  </tr>
523
+ <tr>
524
+ <td class="col-md-4">
525
+ <div class="io-description"><p>Event emitted when the card header collapses.</p>
526
+ </div>
527
+ </td>
528
+ </tr>
464
529
  </tbody>
465
530
  </table>
466
531
  </section>
@@ -488,6 +553,12 @@
488
553
  </td>
489
554
  </tr>
490
555
 
556
+ <tr>
557
+ <td class="col-md-4">
558
+ <div class="io-description"><p>Binds the class to the component.</p>
559
+ </div>
560
+ </td>
561
+ </tr>
491
562
 
492
563
  </tbody>
493
564
  </table>
@@ -523,6 +594,8 @@
523
594
 
524
595
  <tr>
525
596
  <td class="col-md-4">
597
+ <div class="io-description"><p>Fires when the icon button expander is clicked/pressed to expand/collapse the bottom expander.</p>
598
+ </div>
526
599
 
527
600
  <div class="io-description">
528
601
  <b>Parameters :</b>
@@ -533,6 +606,7 @@
533
606
  <td>Name</td>
534
607
  <td>Type</td>
535
608
  <td>Optional</td>
609
+ <td>Description</td>
536
610
  </tr>
537
611
  </thead>
538
612
  <tbody>
@@ -547,6 +621,10 @@
547
621
  </td>
548
622
 
549
623
 
624
+ <td>
625
+ <p>The event that fires the toggle.</p>
626
+
627
+ </td>
550
628
  </tr>
551
629
  </tbody>
552
630
  </table>
@@ -586,6 +664,8 @@
586
664
 
587
665
  <tr>
588
666
  <td class="col-md-4">
667
+ <div class="io-description"><p>Toggles the header when the header is clicked and emits the isCollapsed state.</p>
668
+ </div>
589
669
 
590
670
  <div class="io-description">
591
671
  <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
@@ -634,6 +714,12 @@
634
714
  </td>
635
715
  </tr>
636
716
 
717
+ <tr>
718
+ <td class="col-md-4">
719
+ <div class="io-description"><p>Binds the class to the component.</p>
720
+ </div>
721
+ </td>
722
+ </tr>
637
723
 
638
724
  </tbody>
639
725
  </table>
@@ -109,6 +109,26 @@
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-left-content component projects the left content for eui-card-header.</p>
117
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">```html
118
+ &lt;eui-card euiCollapsible&gt;
119
+ &lt;eui-card-header&gt;
120
+ &lt;eui-card-header-left-content&gt;
121
+ &lt;eui-icon-svg icon=&quot;home:sharp&quot; fillColor=&quot;accent&quot;&gt;&lt;/eui-icon-svg&gt;
122
+ &lt;/eui-card-header-left-content&gt;
123
+ &lt;eui-card-header-title&gt;Title&lt;/eui-card-header-title&gt;
124
+ &lt;/eui-card-header&gt;
125
+ &lt;eui-card-content&gt;
126
+ Card content...
127
+ &lt;/eui-card-content&gt;
128
+ &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.
129
+ ```</p>
130
+
131
+ </p>
112
132
 
113
133
 
114
134
 
@@ -229,6 +249,12 @@
229
249
  </td>
230
250
  </tr>
231
251
 
252
+ <tr>
253
+ <td class="col-md-4">
254
+ <div class="io-description"><p>Binds the class to the component.</p>
255
+ </div>
256
+ </td>
257
+ </tr>
232
258
 
233
259
  </tbody>
234
260
  </table>
@@ -274,6 +300,12 @@
274
300
  </td>
275
301
  </tr>
276
302
 
303
+ <tr>
304
+ <td class="col-md-4">
305
+ <div class="io-description"><p>Binds the class to the component.</p>
306
+ </div>
307
+ </td>
308
+ </tr>
277
309
 
278
310
  </tbody>
279
311
  </table>
@@ -109,6 +109,29 @@
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-right-content component projects the right content for eui-card-header.</p>
117
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">```html
118
+ &lt;eui-card euiCollapsible&gt;
119
+ &lt;eui-card-header&gt;
120
+ &lt;eui-card-header-left-content&gt;
121
+ &lt;eui-icon-svg icon=&quot;home:sharp&quot; fillColor=&quot;accent&quot;&gt;&lt;/eui-icon-svg&gt;
122
+ &lt;/eui-card-header-left-content&gt;
123
+ &lt;eui-card-header-title&gt;Title&lt;/eui-card-header-title&gt;
124
+ &lt;eui-card-header-right-content&gt;
125
+ &lt;button euiButton euiPrimary euiSizeS&gt;Action&lt;/button&gt;
126
+ &lt;/eui-card-header-right-content&gt;
127
+ &lt;/eui-card-header&gt;
128
+ &lt;eui-card-content&gt;
129
+ Card content...
130
+ &lt;/eui-card-content&gt;
131
+ &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.
132
+ ```</p>
133
+
134
+ </p>
112
135
 
113
136
 
114
137
 
@@ -229,6 +252,12 @@
229
252
  </td>
230
253
  </tr>
231
254
 
255
+ <tr>
256
+ <td class="col-md-4">
257
+ <div class="io-description"><p>Binds the class to the component.</p>
258
+ </div>
259
+ </td>
260
+ </tr>
232
261
 
233
262
  </tbody>
234
263
  </table>
@@ -274,6 +303,12 @@
274
303
  </td>
275
304
  </tr>
276
305
 
306
+ <tr>
307
+ <td class="col-md-4">
308
+ <div class="io-description"><p>Binds the class to the component.</p>
309
+ </div>
310
+ </td>
311
+ </tr>
277
312
 
278
313
  </tbody>
279
314
  </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-header-subtitle component projects the subtitle 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;
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> for more details.
131
+ ```</p>
132
+
133
+ </p>
112
134
 
113
135
 
114
136
 
@@ -229,6 +251,12 @@
229
251
  </td>
230
252
  </tr>
231
253
 
254
+ <tr>
255
+ <td class="col-md-4">
256
+ <div class="io-description"><p>Binds the class to the component.</p>
257
+ </div>
258
+ </td>
259
+ </tr>
232
260
 
233
261
  </tbody>
234
262
  </table>
@@ -274,6 +302,12 @@
274
302
  </td>
275
303
  </tr>
276
304
 
305
+ <tr>
306
+ <td class="col-md-4">
307
+ <div class="io-description"><p>Binds the class to the component.</p>
308
+ </div>
309
+ </td>
310
+ </tr>
277
311
 
278
312
  </tbody>
279
313
  </table>
@@ -109,6 +109,29 @@
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-title component projects the title for eui-card-header.</p>
117
+ <b>Example :</b><div><pre class="line-numbers"><code class="language-html">```html
118
+ &lt;eui-card euiCollapsible&gt;
119
+ &lt;eui-card-header&gt;
120
+ &lt;eui-card-header-left-content&gt;
121
+ &lt;eui-icon-svg icon=&quot;home:sharp&quot; fillColor=&quot;accent&quot;&gt;&lt;/eui-icon-svg&gt;
122
+ &lt;/eui-card-header-left-content&gt;
123
+ &lt;eui-card-header-title&gt;Title&lt;/eui-card-header-title&gt;
124
+ &lt;eui-card-header-right-content&gt;
125
+ &lt;button euiButton euiPrimary euiSizeS&gt;Action&lt;/button&gt;
126
+ &lt;/eui-card-header-right-content&gt;
127
+ &lt;/eui-card-header&gt;
128
+ &lt;eui-card-content&gt;
129
+ Card content...
130
+ &lt;/eui-card-content&gt;
131
+ &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.
132
+ ```</p>
133
+
134
+ </p>
112
135
 
113
136
 
114
137
 
@@ -229,6 +252,12 @@
229
252
  </td>
230
253
  </tr>
231
254
 
255
+ <tr>
256
+ <td class="col-md-4">
257
+ <div class="io-description"><p>Binds the class to the component.</p>
258
+ </div>
259
+ </td>
260
+ </tr>
232
261
 
233
262
  </tbody>
234
263
  </table>
@@ -274,6 +303,12 @@
274
303
  </td>
275
304
  </tr>
276
305
 
306
+ <tr>
307
+ <td class="col-md-4">
308
+ <div class="io-description"><p>Binds the class to the component.</p>
309
+ </div>
310
+ </td>
311
+ </tr>
277
312
 
278
313
  </tbody>
279
314
  </table>
@@ -109,6 +109,26 @@
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 euiNoShadow&gt;
119
+ &lt;eui-card-media
120
+ imageUrl=&quot;./assets/images/cards/home-card-eu-publications.jpg&quot;
121
+ imageLegend=&quot;EU Publications&quot;
122
+ imageClickUrl=&quot;/style-guide-next/components/eui-card&quot;
123
+ euiTooltip=&quot;Internal link Url defined pointing to this page&quot;&gt;
124
+ &lt;/eui-card-media&gt;
125
+ &lt;eui-card-content style=&quot;height: 8rem;&quot;&gt;
126
+ Reports, studies, information booklets, magazines and other publications from the EU institutions and other bodies
127
+ &lt;/eui-card-content&gt;
128
+ &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#media-cards">https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#media-cards</a> for more details.
129
+ ```</p>
130
+
131
+ </p>
112
132
 
113
133
 
114
134
 
@@ -252,6 +272,12 @@
252
272
 
253
273
  </td>
254
274
  </tr>
275
+ <tr>
276
+ <td class="col-md-4">
277
+ <div class="io-description"><p>Option to set an internal link Url (routerLink).</p>
278
+ </div>
279
+ </td>
280
+ </tr>
255
281
  </tbody>
256
282
  </table>
257
283
  <table class="table table-sm table-bordered">
@@ -268,6 +294,12 @@
268
294
 
269
295
  </td>
270
296
  </tr>
297
+ <tr>
298
+ <td class="col-md-4">
299
+ <div class="io-description"><p>Option to set an external link Url (href).</p>
300
+ </div>
301
+ </td>
302
+ </tr>
271
303
  </tbody>
272
304
  </table>
273
305
  <table class="table table-sm table-bordered">
@@ -289,6 +321,12 @@
289
321
  <i>Default value : </i><code>&#x27;eUI Card Image&#x27;</code>
290
322
  </td>
291
323
  </tr>
324
+ <tr>
325
+ <td class="col-md-4">
326
+ <div class="io-description"><p>Option to specify an image description.</p>
327
+ </div>
328
+ </td>
329
+ </tr>
292
330
  </tbody>
293
331
  </table>
294
332
  <table class="table table-sm table-bordered">
@@ -310,6 +348,12 @@
310
348
  <i>Default value : </i><code>&#x27;auto&#x27;</code>
311
349
  </td>
312
350
  </tr>
351
+ <tr>
352
+ <td class="col-md-4">
353
+ <div class="io-description"><p>Option to specify the image height.</p>
354
+ </div>
355
+ </td>
356
+ </tr>
313
357
  </tbody>
314
358
  </table>
315
359
  <table class="table table-sm table-bordered">
@@ -326,6 +370,12 @@
326
370
 
327
371
  </td>
328
372
  </tr>
373
+ <tr>
374
+ <td class="col-md-4">
375
+ <div class="io-description"><p>The image legend to display in the card.</p>
376
+ </div>
377
+ </td>
378
+ </tr>
329
379
  </tbody>
330
380
  </table>
331
381
  <table class="table table-sm table-bordered">
@@ -342,6 +392,12 @@
342
392
 
343
393
  </td>
344
394
  </tr>
395
+ <tr>
396
+ <td class="col-md-4">
397
+ <div class="io-description"><p>The image URL to display in the card.</p>
398
+ </div>
399
+ </td>
400
+ </tr>
345
401
  </tbody>
346
402
  </table>
347
403
  </section>
@@ -370,6 +426,12 @@
370
426
  </td>
371
427
  </tr>
372
428
 
429
+ <tr>
430
+ <td class="col-md-4">
431
+ <div class="io-description"><p>Binds the class to the component.</p>
432
+ </div>
433
+ </td>
434
+ </tr>
373
435
 
374
436
  </tbody>
375
437
  </table>
@@ -415,6 +477,12 @@
415
477
  </td>
416
478
  </tr>
417
479
 
480
+ <tr>
481
+ <td class="col-md-4">
482
+ <div class="io-description"><p>Binds the class to the component.</p>
483
+ </div>
484
+ </td>
485
+ </tr>
418
486
 
419
487
  </tbody>
420
488
  </table>