@eui/components 17.0.0-next.19 → 17.0.0-next.20
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/EuiAvatarComponent.html +48 -0
- package/docs/components/EuiDashboardCardComponent.html +173 -426
- package/docs/components/EuiPaginatorComponent.html +1 -1
- 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/EuiDashboardCardModule.html +16 -0
- package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +3 -3
- package/esm2022/eui-avatar/eui-avatar.component.mjs +17 -3
- package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +2 -2
- package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +96 -82
- package/esm2022/eui-label/eui-label.component.mjs +2 -2
- package/esm2022/eui-paginator/eui-paginator.component.mjs +3 -3
- package/esm2022/layout/eui-user-profile/user-profile-card/user-profile-card.component.mjs +1 -1
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +1 -1
- package/eui-avatar/eui-avatar.component.d.ts +3 -1
- package/eui-avatar/eui-avatar.component.d.ts.map +1 -1
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts +25 -34
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +2 -2
- package/fesm2022/eui-components-directives.mjs.map +1 -1
- package/fesm2022/eui-components-eui-avatar.mjs +16 -2
- package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-button.mjs +2 -2
- package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-card.mjs +95 -81
- package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-label.mjs +2 -2
- package/fesm2022/eui-components-eui-label.mjs.map +1 -1
- package/fesm2022/eui-components-eui-paginator.mjs +2 -2
- package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +2 -2
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/package.json +7 -7
@@ -163,9 +163,15 @@
|
|
163
163
|
<li>
|
164
164
|
<a href="#e2eAttr" >e2eAttr</a>
|
165
165
|
</li>
|
166
|
+
<li>
|
167
|
+
<a href="#hasNoBackground" >hasNoBackground</a>
|
168
|
+
</li>
|
166
169
|
<li>
|
167
170
|
<a href="#hasShadow" >hasShadow</a>
|
168
171
|
</li>
|
172
|
+
<li>
|
173
|
+
<a href="#isFlat" >isFlat</a>
|
174
|
+
</li>
|
169
175
|
<li>
|
170
176
|
<a href="#isShapeSquare" >isShapeSquare</a>
|
171
177
|
</li>
|
@@ -297,6 +303,27 @@
|
|
297
303
|
</tr>
|
298
304
|
</tbody>
|
299
305
|
</table>
|
306
|
+
<table class="table table-sm table-bordered">
|
307
|
+
<tbody>
|
308
|
+
<tr>
|
309
|
+
<td class="col-md-4">
|
310
|
+
<a name="hasNoBackground"></a>
|
311
|
+
<b>hasNoBackground</b>
|
312
|
+
</td>
|
313
|
+
</tr>
|
314
|
+
<tr>
|
315
|
+
<td class="col-md-4">
|
316
|
+
<i>Type : </i> <code>BooleanInput</code>
|
317
|
+
|
318
|
+
</td>
|
319
|
+
</tr>
|
320
|
+
<tr>
|
321
|
+
<td class="col-md-4">
|
322
|
+
<i>Default value : </i><code>false</code>
|
323
|
+
</td>
|
324
|
+
</tr>
|
325
|
+
</tbody>
|
326
|
+
</table>
|
300
327
|
<table class="table table-sm table-bordered">
|
301
328
|
<tbody>
|
302
329
|
<tr>
|
@@ -318,6 +345,27 @@
|
|
318
345
|
</tr>
|
319
346
|
</tbody>
|
320
347
|
</table>
|
348
|
+
<table class="table table-sm table-bordered">
|
349
|
+
<tbody>
|
350
|
+
<tr>
|
351
|
+
<td class="col-md-4">
|
352
|
+
<a name="isFlat"></a>
|
353
|
+
<b>isFlat</b>
|
354
|
+
</td>
|
355
|
+
</tr>
|
356
|
+
<tr>
|
357
|
+
<td class="col-md-4">
|
358
|
+
<i>Type : </i> <code>BooleanInput</code>
|
359
|
+
|
360
|
+
</td>
|
361
|
+
</tr>
|
362
|
+
<tr>
|
363
|
+
<td class="col-md-4">
|
364
|
+
<i>Default value : </i><code>false</code>
|
365
|
+
</td>
|
366
|
+
</tr>
|
367
|
+
</tbody>
|
368
|
+
</table>
|
321
369
|
<table class="table table-sm table-bordered">
|
322
370
|
<tbody>
|
323
371
|
<tr>
|