@eui/components 18.0.0-next.50 → 18.0.0-next.51
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/EuiAppSidebarMenuComponent.html +1 -1
- package/docs/components/EuiMenuComponent.html +1 -25
- package/docs/components/EuiMenuItemComponent.html +1 -25
- package/docs/components/EuiSidebarMenuComponent.html +1 -25
- package/docs/components/EuiTimebarComponent.html +25 -326
- package/docs/components/EuiTimelineComponent.html +1 -1
- package/docs/components/EuiTimelineItemComponent.html +2 -2
- package/docs/components/EuiTreeListComponent.html +51 -272
- package/docs/components/EuiTreeListItemComponent.html +57 -399
- package/docs/components/EuiTreeListItemContentComponent.html +3 -3
- package/docs/dependencies.html +1 -1
- 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/esm2022/eui-card/eui-card.component.mjs +2 -2
- package/esm2022/eui-icon/eui-icon-svg.component.mjs +3 -3
- package/esm2022/eui-menu/eui-menu-item.component.mjs +3 -7
- package/esm2022/eui-menu/eui-menu.component.mjs +3 -7
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +3 -7
- package/esm2022/eui-tabs/eui-tabs.component.mjs +13 -12
- package/esm2022/eui-timebar/eui-timebar.component.mjs +18 -44
- package/esm2022/eui-timeline/eui-timeline-item.component.mjs +1 -1
- package/esm2022/eui-timeline/eui-timeline.component.mjs +1 -1
- package/esm2022/eui-tree-list/eui-tree-list-item.component.mjs +48 -79
- package/esm2022/eui-tree-list/eui-tree-list.component.mjs +19 -46
- package/esm2022/eui-tree-list/item-content/item-content.component.mjs +6 -3
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +3 -3
- package/eui-menu/eui-menu-item.component.d.ts +1 -3
- package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
- package/eui-menu/eui-menu.component.d.ts +1 -3
- package/eui-menu/eui-menu.component.d.ts.map +1 -1
- package/eui-sidebar-menu/eui-sidebar-menu.component.d.ts +1 -3
- package/eui-sidebar-menu/eui-sidebar-menu.component.d.ts.map +1 -1
- package/eui-tabs/eui-tabs.component.d.ts +1 -0
- package/eui-tabs/eui-tabs.component.d.ts.map +1 -1
- package/eui-timebar/eui-timebar.component.d.ts +10 -16
- package/eui-timebar/eui-timebar.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline-item.component.d.ts +2 -3
- package/eui-timeline/eui-timeline-item.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline.component.d.ts +1 -2
- package/eui-timeline/eui-timeline.component.d.ts.map +1 -1
- package/eui-tree-list/eui-tree-list-item.component.d.ts +16 -23
- package/eui-tree-list/eui-tree-list-item.component.d.ts.map +1 -1
- package/eui-tree-list/eui-tree-list.component.d.ts +10 -19
- package/eui-tree-list/eui-tree-list.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +2 -2
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon.mjs +2 -2
- package/fesm2022/eui-components-eui-icon.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +17 -25
- package/fesm2022/eui-components-eui-menu.mjs.map +2 -2
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +2 -6
- package/fesm2022/eui-components-eui-sidebar-menu.mjs.map +2 -2
- package/fesm2022/eui-components-eui-tabs.mjs +12 -11
- package/fesm2022/eui-components-eui-tabs.mjs.map +2 -2
- package/fesm2022/eui-components-eui-timebar.mjs +17 -43
- package/fesm2022/eui-components-eui-timebar.mjs.map +2 -2
- package/fesm2022/eui-components-eui-timeline.mjs.map +2 -2
- package/fesm2022/eui-components-eui-tree-list.mjs +76 -128
- package/fesm2022/eui-components-eui-tree-list.mjs.map +4 -4
- package/fesm2022/eui-components-layout.mjs +2 -2
- package/fesm2022/eui-components-layout.mjs.map +2 -2
- package/package.json +3 -3
@@ -193,6 +193,10 @@
|
|
193
193
|
<span class="modifier">Public</span>
|
194
194
|
<a href="#ariaOwns" >ariaOwns</a>
|
195
195
|
</li>
|
196
|
+
<li>
|
197
|
+
<span class="modifier">Public</span>
|
198
|
+
<a href="#ariaRoleTree" >ariaRoleTree</a>
|
199
|
+
</li>
|
196
200
|
<li>
|
197
201
|
<span class="modifier">Public</span>
|
198
202
|
<a href="#classes" >classes</a>
|
@@ -268,9 +272,6 @@
|
|
268
272
|
<li>
|
269
273
|
<a href="#ariaLabel" >ariaLabel</a>
|
270
274
|
</li>
|
271
|
-
<li>
|
272
|
-
<a href="#ariaRole" class="deprecated-name">ariaRole</a>
|
273
|
-
</li>
|
274
275
|
<li>
|
275
276
|
<a href="#collapseAllLabel" >collapseAllLabel</a>
|
276
277
|
</li>
|
@@ -342,18 +343,6 @@
|
|
342
343
|
<tr>
|
343
344
|
<td class="col-md-4">
|
344
345
|
<ul class="index-list">
|
345
|
-
<li>
|
346
|
-
<a href="#isShowToolbar" >isShowToolbar</a>
|
347
|
-
</li>
|
348
|
-
<li>
|
349
|
-
<a href="#isShowToolbarToggle" >isShowToolbarToggle</a>
|
350
|
-
</li>
|
351
|
-
<li>
|
352
|
-
<a href="#isExpanded" >isExpanded</a>
|
353
|
-
</li>
|
354
|
-
<li>
|
355
|
-
<a href="#hasItemsUrl" >hasItemsUrl</a>
|
356
|
-
</li>
|
357
346
|
<li>
|
358
347
|
<a href="#hasExpandAllLabel" >hasExpandAllLabel</a>
|
359
348
|
</li>
|
@@ -434,27 +423,6 @@
|
|
434
423
|
</tr>
|
435
424
|
</tbody>
|
436
425
|
</table>
|
437
|
-
<table class="table table-sm table-bordered">
|
438
|
-
<tbody>
|
439
|
-
<tr>
|
440
|
-
<td class="col-md-4">
|
441
|
-
<a name="ariaRole"></a>
|
442
|
-
<b>ariaRole</b>
|
443
|
-
</td>
|
444
|
-
</tr>
|
445
|
-
<tr>
|
446
|
-
<td class="col-md-4">
|
447
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
448
|
-
|
449
|
-
</td>
|
450
|
-
</tr>
|
451
|
-
<tr>
|
452
|
-
<td class="col-md-4">
|
453
|
-
<i>Default value : </i><code>'tree'</code>
|
454
|
-
</td>
|
455
|
-
</tr>
|
456
|
-
</tbody>
|
457
|
-
</table>
|
458
426
|
<table class="table table-sm table-bordered">
|
459
427
|
<tbody>
|
460
428
|
<tr>
|
@@ -554,6 +522,11 @@
|
|
554
522
|
|
555
523
|
</td>
|
556
524
|
</tr>
|
525
|
+
<tr>
|
526
|
+
<td class="col-md-4">
|
527
|
+
<i>Default value : </i><code>false</code>
|
528
|
+
</td>
|
529
|
+
</tr>
|
557
530
|
</tbody>
|
558
531
|
</table>
|
559
532
|
<table class="table table-sm table-bordered">
|
@@ -570,6 +543,11 @@
|
|
570
543
|
|
571
544
|
</td>
|
572
545
|
</tr>
|
546
|
+
<tr>
|
547
|
+
<td class="col-md-4">
|
548
|
+
<i>Default value : </i><code>false</code>
|
549
|
+
</td>
|
550
|
+
</tr>
|
573
551
|
</tbody>
|
574
552
|
</table>
|
575
553
|
<table class="table table-sm table-bordered">
|
@@ -586,6 +564,11 @@
|
|
586
564
|
|
587
565
|
</td>
|
588
566
|
</tr>
|
567
|
+
<tr>
|
568
|
+
<td class="col-md-4">
|
569
|
+
<i>Default value : </i><code>false</code>
|
570
|
+
</td>
|
571
|
+
</tr>
|
589
572
|
</tbody>
|
590
573
|
</table>
|
591
574
|
<table class="table table-sm table-bordered">
|
@@ -602,6 +585,11 @@
|
|
602
585
|
|
603
586
|
</td>
|
604
587
|
</tr>
|
588
|
+
<tr>
|
589
|
+
<td class="col-md-4">
|
590
|
+
<i>Default value : </i><code>true</code>
|
591
|
+
</td>
|
592
|
+
</tr>
|
605
593
|
</tbody>
|
606
594
|
</table>
|
607
595
|
<table class="table table-sm table-bordered">
|
@@ -1284,6 +1272,33 @@
|
|
1284
1272
|
</tr>
|
1285
1273
|
|
1286
1274
|
|
1275
|
+
</tbody>
|
1276
|
+
</table>
|
1277
|
+
<table class="table table-sm table-bordered">
|
1278
|
+
<tbody>
|
1279
|
+
<tr>
|
1280
|
+
<td class="col-md-4">
|
1281
|
+
<a name="ariaRoleTree"></a>
|
1282
|
+
<span class="name">
|
1283
|
+
<span class="modifier">Public</span>
|
1284
|
+
<span ><b>ariaRoleTree</b></span>
|
1285
|
+
<a href="#ariaRoleTree"><span class="icon ion-ios-link"></span></a>
|
1286
|
+
</span>
|
1287
|
+
</td>
|
1288
|
+
</tr>
|
1289
|
+
<tr>
|
1290
|
+
<td class="col-md-4">
|
1291
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1292
|
+
|
1293
|
+
</td>
|
1294
|
+
</tr>
|
1295
|
+
<tr>
|
1296
|
+
<td class="col-md-4">
|
1297
|
+
<i>Default value : </i><code>'tree'</code>
|
1298
|
+
</td>
|
1299
|
+
</tr>
|
1300
|
+
|
1301
|
+
|
1287
1302
|
</tbody>
|
1288
1303
|
</table>
|
1289
1304
|
<table class="table table-sm table-bordered">
|
@@ -1377,242 +1392,6 @@
|
|
1377
1392
|
<h3 id="accessors">
|
1378
1393
|
Accessors
|
1379
1394
|
</h3>
|
1380
|
-
<table class="table table-sm table-bordered">
|
1381
|
-
<tbody>
|
1382
|
-
<tr>
|
1383
|
-
<td class="col-md-4">
|
1384
|
-
<a name="isShowToolbar"></a>
|
1385
|
-
<span class="name"><b>isShowToolbar</b><a href="#isShowToolbar"><span class="icon ion-ios-link"></span></a></span>
|
1386
|
-
</td>
|
1387
|
-
</tr>
|
1388
|
-
|
1389
|
-
<tr>
|
1390
|
-
<td class="col-md-4">
|
1391
|
-
<span class="accessor"><b>get</b><code>isShowToolbar()</code></span>
|
1392
|
-
</td>
|
1393
|
-
</tr>
|
1394
|
-
|
1395
|
-
<tr>
|
1396
|
-
<td class="col-md-4">
|
1397
|
-
<span class="accessor"><b>set</b><code>isShowToolbar(value: BooleanInput)</code></span>
|
1398
|
-
</td>
|
1399
|
-
</tr>
|
1400
|
-
<tr>
|
1401
|
-
<td class="col-md-4">
|
1402
|
-
|
1403
|
-
<div class="io-description">
|
1404
|
-
<b>Parameters :</b>
|
1405
|
-
<table class="params">
|
1406
|
-
<thead>
|
1407
|
-
<tr>
|
1408
|
-
<td>Name</td>
|
1409
|
-
<td>Type</td>
|
1410
|
-
<td>Optional</td>
|
1411
|
-
</tr>
|
1412
|
-
</thead>
|
1413
|
-
<tbody>
|
1414
|
-
<tr>
|
1415
|
-
<td>value</td>
|
1416
|
-
|
1417
|
-
<td>
|
1418
|
-
<code>BooleanInput</code>
|
1419
|
-
</td>
|
1420
|
-
|
1421
|
-
<td>
|
1422
|
-
No
|
1423
|
-
</td>
|
1424
|
-
|
1425
|
-
</tr>
|
1426
|
-
</tbody>
|
1427
|
-
</table>
|
1428
|
-
</div>
|
1429
|
-
<div>
|
1430
|
-
</div>
|
1431
|
-
<div class="io-description">
|
1432
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1433
|
-
|
1434
|
-
</div>
|
1435
|
-
</td>
|
1436
|
-
</tr>
|
1437
|
-
</tbody>
|
1438
|
-
</table>
|
1439
|
-
<table class="table table-sm table-bordered">
|
1440
|
-
<tbody>
|
1441
|
-
<tr>
|
1442
|
-
<td class="col-md-4">
|
1443
|
-
<a name="isShowToolbarToggle"></a>
|
1444
|
-
<span class="name"><b>isShowToolbarToggle</b><a href="#isShowToolbarToggle"><span class="icon ion-ios-link"></span></a></span>
|
1445
|
-
</td>
|
1446
|
-
</tr>
|
1447
|
-
|
1448
|
-
<tr>
|
1449
|
-
<td class="col-md-4">
|
1450
|
-
<span class="accessor"><b>get</b><code>isShowToolbarToggle()</code></span>
|
1451
|
-
</td>
|
1452
|
-
</tr>
|
1453
|
-
|
1454
|
-
<tr>
|
1455
|
-
<td class="col-md-4">
|
1456
|
-
<span class="accessor"><b>set</b><code>isShowToolbarToggle(value: BooleanInput)</code></span>
|
1457
|
-
</td>
|
1458
|
-
</tr>
|
1459
|
-
<tr>
|
1460
|
-
<td class="col-md-4">
|
1461
|
-
|
1462
|
-
<div class="io-description">
|
1463
|
-
<b>Parameters :</b>
|
1464
|
-
<table class="params">
|
1465
|
-
<thead>
|
1466
|
-
<tr>
|
1467
|
-
<td>Name</td>
|
1468
|
-
<td>Type</td>
|
1469
|
-
<td>Optional</td>
|
1470
|
-
</tr>
|
1471
|
-
</thead>
|
1472
|
-
<tbody>
|
1473
|
-
<tr>
|
1474
|
-
<td>value</td>
|
1475
|
-
|
1476
|
-
<td>
|
1477
|
-
<code>BooleanInput</code>
|
1478
|
-
</td>
|
1479
|
-
|
1480
|
-
<td>
|
1481
|
-
No
|
1482
|
-
</td>
|
1483
|
-
|
1484
|
-
</tr>
|
1485
|
-
</tbody>
|
1486
|
-
</table>
|
1487
|
-
</div>
|
1488
|
-
<div>
|
1489
|
-
</div>
|
1490
|
-
<div class="io-description">
|
1491
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1492
|
-
|
1493
|
-
</div>
|
1494
|
-
</td>
|
1495
|
-
</tr>
|
1496
|
-
</tbody>
|
1497
|
-
</table>
|
1498
|
-
<table class="table table-sm table-bordered">
|
1499
|
-
<tbody>
|
1500
|
-
<tr>
|
1501
|
-
<td class="col-md-4">
|
1502
|
-
<a name="isExpanded"></a>
|
1503
|
-
<span class="name"><b>isExpanded</b><a href="#isExpanded"><span class="icon ion-ios-link"></span></a></span>
|
1504
|
-
</td>
|
1505
|
-
</tr>
|
1506
|
-
|
1507
|
-
<tr>
|
1508
|
-
<td class="col-md-4">
|
1509
|
-
<span class="accessor"><b>get</b><code>isExpanded()</code></span>
|
1510
|
-
</td>
|
1511
|
-
</tr>
|
1512
|
-
|
1513
|
-
<tr>
|
1514
|
-
<td class="col-md-4">
|
1515
|
-
<span class="accessor"><b>set</b><code>isExpanded(value: BooleanInput)</code></span>
|
1516
|
-
</td>
|
1517
|
-
</tr>
|
1518
|
-
<tr>
|
1519
|
-
<td class="col-md-4">
|
1520
|
-
|
1521
|
-
<div class="io-description">
|
1522
|
-
<b>Parameters :</b>
|
1523
|
-
<table class="params">
|
1524
|
-
<thead>
|
1525
|
-
<tr>
|
1526
|
-
<td>Name</td>
|
1527
|
-
<td>Type</td>
|
1528
|
-
<td>Optional</td>
|
1529
|
-
</tr>
|
1530
|
-
</thead>
|
1531
|
-
<tbody>
|
1532
|
-
<tr>
|
1533
|
-
<td>value</td>
|
1534
|
-
|
1535
|
-
<td>
|
1536
|
-
<code>BooleanInput</code>
|
1537
|
-
</td>
|
1538
|
-
|
1539
|
-
<td>
|
1540
|
-
No
|
1541
|
-
</td>
|
1542
|
-
|
1543
|
-
</tr>
|
1544
|
-
</tbody>
|
1545
|
-
</table>
|
1546
|
-
</div>
|
1547
|
-
<div>
|
1548
|
-
</div>
|
1549
|
-
<div class="io-description">
|
1550
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1551
|
-
|
1552
|
-
</div>
|
1553
|
-
</td>
|
1554
|
-
</tr>
|
1555
|
-
</tbody>
|
1556
|
-
</table>
|
1557
|
-
<table class="table table-sm table-bordered">
|
1558
|
-
<tbody>
|
1559
|
-
<tr>
|
1560
|
-
<td class="col-md-4">
|
1561
|
-
<a name="hasItemsUrl"></a>
|
1562
|
-
<span class="name"><b>hasItemsUrl</b><a href="#hasItemsUrl"><span class="icon ion-ios-link"></span></a></span>
|
1563
|
-
</td>
|
1564
|
-
</tr>
|
1565
|
-
|
1566
|
-
<tr>
|
1567
|
-
<td class="col-md-4">
|
1568
|
-
<span class="accessor"><b>get</b><code>hasItemsUrl()</code></span>
|
1569
|
-
</td>
|
1570
|
-
</tr>
|
1571
|
-
|
1572
|
-
<tr>
|
1573
|
-
<td class="col-md-4">
|
1574
|
-
<span class="accessor"><b>set</b><code>hasItemsUrl(value: BooleanInput)</code></span>
|
1575
|
-
</td>
|
1576
|
-
</tr>
|
1577
|
-
<tr>
|
1578
|
-
<td class="col-md-4">
|
1579
|
-
|
1580
|
-
<div class="io-description">
|
1581
|
-
<b>Parameters :</b>
|
1582
|
-
<table class="params">
|
1583
|
-
<thead>
|
1584
|
-
<tr>
|
1585
|
-
<td>Name</td>
|
1586
|
-
<td>Type</td>
|
1587
|
-
<td>Optional</td>
|
1588
|
-
</tr>
|
1589
|
-
</thead>
|
1590
|
-
<tbody>
|
1591
|
-
<tr>
|
1592
|
-
<td>value</td>
|
1593
|
-
|
1594
|
-
<td>
|
1595
|
-
<code>BooleanInput</code>
|
1596
|
-
</td>
|
1597
|
-
|
1598
|
-
<td>
|
1599
|
-
No
|
1600
|
-
</td>
|
1601
|
-
|
1602
|
-
</tr>
|
1603
|
-
</tbody>
|
1604
|
-
</table>
|
1605
|
-
</div>
|
1606
|
-
<div>
|
1607
|
-
</div>
|
1608
|
-
<div class="io-description">
|
1609
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1610
|
-
|
1611
|
-
</div>
|
1612
|
-
</td>
|
1613
|
-
</tr>
|
1614
|
-
</tbody>
|
1615
|
-
</table>
|
1616
1395
|
<table class="table table-sm table-bordered">
|
1617
1396
|
<tbody>
|
1618
1397
|
<tr>
|