@patternfly/patternfly 6.0.0-alpha.174 → 6.0.0-alpha.176
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/Button/button.css +5 -1
- package/components/Button/button.scss +5 -1
- package/components/Card/card.css +2 -2
- package/components/Card/card.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +2 -2
- package/components/ClipboardCopy/clipboard-copy.scss +2 -2
- package/components/JumpLinks/jump-links.css +0 -7
- package/components/JumpLinks/jump-links.scss +0 -9
- package/components/Label/label.css +2 -2
- package/components/Label/label.scss +2 -2
- package/components/NumberInput/number-input.css +0 -1
- package/components/NumberInput/number-input.scss +0 -1
- package/components/Tabs/tabs.css +1 -18
- package/components/Tabs/tabs.scss +1 -18
- package/components/_index.css +12 -210
- package/components/_index.scss +0 -1
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
- package/docs/components/ActionList/examples/ActionList.md +7 -7
- package/docs/components/Alert/examples/Alert.md +44 -46
- package/docs/components/BackToTop/examples/BackToTop.md +3 -5
- package/docs/components/Banner/examples/Banner.md +1 -1
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +8 -8
- package/docs/components/Card/examples/Card.md +36 -20
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +32 -29
- package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +18 -21
- package/docs/components/DataList/examples/DataList.md +17 -17
- package/docs/components/DatePicker/examples/DatePicker.md +6 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +100 -150
- package/docs/components/Drawer/examples/Drawer.md +19 -19
- package/docs/components/DualListSelector/examples/DualListSelector.md +84 -84
- package/docs/components/EmptyState/examples/EmptyState.md +6 -6
- package/docs/components/Form/examples/Form.md +18 -19
- package/docs/components/Hint/examples/Hint.md +2 -2
- package/docs/components/InlineEdit/examples/InlineEdit.md +24 -24
- package/docs/components/InputGroup/examples/InputGroup.md +2 -2
- package/docs/components/JumpLinks/examples/JumpLinks.md +8 -8
- package/docs/components/Label/examples/Label.md +217 -217
- package/docs/components/Login/examples/Login.md +37 -32
- package/docs/components/Masthead/examples/masthead.md +6 -6
- package/docs/components/Menu/examples/Menu.md +10 -10
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.md +17 -17
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
- package/docs/components/Nav/examples/Navigation.md +4 -4
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +2 -2
- package/docs/components/NumberInput/examples/NumberInput.md +24 -24
- package/docs/components/OverflowMenu/examples/overflow-menu.md +6 -6
- package/docs/components/Page/examples/Page.md +7 -7
- package/docs/components/Pagination/examples/Pagination.md +53 -44
- package/docs/components/Popover/examples/Popover.md +30 -15
- package/docs/components/Slider/examples/Slider.md +8 -8
- package/docs/components/Table/examples/Table.md +433 -203
- package/docs/components/Tabs/examples/Tabs.md +364 -358
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +364 -404
- package/docs/components/Toolbar/examples/Toolbar.md +59 -59
- package/docs/components/TreeView/examples/TreeView.md +4 -4
- package/docs/components/Wizard/examples/Wizard.md +10 -10
- package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
- package/docs/demos/Alert/examples/Alert.md +6 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -6
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/Button/examples/Button.md +1 -1
- package/docs/demos/Card/examples/Card.md +54 -79
- package/docs/demos/CardView/examples/CardView.md +8 -7
- package/docs/demos/Dashboard/examples/Dashboard.md +25 -37
- package/docs/demos/DataList/examples/DataList.md +38 -34
- package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -4
- package/docs/demos/Drawer/examples/Drawer.md +8 -8
- package/docs/demos/Form/examples/BasicForms.md +69 -86
- package/docs/demos/JumpLinks/examples/JumpLinks.md +14 -20
- package/docs/demos/Masthead/examples/Masthead.md +13 -13
- package/docs/demos/Modal/examples/Modal.md +15 -15
- package/docs/demos/Nav/examples/Nav.md +9 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +9 -9
- package/docs/demos/Page/examples/Penta.md +2 -2
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +3 -3
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -35
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
- package/docs/demos/Table/examples/Table.md +132 -115
- package/docs/demos/Tabs/examples/Tabs.md +11 -11
- package/docs/demos/Toolbar/examples/Toolbar.md +37 -36
- package/docs/demos/Wizard/examples/Wizard.md +22 -23
- package/package.json +1 -1
- package/patternfly-no-globals.css +12 -210
- package/patternfly.css +12 -210
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/namespaces-components.scss +0 -3
- package/components/LogViewer/log-viewer.css +0 -176
- package/components/LogViewer/log-viewer.scss +0 -219
- package/docs/components/LogViewer/examples/LogViewer.css +0 -24
- package/docs/components/LogViewer/examples/LogViewer.md +0 -3070
|
@@ -22,7 +22,7 @@ wrapperTag: div
|
|
|
22
22
|
type="button"
|
|
23
23
|
aria-label="Global navigation"
|
|
24
24
|
>
|
|
25
|
-
<span class="pf-v6-c-
|
|
25
|
+
<span class="pf-v6-c-button__icon">
|
|
26
26
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
27
27
|
</span>
|
|
28
28
|
</button>
|
|
@@ -388,7 +388,7 @@ wrapperTag: div
|
|
|
388
388
|
type="button"
|
|
389
389
|
aria-label="Sort"
|
|
390
390
|
>
|
|
391
|
-
<span class="pf-v6-c-
|
|
391
|
+
<span class="pf-v6-c-button__icon">
|
|
392
392
|
<i
|
|
393
393
|
class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
|
|
394
394
|
aria-hidden="true"
|
|
@@ -462,7 +462,7 @@ wrapperTag: div
|
|
|
462
462
|
disabled
|
|
463
463
|
aria-label="Go to previous page"
|
|
464
464
|
>
|
|
465
|
-
<span class="pf-v6-c-
|
|
465
|
+
<span class="pf-v6-c-button__icon">
|
|
466
466
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
467
467
|
</span>
|
|
468
468
|
</button>
|
|
@@ -473,7 +473,7 @@ wrapperTag: div
|
|
|
473
473
|
type="button"
|
|
474
474
|
aria-label="Go to next page"
|
|
475
475
|
>
|
|
476
|
-
<span class="pf-v6-c-
|
|
476
|
+
<span class="pf-v6-c-button__icon">
|
|
477
477
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
478
478
|
</span>
|
|
479
479
|
</button>
|
|
@@ -934,7 +934,7 @@ wrapperTag: div
|
|
|
934
934
|
disabled
|
|
935
935
|
aria-label="Go to first page"
|
|
936
936
|
>
|
|
937
|
-
<span class="pf-v6-c-
|
|
937
|
+
<span class="pf-v6-c-button__icon">
|
|
938
938
|
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
939
939
|
</span>
|
|
940
940
|
</button>
|
|
@@ -946,7 +946,7 @@ wrapperTag: div
|
|
|
946
946
|
disabled
|
|
947
947
|
aria-label="Go to previous page"
|
|
948
948
|
>
|
|
949
|
-
<span class="pf-v6-c-
|
|
949
|
+
<span class="pf-v6-c-button__icon">
|
|
950
950
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
951
951
|
</span>
|
|
952
952
|
</button>
|
|
@@ -969,7 +969,7 @@ wrapperTag: div
|
|
|
969
969
|
type="button"
|
|
970
970
|
aria-label="Go to next page"
|
|
971
971
|
>
|
|
972
|
-
<span class="pf-v6-c-
|
|
972
|
+
<span class="pf-v6-c-button__icon">
|
|
973
973
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
974
974
|
</span>
|
|
975
975
|
</button>
|
|
@@ -978,9 +978,10 @@ wrapperTag: div
|
|
|
978
978
|
<button
|
|
979
979
|
class="pf-v6-c-button pf-m-plain"
|
|
980
980
|
type="button"
|
|
981
|
+
disabled
|
|
981
982
|
aria-label="Go to last page"
|
|
982
983
|
>
|
|
983
|
-
<span class="pf-v6-c-
|
|
984
|
+
<span class="pf-v6-c-button__icon">
|
|
984
985
|
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
985
986
|
</span>
|
|
986
987
|
</button>
|
|
@@ -1011,7 +1012,7 @@ wrapperTag: div
|
|
|
1011
1012
|
type="button"
|
|
1012
1013
|
aria-label="Global navigation"
|
|
1013
1014
|
>
|
|
1014
|
-
<span class="pf-v6-c-
|
|
1015
|
+
<span class="pf-v6-c-button__icon">
|
|
1015
1016
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1016
1017
|
</span>
|
|
1017
1018
|
</button>
|
|
@@ -1447,7 +1448,7 @@ wrapperTag: div
|
|
|
1447
1448
|
type="button"
|
|
1448
1449
|
aria-label="Edit"
|
|
1449
1450
|
>
|
|
1450
|
-
<span class="pf-v6-c-
|
|
1451
|
+
<span class="pf-v6-c-button__icon">
|
|
1451
1452
|
<i class="fas fa-edit" aria-hidden="true"></i>
|
|
1452
1453
|
</span>
|
|
1453
1454
|
</button>
|
|
@@ -1458,7 +1459,7 @@ wrapperTag: div
|
|
|
1458
1459
|
type="button"
|
|
1459
1460
|
aria-label="Clone"
|
|
1460
1461
|
>
|
|
1461
|
-
<span class="pf-v6-c-
|
|
1462
|
+
<span class="pf-v6-c-button__icon">
|
|
1462
1463
|
<i class="fas fa-clone" aria-hidden="true"></i>
|
|
1463
1464
|
</span>
|
|
1464
1465
|
</button>
|
|
@@ -1469,7 +1470,7 @@ wrapperTag: div
|
|
|
1469
1470
|
type="button"
|
|
1470
1471
|
aria-label="Sync"
|
|
1471
1472
|
>
|
|
1472
|
-
<span class="pf-v6-c-
|
|
1473
|
+
<span class="pf-v6-c-button__icon">
|
|
1473
1474
|
<i class="fas fa-sync" aria-hidden="true"></i>
|
|
1474
1475
|
</span>
|
|
1475
1476
|
</button>
|
|
@@ -1508,7 +1509,7 @@ wrapperTag: div
|
|
|
1508
1509
|
disabled
|
|
1509
1510
|
aria-label="Go to previous page"
|
|
1510
1511
|
>
|
|
1511
|
-
<span class="pf-v6-c-
|
|
1512
|
+
<span class="pf-v6-c-button__icon">
|
|
1512
1513
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1513
1514
|
</span>
|
|
1514
1515
|
</button>
|
|
@@ -1519,7 +1520,7 @@ wrapperTag: div
|
|
|
1519
1520
|
type="button"
|
|
1520
1521
|
aria-label="Go to next page"
|
|
1521
1522
|
>
|
|
1522
|
-
<span class="pf-v6-c-
|
|
1523
|
+
<span class="pf-v6-c-button__icon">
|
|
1523
1524
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1524
1525
|
</span>
|
|
1525
1526
|
</button>
|
|
@@ -2030,7 +2031,7 @@ wrapperTag: div
|
|
|
2030
2031
|
disabled
|
|
2031
2032
|
aria-label="Go to first page"
|
|
2032
2033
|
>
|
|
2033
|
-
<span class="pf-v6-c-
|
|
2034
|
+
<span class="pf-v6-c-button__icon">
|
|
2034
2035
|
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
2035
2036
|
</span>
|
|
2036
2037
|
</button>
|
|
@@ -2042,7 +2043,7 @@ wrapperTag: div
|
|
|
2042
2043
|
disabled
|
|
2043
2044
|
aria-label="Go to previous page"
|
|
2044
2045
|
>
|
|
2045
|
-
<span class="pf-v6-c-
|
|
2046
|
+
<span class="pf-v6-c-button__icon">
|
|
2046
2047
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2047
2048
|
</span>
|
|
2048
2049
|
</button>
|
|
@@ -2065,7 +2066,7 @@ wrapperTag: div
|
|
|
2065
2066
|
type="button"
|
|
2066
2067
|
aria-label="Go to next page"
|
|
2067
2068
|
>
|
|
2068
|
-
<span class="pf-v6-c-
|
|
2069
|
+
<span class="pf-v6-c-button__icon">
|
|
2069
2070
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2070
2071
|
</span>
|
|
2071
2072
|
</button>
|
|
@@ -2074,9 +2075,10 @@ wrapperTag: div
|
|
|
2074
2075
|
<button
|
|
2075
2076
|
class="pf-v6-c-button pf-m-plain"
|
|
2076
2077
|
type="button"
|
|
2078
|
+
disabled
|
|
2077
2079
|
aria-label="Go to last page"
|
|
2078
2080
|
>
|
|
2079
|
-
<span class="pf-v6-c-
|
|
2081
|
+
<span class="pf-v6-c-button__icon">
|
|
2080
2082
|
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
2081
2083
|
</span>
|
|
2082
2084
|
</button>
|
|
@@ -2107,7 +2109,7 @@ wrapperTag: div
|
|
|
2107
2109
|
type="button"
|
|
2108
2110
|
aria-label="Global navigation"
|
|
2109
2111
|
>
|
|
2110
|
-
<span class="pf-v6-c-
|
|
2112
|
+
<span class="pf-v6-c-button__icon">
|
|
2111
2113
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2112
2114
|
</span>
|
|
2113
2115
|
</button>
|
|
@@ -2517,7 +2519,7 @@ wrapperTag: div
|
|
|
2517
2519
|
type="button"
|
|
2518
2520
|
aria-label="Sort"
|
|
2519
2521
|
>
|
|
2520
|
-
<span class="pf-v6-c-
|
|
2522
|
+
<span class="pf-v6-c-button__icon">
|
|
2521
2523
|
<i
|
|
2522
2524
|
class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
|
|
2523
2525
|
aria-hidden="true"
|
|
@@ -2558,7 +2560,7 @@ wrapperTag: div
|
|
|
2558
2560
|
disabled
|
|
2559
2561
|
aria-label="Go to previous page"
|
|
2560
2562
|
>
|
|
2561
|
-
<span class="pf-v6-c-
|
|
2563
|
+
<span class="pf-v6-c-button__icon">
|
|
2562
2564
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2563
2565
|
</span>
|
|
2564
2566
|
</button>
|
|
@@ -2569,7 +2571,7 @@ wrapperTag: div
|
|
|
2569
2571
|
type="button"
|
|
2570
2572
|
aria-label="Go to next page"
|
|
2571
2573
|
>
|
|
2572
|
-
<span class="pf-v6-c-
|
|
2574
|
+
<span class="pf-v6-c-button__icon">
|
|
2573
2575
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2574
2576
|
</span>
|
|
2575
2577
|
</button>
|
|
@@ -2597,10 +2599,12 @@ wrapperTag: div
|
|
|
2597
2599
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2598
2600
|
<button
|
|
2599
2601
|
class="pf-v6-c-button pf-m-plain"
|
|
2602
|
+
id&#x3D;&quot;expandable-demo-table-expandable-toggle-thead&quot;
|
|
2600
2603
|
type="button"
|
|
2604
|
+
aria-labelledby="expandable-demo-table-node-thead expandable-demo-table-expandable-toggle-thead"
|
|
2601
2605
|
aria-label="Toggle row"
|
|
2602
2606
|
>
|
|
2603
|
-
<span class="pf-v6-c-
|
|
2607
|
+
<span class="pf-v6-c-button__icon">
|
|
2604
2608
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2605
2609
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2606
2610
|
</div>
|
|
@@ -2651,10 +2655,12 @@ wrapperTag: div
|
|
|
2651
2655
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2652
2656
|
<button
|
|
2653
2657
|
class="pf-v6-c-button pf-m-plain"
|
|
2658
|
+
id&#x3D;&quot;expandable-demo-table-expandable-toggle-1&quot;
|
|
2654
2659
|
type="button"
|
|
2660
|
+
aria-labelledby="expandable-demo-table-node-1 expandable-demo-table-expandable-toggle-1"
|
|
2655
2661
|
aria-label="Toggle row"
|
|
2656
2662
|
>
|
|
2657
|
-
<span class="pf-v6-c-
|
|
2663
|
+
<span class="pf-v6-c-button__icon">
|
|
2658
2664
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2659
2665
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2660
2666
|
</div>
|
|
@@ -2767,11 +2773,13 @@ wrapperTag: div
|
|
|
2767
2773
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2768
2774
|
<button
|
|
2769
2775
|
class="pf-v6-c-button pf-m-expanded pf-m-plain"
|
|
2776
|
+
id&#x3D;&quot;expandable-demo-table-expandable-toggle-3&quot;
|
|
2770
2777
|
type="button"
|
|
2771
2778
|
aria-expanded="true"
|
|
2779
|
+
aria-labelledby="expandable-demo-table-node-3 expandable-demo-table-expandable-toggle-3"
|
|
2772
2780
|
aria-label="Toggle row"
|
|
2773
2781
|
>
|
|
2774
|
-
<span class="pf-v6-c-
|
|
2782
|
+
<span class="pf-v6-c-button__icon">
|
|
2775
2783
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2776
2784
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2777
2785
|
</div>
|
|
@@ -2890,10 +2898,12 @@ wrapperTag: div
|
|
|
2890
2898
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2891
2899
|
<button
|
|
2892
2900
|
class="pf-v6-c-button pf-m-plain"
|
|
2901
|
+
id&#x3D;&quot;expandable-demo-table-expandable-toggle-5&quot;
|
|
2893
2902
|
type="button"
|
|
2903
|
+
aria-labelledby="expandable-demo-table-node-5 expandable-demo-table-expandable-toggle-5"
|
|
2894
2904
|
aria-label="Toggle row"
|
|
2895
2905
|
>
|
|
2896
|
-
<span class="pf-v6-c-
|
|
2906
|
+
<span class="pf-v6-c-button__icon">
|
|
2897
2907
|
<div class="pf-v6-c-table__toggle-icon">
|
|
2898
2908
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2899
2909
|
</div>
|
|
@@ -2995,10 +3005,12 @@ wrapperTag: div
|
|
|
2995
3005
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2996
3006
|
<button
|
|
2997
3007
|
class="pf-v6-c-button pf-m-plain"
|
|
3008
|
+
id&#x3D;&quot;expandable-demo-table-expandable-toggle-7&quot;
|
|
2998
3009
|
type="button"
|
|
3010
|
+
aria-labelledby="expandable-demo-table-node-7 expandable-demo-table-expandable-toggle-7"
|
|
2999
3011
|
aria-label="Toggle row"
|
|
3000
3012
|
>
|
|
3001
|
-
<span class="pf-v6-c-
|
|
3013
|
+
<span class="pf-v6-c-button__icon">
|
|
3002
3014
|
<div class="pf-v6-c-table__toggle-icon">
|
|
3003
3015
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
3004
3016
|
</div>
|
|
@@ -3100,10 +3112,12 @@ wrapperTag: div
|
|
|
3100
3112
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
3101
3113
|
<button
|
|
3102
3114
|
class="pf-v6-c-button pf-m-plain"
|
|
3115
|
+
id&#x3D;&quot;expandable-demo-table-expandable-toggle-9&quot;
|
|
3103
3116
|
type="button"
|
|
3117
|
+
aria-labelledby="expandable-demo-table-node-9 expandable-demo-table-expandable-toggle-9"
|
|
3104
3118
|
aria-label="Toggle row"
|
|
3105
3119
|
>
|
|
3106
|
-
<span class="pf-v6-c-
|
|
3120
|
+
<span class="pf-v6-c-button__icon">
|
|
3107
3121
|
<div class="pf-v6-c-table__toggle-icon">
|
|
3108
3122
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
3109
3123
|
</div>
|
|
@@ -3232,7 +3246,7 @@ wrapperTag: div
|
|
|
3232
3246
|
disabled
|
|
3233
3247
|
aria-label="Go to first page"
|
|
3234
3248
|
>
|
|
3235
|
-
<span class="pf-v6-c-
|
|
3249
|
+
<span class="pf-v6-c-button__icon">
|
|
3236
3250
|
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
3237
3251
|
</span>
|
|
3238
3252
|
</button>
|
|
@@ -3244,7 +3258,7 @@ wrapperTag: div
|
|
|
3244
3258
|
disabled
|
|
3245
3259
|
aria-label="Go to previous page"
|
|
3246
3260
|
>
|
|
3247
|
-
<span class="pf-v6-c-
|
|
3261
|
+
<span class="pf-v6-c-button__icon">
|
|
3248
3262
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3249
3263
|
</span>
|
|
3250
3264
|
</button>
|
|
@@ -3267,7 +3281,7 @@ wrapperTag: div
|
|
|
3267
3281
|
type="button"
|
|
3268
3282
|
aria-label="Go to next page"
|
|
3269
3283
|
>
|
|
3270
|
-
<span class="pf-v6-c-
|
|
3284
|
+
<span class="pf-v6-c-button__icon">
|
|
3271
3285
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3272
3286
|
</span>
|
|
3273
3287
|
</button>
|
|
@@ -3276,9 +3290,10 @@ wrapperTag: div
|
|
|
3276
3290
|
<button
|
|
3277
3291
|
class="pf-v6-c-button pf-m-plain"
|
|
3278
3292
|
type="button"
|
|
3293
|
+
disabled
|
|
3279
3294
|
aria-label="Go to last page"
|
|
3280
3295
|
>
|
|
3281
|
-
<span class="pf-v6-c-
|
|
3296
|
+
<span class="pf-v6-c-button__icon">
|
|
3282
3297
|
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
3283
3298
|
</span>
|
|
3284
3299
|
</button>
|
|
@@ -3309,7 +3324,7 @@ wrapperTag: div
|
|
|
3309
3324
|
type="button"
|
|
3310
3325
|
aria-label="Global navigation"
|
|
3311
3326
|
>
|
|
3312
|
-
<span class="pf-v6-c-
|
|
3327
|
+
<span class="pf-v6-c-button__icon">
|
|
3313
3328
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
3314
3329
|
</span>
|
|
3315
3330
|
</button>
|
|
@@ -3719,7 +3734,7 @@ wrapperTag: div
|
|
|
3719
3734
|
type="button"
|
|
3720
3735
|
aria-label="Sort"
|
|
3721
3736
|
>
|
|
3722
|
-
<span class="pf-v6-c-
|
|
3737
|
+
<span class="pf-v6-c-button__icon">
|
|
3723
3738
|
<i
|
|
3724
3739
|
class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
|
|
3725
3740
|
aria-hidden="true"
|
|
@@ -3760,7 +3775,7 @@ wrapperTag: div
|
|
|
3760
3775
|
disabled
|
|
3761
3776
|
aria-label="Go to previous page"
|
|
3762
3777
|
>
|
|
3763
|
-
<span class="pf-v6-c-
|
|
3778
|
+
<span class="pf-v6-c-button__icon">
|
|
3764
3779
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
3765
3780
|
</span>
|
|
3766
3781
|
</button>
|
|
@@ -3771,7 +3786,7 @@ wrapperTag: div
|
|
|
3771
3786
|
type="button"
|
|
3772
3787
|
aria-label="Go to next page"
|
|
3773
3788
|
>
|
|
3774
|
-
<span class="pf-v6-c-
|
|
3789
|
+
<span class="pf-v6-c-button__icon">
|
|
3775
3790
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3776
3791
|
</span>
|
|
3777
3792
|
</button>
|
|
@@ -4150,7 +4165,7 @@ wrapperTag: div
|
|
|
4150
4165
|
disabled
|
|
4151
4166
|
aria-label="Go to first page"
|
|
4152
4167
|
>
|
|
4153
|
-
<span class="pf-v6-c-
|
|
4168
|
+
<span class="pf-v6-c-button__icon">
|
|
4154
4169
|
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
4155
4170
|
</span>
|
|
4156
4171
|
</button>
|
|
@@ -4162,7 +4177,7 @@ wrapperTag: div
|
|
|
4162
4177
|
disabled
|
|
4163
4178
|
aria-label="Go to previous page"
|
|
4164
4179
|
>
|
|
4165
|
-
<span class="pf-v6-c-
|
|
4180
|
+
<span class="pf-v6-c-button__icon">
|
|
4166
4181
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
4167
4182
|
</span>
|
|
4168
4183
|
</button>
|
|
@@ -4185,7 +4200,7 @@ wrapperTag: div
|
|
|
4185
4200
|
type="button"
|
|
4186
4201
|
aria-label="Go to next page"
|
|
4187
4202
|
>
|
|
4188
|
-
<span class="pf-v6-c-
|
|
4203
|
+
<span class="pf-v6-c-button__icon">
|
|
4189
4204
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
4190
4205
|
</span>
|
|
4191
4206
|
</button>
|
|
@@ -4194,9 +4209,10 @@ wrapperTag: div
|
|
|
4194
4209
|
<button
|
|
4195
4210
|
class="pf-v6-c-button pf-m-plain"
|
|
4196
4211
|
type="button"
|
|
4212
|
+
disabled
|
|
4197
4213
|
aria-label="Go to last page"
|
|
4198
4214
|
>
|
|
4199
|
-
<span class="pf-v6-c-
|
|
4215
|
+
<span class="pf-v6-c-button__icon">
|
|
4200
4216
|
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
4201
4217
|
</span>
|
|
4202
4218
|
</button>
|
|
@@ -4230,7 +4246,7 @@ wrapperTag: div
|
|
|
4230
4246
|
type="button"
|
|
4231
4247
|
aria-label="Global navigation"
|
|
4232
4248
|
>
|
|
4233
|
-
<span class="pf-v6-c-
|
|
4249
|
+
<span class="pf-v6-c-button__icon">
|
|
4234
4250
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
4235
4251
|
</span>
|
|
4236
4252
|
</button>
|
|
@@ -4640,7 +4656,7 @@ wrapperTag: div
|
|
|
4640
4656
|
type="button"
|
|
4641
4657
|
aria-label="Sort"
|
|
4642
4658
|
>
|
|
4643
|
-
<span class="pf-v6-c-
|
|
4659
|
+
<span class="pf-v6-c-button__icon">
|
|
4644
4660
|
<i
|
|
4645
4661
|
class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
|
|
4646
4662
|
aria-hidden="true"
|
|
@@ -4681,7 +4697,7 @@ wrapperTag: div
|
|
|
4681
4697
|
disabled
|
|
4682
4698
|
aria-label="Go to previous page"
|
|
4683
4699
|
>
|
|
4684
|
-
<span class="pf-v6-c-
|
|
4700
|
+
<span class="pf-v6-c-button__icon">
|
|
4685
4701
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
4686
4702
|
</span>
|
|
4687
4703
|
</button>
|
|
@@ -4692,7 +4708,7 @@ wrapperTag: div
|
|
|
4692
4708
|
type="button"
|
|
4693
4709
|
aria-label="Go to next page"
|
|
4694
4710
|
>
|
|
4695
|
-
<span class="pf-v6-c-
|
|
4711
|
+
<span class="pf-v6-c-button__icon">
|
|
4696
4712
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
4697
4713
|
</span>
|
|
4698
4714
|
</button>
|
|
@@ -7115,7 +7131,7 @@ wrapperTag: div
|
|
|
7115
7131
|
disabled
|
|
7116
7132
|
aria-label="Go to first page"
|
|
7117
7133
|
>
|
|
7118
|
-
<span class="pf-v6-c-
|
|
7134
|
+
<span class="pf-v6-c-button__icon">
|
|
7119
7135
|
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
7120
7136
|
</span>
|
|
7121
7137
|
</button>
|
|
@@ -7127,7 +7143,7 @@ wrapperTag: div
|
|
|
7127
7143
|
disabled
|
|
7128
7144
|
aria-label="Go to previous page"
|
|
7129
7145
|
>
|
|
7130
|
-
<span class="pf-v6-c-
|
|
7146
|
+
<span class="pf-v6-c-button__icon">
|
|
7131
7147
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
7132
7148
|
</span>
|
|
7133
7149
|
</button>
|
|
@@ -7150,7 +7166,7 @@ wrapperTag: div
|
|
|
7150
7166
|
type="button"
|
|
7151
7167
|
aria-label="Go to next page"
|
|
7152
7168
|
>
|
|
7153
|
-
<span class="pf-v6-c-
|
|
7169
|
+
<span class="pf-v6-c-button__icon">
|
|
7154
7170
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
7155
7171
|
</span>
|
|
7156
7172
|
</button>
|
|
@@ -7159,9 +7175,10 @@ wrapperTag: div
|
|
|
7159
7175
|
<button
|
|
7160
7176
|
class="pf-v6-c-button pf-m-plain"
|
|
7161
7177
|
type="button"
|
|
7178
|
+
disabled
|
|
7162
7179
|
aria-label="Go to last page"
|
|
7163
7180
|
>
|
|
7164
|
-
<span class="pf-v6-c-
|
|
7181
|
+
<span class="pf-v6-c-button__icon">
|
|
7165
7182
|
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
7166
7183
|
</span>
|
|
7167
7184
|
</button>
|
|
@@ -7195,7 +7212,7 @@ wrapperTag: div
|
|
|
7195
7212
|
type="button"
|
|
7196
7213
|
aria-label="Global navigation"
|
|
7197
7214
|
>
|
|
7198
|
-
<span class="pf-v6-c-
|
|
7215
|
+
<span class="pf-v6-c-button__icon">
|
|
7199
7216
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
7200
7217
|
</span>
|
|
7201
7218
|
</button>
|
|
@@ -7582,7 +7599,7 @@ wrapperTag: div
|
|
|
7582
7599
|
type="button"
|
|
7583
7600
|
aria-label="Global navigation"
|
|
7584
7601
|
>
|
|
7585
|
-
<span class="pf-v6-c-
|
|
7602
|
+
<span class="pf-v6-c-button__icon">
|
|
7586
7603
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
7587
7604
|
</span>
|
|
7588
7605
|
</button>
|
|
@@ -7958,7 +7975,7 @@ wrapperTag: div
|
|
|
7958
7975
|
type="button"
|
|
7959
7976
|
aria-label="Global navigation"
|
|
7960
7977
|
>
|
|
7961
|
-
<span class="pf-v6-c-
|
|
7978
|
+
<span class="pf-v6-c-button__icon">
|
|
7962
7979
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
7963
7980
|
</span>
|
|
7964
7981
|
</button>
|
|
@@ -8371,7 +8388,7 @@ wrapperTag: div
|
|
|
8371
8388
|
type="button"
|
|
8372
8389
|
aria-label="Sort"
|
|
8373
8390
|
>
|
|
8374
|
-
<span class="pf-v6-c-
|
|
8391
|
+
<span class="pf-v6-c-button__icon">
|
|
8375
8392
|
<i
|
|
8376
8393
|
class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
|
|
8377
8394
|
aria-hidden="true"
|
|
@@ -8412,7 +8429,7 @@ wrapperTag: div
|
|
|
8412
8429
|
disabled
|
|
8413
8430
|
aria-label="Go to previous page"
|
|
8414
8431
|
>
|
|
8415
|
-
<span class="pf-v6-c-
|
|
8432
|
+
<span class="pf-v6-c-button__icon">
|
|
8416
8433
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
8417
8434
|
</span>
|
|
8418
8435
|
</button>
|
|
@@ -8423,7 +8440,7 @@ wrapperTag: div
|
|
|
8423
8440
|
type="button"
|
|
8424
8441
|
aria-label="Go to next page"
|
|
8425
8442
|
>
|
|
8426
|
-
<span class="pf-v6-c-
|
|
8443
|
+
<span class="pf-v6-c-button__icon">
|
|
8427
8444
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
8428
8445
|
</span>
|
|
8429
8446
|
</button>
|
|
@@ -8884,7 +8901,7 @@ wrapperTag: div
|
|
|
8884
8901
|
disabled
|
|
8885
8902
|
aria-label="Go to first page"
|
|
8886
8903
|
>
|
|
8887
|
-
<span class="pf-v6-c-
|
|
8904
|
+
<span class="pf-v6-c-button__icon">
|
|
8888
8905
|
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
8889
8906
|
</span>
|
|
8890
8907
|
</button>
|
|
@@ -8896,7 +8913,7 @@ wrapperTag: div
|
|
|
8896
8913
|
disabled
|
|
8897
8914
|
aria-label="Go to previous page"
|
|
8898
8915
|
>
|
|
8899
|
-
<span class="pf-v6-c-
|
|
8916
|
+
<span class="pf-v6-c-button__icon">
|
|
8900
8917
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
8901
8918
|
</span>
|
|
8902
8919
|
</button>
|
|
@@ -8919,7 +8936,7 @@ wrapperTag: div
|
|
|
8919
8936
|
type="button"
|
|
8920
8937
|
aria-label="Go to next page"
|
|
8921
8938
|
>
|
|
8922
|
-
<span class="pf-v6-c-
|
|
8939
|
+
<span class="pf-v6-c-button__icon">
|
|
8923
8940
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
8924
8941
|
</span>
|
|
8925
8942
|
</button>
|
|
@@ -8928,9 +8945,10 @@ wrapperTag: div
|
|
|
8928
8945
|
<button
|
|
8929
8946
|
class="pf-v6-c-button pf-m-plain"
|
|
8930
8947
|
type="button"
|
|
8948
|
+
disabled
|
|
8931
8949
|
aria-label="Go to last page"
|
|
8932
8950
|
>
|
|
8933
|
-
<span class="pf-v6-c-
|
|
8951
|
+
<span class="pf-v6-c-button__icon">
|
|
8934
8952
|
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
8935
8953
|
</span>
|
|
8936
8954
|
</button>
|
|
@@ -8964,7 +8982,7 @@ wrapperTag: div
|
|
|
8964
8982
|
type="button"
|
|
8965
8983
|
aria-label="Global navigation"
|
|
8966
8984
|
>
|
|
8967
|
-
<span class="pf-v6-c-
|
|
8985
|
+
<span class="pf-v6-c-button__icon">
|
|
8968
8986
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
8969
8987
|
</span>
|
|
8970
8988
|
</button>
|
|
@@ -9374,7 +9392,7 @@ wrapperTag: div
|
|
|
9374
9392
|
type="button"
|
|
9375
9393
|
aria-label="Sort"
|
|
9376
9394
|
>
|
|
9377
|
-
<span class="pf-v6-c-
|
|
9395
|
+
<span class="pf-v6-c-button__icon">
|
|
9378
9396
|
<i
|
|
9379
9397
|
class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
|
|
9380
9398
|
aria-hidden="true"
|
|
@@ -9415,7 +9433,7 @@ wrapperTag: div
|
|
|
9415
9433
|
disabled
|
|
9416
9434
|
aria-label="Go to previous page"
|
|
9417
9435
|
>
|
|
9418
|
-
<span class="pf-v6-c-
|
|
9436
|
+
<span class="pf-v6-c-button__icon">
|
|
9419
9437
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
9420
9438
|
</span>
|
|
9421
9439
|
</button>
|
|
@@ -9426,7 +9444,7 @@ wrapperTag: div
|
|
|
9426
9444
|
type="button"
|
|
9427
9445
|
aria-label="Go to next page"
|
|
9428
9446
|
>
|
|
9429
|
-
<span class="pf-v6-c-
|
|
9447
|
+
<span class="pf-v6-c-button__icon">
|
|
9430
9448
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
9431
9449
|
</span>
|
|
9432
9450
|
</button>
|
|
@@ -9879,7 +9897,7 @@ wrapperTag: div
|
|
|
9879
9897
|
type="button"
|
|
9880
9898
|
aria-label="Close"
|
|
9881
9899
|
>
|
|
9882
|
-
<span class="pf-v6-c-
|
|
9900
|
+
<span class="pf-v6-c-button__icon">
|
|
9883
9901
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
9884
9902
|
</span>
|
|
9885
9903
|
</button>
|
|
@@ -9889,7 +9907,7 @@ wrapperTag: div
|
|
|
9889
9907
|
<div class="pf-v6-c-modal-box__description">
|
|
9890
9908
|
<div class="pf-v6-c-content">
|
|
9891
9909
|
<p>Selected categories will be displayed in the table.</p>
|
|
9892
|
-
<button class="pf-v6-c-button pf-m-
|
|
9910
|
+
<button class="pf-v6-c-button pf-m-inline pf-m-link" type="button">
|
|
9893
9911
|
<span class="pf-v6-c-button__text">Select all</span>
|
|
9894
9912
|
</button>
|
|
9895
9913
|
</div>
|
|
@@ -10111,7 +10129,7 @@ wrapperTag: div
|
|
|
10111
10129
|
type="button"
|
|
10112
10130
|
aria-label="Global navigation"
|
|
10113
10131
|
>
|
|
10114
|
-
<span class="pf-v6-c-
|
|
10132
|
+
<span class="pf-v6-c-button__icon">
|
|
10115
10133
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
10116
10134
|
</span>
|
|
10117
10135
|
</button>
|
|
@@ -10521,7 +10539,7 @@ wrapperTag: div
|
|
|
10521
10539
|
type="button"
|
|
10522
10540
|
aria-label="Sort"
|
|
10523
10541
|
>
|
|
10524
|
-
<span class="pf-v6-c-
|
|
10542
|
+
<span class="pf-v6-c-button__icon">
|
|
10525
10543
|
<i
|
|
10526
10544
|
class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
|
|
10527
10545
|
aria-hidden="true"
|
|
@@ -10562,7 +10580,7 @@ wrapperTag: div
|
|
|
10562
10580
|
disabled
|
|
10563
10581
|
aria-label="Go to previous page"
|
|
10564
10582
|
>
|
|
10565
|
-
<span class="pf-v6-c-
|
|
10583
|
+
<span class="pf-v6-c-button__icon">
|
|
10566
10584
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
10567
10585
|
</span>
|
|
10568
10586
|
</button>
|
|
@@ -10573,7 +10591,7 @@ wrapperTag: div
|
|
|
10573
10591
|
type="button"
|
|
10574
10592
|
aria-label="Go to next page"
|
|
10575
10593
|
>
|
|
10576
|
-
<span class="pf-v6-c-
|
|
10594
|
+
<span class="pf-v6-c-button__icon">
|
|
10577
10595
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
10578
10596
|
</span>
|
|
10579
10597
|
</button>
|
|
@@ -11034,7 +11052,7 @@ wrapperTag: div
|
|
|
11034
11052
|
disabled
|
|
11035
11053
|
aria-label="Go to first page"
|
|
11036
11054
|
>
|
|
11037
|
-
<span class="pf-v6-c-
|
|
11055
|
+
<span class="pf-v6-c-button__icon">
|
|
11038
11056
|
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
11039
11057
|
</span>
|
|
11040
11058
|
</button>
|
|
@@ -11046,7 +11064,7 @@ wrapperTag: div
|
|
|
11046
11064
|
disabled
|
|
11047
11065
|
aria-label="Go to previous page"
|
|
11048
11066
|
>
|
|
11049
|
-
<span class="pf-v6-c-
|
|
11067
|
+
<span class="pf-v6-c-button__icon">
|
|
11050
11068
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
11051
11069
|
</span>
|
|
11052
11070
|
</button>
|
|
@@ -11069,7 +11087,7 @@ wrapperTag: div
|
|
|
11069
11087
|
type="button"
|
|
11070
11088
|
aria-label="Go to next page"
|
|
11071
11089
|
>
|
|
11072
|
-
<span class="pf-v6-c-
|
|
11090
|
+
<span class="pf-v6-c-button__icon">
|
|
11073
11091
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
11074
11092
|
</span>
|
|
11075
11093
|
</button>
|
|
@@ -11078,9 +11096,10 @@ wrapperTag: div
|
|
|
11078
11096
|
<button
|
|
11079
11097
|
class="pf-v6-c-button pf-m-plain"
|
|
11080
11098
|
type="button"
|
|
11099
|
+
disabled
|
|
11081
11100
|
aria-label="Go to last page"
|
|
11082
11101
|
>
|
|
11083
|
-
<span class="pf-v6-c-
|
|
11102
|
+
<span class="pf-v6-c-button__icon">
|
|
11084
11103
|
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
11085
11104
|
</span>
|
|
11086
11105
|
</button>
|
|
@@ -11114,7 +11133,7 @@ wrapperTag: div
|
|
|
11114
11133
|
type="button"
|
|
11115
11134
|
aria-label="Global navigation"
|
|
11116
11135
|
>
|
|
11117
|
-
<span class="pf-v6-c-
|
|
11136
|
+
<span class="pf-v6-c-button__icon">
|
|
11118
11137
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
11119
11138
|
</span>
|
|
11120
11139
|
</button>
|
|
@@ -11494,7 +11513,7 @@ wrapperTag: div
|
|
|
11494
11513
|
type="button"
|
|
11495
11514
|
aria-label="Sort"
|
|
11496
11515
|
>
|
|
11497
|
-
<span class="pf-v6-c-
|
|
11516
|
+
<span class="pf-v6-c-button__icon">
|
|
11498
11517
|
<i
|
|
11499
11518
|
class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
|
|
11500
11519
|
aria-hidden="true"
|
|
@@ -11570,7 +11589,7 @@ wrapperTag: div
|
|
|
11570
11589
|
disabled
|
|
11571
11590
|
aria-label="Go to previous page"
|
|
11572
11591
|
>
|
|
11573
|
-
<span class="pf-v6-c-
|
|
11592
|
+
<span class="pf-v6-c-button__icon">
|
|
11574
11593
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
11575
11594
|
</span>
|
|
11576
11595
|
</button>
|
|
@@ -11581,7 +11600,7 @@ wrapperTag: div
|
|
|
11581
11600
|
type="button"
|
|
11582
11601
|
aria-label="Go to next page"
|
|
11583
11602
|
>
|
|
11584
|
-
<span class="pf-v6-c-
|
|
11603
|
+
<span class="pf-v6-c-button__icon">
|
|
11585
11604
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
11586
11605
|
</span>
|
|
11587
11606
|
</button>
|
|
@@ -12184,7 +12203,7 @@ wrapperTag: div
|
|
|
12184
12203
|
disabled
|
|
12185
12204
|
aria-label="Go to first page"
|
|
12186
12205
|
>
|
|
12187
|
-
<span class="pf-v6-c-
|
|
12206
|
+
<span class="pf-v6-c-button__icon">
|
|
12188
12207
|
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
12189
12208
|
</span>
|
|
12190
12209
|
</button>
|
|
@@ -12196,7 +12215,7 @@ wrapperTag: div
|
|
|
12196
12215
|
disabled
|
|
12197
12216
|
aria-label="Go to previous page"
|
|
12198
12217
|
>
|
|
12199
|
-
<span class="pf-v6-c-
|
|
12218
|
+
<span class="pf-v6-c-button__icon">
|
|
12200
12219
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
12201
12220
|
</span>
|
|
12202
12221
|
</button>
|
|
@@ -12219,7 +12238,7 @@ wrapperTag: div
|
|
|
12219
12238
|
type="button"
|
|
12220
12239
|
aria-label="Go to next page"
|
|
12221
12240
|
>
|
|
12222
|
-
<span class="pf-v6-c-
|
|
12241
|
+
<span class="pf-v6-c-button__icon">
|
|
12223
12242
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
12224
12243
|
</span>
|
|
12225
12244
|
</button>
|
|
@@ -12228,9 +12247,10 @@ wrapperTag: div
|
|
|
12228
12247
|
<button
|
|
12229
12248
|
class="pf-v6-c-button pf-m-plain"
|
|
12230
12249
|
type="button"
|
|
12250
|
+
disabled
|
|
12231
12251
|
aria-label="Go to last page"
|
|
12232
12252
|
>
|
|
12233
|
-
<span class="pf-v6-c-
|
|
12253
|
+
<span class="pf-v6-c-button__icon">
|
|
12234
12254
|
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
12235
12255
|
</span>
|
|
12236
12256
|
</button>
|
|
@@ -12265,7 +12285,7 @@ wrapperTag: div
|
|
|
12265
12285
|
type="button"
|
|
12266
12286
|
aria-label="Global navigation"
|
|
12267
12287
|
>
|
|
12268
|
-
<span class="pf-v6-c-
|
|
12288
|
+
<span class="pf-v6-c-button__icon">
|
|
12269
12289
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
12270
12290
|
</span>
|
|
12271
12291
|
</button>
|
|
@@ -12648,7 +12668,7 @@ wrapperTag: div
|
|
|
12648
12668
|
type="button"
|
|
12649
12669
|
aria-label="Sort"
|
|
12650
12670
|
>
|
|
12651
|
-
<span class="pf-v6-c-
|
|
12671
|
+
<span class="pf-v6-c-button__icon">
|
|
12652
12672
|
<i
|
|
12653
12673
|
class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
|
|
12654
12674
|
aria-hidden="true"
|
|
@@ -12724,7 +12744,7 @@ wrapperTag: div
|
|
|
12724
12744
|
disabled
|
|
12725
12745
|
aria-label="Go to previous page"
|
|
12726
12746
|
>
|
|
12727
|
-
<span class="pf-v6-c-
|
|
12747
|
+
<span class="pf-v6-c-button__icon">
|
|
12728
12748
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
12729
12749
|
</span>
|
|
12730
12750
|
</button>
|
|
@@ -12735,7 +12755,7 @@ wrapperTag: div
|
|
|
12735
12755
|
type="button"
|
|
12736
12756
|
aria-label="Go to next page"
|
|
12737
12757
|
>
|
|
12738
|
-
<span class="pf-v6-c-
|
|
12758
|
+
<span class="pf-v6-c-button__icon">
|
|
12739
12759
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
12740
12760
|
</span>
|
|
12741
12761
|
</button>
|
|
@@ -13366,7 +13386,7 @@ wrapperTag: div
|
|
|
13366
13386
|
disabled
|
|
13367
13387
|
aria-label="Go to first page"
|
|
13368
13388
|
>
|
|
13369
|
-
<span class="pf-v6-c-
|
|
13389
|
+
<span class="pf-v6-c-button__icon">
|
|
13370
13390
|
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
13371
13391
|
</span>
|
|
13372
13392
|
</button>
|
|
@@ -13378,7 +13398,7 @@ wrapperTag: div
|
|
|
13378
13398
|
disabled
|
|
13379
13399
|
aria-label="Go to previous page"
|
|
13380
13400
|
>
|
|
13381
|
-
<span class="pf-v6-c-
|
|
13401
|
+
<span class="pf-v6-c-button__icon">
|
|
13382
13402
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
13383
13403
|
</span>
|
|
13384
13404
|
</button>
|
|
@@ -13401,7 +13421,7 @@ wrapperTag: div
|
|
|
13401
13421
|
type="button"
|
|
13402
13422
|
aria-label="Go to next page"
|
|
13403
13423
|
>
|
|
13404
|
-
<span class="pf-v6-c-
|
|
13424
|
+
<span class="pf-v6-c-button__icon">
|
|
13405
13425
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
13406
13426
|
</span>
|
|
13407
13427
|
</button>
|
|
@@ -13410,9 +13430,10 @@ wrapperTag: div
|
|
|
13410
13430
|
<button
|
|
13411
13431
|
class="pf-v6-c-button pf-m-plain"
|
|
13412
13432
|
type="button"
|
|
13433
|
+
disabled
|
|
13413
13434
|
aria-label="Go to last page"
|
|
13414
13435
|
>
|
|
13415
|
-
<span class="pf-v6-c-
|
|
13436
|
+
<span class="pf-v6-c-button__icon">
|
|
13416
13437
|
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
13417
13438
|
</span>
|
|
13418
13439
|
</button>
|
|
@@ -13450,7 +13471,7 @@ wrapperTag: div
|
|
|
13450
13471
|
type="button"
|
|
13451
13472
|
aria-label="Global navigation"
|
|
13452
13473
|
>
|
|
13453
|
-
<span class="pf-v6-c-
|
|
13474
|
+
<span class="pf-v6-c-button__icon">
|
|
13454
13475
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
13455
13476
|
</span>
|
|
13456
13477
|
</button>
|
|
@@ -13833,7 +13854,7 @@ wrapperTag: div
|
|
|
13833
13854
|
type="button"
|
|
13834
13855
|
aria-label="Sort"
|
|
13835
13856
|
>
|
|
13836
|
-
<span class="pf-v6-c-
|
|
13857
|
+
<span class="pf-v6-c-button__icon">
|
|
13837
13858
|
<i
|
|
13838
13859
|
class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
|
|
13839
13860
|
aria-hidden="true"
|
|
@@ -13909,7 +13930,7 @@ wrapperTag: div
|
|
|
13909
13930
|
disabled
|
|
13910
13931
|
aria-label="Go to previous page"
|
|
13911
13932
|
>
|
|
13912
|
-
<span class="pf-v6-c-
|
|
13933
|
+
<span class="pf-v6-c-button__icon">
|
|
13913
13934
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
13914
13935
|
</span>
|
|
13915
13936
|
</button>
|
|
@@ -13920,7 +13941,7 @@ wrapperTag: div
|
|
|
13920
13941
|
type="button"
|
|
13921
13942
|
aria-label="Go to next page"
|
|
13922
13943
|
>
|
|
13923
|
-
<span class="pf-v6-c-
|
|
13944
|
+
<span class="pf-v6-c-button__icon">
|
|
13924
13945
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
13925
13946
|
</span>
|
|
13926
13947
|
</button>
|
|
@@ -14551,7 +14572,7 @@ wrapperTag: div
|
|
|
14551
14572
|
disabled
|
|
14552
14573
|
aria-label="Go to first page"
|
|
14553
14574
|
>
|
|
14554
|
-
<span class="pf-v6-c-
|
|
14575
|
+
<span class="pf-v6-c-button__icon">
|
|
14555
14576
|
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
14556
14577
|
</span>
|
|
14557
14578
|
</button>
|
|
@@ -14563,7 +14584,7 @@ wrapperTag: div
|
|
|
14563
14584
|
disabled
|
|
14564
14585
|
aria-label="Go to previous page"
|
|
14565
14586
|
>
|
|
14566
|
-
<span class="pf-v6-c-
|
|
14587
|
+
<span class="pf-v6-c-button__icon">
|
|
14567
14588
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
14568
14589
|
</span>
|
|
14569
14590
|
</button>
|
|
@@ -14586,7 +14607,7 @@ wrapperTag: div
|
|
|
14586
14607
|
type="button"
|
|
14587
14608
|
aria-label="Go to next page"
|
|
14588
14609
|
>
|
|
14589
|
-
<span class="pf-v6-c-
|
|
14610
|
+
<span class="pf-v6-c-button__icon">
|
|
14590
14611
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
14591
14612
|
</span>
|
|
14592
14613
|
</button>
|
|
@@ -14595,9 +14616,10 @@ wrapperTag: div
|
|
|
14595
14616
|
<button
|
|
14596
14617
|
class="pf-v6-c-button pf-m-plain"
|
|
14597
14618
|
type="button"
|
|
14619
|
+
disabled
|
|
14598
14620
|
aria-label="Go to last page"
|
|
14599
14621
|
>
|
|
14600
|
-
<span class="pf-v6-c-
|
|
14622
|
+
<span class="pf-v6-c-button__icon">
|
|
14601
14623
|
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
14602
14624
|
</span>
|
|
14603
14625
|
</button>
|
|
@@ -14635,7 +14657,7 @@ wrapperTag: div
|
|
|
14635
14657
|
type="button"
|
|
14636
14658
|
aria-label="Global navigation"
|
|
14637
14659
|
>
|
|
14638
|
-
<span class="pf-v6-c-
|
|
14660
|
+
<span class="pf-v6-c-button__icon">
|
|
14639
14661
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
14640
14662
|
</span>
|
|
14641
14663
|
</button>
|
|
@@ -15018,7 +15040,7 @@ wrapperTag: div
|
|
|
15018
15040
|
type="button"
|
|
15019
15041
|
aria-label="Sort"
|
|
15020
15042
|
>
|
|
15021
|
-
<span class="pf-v6-c-
|
|
15043
|
+
<span class="pf-v6-c-button__icon">
|
|
15022
15044
|
<i
|
|
15023
15045
|
class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
|
|
15024
15046
|
aria-hidden="true"
|
|
@@ -15094,7 +15116,7 @@ wrapperTag: div
|
|
|
15094
15116
|
disabled
|
|
15095
15117
|
aria-label="Go to previous page"
|
|
15096
15118
|
>
|
|
15097
|
-
<span class="pf-v6-c-
|
|
15119
|
+
<span class="pf-v6-c-button__icon">
|
|
15098
15120
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
15099
15121
|
</span>
|
|
15100
15122
|
</button>
|
|
@@ -15105,7 +15127,7 @@ wrapperTag: div
|
|
|
15105
15127
|
type="button"
|
|
15106
15128
|
aria-label="Go to next page"
|
|
15107
15129
|
>
|
|
15108
|
-
<span class="pf-v6-c-
|
|
15130
|
+
<span class="pf-v6-c-button__icon">
|
|
15109
15131
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
15110
15132
|
</span>
|
|
15111
15133
|
</button>
|
|
@@ -15699,7 +15721,7 @@ wrapperTag: div
|
|
|
15699
15721
|
disabled
|
|
15700
15722
|
aria-label="Go to first page"
|
|
15701
15723
|
>
|
|
15702
|
-
<span class="pf-v6-c-
|
|
15724
|
+
<span class="pf-v6-c-button__icon">
|
|
15703
15725
|
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
15704
15726
|
</span>
|
|
15705
15727
|
</button>
|
|
@@ -15711,7 +15733,7 @@ wrapperTag: div
|
|
|
15711
15733
|
disabled
|
|
15712
15734
|
aria-label="Go to previous page"
|
|
15713
15735
|
>
|
|
15714
|
-
<span class="pf-v6-c-
|
|
15736
|
+
<span class="pf-v6-c-button__icon">
|
|
15715
15737
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
15716
15738
|
</span>
|
|
15717
15739
|
</button>
|
|
@@ -15734,7 +15756,7 @@ wrapperTag: div
|
|
|
15734
15756
|
type="button"
|
|
15735
15757
|
aria-label="Go to next page"
|
|
15736
15758
|
>
|
|
15737
|
-
<span class="pf-v6-c-
|
|
15759
|
+
<span class="pf-v6-c-button__icon">
|
|
15738
15760
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
15739
15761
|
</span>
|
|
15740
15762
|
</button>
|
|
@@ -15743,9 +15765,10 @@ wrapperTag: div
|
|
|
15743
15765
|
<button
|
|
15744
15766
|
class="pf-v6-c-button pf-m-plain"
|
|
15745
15767
|
type="button"
|
|
15768
|
+
disabled
|
|
15746
15769
|
aria-label="Go to last page"
|
|
15747
15770
|
>
|
|
15748
|
-
<span class="pf-v6-c-
|
|
15771
|
+
<span class="pf-v6-c-button__icon">
|
|
15749
15772
|
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
15750
15773
|
</span>
|
|
15751
15774
|
</button>
|
|
@@ -15782,7 +15805,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
15782
15805
|
type="button"
|
|
15783
15806
|
aria-label="Global navigation"
|
|
15784
15807
|
>
|
|
15785
|
-
<span class="pf-v6-c-
|
|
15808
|
+
<span class="pf-v6-c-button__icon">
|
|
15786
15809
|
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
15787
15810
|
</span>
|
|
15788
15811
|
</button>
|
|
@@ -16099,11 +16122,8 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
16099
16122
|
type="button"
|
|
16100
16123
|
aria-label="aria-label="More info""
|
|
16101
16124
|
>
|
|
16102
|
-
<span class="pf-v6-c-
|
|
16103
|
-
<i
|
|
16104
|
-
class="pf-v6-pficon pf-v6-pficon-help"
|
|
16105
|
-
aria-hidden="true"
|
|
16106
|
-
></i>
|
|
16125
|
+
<span class="pf-v6-c-button__icon">
|
|
16126
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
16107
16127
|
</span>
|
|
16108
16128
|
</button>
|
|
16109
16129
|
</span>
|
|
@@ -16145,11 +16165,8 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
16145
16165
|
type="button"
|
|
16146
16166
|
aria-label="aria-label="More info""
|
|
16147
16167
|
>
|
|
16148
|
-
<span class="pf-v6-c-
|
|
16149
|
-
<i
|
|
16150
|
-
class="pf-v6-pficon pf-v6-pficon-help"
|
|
16151
|
-
aria-hidden="true"
|
|
16152
|
-
></i>
|
|
16168
|
+
<span class="pf-v6-c-button__icon">
|
|
16169
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
16153
16170
|
</span>
|
|
16154
16171
|
</button>
|
|
16155
16172
|
</span>
|