@patternfly/patternfly 6.0.0-alpha.30 → 6.0.0-alpha.32
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/HelperText/helper-text.css +28 -34
- package/components/HelperText/helper-text.scss +30 -40
- package/components/Pagination/pagination.css +61 -121
- package/components/Pagination/pagination.scss +48 -127
- package/docs/components/Pagination/examples/Pagination.md +663 -637
- package/docs/components/Toolbar/examples/Toolbar.md +102 -100
- package/docs/demos/CardView/examples/CardView.md +102 -98
- package/docs/demos/DataList/examples/DataList.md +408 -392
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +319 -299
- package/docs/demos/Table/examples/Table.md +1239 -1193
- package/docs/demos/Toolbar/examples/Toolbar.md +408 -392
- package/package.json +1 -1
- package/patternfly-no-globals.css +89 -163
- package/patternfly-theme-dark-unversioned.css +89 -163
- package/patternfly.css +89 -163
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/HelperText/themes/dark/helper-text.scss +0 -7
- package/components/Pagination/themes/dark/pagination.scss +0 -7
|
@@ -631,57 +631,59 @@ wrapperTag: div
|
|
|
631
631
|
|
|
632
632
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
633
633
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
634
|
-
<div class="pf-v5-c-
|
|
635
|
-
<
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
<
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
<
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
<
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
<
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
10 per page
|
|
670
|
-
<div
|
|
671
|
-
class="pf-v5-c-options-menu__menu-item-icon"
|
|
634
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
635
|
+
<div class="pf-v5-c-options-menu">
|
|
636
|
+
<button
|
|
637
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
638
|
+
type="button"
|
|
639
|
+
id="primary-detail-expanded-example-drawer-toolbar-top-pagination-toggle"
|
|
640
|
+
aria-haspopup="listbox"
|
|
641
|
+
aria-expanded="false"
|
|
642
|
+
>
|
|
643
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
644
|
+
<b>1 - 10</b> of
|
|
645
|
+
<b>36</b>
|
|
646
|
+
</span>
|
|
647
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
648
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
649
|
+
</div>
|
|
650
|
+
</button>
|
|
651
|
+
<ul
|
|
652
|
+
class="pf-v5-c-options-menu__menu"
|
|
653
|
+
role="menu"
|
|
654
|
+
aria-labelledby="primary-detail-expanded-example-drawer-toolbar-top-pagination-toggle"
|
|
655
|
+
hidden
|
|
656
|
+
>
|
|
657
|
+
<li role="none">
|
|
658
|
+
<button
|
|
659
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
660
|
+
type="button"
|
|
661
|
+
role="menuitem"
|
|
662
|
+
>5 per page</button>
|
|
663
|
+
</li>
|
|
664
|
+
<li role="none">
|
|
665
|
+
<button
|
|
666
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
667
|
+
type="button"
|
|
668
|
+
role="menuitem"
|
|
672
669
|
>
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
670
|
+
10 per page
|
|
671
|
+
<div
|
|
672
|
+
class="pf-v5-c-options-menu__menu-item-icon"
|
|
673
|
+
>
|
|
674
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
675
|
+
</div>
|
|
676
|
+
</button>
|
|
677
|
+
</li>
|
|
678
|
+
<li role="none">
|
|
679
|
+
<button
|
|
680
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
681
|
+
type="button"
|
|
682
|
+
role="menuitem"
|
|
683
|
+
>20 per page</button>
|
|
684
|
+
</li>
|
|
685
|
+
</ul>
|
|
686
|
+
</div>
|
|
685
687
|
</div>
|
|
686
688
|
<nav
|
|
687
689
|
class="pf-v5-c-pagination__nav"
|
|
@@ -1917,57 +1919,59 @@ wrapperTag: div
|
|
|
1917
1919
|
|
|
1918
1920
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
1919
1921
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
1920
|
-
<div class="pf-v5-c-
|
|
1921
|
-
<
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
<
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
<
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
<
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
<
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
10 per page
|
|
1956
|
-
<div
|
|
1957
|
-
class="pf-v5-c-options-menu__menu-item-icon"
|
|
1922
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
1923
|
+
<div class="pf-v5-c-options-menu">
|
|
1924
|
+
<button
|
|
1925
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1926
|
+
type="button"
|
|
1927
|
+
id="primary-detail-collapsed-example-drawer-toolbar-top-pagination-toggle"
|
|
1928
|
+
aria-haspopup="listbox"
|
|
1929
|
+
aria-expanded="false"
|
|
1930
|
+
>
|
|
1931
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
1932
|
+
<b>1 - 10</b> of
|
|
1933
|
+
<b>36</b>
|
|
1934
|
+
</span>
|
|
1935
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
1936
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1937
|
+
</div>
|
|
1938
|
+
</button>
|
|
1939
|
+
<ul
|
|
1940
|
+
class="pf-v5-c-options-menu__menu"
|
|
1941
|
+
role="menu"
|
|
1942
|
+
aria-labelledby="primary-detail-collapsed-example-drawer-toolbar-top-pagination-toggle"
|
|
1943
|
+
hidden
|
|
1944
|
+
>
|
|
1945
|
+
<li role="none">
|
|
1946
|
+
<button
|
|
1947
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1948
|
+
type="button"
|
|
1949
|
+
role="menuitem"
|
|
1950
|
+
>5 per page</button>
|
|
1951
|
+
</li>
|
|
1952
|
+
<li role="none">
|
|
1953
|
+
<button
|
|
1954
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1955
|
+
type="button"
|
|
1956
|
+
role="menuitem"
|
|
1958
1957
|
>
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1958
|
+
10 per page
|
|
1959
|
+
<div
|
|
1960
|
+
class="pf-v5-c-options-menu__menu-item-icon"
|
|
1961
|
+
>
|
|
1962
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1963
|
+
</div>
|
|
1964
|
+
</button>
|
|
1965
|
+
</li>
|
|
1966
|
+
<li role="none">
|
|
1967
|
+
<button
|
|
1968
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1969
|
+
type="button"
|
|
1970
|
+
role="menuitem"
|
|
1971
|
+
>20 per page</button>
|
|
1972
|
+
</li>
|
|
1973
|
+
</ul>
|
|
1974
|
+
</div>
|
|
1971
1975
|
</div>
|
|
1972
1976
|
<nav
|
|
1973
1977
|
class="pf-v5-c-pagination__nav"
|
|
@@ -3074,57 +3078,59 @@ wrapperTag: div
|
|
|
3074
3078
|
|
|
3075
3079
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
3076
3080
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
3077
|
-
<div class="pf-v5-c-
|
|
3078
|
-
<
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
<
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
<
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
<
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
<
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
<
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3081
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
3082
|
+
<div class="pf-v5-c-options-menu">
|
|
3083
|
+
<button
|
|
3084
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
3085
|
+
type="button"
|
|
3086
|
+
id="primary-detail-content-body-padding-example-drawer-toolbar-top-pagination-toggle"
|
|
3087
|
+
aria-haspopup="listbox"
|
|
3088
|
+
aria-expanded="false"
|
|
3089
|
+
>
|
|
3090
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
3091
|
+
<b>1 - 10</b> of
|
|
3092
|
+
<b>36</b>
|
|
3093
|
+
</span>
|
|
3094
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
3095
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3096
|
+
</div>
|
|
3097
|
+
</button>
|
|
3098
|
+
<ul
|
|
3099
|
+
class="pf-v5-c-options-menu__menu"
|
|
3100
|
+
role="menu"
|
|
3101
|
+
aria-labelledby="primary-detail-content-body-padding-example-drawer-toolbar-top-pagination-toggle"
|
|
3102
|
+
hidden
|
|
3103
|
+
>
|
|
3104
|
+
<li role="none">
|
|
3105
|
+
<button
|
|
3106
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3107
|
+
type="button"
|
|
3108
|
+
role="menuitem"
|
|
3109
|
+
>5 per page</button>
|
|
3110
|
+
</li>
|
|
3111
|
+
<li role="none">
|
|
3112
|
+
<button
|
|
3113
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3114
|
+
type="button"
|
|
3115
|
+
role="menuitem"
|
|
3116
|
+
>
|
|
3117
|
+
10 per page
|
|
3118
|
+
<div
|
|
3119
|
+
class="pf-v5-c-options-menu__menu-item-icon"
|
|
3120
|
+
>
|
|
3121
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
3122
|
+
</div>
|
|
3123
|
+
</button>
|
|
3124
|
+
</li>
|
|
3125
|
+
<li role="none">
|
|
3126
|
+
<button
|
|
3127
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3128
|
+
type="button"
|
|
3129
|
+
role="menuitem"
|
|
3130
|
+
>20 per page</button>
|
|
3131
|
+
</li>
|
|
3132
|
+
</ul>
|
|
3133
|
+
</div>
|
|
3128
3134
|
</div>
|
|
3129
3135
|
<nav
|
|
3130
3136
|
class="pf-v5-c-pagination__nav"
|
|
@@ -4116,55 +4122,57 @@ wrapperTag: div
|
|
|
4116
4122
|
|
|
4117
4123
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
4118
4124
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
4119
|
-
<div class="pf-v5-c-
|
|
4120
|
-
<
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
<
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
<
|
|
4133
|
-
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
<
|
|
4143
|
-
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
<
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
<
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
<
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4125
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
4126
|
+
<div class="pf-v5-c-options-menu">
|
|
4127
|
+
<button
|
|
4128
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
4129
|
+
type="button"
|
|
4130
|
+
id="primary-detail-card-view-expanded-example-drawer-toolbar-top-pagination-toggle"
|
|
4131
|
+
aria-haspopup="listbox"
|
|
4132
|
+
aria-expanded="false"
|
|
4133
|
+
>
|
|
4134
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
4135
|
+
<b>1 - 10</b> of
|
|
4136
|
+
<b>36</b>
|
|
4137
|
+
</span>
|
|
4138
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
4139
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
4140
|
+
</div>
|
|
4141
|
+
</button>
|
|
4142
|
+
<ul
|
|
4143
|
+
class="pf-v5-c-options-menu__menu"
|
|
4144
|
+
role="menu"
|
|
4145
|
+
aria-labelledby="primary-detail-card-view-expanded-example-drawer-toolbar-top-pagination-toggle"
|
|
4146
|
+
hidden
|
|
4147
|
+
>
|
|
4148
|
+
<li role="none">
|
|
4149
|
+
<button
|
|
4150
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4151
|
+
type="button"
|
|
4152
|
+
role="menuitem"
|
|
4153
|
+
>5 per page</button>
|
|
4154
|
+
</li>
|
|
4155
|
+
<li role="none">
|
|
4156
|
+
<button
|
|
4157
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4158
|
+
type="button"
|
|
4159
|
+
role="menuitem"
|
|
4160
|
+
>
|
|
4161
|
+
10 per page
|
|
4162
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
4163
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
4164
|
+
</div>
|
|
4165
|
+
</button>
|
|
4166
|
+
</li>
|
|
4167
|
+
<li role="none">
|
|
4168
|
+
<button
|
|
4169
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
4170
|
+
type="button"
|
|
4171
|
+
role="menuitem"
|
|
4172
|
+
>20 per page</button>
|
|
4173
|
+
</li>
|
|
4174
|
+
</ul>
|
|
4175
|
+
</div>
|
|
4168
4176
|
</div>
|
|
4169
4177
|
<nav
|
|
4170
4178
|
class="pf-v5-c-pagination__nav"
|
|
@@ -6045,57 +6053,65 @@ wrapperTag: div
|
|
|
6045
6053
|
<b>1 - 10</b> of
|
|
6046
6054
|
<b>37</b>
|
|
6047
6055
|
</div>
|
|
6048
|
-
<div class="pf-v5-c-
|
|
6049
|
-
<
|
|
6050
|
-
|
|
6051
|
-
|
|
6052
|
-
|
|
6053
|
-
|
|
6054
|
-
|
|
6055
|
-
|
|
6056
|
-
|
|
6057
|
-
<
|
|
6058
|
-
|
|
6059
|
-
|
|
6060
|
-
|
|
6061
|
-
<
|
|
6062
|
-
|
|
6063
|
-
|
|
6064
|
-
|
|
6065
|
-
|
|
6066
|
-
|
|
6067
|
-
|
|
6068
|
-
|
|
6069
|
-
|
|
6070
|
-
|
|
6071
|
-
|
|
6072
|
-
|
|
6073
|
-
|
|
6074
|
-
|
|
6075
|
-
|
|
6076
|
-
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
|
|
6081
|
-
|
|
6082
|
-
|
|
6083
|
-
|
|
6084
|
-
|
|
6085
|
-
|
|
6056
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
6057
|
+
<div class="pf-v5-c-options-menu">
|
|
6058
|
+
<button
|
|
6059
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
6060
|
+
type="button"
|
|
6061
|
+
id="primary-detail-card-data-list-example-drawer-toolbar-card-toolbar-pagination-options-menu-toggle"
|
|
6062
|
+
aria-haspopup="listbox"
|
|
6063
|
+
aria-expanded="false"
|
|
6064
|
+
>
|
|
6065
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
6066
|
+
<b>1 - 10</b> of
|
|
6067
|
+
<b>36</b>
|
|
6068
|
+
</span>
|
|
6069
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
6070
|
+
<i
|
|
6071
|
+
class="fas fa-caret-down"
|
|
6072
|
+
aria-hidden="true"
|
|
6073
|
+
></i>
|
|
6074
|
+
</div>
|
|
6075
|
+
</button>
|
|
6076
|
+
<ul
|
|
6077
|
+
class="pf-v5-c-options-menu__menu"
|
|
6078
|
+
role="menu"
|
|
6079
|
+
aria-labelledby="primary-detail-card-data-list-example-drawer-toolbar-card-toolbar-pagination-options-menu-toggle"
|
|
6080
|
+
hidden
|
|
6081
|
+
>
|
|
6082
|
+
<li role="none">
|
|
6083
|
+
<button
|
|
6084
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
6085
|
+
type="button"
|
|
6086
|
+
role="menuitem"
|
|
6087
|
+
>5 per page</button>
|
|
6088
|
+
</li>
|
|
6089
|
+
<li role="none">
|
|
6090
|
+
<button
|
|
6091
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
6092
|
+
type="button"
|
|
6093
|
+
role="menuitem"
|
|
6086
6094
|
>
|
|
6087
|
-
|
|
6088
|
-
|
|
6089
|
-
|
|
6090
|
-
|
|
6091
|
-
|
|
6092
|
-
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
|
|
6097
|
-
|
|
6098
|
-
|
|
6095
|
+
10 per page
|
|
6096
|
+
<div
|
|
6097
|
+
class="pf-v5-c-options-menu__menu-item-icon"
|
|
6098
|
+
>
|
|
6099
|
+
<i
|
|
6100
|
+
class="fas fa-check"
|
|
6101
|
+
aria-hidden="true"
|
|
6102
|
+
></i>
|
|
6103
|
+
</div>
|
|
6104
|
+
</button>
|
|
6105
|
+
</li>
|
|
6106
|
+
<li role="none">
|
|
6107
|
+
<button
|
|
6108
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
6109
|
+
type="button"
|
|
6110
|
+
role="menuitem"
|
|
6111
|
+
>20 per page</button>
|
|
6112
|
+
</li>
|
|
6113
|
+
</ul>
|
|
6114
|
+
</div>
|
|
6099
6115
|
</div>
|
|
6100
6116
|
</div>
|
|
6101
6117
|
</div>
|
|
@@ -6788,55 +6804,59 @@ wrapperTag: div
|
|
|
6788
6804
|
|
|
6789
6805
|
<div class="pf-v5-c-toolbar__item pf-m-pagination">
|
|
6790
6806
|
<div class="pf-v5-c-pagination pf-m-compact">
|
|
6791
|
-
<div class="pf-v5-c-
|
|
6792
|
-
<
|
|
6793
|
-
|
|
6794
|
-
|
|
6795
|
-
|
|
6796
|
-
|
|
6797
|
-
|
|
6798
|
-
|
|
6799
|
-
|
|
6800
|
-
<
|
|
6801
|
-
|
|
6802
|
-
|
|
6803
|
-
|
|
6804
|
-
<
|
|
6805
|
-
|
|
6806
|
-
|
|
6807
|
-
|
|
6808
|
-
|
|
6809
|
-
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
|
|
6813
|
-
|
|
6814
|
-
<
|
|
6815
|
-
|
|
6816
|
-
|
|
6817
|
-
|
|
6818
|
-
|
|
6819
|
-
|
|
6820
|
-
|
|
6821
|
-
<
|
|
6822
|
-
|
|
6823
|
-
|
|
6824
|
-
|
|
6825
|
-
|
|
6826
|
-
|
|
6827
|
-
|
|
6828
|
-
<
|
|
6829
|
-
|
|
6830
|
-
|
|
6831
|
-
|
|
6832
|
-
|
|
6833
|
-
|
|
6834
|
-
|
|
6835
|
-
|
|
6836
|
-
|
|
6837
|
-
|
|
6838
|
-
|
|
6839
|
-
|
|
6807
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
6808
|
+
<div class="pf-v5-c-options-menu">
|
|
6809
|
+
<button
|
|
6810
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
6811
|
+
type="button"
|
|
6812
|
+
id="primary-detail-inline-modifier-example-drawer-toolbar-top-pagination-toggle"
|
|
6813
|
+
aria-haspopup="listbox"
|
|
6814
|
+
aria-expanded="false"
|
|
6815
|
+
>
|
|
6816
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
6817
|
+
<b>1 - 10</b> of
|
|
6818
|
+
<b>36</b>
|
|
6819
|
+
</span>
|
|
6820
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
6821
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
6822
|
+
</div>
|
|
6823
|
+
</button>
|
|
6824
|
+
<ul
|
|
6825
|
+
class="pf-v5-c-options-menu__menu"
|
|
6826
|
+
role="menu"
|
|
6827
|
+
aria-labelledby="primary-detail-inline-modifier-example-drawer-toolbar-top-pagination-toggle"
|
|
6828
|
+
hidden
|
|
6829
|
+
>
|
|
6830
|
+
<li role="none">
|
|
6831
|
+
<button
|
|
6832
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
6833
|
+
type="button"
|
|
6834
|
+
role="menuitem"
|
|
6835
|
+
>5 per page</button>
|
|
6836
|
+
</li>
|
|
6837
|
+
<li role="none">
|
|
6838
|
+
<button
|
|
6839
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
6840
|
+
type="button"
|
|
6841
|
+
role="menuitem"
|
|
6842
|
+
>
|
|
6843
|
+
10 per page
|
|
6844
|
+
<div
|
|
6845
|
+
class="pf-v5-c-options-menu__menu-item-icon"
|
|
6846
|
+
>
|
|
6847
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
6848
|
+
</div>
|
|
6849
|
+
</button>
|
|
6850
|
+
</li>
|
|
6851
|
+
<li role="none">
|
|
6852
|
+
<button
|
|
6853
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
6854
|
+
type="button"
|
|
6855
|
+
role="menuitem"
|
|
6856
|
+
>20 per page</button>
|
|
6857
|
+
</li>
|
|
6858
|
+
</ul>
|
|
6859
|
+
</div>
|
|
6840
6860
|
</div>
|
|
6841
6861
|
<nav
|
|
6842
6862
|
class="pf-v5-c-pagination__nav"
|