@patternfly/patternfly 6.0.0-alpha.225 → 6.0.0-alpha.227
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/components/ExpandableSection/expandable-section.css +0 -1
- package/components/ExpandableSection/expandable-section.scss +0 -1
- package/components/Table/table.css +39 -34
- package/components/Table/table.scss +48 -45
- package/components/_index.css +39 -35
- package/docs/components/Check/examples/Check.md +10 -15
- package/docs/components/DataList/examples/DataList.md +0 -13
- package/docs/components/InlineEdit/examples/InlineEdit.md +34 -7
- package/docs/components/Menu/examples/Menu.md +3 -12
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +3 -3
- package/docs/components/Table/examples/Table.md +3796 -1216
- package/docs/components/Toolbar/examples/Toolbar.md +0 -5
- package/docs/demos/Card/examples/Card.md +38 -14
- package/docs/demos/CardView/examples/CardView.md +0 -1
- package/docs/demos/DataList/examples/DataList.md +65 -53
- package/docs/demos/DescriptionList/examples/DescriptionList.md +30 -5
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +0 -1
- package/docs/demos/Table/examples/Table.md +1482 -548
- package/docs/demos/Tabs/examples/Tabs.md +66 -48
- package/docs/demos/Toolbar/examples/Toolbar.md +176 -58
- package/package.json +1 -1
- package/patternfly-no-globals.css +39 -35
- package/patternfly.css +39 -35
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -968,7 +968,6 @@ Several components in the following examples do not include functional and/or ac
|
|
|
968
968
|
>
|
|
969
969
|
<label
|
|
970
970
|
class="pf-v6-c-check pf-m-standalone"
|
|
971
|
-
id="toolbar-selected-filters-toggle-group-collapsed-example-check-check"
|
|
972
971
|
for="toolbar-selected-filters-toggle-group-collapsed-example-check-check-input"
|
|
973
972
|
>
|
|
974
973
|
<input
|
|
@@ -1141,7 +1140,6 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1141
1140
|
>
|
|
1142
1141
|
<label
|
|
1143
1142
|
class="pf-v6-c-check pf-m-standalone"
|
|
1144
|
-
id="toolbar-selected-filters-toggle-group-expanded-example-check-check"
|
|
1145
1143
|
for="toolbar-selected-filters-toggle-group-expanded-example-check-check-input"
|
|
1146
1144
|
>
|
|
1147
1145
|
<input
|
|
@@ -1559,7 +1557,6 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1559
1557
|
>
|
|
1560
1558
|
<label
|
|
1561
1559
|
class="pf-v6-c-check pf-m-standalone"
|
|
1562
|
-
id="toolbar-selected-filters-example-check-check"
|
|
1563
1560
|
for="toolbar-selected-filters-example-check-check-input"
|
|
1564
1561
|
>
|
|
1565
1562
|
<input
|
|
@@ -1918,7 +1915,6 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1918
1915
|
>
|
|
1919
1916
|
<label
|
|
1920
1917
|
class="pf-v6-c-check pf-m-standalone"
|
|
1921
|
-
id="toolbar-stacked-example-check-check"
|
|
1922
1918
|
for="toolbar-stacked-example-check-check-input"
|
|
1923
1919
|
>
|
|
1924
1920
|
<input
|
|
@@ -2340,7 +2336,6 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2340
2336
|
>
|
|
2341
2337
|
<label
|
|
2342
2338
|
class="pf-v6-c-check pf-m-standalone"
|
|
2343
|
-
id="toolbar-stacked-collapsed-example-check-check"
|
|
2344
2339
|
for="toolbar-stacked-collapsed-example-check-check-input"
|
|
2345
2340
|
>
|
|
2346
2341
|
<input
|
|
@@ -1356,8 +1356,14 @@ wrapperTag: div
|
|
|
1356
1356
|
id="status-card-expanded-with-popover-example-popover-table"
|
|
1357
1357
|
>
|
|
1358
1358
|
<thead class="pf-v6-c-table__thead">
|
|
1359
|
-
<tr class="pf-v6-c-table__tr">
|
|
1360
|
-
<
|
|
1359
|
+
<tr class="pf-v6-c-table__tr" [object Object]>
|
|
1360
|
+
<th
|
|
1361
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
1362
|
+
role="columnheader"
|
|
1363
|
+
scope="col"
|
|
1364
|
+
>
|
|
1365
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
1366
|
+
</th>
|
|
1361
1367
|
|
|
1362
1368
|
<th class="pf-v6-c-table__th" scope="col">Components</th>
|
|
1363
1369
|
|
|
@@ -1369,18 +1375,24 @@ wrapperTag: div
|
|
|
1369
1375
|
</thead>
|
|
1370
1376
|
|
|
1371
1377
|
<tbody class="pf-v6-c-table__tbody pf-m-expanded">
|
|
1372
|
-
<tr
|
|
1378
|
+
<tr
|
|
1379
|
+
class="pf-v6-c-table__tr pf-m-expanded"
|
|
1380
|
+
[object
|
|
1381
|
+
Object]
|
|
1382
|
+
>
|
|
1373
1383
|
<td
|
|
1374
1384
|
class="pf-v6-c-table__td pf-v6-c-table__toggle"
|
|
1375
|
-
|
|
1385
|
+
aria-label="Row expansion"
|
|
1376
1386
|
>
|
|
1377
1387
|
<button
|
|
1378
1388
|
class="pf-v6-c-button pf-m-expanded pf-m-plain"
|
|
1379
1389
|
id="status-card-expanded-with-popover-example-popover-table-expandable-toggle-1"
|
|
1380
1390
|
type="button"
|
|
1381
1391
|
aria-expanded="true"
|
|
1382
|
-
aria-
|
|
1392
|
+
aria-controls="status-card-expanded-with-popover-example-popover-table-content-1"
|
|
1393
|
+
aria-labelledby="status-card-expanded-with-popover-example-popover-table-node-1"
|
|
1383
1394
|
aria-label="Toggle row"
|
|
1395
|
+
aria-describedby="true"
|
|
1384
1396
|
>
|
|
1385
1397
|
<span class="pf-v6-c-button__icon">
|
|
1386
1398
|
<div class="pf-v6-c-table__toggle-icon">
|
|
@@ -1392,6 +1404,7 @@ wrapperTag: div
|
|
|
1392
1404
|
</span>
|
|
1393
1405
|
</button>
|
|
1394
1406
|
</td>
|
|
1407
|
+
|
|
1395
1408
|
<td
|
|
1396
1409
|
class="pf-v6-c-table__td"
|
|
1397
1410
|
role="cell"
|
|
@@ -1417,6 +1430,8 @@ wrapperTag: div
|
|
|
1417
1430
|
|
|
1418
1431
|
<tr
|
|
1419
1432
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row pf-m-expanded"
|
|
1433
|
+
[object
|
|
1434
|
+
Object]
|
|
1420
1435
|
>
|
|
1421
1436
|
<td
|
|
1422
1437
|
class="pf-v6-c-table__td"
|
|
@@ -1448,16 +1463,17 @@ wrapperTag: div
|
|
|
1448
1463
|
</tbody>
|
|
1449
1464
|
|
|
1450
1465
|
<tbody class="pf-v6-c-table__tbody">
|
|
1451
|
-
<tr class="pf-v6-c-table__tr">
|
|
1466
|
+
<tr class="pf-v6-c-table__tr" [object Object]>
|
|
1452
1467
|
<td
|
|
1453
1468
|
class="pf-v6-c-table__td pf-v6-c-table__toggle"
|
|
1454
|
-
|
|
1469
|
+
aria-label="Row expansion"
|
|
1455
1470
|
>
|
|
1456
1471
|
<button
|
|
1457
1472
|
class="pf-v6-c-button pf-m-plain"
|
|
1458
1473
|
id="status-card-expanded-with-popover-example-popover-table-expandable-toggle-2"
|
|
1459
1474
|
type="button"
|
|
1460
|
-
aria-
|
|
1475
|
+
aria-controls="status-card-expanded-with-popover-example-popover-table-content-2"
|
|
1476
|
+
aria-labelledby="status-card-expanded-with-popover-example-popover-table-node-2"
|
|
1461
1477
|
aria-label="Toggle row"
|
|
1462
1478
|
>
|
|
1463
1479
|
<span class="pf-v6-c-button__icon">
|
|
@@ -1498,6 +1514,8 @@ wrapperTag: div
|
|
|
1498
1514
|
|
|
1499
1515
|
<tr
|
|
1500
1516
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
1517
|
+
[object
|
|
1518
|
+
Object]
|
|
1501
1519
|
>
|
|
1502
1520
|
<td
|
|
1503
1521
|
class="pf-v6-c-table__td"
|
|
@@ -1513,16 +1531,17 @@ wrapperTag: div
|
|
|
1513
1531
|
</tbody>
|
|
1514
1532
|
|
|
1515
1533
|
<tbody class="pf-v6-c-table__tbody">
|
|
1516
|
-
<tr class="pf-v6-c-table__tr">
|
|
1534
|
+
<tr class="pf-v6-c-table__tr" [object Object]>
|
|
1517
1535
|
<td
|
|
1518
1536
|
class="pf-v6-c-table__td pf-v6-c-table__toggle"
|
|
1519
|
-
|
|
1537
|
+
aria-label="Row expansion"
|
|
1520
1538
|
>
|
|
1521
1539
|
<button
|
|
1522
1540
|
class="pf-v6-c-button pf-m-plain"
|
|
1523
1541
|
id="status-card-expanded-with-popover-example-popover-table-expandable-toggle-3"
|
|
1524
1542
|
type="button"
|
|
1525
|
-
aria-
|
|
1543
|
+
aria-controls="status-card-expanded-with-popover-example-popover-table-content-3"
|
|
1544
|
+
aria-labelledby="status-card-expanded-with-popover-example-popover-table-node-3"
|
|
1526
1545
|
aria-label="Toggle row"
|
|
1527
1546
|
>
|
|
1528
1547
|
<span class="pf-v6-c-button__icon">
|
|
@@ -1561,6 +1580,8 @@ wrapperTag: div
|
|
|
1561
1580
|
|
|
1562
1581
|
<tr
|
|
1563
1582
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
1583
|
+
[object
|
|
1584
|
+
Object]
|
|
1564
1585
|
>
|
|
1565
1586
|
<td
|
|
1566
1587
|
class="pf-v6-c-table__td"
|
|
@@ -1576,16 +1597,17 @@ wrapperTag: div
|
|
|
1576
1597
|
</tbody>
|
|
1577
1598
|
|
|
1578
1599
|
<tbody class="pf-v6-c-table__tbody">
|
|
1579
|
-
<tr class="pf-v6-c-table__tr">
|
|
1600
|
+
<tr class="pf-v6-c-table__tr" [object Object]>
|
|
1580
1601
|
<td
|
|
1581
1602
|
class="pf-v6-c-table__td pf-v6-c-table__toggle"
|
|
1582
|
-
|
|
1603
|
+
aria-label="Row expansion"
|
|
1583
1604
|
>
|
|
1584
1605
|
<button
|
|
1585
1606
|
class="pf-v6-c-button pf-m-plain"
|
|
1586
1607
|
id="status-card-expanded-with-popover-example-popover-table-expandable-toggle-4"
|
|
1587
1608
|
type="button"
|
|
1588
|
-
aria-
|
|
1609
|
+
aria-controls="status-card-expanded-with-popover-example-popover-table-content-4"
|
|
1610
|
+
aria-labelledby="status-card-expanded-with-popover-example-popover-table-node-4"
|
|
1589
1611
|
aria-label="Toggle row"
|
|
1590
1612
|
>
|
|
1591
1613
|
<span class="pf-v6-c-button__icon">
|
|
@@ -1624,6 +1646,8 @@ wrapperTag: div
|
|
|
1624
1646
|
|
|
1625
1647
|
<tr
|
|
1626
1648
|
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row"
|
|
1649
|
+
[object
|
|
1650
|
+
Object]
|
|
1627
1651
|
>
|
|
1628
1652
|
<td
|
|
1629
1653
|
class="pf-v6-c-table__td"
|
|
@@ -278,7 +278,6 @@ wrapperTag: div
|
|
|
278
278
|
>
|
|
279
279
|
<label
|
|
280
280
|
class="pf-v6-c-check pf-m-standalone"
|
|
281
|
-
id="data-list-basic-example-toolbar-check-check"
|
|
282
281
|
for="data-list-basic-example-toolbar-check-check-input"
|
|
283
282
|
>
|
|
284
283
|
<input
|
|
@@ -1124,7 +1123,6 @@ wrapperTag: div
|
|
|
1124
1123
|
>
|
|
1125
1124
|
<label
|
|
1126
1125
|
class="pf-v6-c-check pf-m-standalone"
|
|
1127
|
-
id="data-list-actionable-example-toolbar-check-check"
|
|
1128
1126
|
for="data-list-actionable-example-toolbar-check-check-input"
|
|
1129
1127
|
>
|
|
1130
1128
|
<input
|
|
@@ -1269,7 +1267,6 @@ wrapperTag: div
|
|
|
1269
1267
|
<div class="pf-v6-c-data-list__check">
|
|
1270
1268
|
<label
|
|
1271
1269
|
class="pf-v6-c-check pf-m-standalone"
|
|
1272
|
-
id="data-list-actionable-example-data-list-item-1"type="checkbox" name="check-action-check1" aria-labelledby="data-list-actionable-example-data-list-item-1""
|
|
1273
1270
|
for="data-list-actionable-example-data-list-item-1"type="checkbox" name="check-action-check1" aria-labelledby="data-list-actionable-example-data-list-item-1"-input"
|
|
1274
1271
|
>
|
|
1275
1272
|
<input
|
|
@@ -1352,7 +1349,6 @@ wrapperTag: div
|
|
|
1352
1349
|
<div class="pf-v6-c-data-list__check">
|
|
1353
1350
|
<label
|
|
1354
1351
|
class="pf-v6-c-check pf-m-standalone"
|
|
1355
|
-
id="data-list-actionable-example-data-list-item-2"type="checkbox" name="check-action-check2" aria-labelledby="data-list-actionable-example-data-list-item-2""
|
|
1356
1352
|
for="data-list-actionable-example-data-list-item-2"type="checkbox" name="check-action-check2" aria-labelledby="data-list-actionable-example-data-list-item-2"-input"
|
|
1357
1353
|
>
|
|
1358
1354
|
<input
|
|
@@ -1459,7 +1455,6 @@ wrapperTag: div
|
|
|
1459
1455
|
<div class="pf-v6-c-data-list__check">
|
|
1460
1456
|
<label
|
|
1461
1457
|
class="pf-v6-c-check pf-m-standalone"
|
|
1462
|
-
id="data-list-actionable-example-data-list-item-3"type="checkbox" name="check-action-check3" aria-labelledby="data-list-actionable-example-data-list-item-3""
|
|
1463
1458
|
for="data-list-actionable-example-data-list-item-3"type="checkbox" name="check-action-check3" aria-labelledby="data-list-actionable-example-data-list-item-3"-input"
|
|
1464
1459
|
>
|
|
1465
1460
|
<input
|
|
@@ -1503,7 +1498,6 @@ wrapperTag: div
|
|
|
1503
1498
|
<div class="pf-v6-c-data-list__check">
|
|
1504
1499
|
<label
|
|
1505
1500
|
class="pf-v6-c-check pf-m-standalone"
|
|
1506
|
-
id="data-list-actionable-example-data-list-item-4"type="checkbox" name="check-action-check4" aria-labelledby="data-list-actionable-example-data-list-item-4""
|
|
1507
1501
|
for="data-list-actionable-example-data-list-item-4"type="checkbox" name="check-action-check4" aria-labelledby="data-list-actionable-example-data-list-item-4"-input"
|
|
1508
1502
|
>
|
|
1509
1503
|
<input
|
|
@@ -1982,7 +1976,6 @@ wrapperTag: div
|
|
|
1982
1976
|
>
|
|
1983
1977
|
<label
|
|
1984
1978
|
class="pf-v6-c-check pf-m-standalone"
|
|
1985
|
-
id="data-list-expandable-example-toolbar-check-check"
|
|
1986
1979
|
for="data-list-expandable-example-toolbar-check-check-input"
|
|
1987
1980
|
>
|
|
1988
1981
|
<input
|
|
@@ -2181,7 +2174,6 @@ wrapperTag: div
|
|
|
2181
2174
|
<div class="pf-v6-c-data-list__check">
|
|
2182
2175
|
<label
|
|
2183
2176
|
class="pf-v6-c-check pf-m-standalone"
|
|
2184
|
-
id="data-list-expandable-example-data-list-item-1"type="checkbox" name="check-expandable-check1" aria-labelledby="data-list-expandable-example-data-list-item-1""
|
|
2185
2177
|
for="data-list-expandable-example-data-list-item-1"type="checkbox" name="check-expandable-check1" aria-labelledby="data-list-expandable-example-data-list-item-1"-input"
|
|
2186
2178
|
>
|
|
2187
2179
|
<input
|
|
@@ -2268,14 +2260,20 @@ wrapperTag: div
|
|
|
2268
2260
|
id="compact-table-demo-data-list"
|
|
2269
2261
|
>
|
|
2270
2262
|
<thead class="pf-v6-c-table__thead">
|
|
2271
|
-
<tr
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2263
|
+
<tr
|
|
2264
|
+
class="pf-v6-c-table__tr"
|
|
2265
|
+
role&#x3D;&quot;row&quot;
|
|
2266
|
+
[object
|
|
2267
|
+
Object]
|
|
2268
|
+
>
|
|
2269
|
+
<th
|
|
2270
|
+
class="pf-v6-c-table__th pf-v6-c-table__check"
|
|
2271
|
+
aria-label="Row select"
|
|
2272
|
+
role="columnheader"
|
|
2273
|
+
scope="col"
|
|
2275
2274
|
>
|
|
2276
2275
|
<label
|
|
2277
2276
|
class="pf-v6-c-check pf-m-standalone"
|
|
2278
|
-
id="compact-table-demo-data-list-checkrow-check"
|
|
2279
2277
|
for="compact-table-demo-data-list-checkrow-check-input"
|
|
2280
2278
|
>
|
|
2281
2279
|
<input
|
|
@@ -2283,10 +2281,10 @@ wrapperTag: div
|
|
|
2283
2281
|
type="checkbox"
|
|
2284
2282
|
id="compact-table-demo-data-list-checkrow-check-input"
|
|
2285
2283
|
name="compact-table-demo-data-list-checkrow-check-input"
|
|
2286
|
-
aria-label="
|
|
2284
|
+
aria-label="Select all rows"
|
|
2287
2285
|
/>
|
|
2288
2286
|
</label>
|
|
2289
|
-
</
|
|
2287
|
+
</th>
|
|
2290
2288
|
|
|
2291
2289
|
<th
|
|
2292
2290
|
class="pf-v6-c-table__th"
|
|
@@ -2324,21 +2322,37 @@ wrapperTag: div
|
|
|
2324
2322
|
scope="col"
|
|
2325
2323
|
>Icons</th>
|
|
2326
2324
|
|
|
2327
|
-
<
|
|
2325
|
+
<th
|
|
2326
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
2327
|
+
role="columnheader"
|
|
2328
|
+
scope="col"
|
|
2329
|
+
>
|
|
2330
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
2331
|
+
</th>
|
|
2328
2332
|
|
|
2329
|
-
<
|
|
2333
|
+
<th
|
|
2334
|
+
class="pf-v6-c-table__th pf-v6-c-table__cell-empty"
|
|
2335
|
+
role="columnheader"
|
|
2336
|
+
scope="col"
|
|
2337
|
+
>
|
|
2338
|
+
<span class="pf-v6-screen-reader">Actions</span>
|
|
2339
|
+
</th>
|
|
2330
2340
|
</tr>
|
|
2331
2341
|
</thead>
|
|
2332
2342
|
|
|
2333
2343
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
2334
|
-
<tr
|
|
2344
|
+
<tr
|
|
2345
|
+
class="pf-v6-c-table__tr"
|
|
2346
|
+
role&#x3D;&quot;row&quot;
|
|
2347
|
+
[object
|
|
2348
|
+
Object]
|
|
2349
|
+
>
|
|
2335
2350
|
<td
|
|
2336
2351
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
2337
|
-
|
|
2352
|
+
aria-label="Check row"
|
|
2338
2353
|
>
|
|
2339
2354
|
<label
|
|
2340
2355
|
class="pf-v6-c-check pf-m-standalone"
|
|
2341
|
-
id="compact-table-demo-data-list-checkrow-1-check"
|
|
2342
2356
|
for="compact-table-demo-data-list-checkrow-1-check-input"
|
|
2343
2357
|
>
|
|
2344
2358
|
<input
|
|
@@ -2346,10 +2360,11 @@ wrapperTag: div
|
|
|
2346
2360
|
type="checkbox"
|
|
2347
2361
|
id="compact-table-demo-data-list-checkrow-1-check-input"
|
|
2348
2362
|
name="compact-table-demo-data-list-checkrow-1-check-input"
|
|
2349
|
-
aria-label="
|
|
2363
|
+
aria-label="Select row"
|
|
2350
2364
|
/>
|
|
2351
2365
|
</label>
|
|
2352
2366
|
</td>
|
|
2367
|
+
|
|
2353
2368
|
<td
|
|
2354
2369
|
class="pf-v6-c-table__td"
|
|
2355
2370
|
role="cell"
|
|
@@ -2394,10 +2409,7 @@ wrapperTag: div
|
|
|
2394
2409
|
<a href="#">Action link</a>
|
|
2395
2410
|
</td>
|
|
2396
2411
|
|
|
2397
|
-
<td
|
|
2398
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
2399
|
-
role="cell"
|
|
2400
|
-
>
|
|
2412
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
2401
2413
|
<button
|
|
2402
2414
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2403
2415
|
type="button"
|
|
@@ -2410,14 +2422,18 @@ wrapperTag: div
|
|
|
2410
2422
|
</button>
|
|
2411
2423
|
</td>
|
|
2412
2424
|
</tr>
|
|
2413
|
-
<tr
|
|
2425
|
+
<tr
|
|
2426
|
+
class="pf-v6-c-table__tr"
|
|
2427
|
+
role&#x3D;&quot;row&quot;
|
|
2428
|
+
[object
|
|
2429
|
+
Object]
|
|
2430
|
+
>
|
|
2414
2431
|
<td
|
|
2415
2432
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
2416
|
-
|
|
2433
|
+
aria-label="Check row"
|
|
2417
2434
|
>
|
|
2418
2435
|
<label
|
|
2419
2436
|
class="pf-v6-c-check pf-m-standalone"
|
|
2420
|
-
id="compact-table-demo-data-list-checkrow-2-check"
|
|
2421
2437
|
for="compact-table-demo-data-list-checkrow-2-check-input"
|
|
2422
2438
|
>
|
|
2423
2439
|
<input
|
|
@@ -2425,7 +2441,7 @@ wrapperTag: div
|
|
|
2425
2441
|
type="checkbox"
|
|
2426
2442
|
id="compact-table-demo-data-list-checkrow-2-check-input"
|
|
2427
2443
|
name="compact-table-demo-data-list-checkrow-2-check-input"
|
|
2428
|
-
aria-label="
|
|
2444
|
+
aria-label="Select row"
|
|
2429
2445
|
/>
|
|
2430
2446
|
</label>
|
|
2431
2447
|
</td>
|
|
@@ -2475,10 +2491,7 @@ wrapperTag: div
|
|
|
2475
2491
|
<a href="#">Action link</a>
|
|
2476
2492
|
</td>
|
|
2477
2493
|
|
|
2478
|
-
<td
|
|
2479
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
2480
|
-
role="cell"
|
|
2481
|
-
>
|
|
2494
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
2482
2495
|
<button
|
|
2483
2496
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2484
2497
|
type="button"
|
|
@@ -2491,14 +2504,18 @@ wrapperTag: div
|
|
|
2491
2504
|
</button>
|
|
2492
2505
|
</td>
|
|
2493
2506
|
</tr>
|
|
2494
|
-
<tr
|
|
2507
|
+
<tr
|
|
2508
|
+
class="pf-v6-c-table__tr"
|
|
2509
|
+
role&#x3D;&quot;row&quot;
|
|
2510
|
+
[object
|
|
2511
|
+
Object]
|
|
2512
|
+
>
|
|
2495
2513
|
<td
|
|
2496
2514
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
2497
|
-
|
|
2515
|
+
aria-label="Check row"
|
|
2498
2516
|
>
|
|
2499
2517
|
<label
|
|
2500
2518
|
class="pf-v6-c-check pf-m-standalone"
|
|
2501
|
-
id="compact-table-demo-data-list-checkrow-3-check"
|
|
2502
2519
|
for="compact-table-demo-data-list-checkrow-3-check-input"
|
|
2503
2520
|
>
|
|
2504
2521
|
<input
|
|
@@ -2506,7 +2523,7 @@ wrapperTag: div
|
|
|
2506
2523
|
type="checkbox"
|
|
2507
2524
|
id="compact-table-demo-data-list-checkrow-3-check-input"
|
|
2508
2525
|
name="compact-table-demo-data-list-checkrow-3-check-input"
|
|
2509
|
-
aria-label="
|
|
2526
|
+
aria-label="Select row"
|
|
2510
2527
|
/>
|
|
2511
2528
|
</label>
|
|
2512
2529
|
</td>
|
|
@@ -2556,10 +2573,7 @@ wrapperTag: div
|
|
|
2556
2573
|
<a href="#">Action link</a>
|
|
2557
2574
|
</td>
|
|
2558
2575
|
|
|
2559
|
-
<td
|
|
2560
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
2561
|
-
role="cell"
|
|
2562
|
-
>
|
|
2576
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
2563
2577
|
<button
|
|
2564
2578
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2565
2579
|
type="button"
|
|
@@ -2572,14 +2586,18 @@ wrapperTag: div
|
|
|
2572
2586
|
</button>
|
|
2573
2587
|
</td>
|
|
2574
2588
|
</tr>
|
|
2575
|
-
<tr
|
|
2589
|
+
<tr
|
|
2590
|
+
class="pf-v6-c-table__tr"
|
|
2591
|
+
role&#x3D;&quot;row&quot;
|
|
2592
|
+
[object
|
|
2593
|
+
Object]
|
|
2594
|
+
>
|
|
2576
2595
|
<td
|
|
2577
2596
|
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
2578
|
-
|
|
2597
|
+
aria-label="Check row"
|
|
2579
2598
|
>
|
|
2580
2599
|
<label
|
|
2581
2600
|
class="pf-v6-c-check pf-m-standalone"
|
|
2582
|
-
id="compact-table-demo-data-list-checkrow-4-check"
|
|
2583
2601
|
for="compact-table-demo-data-list-checkrow-4-check-input"
|
|
2584
2602
|
>
|
|
2585
2603
|
<input
|
|
@@ -2587,10 +2605,11 @@ wrapperTag: div
|
|
|
2587
2605
|
type="checkbox"
|
|
2588
2606
|
id="compact-table-demo-data-list-checkrow-4-check-input"
|
|
2589
2607
|
name="compact-table-demo-data-list-checkrow-4-check-input"
|
|
2590
|
-
aria-label="
|
|
2608
|
+
aria-label="Select row"
|
|
2591
2609
|
/>
|
|
2592
2610
|
</label>
|
|
2593
2611
|
</td>
|
|
2612
|
+
|
|
2594
2613
|
<td
|
|
2595
2614
|
class="pf-v6-c-table__td"
|
|
2596
2615
|
role="cell"
|
|
@@ -2635,10 +2654,7 @@ wrapperTag: div
|
|
|
2635
2654
|
<a href="#">Action link</a>
|
|
2636
2655
|
</td>
|
|
2637
2656
|
|
|
2638
|
-
<td
|
|
2639
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
2640
|
-
role="cell"
|
|
2641
|
-
>
|
|
2657
|
+
<td class="pf-v6-c-table__td pf-v6-c-table__action">
|
|
2642
2658
|
<button
|
|
2643
2659
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2644
2660
|
type="button"
|
|
@@ -2684,7 +2700,6 @@ wrapperTag: div
|
|
|
2684
2700
|
<div class="pf-v6-c-data-list__check">
|
|
2685
2701
|
<label
|
|
2686
2702
|
class="pf-v6-c-check pf-m-standalone"
|
|
2687
|
-
id="data-list-expandable-example-data-list-item-2"type="checkbox" name="check-expandable-check2" aria-labelledby="data-list-expandable-example-data-list-item-2""
|
|
2688
2703
|
for="data-list-expandable-example-data-list-item-2"type="checkbox" name="check-expandable-check2" aria-labelledby="data-list-expandable-example-data-list-item-2"-input"
|
|
2689
2704
|
>
|
|
2690
2705
|
<input
|
|
@@ -2819,7 +2834,6 @@ wrapperTag: div
|
|
|
2819
2834
|
<div class="pf-v6-c-data-list__check">
|
|
2820
2835
|
<label
|
|
2821
2836
|
class="pf-v6-c-check pf-m-standalone"
|
|
2822
|
-
id="data-list-expandable-example-data-list-item-3"type="checkbox" name="check-expandable-check3" aria-labelledby="data-list-expandable-example-data-list-item-3""
|
|
2823
2837
|
for="data-list-expandable-example-data-list-item-3"type="checkbox" name="check-expandable-check3" aria-labelledby="data-list-expandable-example-data-list-item-3"-input"
|
|
2824
2838
|
>
|
|
2825
2839
|
<input
|
|
@@ -2879,7 +2893,6 @@ wrapperTag: div
|
|
|
2879
2893
|
<div class="pf-v6-c-data-list__check">
|
|
2880
2894
|
<label
|
|
2881
2895
|
class="pf-v6-c-check pf-m-standalone"
|
|
2882
|
-
id="data-list-expandable-example-data-list-item-4"type="checkbox" name="check-expandable-check4" aria-labelledby="data-list-expandable-example-data-list-item-4""
|
|
2883
2896
|
for="data-list-expandable-example-data-list-item-4"type="checkbox" name="check-expandable-check4" aria-labelledby="data-list-expandable-example-data-list-item-4"-input"
|
|
2884
2897
|
>
|
|
2885
2898
|
<input
|
|
@@ -2990,7 +3003,6 @@ wrapperTag: div
|
|
|
2990
3003
|
<div class="pf-v6-c-data-list__check">
|
|
2991
3004
|
<label
|
|
2992
3005
|
class="pf-v6-c-check pf-m-standalone"
|
|
2993
|
-
id="data-list-expandable-example-data-list-item-5"type="checkbox" name="check-expandable-check5" aria-labelledby="data-list-expandable-example-data-list-item-5""
|
|
2994
3006
|
for="data-list-expandable-example-data-list-item-5"type="checkbox" name="check-expandable-check5" aria-labelledby="data-list-expandable-example-data-list-item-5"-input"
|
|
2995
3007
|
>
|
|
2996
3008
|
<input
|
|
@@ -1398,7 +1398,12 @@ cssPrefix: pf-d-description-list
|
|
|
1398
1398
|
id="service-address"
|
|
1399
1399
|
>
|
|
1400
1400
|
<thead class="pf-v6-c-table__thead">
|
|
1401
|
-
<tr
|
|
1401
|
+
<tr
|
|
1402
|
+
class="pf-v6-c-table__tr"
|
|
1403
|
+
role&#x3D;&quot;row&quot;
|
|
1404
|
+
[object
|
|
1405
|
+
Object]
|
|
1406
|
+
>
|
|
1402
1407
|
<th
|
|
1403
1408
|
class="pf-v6-c-table__th"
|
|
1404
1409
|
role="columnheader"
|
|
@@ -1414,7 +1419,12 @@ cssPrefix: pf-d-description-list
|
|
|
1414
1419
|
</thead>
|
|
1415
1420
|
|
|
1416
1421
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
1417
|
-
<tr
|
|
1422
|
+
<tr
|
|
1423
|
+
class="pf-v6-c-table__tr"
|
|
1424
|
+
role&#x3D;&quot;row&quot;
|
|
1425
|
+
[object
|
|
1426
|
+
Object]
|
|
1427
|
+
>
|
|
1418
1428
|
<td
|
|
1419
1429
|
class="pf-v6-c-table__td"
|
|
1420
1430
|
role="cell"
|
|
@@ -1426,7 +1436,12 @@ cssPrefix: pf-d-description-list
|
|
|
1426
1436
|
data-label="Location"
|
|
1427
1437
|
>172.30.126.106</td>
|
|
1428
1438
|
</tr>
|
|
1429
|
-
<tr
|
|
1439
|
+
<tr
|
|
1440
|
+
class="pf-v6-c-table__tr"
|
|
1441
|
+
role&#x3D;&quot;row&quot;
|
|
1442
|
+
[object
|
|
1443
|
+
Object]
|
|
1444
|
+
>
|
|
1430
1445
|
<td
|
|
1431
1446
|
class="pf-v6-c-table__td"
|
|
1432
1447
|
role="cell"
|
|
@@ -1458,7 +1473,12 @@ cssPrefix: pf-d-description-list
|
|
|
1458
1473
|
id="service-port"
|
|
1459
1474
|
>
|
|
1460
1475
|
<thead class="pf-v6-c-table__thead">
|
|
1461
|
-
<tr
|
|
1476
|
+
<tr
|
|
1477
|
+
class="pf-v6-c-table__tr"
|
|
1478
|
+
role&#x3D;&quot;row&quot;
|
|
1479
|
+
[object
|
|
1480
|
+
Object]
|
|
1481
|
+
>
|
|
1462
1482
|
<th
|
|
1463
1483
|
class="pf-v6-c-table__th"
|
|
1464
1484
|
role="columnheader"
|
|
@@ -1486,7 +1506,12 @@ cssPrefix: pf-d-description-list
|
|
|
1486
1506
|
</thead>
|
|
1487
1507
|
|
|
1488
1508
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
1489
|
-
<tr
|
|
1509
|
+
<tr
|
|
1510
|
+
class="pf-v6-c-table__tr"
|
|
1511
|
+
role&#x3D;&quot;row&quot;
|
|
1512
|
+
[object
|
|
1513
|
+
Object]
|
|
1514
|
+
>
|
|
1490
1515
|
<td
|
|
1491
1516
|
class="pf-v6-c-table__td"
|
|
1492
1517
|
role="cell"
|
|
@@ -3486,7 +3486,6 @@ wrapperTag: div
|
|
|
3486
3486
|
>
|
|
3487
3487
|
<label
|
|
3488
3488
|
class="pf-v6-c-check pf-m-standalone"
|
|
3489
|
-
id="primary-detail-card-view-expanded-example-drawer-toolbar-check-check"
|
|
3490
3489
|
for="primary-detail-card-view-expanded-example-drawer-toolbar-check-check-input"
|
|
3491
3490
|
>
|
|
3492
3491
|
<input
|