@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
|
@@ -128,55 +128,57 @@ section: components
|
|
|
128
128
|
<div
|
|
129
129
|
class="pf-v5-c-pagination pf-m-compact pf-m-compact pf-m-hidden pf-m-visible-on-md"
|
|
130
130
|
>
|
|
131
|
-
<div class="pf-v5-c-
|
|
132
|
-
<
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
<
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
<
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
<
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
<
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
<
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
<
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
131
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
132
|
+
<div class="pf-v5-c-options-menu">
|
|
133
|
+
<button
|
|
134
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
135
|
+
type="button"
|
|
136
|
+
id="toolbar-attribute-value-search-filter-desktop-example-pagination-options-menu-toggle"
|
|
137
|
+
aria-haspopup="listbox"
|
|
138
|
+
aria-expanded="false"
|
|
139
|
+
>
|
|
140
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
141
|
+
<b>1 - 10</b> of
|
|
142
|
+
<b>36</b>
|
|
143
|
+
</span>
|
|
144
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
145
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
146
|
+
</div>
|
|
147
|
+
</button>
|
|
148
|
+
<ul
|
|
149
|
+
class="pf-v5-c-options-menu__menu"
|
|
150
|
+
role="menu"
|
|
151
|
+
aria-labelledby="toolbar-attribute-value-search-filter-desktop-example-pagination-options-menu-toggle"
|
|
152
|
+
hidden
|
|
153
|
+
>
|
|
154
|
+
<li role="none">
|
|
155
|
+
<button
|
|
156
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
157
|
+
type="button"
|
|
158
|
+
role="menuitem"
|
|
159
|
+
>5 per page</button>
|
|
160
|
+
</li>
|
|
161
|
+
<li role="none">
|
|
162
|
+
<button
|
|
163
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
164
|
+
type="button"
|
|
165
|
+
role="menuitem"
|
|
166
|
+
>
|
|
167
|
+
10 per page
|
|
168
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
169
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
170
|
+
</div>
|
|
171
|
+
</button>
|
|
172
|
+
</li>
|
|
173
|
+
<li role="none">
|
|
174
|
+
<button
|
|
175
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
176
|
+
type="button"
|
|
177
|
+
role="menuitem"
|
|
178
|
+
>20 per page</button>
|
|
179
|
+
</li>
|
|
180
|
+
</ul>
|
|
181
|
+
</div>
|
|
180
182
|
</div>
|
|
181
183
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
182
184
|
<div class="pf-v5-c-pagination__nav-control pf-m-prev">
|
|
@@ -1336,55 +1338,57 @@ section: components
|
|
|
1336
1338
|
<div
|
|
1337
1339
|
class="pf-v5-c-pagination pf-m-compact pf-m-compact pf-m-hidden pf-m-visible-on-md"
|
|
1338
1340
|
>
|
|
1339
|
-
<div class="pf-v5-c-
|
|
1340
|
-
<
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
<
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
<
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
<
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
<
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
<
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
<
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1341
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
1342
|
+
<div class="pf-v5-c-options-menu">
|
|
1343
|
+
<button
|
|
1344
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1345
|
+
type="button"
|
|
1346
|
+
id="toolbar-attribute-value-search-filter-mobile-example-pagination-options-menu-toggle"
|
|
1347
|
+
aria-haspopup="listbox"
|
|
1348
|
+
aria-expanded="false"
|
|
1349
|
+
>
|
|
1350
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
1351
|
+
<b>1 - 10</b> of
|
|
1352
|
+
<b>36</b>
|
|
1353
|
+
</span>
|
|
1354
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
1355
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1356
|
+
</div>
|
|
1357
|
+
</button>
|
|
1358
|
+
<ul
|
|
1359
|
+
class="pf-v5-c-options-menu__menu"
|
|
1360
|
+
role="menu"
|
|
1361
|
+
aria-labelledby="toolbar-attribute-value-search-filter-mobile-example-pagination-options-menu-toggle"
|
|
1362
|
+
hidden
|
|
1363
|
+
>
|
|
1364
|
+
<li role="none">
|
|
1365
|
+
<button
|
|
1366
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1367
|
+
type="button"
|
|
1368
|
+
role="menuitem"
|
|
1369
|
+
>5 per page</button>
|
|
1370
|
+
</li>
|
|
1371
|
+
<li role="none">
|
|
1372
|
+
<button
|
|
1373
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1374
|
+
type="button"
|
|
1375
|
+
role="menuitem"
|
|
1376
|
+
>
|
|
1377
|
+
10 per page
|
|
1378
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
1379
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1380
|
+
</div>
|
|
1381
|
+
</button>
|
|
1382
|
+
</li>
|
|
1383
|
+
<li role="none">
|
|
1384
|
+
<button
|
|
1385
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1386
|
+
type="button"
|
|
1387
|
+
role="menuitem"
|
|
1388
|
+
>20 per page</button>
|
|
1389
|
+
</li>
|
|
1390
|
+
</ul>
|
|
1391
|
+
</div>
|
|
1388
1392
|
</div>
|
|
1389
1393
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
1390
1394
|
<div class="pf-v5-c-pagination__nav-control pf-m-prev">
|
|
@@ -1641,55 +1645,57 @@ section: components
|
|
|
1641
1645
|
<div
|
|
1642
1646
|
class="pf-v5-c-pagination pf-m-compact pf-m-compact pf-m-hidden pf-m-visible-on-md"
|
|
1643
1647
|
>
|
|
1644
|
-
<div class="pf-v5-c-
|
|
1645
|
-
<
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
<
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
<
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
<
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
<
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
<
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
<
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1648
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
1649
|
+
<div class="pf-v5-c-options-menu">
|
|
1650
|
+
<button
|
|
1651
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1652
|
+
type="button"
|
|
1653
|
+
id="toolbar-attribute-value-single-menu-toggle-filter-desktop-example-pagination-options-menu-toggle"
|
|
1654
|
+
aria-haspopup="listbox"
|
|
1655
|
+
aria-expanded="false"
|
|
1656
|
+
>
|
|
1657
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
1658
|
+
<b>1 - 10</b> of
|
|
1659
|
+
<b>36</b>
|
|
1660
|
+
</span>
|
|
1661
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
1662
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1663
|
+
</div>
|
|
1664
|
+
</button>
|
|
1665
|
+
<ul
|
|
1666
|
+
class="pf-v5-c-options-menu__menu"
|
|
1667
|
+
role="menu"
|
|
1668
|
+
aria-labelledby="toolbar-attribute-value-single-menu-toggle-filter-desktop-example-pagination-options-menu-toggle"
|
|
1669
|
+
hidden
|
|
1670
|
+
>
|
|
1671
|
+
<li role="none">
|
|
1672
|
+
<button
|
|
1673
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1674
|
+
type="button"
|
|
1675
|
+
role="menuitem"
|
|
1676
|
+
>5 per page</button>
|
|
1677
|
+
</li>
|
|
1678
|
+
<li role="none">
|
|
1679
|
+
<button
|
|
1680
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1681
|
+
type="button"
|
|
1682
|
+
role="menuitem"
|
|
1683
|
+
>
|
|
1684
|
+
10 per page
|
|
1685
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
1686
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1687
|
+
</div>
|
|
1688
|
+
</button>
|
|
1689
|
+
</li>
|
|
1690
|
+
<li role="none">
|
|
1691
|
+
<button
|
|
1692
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1693
|
+
type="button"
|
|
1694
|
+
role="menuitem"
|
|
1695
|
+
>20 per page</button>
|
|
1696
|
+
</li>
|
|
1697
|
+
</ul>
|
|
1698
|
+
</div>
|
|
1693
1699
|
</div>
|
|
1694
1700
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
1695
1701
|
<div class="pf-v5-c-pagination__nav-control pf-m-prev">
|
|
@@ -1800,55 +1806,57 @@ section: components
|
|
|
1800
1806
|
<div
|
|
1801
1807
|
class="pf-v5-c-pagination pf-m-compact pf-m-compact pf-m-hidden pf-m-visible-on-md"
|
|
1802
1808
|
>
|
|
1803
|
-
<div class="pf-v5-c-
|
|
1804
|
-
<
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
<
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
<
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
<
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
<
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
<
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
<
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1809
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
1810
|
+
<div class="pf-v5-c-options-menu">
|
|
1811
|
+
<button
|
|
1812
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1813
|
+
type="button"
|
|
1814
|
+
id="toolbar-attribute-value-single-menu-toggle-filter-mobile-example-pagination-options-menu-toggle"
|
|
1815
|
+
aria-haspopup="listbox"
|
|
1816
|
+
aria-expanded="false"
|
|
1817
|
+
>
|
|
1818
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
1819
|
+
<b>1 - 10</b> of
|
|
1820
|
+
<b>36</b>
|
|
1821
|
+
</span>
|
|
1822
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
1823
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1824
|
+
</div>
|
|
1825
|
+
</button>
|
|
1826
|
+
<ul
|
|
1827
|
+
class="pf-v5-c-options-menu__menu"
|
|
1828
|
+
role="menu"
|
|
1829
|
+
aria-labelledby="toolbar-attribute-value-single-menu-toggle-filter-mobile-example-pagination-options-menu-toggle"
|
|
1830
|
+
hidden
|
|
1831
|
+
>
|
|
1832
|
+
<li role="none">
|
|
1833
|
+
<button
|
|
1834
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1835
|
+
type="button"
|
|
1836
|
+
role="menuitem"
|
|
1837
|
+
>5 per page</button>
|
|
1838
|
+
</li>
|
|
1839
|
+
<li role="none">
|
|
1840
|
+
<button
|
|
1841
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1842
|
+
type="button"
|
|
1843
|
+
role="menuitem"
|
|
1844
|
+
>
|
|
1845
|
+
10 per page
|
|
1846
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
1847
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1848
|
+
</div>
|
|
1849
|
+
</button>
|
|
1850
|
+
</li>
|
|
1851
|
+
<li role="none">
|
|
1852
|
+
<button
|
|
1853
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1854
|
+
type="button"
|
|
1855
|
+
role="menuitem"
|
|
1856
|
+
>20 per page</button>
|
|
1857
|
+
</li>
|
|
1858
|
+
</ul>
|
|
1859
|
+
</div>
|
|
1852
1860
|
</div>
|
|
1853
1861
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
1854
1862
|
<div class="pf-v5-c-pagination__nav-control pf-m-prev">
|
|
@@ -2224,55 +2232,57 @@ section: components
|
|
|
2224
2232
|
<div
|
|
2225
2233
|
class="pf-v5-c-pagination pf-m-compact pf-m-compact pf-m-hidden pf-m-visible-on-md"
|
|
2226
2234
|
>
|
|
2227
|
-
<div class="pf-v5-c-
|
|
2228
|
-
<
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
<
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
<
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
<
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
<
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
<
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
<
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2235
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
2236
|
+
<div class="pf-v5-c-options-menu">
|
|
2237
|
+
<button
|
|
2238
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
2239
|
+
type="button"
|
|
2240
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-pagination-options-menu-toggle"
|
|
2241
|
+
aria-haspopup="listbox"
|
|
2242
|
+
aria-expanded="false"
|
|
2243
|
+
>
|
|
2244
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
2245
|
+
<b>1 - 10</b> of
|
|
2246
|
+
<b>36</b>
|
|
2247
|
+
</span>
|
|
2248
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
2249
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2250
|
+
</div>
|
|
2251
|
+
</button>
|
|
2252
|
+
<ul
|
|
2253
|
+
class="pf-v5-c-options-menu__menu"
|
|
2254
|
+
role="menu"
|
|
2255
|
+
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-desktop-example-pagination-options-menu-toggle"
|
|
2256
|
+
hidden
|
|
2257
|
+
>
|
|
2258
|
+
<li role="none">
|
|
2259
|
+
<button
|
|
2260
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2261
|
+
type="button"
|
|
2262
|
+
role="menuitem"
|
|
2263
|
+
>5 per page</button>
|
|
2264
|
+
</li>
|
|
2265
|
+
<li role="none">
|
|
2266
|
+
<button
|
|
2267
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2268
|
+
type="button"
|
|
2269
|
+
role="menuitem"
|
|
2270
|
+
>
|
|
2271
|
+
10 per page
|
|
2272
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
2273
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
2274
|
+
</div>
|
|
2275
|
+
</button>
|
|
2276
|
+
</li>
|
|
2277
|
+
<li role="none">
|
|
2278
|
+
<button
|
|
2279
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2280
|
+
type="button"
|
|
2281
|
+
role="menuitem"
|
|
2282
|
+
>20 per page</button>
|
|
2283
|
+
</li>
|
|
2284
|
+
</ul>
|
|
2285
|
+
</div>
|
|
2276
2286
|
</div>
|
|
2277
2287
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
2278
2288
|
<div class="pf-v5-c-pagination__nav-control pf-m-prev">
|
|
@@ -2470,55 +2480,57 @@ section: components
|
|
|
2470
2480
|
<div
|
|
2471
2481
|
class="pf-v5-c-pagination pf-m-compact pf-m-compact pf-m-hidden pf-m-visible-on-md"
|
|
2472
2482
|
>
|
|
2473
|
-
<div class="pf-v5-c-
|
|
2474
|
-
<
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
<
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
<
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
<
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
<
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
<
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
<
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2483
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
2484
|
+
<div class="pf-v5-c-options-menu">
|
|
2485
|
+
<button
|
|
2486
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
2487
|
+
type="button"
|
|
2488
|
+
id="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-pagination-options-menu-toggle"
|
|
2489
|
+
aria-haspopup="listbox"
|
|
2490
|
+
aria-expanded="false"
|
|
2491
|
+
>
|
|
2492
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
2493
|
+
<b>1 - 10</b> of
|
|
2494
|
+
<b>36</b>
|
|
2495
|
+
</span>
|
|
2496
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
2497
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2498
|
+
</div>
|
|
2499
|
+
</button>
|
|
2500
|
+
<ul
|
|
2501
|
+
class="pf-v5-c-options-menu__menu"
|
|
2502
|
+
role="menu"
|
|
2503
|
+
aria-labelledby="toolbar-attribute-value-checkbox-menu-toggle-filter-mobile-example-pagination-options-menu-toggle"
|
|
2504
|
+
hidden
|
|
2505
|
+
>
|
|
2506
|
+
<li role="none">
|
|
2507
|
+
<button
|
|
2508
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2509
|
+
type="button"
|
|
2510
|
+
role="menuitem"
|
|
2511
|
+
>5 per page</button>
|
|
2512
|
+
</li>
|
|
2513
|
+
<li role="none">
|
|
2514
|
+
<button
|
|
2515
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2516
|
+
type="button"
|
|
2517
|
+
role="menuitem"
|
|
2518
|
+
>
|
|
2519
|
+
10 per page
|
|
2520
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
2521
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
2522
|
+
</div>
|
|
2523
|
+
</button>
|
|
2524
|
+
</li>
|
|
2525
|
+
<li role="none">
|
|
2526
|
+
<button
|
|
2527
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
2528
|
+
type="button"
|
|
2529
|
+
role="menuitem"
|
|
2530
|
+
>20 per page</button>
|
|
2531
|
+
</li>
|
|
2532
|
+
</ul>
|
|
2533
|
+
</div>
|
|
2522
2534
|
</div>
|
|
2523
2535
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
2524
2536
|
<div class="pf-v5-c-pagination__nav-control pf-m-prev">
|
|
@@ -3190,55 +3202,57 @@ section: components
|
|
|
3190
3202
|
<div
|
|
3191
3203
|
class="pf-v5-c-pagination pf-m-compact pf-m-compact pf-m-hidden pf-m-visible-on-md"
|
|
3192
3204
|
>
|
|
3193
|
-
<div class="pf-v5-c-
|
|
3194
|
-
<
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
<
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
<
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
<
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
<
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
<
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
<
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3205
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
3206
|
+
<div class="pf-v5-c-options-menu">
|
|
3207
|
+
<button
|
|
3208
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
3209
|
+
type="button"
|
|
3210
|
+
id="toolbar-pagination-management-example-toolbar-pagination-options-menu-toggle"
|
|
3211
|
+
aria-haspopup="listbox"
|
|
3212
|
+
aria-expanded="false"
|
|
3213
|
+
>
|
|
3214
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
3215
|
+
<b>1 - 10</b> of
|
|
3216
|
+
<b>36</b>
|
|
3217
|
+
</span>
|
|
3218
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
3219
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3220
|
+
</div>
|
|
3221
|
+
</button>
|
|
3222
|
+
<ul
|
|
3223
|
+
class="pf-v5-c-options-menu__menu"
|
|
3224
|
+
role="menu"
|
|
3225
|
+
aria-labelledby="toolbar-pagination-management-example-toolbar-pagination-options-menu-toggle"
|
|
3226
|
+
hidden
|
|
3227
|
+
>
|
|
3228
|
+
<li role="none">
|
|
3229
|
+
<button
|
|
3230
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3231
|
+
type="button"
|
|
3232
|
+
role="menuitem"
|
|
3233
|
+
>5 per page</button>
|
|
3234
|
+
</li>
|
|
3235
|
+
<li role="none">
|
|
3236
|
+
<button
|
|
3237
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3238
|
+
type="button"
|
|
3239
|
+
role="menuitem"
|
|
3240
|
+
>
|
|
3241
|
+
10 per page
|
|
3242
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
3243
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
3244
|
+
</div>
|
|
3245
|
+
</button>
|
|
3246
|
+
</li>
|
|
3247
|
+
<li role="none">
|
|
3248
|
+
<button
|
|
3249
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3250
|
+
type="button"
|
|
3251
|
+
role="menuitem"
|
|
3252
|
+
>20 per page</button>
|
|
3253
|
+
</li>
|
|
3254
|
+
</ul>
|
|
3255
|
+
</div>
|
|
3242
3256
|
</div>
|
|
3243
3257
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
3244
3258
|
<div class="pf-v5-c-pagination__nav-control pf-m-prev">
|
|
@@ -3870,55 +3884,57 @@ section: components
|
|
|
3870
3884
|
</tbody>
|
|
3871
3885
|
</table>
|
|
3872
3886
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
3873
|
-
<div class="pf-v5-c-
|
|
3874
|
-
<
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
<
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
<
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
<
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
<
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
<
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
<
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3887
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
3888
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
3889
|
+
<button
|
|
3890
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
3891
|
+
type="button"
|
|
3892
|
+
id="pagination-options-menu-bottom-collapsed-example-toggle"
|
|
3893
|
+
aria-haspopup="listbox"
|
|
3894
|
+
aria-expanded="false"
|
|
3895
|
+
>
|
|
3896
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
3897
|
+
<b>1 - 10</b> of
|
|
3898
|
+
<b>36</b>
|
|
3899
|
+
</span>
|
|
3900
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
3901
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3902
|
+
</div>
|
|
3903
|
+
</button>
|
|
3904
|
+
<ul
|
|
3905
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
3906
|
+
role="menu"
|
|
3907
|
+
aria-labelledby="pagination-options-menu-bottom-collapsed-example-toggle"
|
|
3908
|
+
hidden
|
|
3909
|
+
>
|
|
3910
|
+
<li role="none">
|
|
3911
|
+
<button
|
|
3912
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3913
|
+
type="button"
|
|
3914
|
+
role="menuitem"
|
|
3915
|
+
>5 per page</button>
|
|
3916
|
+
</li>
|
|
3917
|
+
<li role="none">
|
|
3918
|
+
<button
|
|
3919
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3920
|
+
type="button"
|
|
3921
|
+
role="menuitem"
|
|
3922
|
+
>
|
|
3923
|
+
10 per page
|
|
3924
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
3925
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
3926
|
+
</div>
|
|
3927
|
+
</button>
|
|
3928
|
+
</li>
|
|
3929
|
+
<li role="none">
|
|
3930
|
+
<button
|
|
3931
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
3932
|
+
type="button"
|
|
3933
|
+
role="menuitem"
|
|
3934
|
+
>20 per page</button>
|
|
3935
|
+
</li>
|
|
3936
|
+
</ul>
|
|
3937
|
+
</div>
|
|
3922
3938
|
</div>
|
|
3923
3939
|
<nav class="pf-v5-c-pagination__nav" aria-label="Pagination">
|
|
3924
3940
|
<div class="pf-v5-c-pagination__nav-control pf-m-first">
|