@patternfly/patternfly 6.0.0-alpha.8 → 6.0.0-alpha.81
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/CODE_OF_CONDUCT.md +1 -2
- package/assets/images/PF-Backdrop.svg +1 -0
- package/assets/images/PF-HorizontalLogo-Color.svg +29 -0
- package/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
- package/assets/images/PF-IconLogo-Reverse.svg +14 -0
- package/assets/images/PF-IconLogo-color.svg +17 -0
- package/assets/images/PF-IconLogo.svg +17 -0
- package/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/assets/images/pf-background.svg +22 -0
- package/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
- package/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
- package/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
- package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
- package/assets/images/pf_logo_white.hbs +35 -0
- package/assets/images/pf_logo_white.svg +38 -0
- package/base/_common.scss +8 -4
- package/base/_globals.scss +4 -6
- package/base/_variables.scss +2 -7
- package/base/patternfly-common.css +8 -4
- package/base/patternfly-globals.css +4 -3
- package/base/patternfly-variables.css +884 -871
- package/base/tokens/_tokens-charts.scss +159 -0
- package/base/tokens/_tokens-dark.scss +311 -287
- package/base/tokens/_tokens-default.scss +425 -329
- package/base/tokens/_tokens-font.scss +29 -36
- package/base/tokens/_tokens-palette.scss +71 -71
- package/base/tokens/_workspace-overrides.scss +7 -0
- package/components/AboutModalBox/about-modal-box.css +57 -94
- package/components/AboutModalBox/about-modal-box.scss +37 -62
- package/components/Accordion/accordion.css +85 -177
- package/components/Accordion/accordion.scss +96 -195
- package/components/ActionList/action-list.css +18 -17
- package/components/ActionList/action-list.scss +26 -16
- package/components/Alert/alert-group.css +20 -16
- package/components/Alert/alert-group.scss +20 -16
- package/components/Alert/alert.css +59 -84
- package/components/Alert/alert.scss +62 -78
- package/components/Avatar/avatar.css +10 -13
- package/components/Avatar/avatar.scss +10 -17
- package/components/BackToTop/back-to-top.css +17 -16
- package/components/BackToTop/back-to-top.scss +12 -12
- package/components/Backdrop/backdrop.css +6 -2
- package/components/Backdrop/backdrop.scss +5 -2
- package/components/BackgroundImage/background-image.css +5 -1
- package/components/BackgroundImage/background-image.scss +5 -1
- package/components/Badge/badge.css +23 -15
- package/components/Badge/badge.scss +25 -17
- package/components/Banner/banner.css +90 -64
- package/components/Banner/banner.scss +95 -32
- package/components/Breadcrumb/breadcrumb.css +19 -16
- package/components/Breadcrumb/breadcrumb.scss +18 -16
- package/components/Button/button.css +419 -353
- package/components/Button/button.scss +476 -476
- package/components/CalendarMonth/calendar-month.css +61 -92
- package/components/CalendarMonth/calendar-month.scss +68 -63
- package/components/Card/card.css +100 -194
- package/components/Card/card.scss +121 -237
- package/components/Check/check.css +24 -21
- package/components/Check/check.scss +25 -23
- package/components/ClipboardCopy/clipboard-copy.css +30 -33
- package/components/ClipboardCopy/clipboard-copy.scss +34 -26
- package/components/CodeBlock/code-block.css +22 -9
- package/components/CodeBlock/code-block.scss +22 -10
- package/components/CodeEditor/code-editor.css +94 -72
- package/components/CodeEditor/code-editor.scss +104 -82
- package/components/Content/content.css +7 -7
- package/components/Content/content.scss +7 -7
- package/components/DataList/data-list.css +101 -158
- package/components/DataList/data-list.scss +95 -154
- package/components/DatePicker/date-picker.css +13 -14
- package/components/DatePicker/date-picker.scss +12 -16
- package/components/DescriptionList/description-list.css +39 -34
- package/components/DescriptionList/description-list.scss +25 -25
- package/components/Divider/divider.css +91 -169
- package/components/Divider/divider.scss +60 -77
- package/components/DragDrop/drag-drop.css +18 -14
- package/components/DragDrop/drag-drop.scss +18 -17
- package/components/Drawer/drawer.css +112 -113
- package/components/Drawer/drawer.scss +134 -134
- package/components/Dropdown/dropdown.css +1 -3
- package/components/Dropdown/dropdown.scss +2 -6
- package/components/DualListSelector/dual-list-selector.css +56 -48
- package/components/DualListSelector/dual-list-selector.scss +57 -50
- package/components/EmptyState/empty-state.css +57 -34
- package/components/EmptyState/empty-state.scss +63 -34
- package/components/ExpandableSection/expandable-section.css +64 -62
- package/components/ExpandableSection/expandable-section.scss +73 -76
- package/components/FileUpload/file-upload.css +28 -34
- package/components/FileUpload/file-upload.scss +30 -42
- package/components/Form/form.css +68 -114
- package/components/Form/form.scss +65 -126
- package/components/FormControl/form-control.css +86 -111
- package/components/FormControl/form-control.scss +88 -92
- package/components/HelperText/helper-text.css +28 -34
- package/components/HelperText/helper-text.scss +30 -40
- package/components/Hint/hint.css +28 -21
- package/components/Hint/hint.scss +28 -24
- package/components/Icon/icon.css +154 -18
- package/components/Icon/icon.scss +187 -20
- package/components/InlineEdit/inline-edit.css +8 -7
- package/components/InlineEdit/inline-edit.scss +8 -7
- package/components/InputGroup/input-group.css +22 -38
- package/components/InputGroup/input-group.scss +21 -29
- package/components/JumpLinks/jump-links.css +34 -34
- package/components/JumpLinks/jump-links.scss +35 -36
- package/components/Label/label-group.css +39 -44
- package/components/Label/label-group.scss +39 -45
- package/components/Label/label.css +380 -355
- package/components/Label/label.scss +434 -348
- package/components/List/list.css +16 -16
- package/components/List/list.scss +17 -17
- package/components/Login/login.css +70 -97
- package/components/Login/login.scss +56 -64
- package/components/Masthead/masthead.css +261 -502
- package/components/Masthead/masthead.scss +123 -286
- package/components/Menu/menu.css +3 -0
- package/components/Menu/menu.scss +7 -3
- package/components/MenuToggle/menu-toggle.css +8 -8
- package/components/MenuToggle/menu-toggle.scss +8 -10
- package/components/ModalBox/modal-box.css +59 -52
- package/components/ModalBox/modal-box.scss +57 -53
- package/components/MultipleFileUpload/multiple-file-upload.css +77 -50
- package/components/MultipleFileUpload/multiple-file-upload.scss +82 -53
- package/components/Nav/nav.css +240 -918
- package/components/Nav/nav.scss +300 -1082
- package/components/NotificationBadge/notification-badge.css +56 -81
- package/components/NotificationBadge/notification-badge.scss +60 -97
- package/components/NotificationDrawer/notification-drawer.css +104 -115
- package/components/NotificationDrawer/notification-drawer.scss +106 -116
- package/components/NumberInput/number-input.css +8 -8
- package/components/NumberInput/number-input.scss +7 -12
- package/components/OverflowMenu/overflow-menu.css +17 -47
- package/components/OverflowMenu/overflow-menu.scss +27 -65
- package/components/Page/page.css +56 -164
- package/components/Page/page.scss +60 -154
- package/components/Pagination/pagination.css +57 -124
- package/components/Pagination/pagination.scss +40 -128
- package/components/Panel/panel.css +27 -23
- package/components/Panel/panel.scss +29 -26
- package/components/Popover/popover.css +42 -53
- package/components/Popover/popover.scss +46 -55
- package/components/Progress/progress.css +31 -45
- package/components/Progress/progress.scss +36 -55
- package/components/ProgressStepper/progress-stepper.css +72 -69
- package/components/ProgressStepper/progress-stepper.scss +65 -65
- package/components/Radio/radio.css +27 -20
- package/components/Radio/radio.scss +28 -22
- package/components/Sidebar/sidebar.css +20 -9
- package/components/Sidebar/sidebar.scss +23 -11
- package/components/SimpleList/simple-list.css +35 -52
- package/components/SimpleList/simple-list.scss +41 -51
- package/components/Skeleton/skeleton.css +18 -20
- package/components/Skeleton/skeleton.scss +17 -21
- package/components/SkipToContent/skip-to-content.css +6 -3
- package/components/SkipToContent/skip-to-content.scss +8 -6
- package/components/Slider/slider.css +34 -30
- package/components/Slider/slider.scss +46 -43
- package/components/Spinner/spinner.css +17 -34
- package/components/Spinner/spinner.scss +19 -47
- package/components/Switch/switch.css +42 -38
- package/components/Switch/switch.scss +48 -43
- package/components/TabContent/tab-content.css +17 -11
- package/components/TabContent/tab-content.scss +18 -14
- package/components/Table/table-grid.css +29 -45
- package/components/Table/table-grid.scss +40 -53
- package/components/Table/table-scrollable.css +6 -6
- package/components/Table/table-scrollable.scss +8 -8
- package/components/Table/table-tree-view.css +76 -74
- package/components/Table/table-tree-view.scss +44 -39
- package/components/Table/table.css +67 -93
- package/components/Table/table.scss +83 -105
- package/components/Tabs/tabs.css +143 -175
- package/components/Tabs/tabs.scss +159 -217
- package/components/Tile/tile.css +40 -81
- package/components/Tile/tile.scss +38 -84
- package/components/Timestamp/timestamp.css +12 -9
- package/components/Timestamp/timestamp.scss +11 -10
- package/components/Title/title.css +70 -19
- package/components/Title/title.scss +90 -20
- package/components/ToggleGroup/toggle-group.css +54 -48
- package/components/ToggleGroup/toggle-group.scss +62 -50
- package/components/Toolbar/toolbar.css +2527 -1031
- package/components/Toolbar/toolbar.scss +233 -520
- package/components/Tooltip/tooltip.css +16 -18
- package/components/Tooltip/tooltip.scss +20 -24
- package/components/TreeView/tree-view.css +76 -97
- package/components/TreeView/tree-view.scss +82 -113
- package/components/Truncate/truncate.css +4 -0
- package/components/Truncate/truncate.scss +3 -0
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/Accordion/examples/Accordion.md +614 -416
- package/docs/components/ActionList/examples/ActionList.md +73 -22
- package/docs/components/Alert/examples/Alert.md +3 -3
- package/docs/components/Avatar/examples/Avatar.md +5 -19
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +1 -1
- package/docs/components/Badge/examples/Badge.md +21 -0
- package/docs/components/Banner/examples/Banner.md +48 -25
- package/docs/components/Brand/examples/Brand.css +12 -0
- package/docs/components/Brand/examples/Brand.md +51 -32
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
- package/docs/components/Button/examples/Button.css +4 -0
- package/docs/components/Button/examples/Button.md +1419 -93
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +48 -224
- package/docs/components/Card/examples/Card.md +550 -133
- package/docs/components/Check/examples/Check.md +1 -0
- package/docs/components/CodeBlock/examples/CodeBlock.md +4 -4
- package/docs/components/CodeEditor/examples/CodeEditor.md +144 -132
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/DatePicker/examples/DatePicker.md +5 -2
- package/docs/components/Divider/examples/Divider.css +3 -1
- package/docs/components/Divider/examples/Divider.md +30 -5
- package/docs/components/DragDrop/examples/DragDrop.css +1 -1
- package/docs/components/Drawer/examples/Drawer.md +294 -256
- package/docs/components/EmptyState/examples/EmptyState.md +45 -1
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +49 -28
- package/docs/components/FileUpload/examples/FileUpload.md +112 -53
- package/docs/components/Form/examples/Form.md +134 -89
- package/docs/components/Icon/examples/Icon.md +82 -11
- package/docs/components/InlineEdit/examples/InlineEdit.md +3 -1
- package/docs/components/JumpLinks/examples/JumpLinks.md +280 -168
- package/docs/components/Label/examples/Label.css +4 -0
- package/docs/components/Label/examples/Label.md +3090 -703
- package/docs/components/LogViewer/examples/LogViewer.md +180 -180
- package/docs/components/Login/examples/Login.md +10 -5
- package/docs/components/Masthead/examples/masthead.md +443 -65
- package/docs/components/Menu/examples/Menu.md +507 -473
- package/docs/components/MenuToggle/examples/MenuToggle.md +106 -114
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
- package/docs/components/Nav/examples/Navigation.css +1 -23
- package/docs/components/Nav/examples/Navigation.md +209 -356
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/Page/examples/Page.css +0 -8
- package/docs/components/Page/examples/Page.md +22 -21
- package/docs/components/Pagination/examples/Pagination.md +663 -637
- package/docs/components/Panel/examples/Panel.md +12 -0
- package/docs/components/Popover/examples/Popover.md +1 -1
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -14
- package/docs/components/Radio/examples/Radio.md +1 -1
- package/docs/components/Sidebar/examples/Sidebar.md +19 -0
- package/docs/components/SimpleList/examples/SimpleList.md +3 -3
- package/docs/components/TabContent/examples/TabContent.md +10 -10
- package/docs/components/Table/examples/Table.md +8 -8
- package/docs/components/Tabs/examples/Tabs.css +1 -1
- package/docs/components/Tabs/examples/Tabs.md +1025 -826
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +9 -9
- package/docs/components/Tile/examples/Tile.md +264 -144
- package/docs/components/Title/examples/Title.md +18 -0
- package/docs/components/Toolbar/examples/Toolbar.css +20 -15
- package/docs/components/Toolbar/examples/Toolbar.md +985 -3355
- package/docs/components/TreeView/examples/TreeView.md +7 -57
- package/docs/components/Truncate/examples/Truncate.css +2 -2
- package/docs/demos/AboutModal/examples/AboutModal.md +104 -31
- package/docs/demos/Alert/examples/Alert.md +330 -87
- package/docs/demos/BackToTop/examples/BackToTop.md +102 -29
- package/docs/demos/Banner/examples/Banner.md +211 -60
- package/docs/demos/Card/examples/Card.md +2 -2
- package/docs/demos/CardView/examples/CardView.md +241 -187
- package/docs/demos/ContextSelector/examples/ContextSelector.md +377 -94
- package/docs/demos/Dashboard/examples/Dashboard.md +102 -29
- package/docs/demos/DataList/examples/DataList.md +999 -938
- package/docs/demos/DescriptionList/examples/DescriptionList.md +306 -87
- package/docs/demos/Drawer/examples/Drawer.md +640 -251
- package/docs/demos/Form/examples/BasicForms.md +138 -84
- package/docs/demos/JumpLinks/examples/JumpLinks.md +917 -385
- package/docs/demos/Masthead/examples/Masthead.md +786 -342
- package/docs/demos/Modal/examples/Modal.md +645 -198
- package/docs/demos/Nav/examples/Nav.md +691 -902
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +515 -145
- package/docs/demos/Page/examples/Page.md +942 -273
- package/docs/demos/Page/examples/Penta.md +66 -26
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -9
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +44 -32
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1183 -832
- package/docs/demos/Skeleton/examples/Skeleton.md +102 -29
- package/docs/demos/Table/examples/Table.md +3811 -3456
- package/docs/demos/Tabs/examples/Tabs.md +636 -194
- package/docs/demos/Toolbar/examples/Toolbar.css +10 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +1316 -1478
- package/docs/demos/Wizard/examples/Wizard.md +918 -261
- package/docs/layouts/Flex/examples/Flex.md +11 -11
- package/package.json +32 -32
- package/patternfly-base-no-globals-theme-dark-unversioned.css +897 -880
- package/patternfly-base-no-globals.css +897 -880
- package/patternfly-base-theme-dark-unversioned.css +890 -872
- package/patternfly-base.css +890 -872
- package/patternfly-no-globals.css +8107 -8027
- package/patternfly-theme-dark-unversioned.css +8111 -8030
- package/patternfly.css +8111 -8030
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +18 -0
- package/base/themes/dark/_variables.scss +0 -102
- package/components/AboutModalBox/themes/dark/about-modal-box.scss +0 -7
- package/components/Accordion/themes/dark/accordion.scss +0 -9
- package/components/Alert/themes/dark/alert.scss +0 -17
- package/components/Badge/themes/dark/badge.scss +0 -9
- package/components/Banner/themes/dark/banner.scss +0 -14
- package/components/Button/themes/dark/button.scss +0 -51
- package/components/CalendarMonth/themes/dark/calendar-month.scss +0 -37
- package/components/Card/themes/dark/card.scss +0 -20
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +0 -19
- package/components/CodeEditor/themes/dark/code-editor.scss +0 -14
- package/components/DataList/themes/dark/data-list.scss +0 -10
- package/components/DatePicker/themes/dark/date-picker.scss +0 -8
- package/components/DragDrop/themes/dark/drag-drop.scss +0 -7
- package/components/Drawer/themes/dark/drawer.scss +0 -13
- package/components/DualListSelector/themes/dark/dual-list-selector.scss +0 -9
- package/components/Form/themes/dark/form.scss +0 -7
- package/components/FormControl/themes/dark/form-control.scss +0 -24
- package/components/HelperText/themes/dark/helper-text.scss +0 -7
- package/components/Hint/themes/dark/hint.scss +0 -8
- package/components/InputGroup/themes/dark/input-group.scss +0 -22
- package/components/Label/themes/dark/label.scss +0 -53
- package/components/Login/themes/dark/login.scss +0 -12
- package/components/Masthead/themes/dark/masthead.scss +0 -14
- package/components/ModalBox/themes/dark/modal-box.scss +0 -7
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/components/NotificationDrawer/themes/dark/notification-drawer.scss +0 -14
- package/components/Page/themes/dark/page.scss +0 -69
- package/components/Pagination/themes/dark/pagination.scss +0 -7
- package/components/Panel/themes/dark/panel.scss +0 -7
- package/components/Popover/themes/dark/popover.scss +0 -11
- package/components/Progress/themes/dark/progress.scss +0 -9
- package/components/SimpleList/themes/dark/simple-list.scss +0 -14
- package/components/Skeleton/themes/dark/skeleton.scss +0 -10
- package/components/Switch/themes/dark/switch.scss +0 -11
- package/components/Tabs/themes/dark/tabs.scss +0 -10
- package/components/Tile/themes/dark/tile.scss +0 -10
- package/components/ToggleGroup/themes/dark/toggle-group.scss +0 -12
- package/components/Tooltip/themes/dark/tooltip.scss +0 -8
- package/components/TreeView/themes/dark/tree-view.scss +0 -8
- package/docs/components/Avatar/examples/Avatar.css +0 -3
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -14,55 +14,57 @@ cssPrefix: pf-v5-c-pagination
|
|
|
14
14
|
<b>1 - 10</b> of
|
|
15
15
|
<b>36</b>
|
|
16
16
|
</div>
|
|
17
|
-
<div class="pf-v5-c-
|
|
18
|
-
<
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
<
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
<
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
<
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
<
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
<
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
<
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
17
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
18
|
+
<div class="pf-v5-c-options-menu">
|
|
19
|
+
<button
|
|
20
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
21
|
+
type="button"
|
|
22
|
+
id="pagination-options-menu-top-example-toggle"
|
|
23
|
+
aria-haspopup="listbox"
|
|
24
|
+
aria-expanded="false"
|
|
25
|
+
>
|
|
26
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
27
|
+
<b>1 - 10</b> of
|
|
28
|
+
<b>36</b>
|
|
29
|
+
</span>
|
|
30
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
31
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
32
|
+
</div>
|
|
33
|
+
</button>
|
|
34
|
+
<ul
|
|
35
|
+
class="pf-v5-c-options-menu__menu"
|
|
36
|
+
role="menu"
|
|
37
|
+
aria-labelledby="pagination-options-menu-top-example-toggle"
|
|
38
|
+
hidden
|
|
39
|
+
>
|
|
40
|
+
<li role="none">
|
|
41
|
+
<button
|
|
42
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
43
|
+
type="button"
|
|
44
|
+
role="menuitem"
|
|
45
|
+
>5 per page</button>
|
|
46
|
+
</li>
|
|
47
|
+
<li role="none">
|
|
48
|
+
<button
|
|
49
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
50
|
+
type="button"
|
|
51
|
+
role="menuitem"
|
|
52
|
+
>
|
|
53
|
+
10 per page
|
|
54
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
55
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
56
|
+
</div>
|
|
57
|
+
</button>
|
|
58
|
+
</li>
|
|
59
|
+
<li role="none">
|
|
60
|
+
<button
|
|
61
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
62
|
+
type="button"
|
|
63
|
+
role="menuitem"
|
|
64
|
+
>20 per page</button>
|
|
65
|
+
</li>
|
|
66
|
+
</ul>
|
|
67
|
+
</div>
|
|
66
68
|
</div>
|
|
67
69
|
<nav
|
|
68
70
|
class="pf-v5-c-pagination__nav"
|
|
@@ -131,54 +133,56 @@ cssPrefix: pf-v5-c-pagination
|
|
|
131
133
|
<b>1 - 10</b> of
|
|
132
134
|
<b>36</b>
|
|
133
135
|
</div>
|
|
134
|
-
<div class="pf-v5-c-
|
|
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
|
-
|
|
180
|
-
|
|
181
|
-
|
|
136
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
137
|
+
<div class="pf-v5-c-options-menu pf-m-expanded">
|
|
138
|
+
<button
|
|
139
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
140
|
+
type="button"
|
|
141
|
+
id="pagination-options-menu-top-expanded-example-toggle"
|
|
142
|
+
aria-haspopup="listbox"
|
|
143
|
+
aria-expanded="true"
|
|
144
|
+
>
|
|
145
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
146
|
+
<b>1 - 10</b> of
|
|
147
|
+
<b>36</b>
|
|
148
|
+
</span>
|
|
149
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
150
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
151
|
+
</div>
|
|
152
|
+
</button>
|
|
153
|
+
<ul
|
|
154
|
+
class="pf-v5-c-options-menu__menu"
|
|
155
|
+
role="menu"
|
|
156
|
+
aria-labelledby="pagination-options-menu-top-expanded-example-toggle"
|
|
157
|
+
>
|
|
158
|
+
<li role="none">
|
|
159
|
+
<button
|
|
160
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
161
|
+
type="button"
|
|
162
|
+
role="menuitem"
|
|
163
|
+
>5 per page</button>
|
|
164
|
+
</li>
|
|
165
|
+
<li role="none">
|
|
166
|
+
<button
|
|
167
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
168
|
+
type="button"
|
|
169
|
+
role="menuitem"
|
|
170
|
+
>
|
|
171
|
+
10 per page
|
|
172
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
173
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
174
|
+
</div>
|
|
175
|
+
</button>
|
|
176
|
+
</li>
|
|
177
|
+
<li role="none">
|
|
178
|
+
<button
|
|
179
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
180
|
+
type="button"
|
|
181
|
+
role="menuitem"
|
|
182
|
+
>20 per page</button>
|
|
183
|
+
</li>
|
|
184
|
+
</ul>
|
|
185
|
+
</div>
|
|
182
186
|
</div>
|
|
183
187
|
<nav
|
|
184
188
|
class="pf-v5-c-pagination__nav"
|
|
@@ -247,55 +251,57 @@ cssPrefix: pf-v5-c-pagination
|
|
|
247
251
|
<b>1 - 10</b> of
|
|
248
252
|
<b>36</b>
|
|
249
253
|
</div>
|
|
250
|
-
<div class="pf-v5-c-
|
|
251
|
-
<
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
<
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
<
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
<
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
<
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
<
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
<
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
254
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
255
|
+
<div class="pf-v5-c-options-menu">
|
|
256
|
+
<button
|
|
257
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
258
|
+
type="button"
|
|
259
|
+
id="pagination-options-menu-top-sticky-example-toggle"
|
|
260
|
+
aria-haspopup="listbox"
|
|
261
|
+
aria-expanded="false"
|
|
262
|
+
>
|
|
263
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
264
|
+
<b>1 - 10</b> of
|
|
265
|
+
<b>36</b>
|
|
266
|
+
</span>
|
|
267
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
268
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
269
|
+
</div>
|
|
270
|
+
</button>
|
|
271
|
+
<ul
|
|
272
|
+
class="pf-v5-c-options-menu__menu"
|
|
273
|
+
role="menu"
|
|
274
|
+
aria-labelledby="pagination-options-menu-top-sticky-example-toggle"
|
|
275
|
+
hidden
|
|
276
|
+
>
|
|
277
|
+
<li role="none">
|
|
278
|
+
<button
|
|
279
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
280
|
+
type="button"
|
|
281
|
+
role="menuitem"
|
|
282
|
+
>5 per page</button>
|
|
283
|
+
</li>
|
|
284
|
+
<li role="none">
|
|
285
|
+
<button
|
|
286
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
287
|
+
type="button"
|
|
288
|
+
role="menuitem"
|
|
289
|
+
>
|
|
290
|
+
10 per page
|
|
291
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
292
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
293
|
+
</div>
|
|
294
|
+
</button>
|
|
295
|
+
</li>
|
|
296
|
+
<li role="none">
|
|
297
|
+
<button
|
|
298
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
299
|
+
type="button"
|
|
300
|
+
role="menuitem"
|
|
301
|
+
>20 per page</button>
|
|
302
|
+
</li>
|
|
303
|
+
</ul>
|
|
304
|
+
</div>
|
|
299
305
|
</div>
|
|
300
306
|
<nav
|
|
301
307
|
class="pf-v5-c-pagination__nav"
|
|
@@ -374,55 +380,57 @@ cssPrefix: pf-v5-c-pagination
|
|
|
374
380
|
<b>1 - 10</b> of
|
|
375
381
|
<b>many</b>
|
|
376
382
|
</div>
|
|
377
|
-
<div class="pf-v5-c-
|
|
378
|
-
<
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
<
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
<
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
<
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
<
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
<
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
<
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
383
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
384
|
+
<div class="pf-v5-c-options-menu">
|
|
385
|
+
<button
|
|
386
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
387
|
+
type="button"
|
|
388
|
+
id="pagination-options-menu-top-indeterminate-example-toggle"
|
|
389
|
+
aria-haspopup="listbox"
|
|
390
|
+
aria-expanded="false"
|
|
391
|
+
>
|
|
392
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
393
|
+
<b>1 - 10</b> of
|
|
394
|
+
<b>many</b>
|
|
395
|
+
</span>
|
|
396
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
397
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
398
|
+
</div>
|
|
399
|
+
</button>
|
|
400
|
+
<ul
|
|
401
|
+
class="pf-v5-c-options-menu__menu"
|
|
402
|
+
role="menu"
|
|
403
|
+
aria-labelledby="pagination-options-menu-top-indeterminate-example-toggle"
|
|
404
|
+
hidden
|
|
405
|
+
>
|
|
406
|
+
<li role="none">
|
|
407
|
+
<button
|
|
408
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
409
|
+
type="button"
|
|
410
|
+
role="menuitem"
|
|
411
|
+
>5 per page</button>
|
|
412
|
+
</li>
|
|
413
|
+
<li role="none">
|
|
414
|
+
<button
|
|
415
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
416
|
+
type="button"
|
|
417
|
+
role="menuitem"
|
|
418
|
+
>
|
|
419
|
+
10 per page
|
|
420
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
421
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
422
|
+
</div>
|
|
423
|
+
</button>
|
|
424
|
+
</li>
|
|
425
|
+
<li role="none">
|
|
426
|
+
<button
|
|
427
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
428
|
+
type="button"
|
|
429
|
+
role="menuitem"
|
|
430
|
+
>20 per page</button>
|
|
431
|
+
</li>
|
|
432
|
+
</ul>
|
|
433
|
+
</div>
|
|
426
434
|
</div>
|
|
427
435
|
<nav
|
|
428
436
|
class="pf-v5-c-pagination__nav"
|
|
@@ -486,55 +494,57 @@ cssPrefix: pf-v5-c-pagination
|
|
|
486
494
|
|
|
487
495
|
```html
|
|
488
496
|
<div class="pf-v5-c-pagination pf-m-bottom">
|
|
489
|
-
<div class="pf-v5-c-
|
|
490
|
-
<
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
<
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
<
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
<
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
<
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
<
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
<
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
497
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
498
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
499
|
+
<button
|
|
500
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
501
|
+
type="button"
|
|
502
|
+
id="pagination-options-menu-bottom-example-toggle"
|
|
503
|
+
aria-haspopup="listbox"
|
|
504
|
+
aria-expanded="false"
|
|
505
|
+
>
|
|
506
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
507
|
+
<b>1 - 10</b> of
|
|
508
|
+
<b>36</b>
|
|
509
|
+
</span>
|
|
510
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
511
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
512
|
+
</div>
|
|
513
|
+
</button>
|
|
514
|
+
<ul
|
|
515
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
516
|
+
role="menu"
|
|
517
|
+
aria-labelledby="pagination-options-menu-bottom-example-toggle"
|
|
518
|
+
hidden
|
|
519
|
+
>
|
|
520
|
+
<li role="none">
|
|
521
|
+
<button
|
|
522
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
523
|
+
type="button"
|
|
524
|
+
role="menuitem"
|
|
525
|
+
>5 per page</button>
|
|
526
|
+
</li>
|
|
527
|
+
<li role="none">
|
|
528
|
+
<button
|
|
529
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
530
|
+
type="button"
|
|
531
|
+
role="menuitem"
|
|
532
|
+
>
|
|
533
|
+
10 per page
|
|
534
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
535
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
536
|
+
</div>
|
|
537
|
+
</button>
|
|
538
|
+
</li>
|
|
539
|
+
<li role="none">
|
|
540
|
+
<button
|
|
541
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
542
|
+
type="button"
|
|
543
|
+
role="menuitem"
|
|
544
|
+
>20 per page</button>
|
|
545
|
+
</li>
|
|
546
|
+
</ul>
|
|
547
|
+
</div>
|
|
538
548
|
</div>
|
|
539
549
|
<nav
|
|
540
550
|
class="pf-v5-c-pagination__nav"
|
|
@@ -609,55 +619,57 @@ cssPrefix: pf-v5-c-pagination
|
|
|
609
619
|
<br />
|
|
610
620
|
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus pretium est a porttitor vehicula. Quisque vel commodo urna. Morbi mattis rutrum ante, id vehicula ex accumsan ut. Morbi viverra, eros vel porttitor facilisis, eros purus aliquet erat, nec lobortis felis elit pulvinar sem. Vivamus vulputate, risus eget commodo eleifend, eros nibh porta quam, vitae lacinia leo libero at magna. Maecenas aliquam sagittis orci, et posuere nisi ultrices sit amet. Aliquam ex odio, malesuada sed posuere quis, pellentesque at mauris. Phasellus venenatis massa ex, eget pulvinar libero auctor pretium. Aliquam erat volutpat. Duis euismod justo in quam ullamcorper, in commodo massa vulputate.</div>
|
|
611
621
|
<div class="pf-v5-c-pagination pf-m-bottom pf-m-sticky">
|
|
612
|
-
<div class="pf-v5-c-
|
|
613
|
-
<
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
<
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
<
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
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
|
-
|
|
622
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
623
|
+
<div class="pf-v5-c-options-menu pf-m-top">
|
|
624
|
+
<button
|
|
625
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
626
|
+
type="button"
|
|
627
|
+
id="pagination-options-menu-bottom-sticky-example-toggle"
|
|
628
|
+
aria-haspopup="listbox"
|
|
629
|
+
aria-expanded="false"
|
|
630
|
+
>
|
|
631
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
632
|
+
<b>1 - 10</b> of
|
|
633
|
+
<b>36</b>
|
|
634
|
+
</span>
|
|
635
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
636
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
637
|
+
</div>
|
|
638
|
+
</button>
|
|
639
|
+
<ul
|
|
640
|
+
class="pf-v5-c-options-menu__menu pf-m-top"
|
|
641
|
+
role="menu"
|
|
642
|
+
aria-labelledby="pagination-options-menu-bottom-sticky-example-toggle"
|
|
643
|
+
hidden
|
|
644
|
+
>
|
|
645
|
+
<li role="none">
|
|
646
|
+
<button
|
|
647
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
648
|
+
type="button"
|
|
649
|
+
role="menuitem"
|
|
650
|
+
>5 per page</button>
|
|
651
|
+
</li>
|
|
652
|
+
<li role="none">
|
|
653
|
+
<button
|
|
654
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
655
|
+
type="button"
|
|
656
|
+
role="menuitem"
|
|
657
|
+
>
|
|
658
|
+
10 per page
|
|
659
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
660
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
661
|
+
</div>
|
|
662
|
+
</button>
|
|
663
|
+
</li>
|
|
664
|
+
<li role="none">
|
|
665
|
+
<button
|
|
666
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
667
|
+
type="button"
|
|
668
|
+
role="menuitem"
|
|
669
|
+
>20 per page</button>
|
|
670
|
+
</li>
|
|
671
|
+
</ul>
|
|
672
|
+
</div>
|
|
661
673
|
</div>
|
|
662
674
|
<nav
|
|
663
675
|
class="pf-v5-c-pagination__nav"
|
|
@@ -726,56 +738,58 @@ cssPrefix: pf-v5-c-pagination
|
|
|
726
738
|
<b>1 - 10</b> of
|
|
727
739
|
<b>36</b>
|
|
728
740
|
</div>
|
|
729
|
-
<div class="pf-v5-c-
|
|
730
|
-
<
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
<
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
<
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
<
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
<
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
<
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
<
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
741
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
742
|
+
<div class="pf-v5-c-options-menu">
|
|
743
|
+
<button
|
|
744
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
745
|
+
type="button"
|
|
746
|
+
id="pagination-options-menu-top-disabled-example-toggle"
|
|
747
|
+
aria-haspopup="listbox"
|
|
748
|
+
aria-expanded="false"
|
|
749
|
+
disabled
|
|
750
|
+
>
|
|
751
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
752
|
+
<b>1 - 10</b> of
|
|
753
|
+
<b>36</b>
|
|
754
|
+
</span>
|
|
755
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
756
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
757
|
+
</div>
|
|
758
|
+
</button>
|
|
759
|
+
<ul
|
|
760
|
+
class="pf-v5-c-options-menu__menu"
|
|
761
|
+
role="menu"
|
|
762
|
+
aria-labelledby="pagination-options-menu-top-disabled-example-toggle"
|
|
763
|
+
hidden
|
|
764
|
+
>
|
|
765
|
+
<li role="none">
|
|
766
|
+
<button
|
|
767
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
768
|
+
type="button"
|
|
769
|
+
role="menuitem"
|
|
770
|
+
>5 per page</button>
|
|
771
|
+
</li>
|
|
772
|
+
<li role="none">
|
|
773
|
+
<button
|
|
774
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
775
|
+
type="button"
|
|
776
|
+
role="menuitem"
|
|
777
|
+
>
|
|
778
|
+
10 per page
|
|
779
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
780
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
781
|
+
</div>
|
|
782
|
+
</button>
|
|
783
|
+
</li>
|
|
784
|
+
<li role="none">
|
|
785
|
+
<button
|
|
786
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
787
|
+
type="button"
|
|
788
|
+
role="menuitem"
|
|
789
|
+
>20 per page</button>
|
|
790
|
+
</li>
|
|
791
|
+
</ul>
|
|
792
|
+
</div>
|
|
779
793
|
</div>
|
|
780
794
|
<nav
|
|
781
795
|
class="pf-v5-c-pagination__nav"
|
|
@@ -847,55 +861,57 @@ cssPrefix: pf-v5-c-pagination
|
|
|
847
861
|
<b>1 - 10</b> of
|
|
848
862
|
<b>36</b>
|
|
849
863
|
</div>
|
|
850
|
-
<div class="pf-v5-c-
|
|
851
|
-
<
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
<
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
<
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
<
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
<
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
<
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
<
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
864
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
865
|
+
<div class="pf-v5-c-options-menu">
|
|
866
|
+
<button
|
|
867
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
868
|
+
type="button"
|
|
869
|
+
id="pagination-options-menu-compact-example-toggle"
|
|
870
|
+
aria-haspopup="listbox"
|
|
871
|
+
aria-expanded="false"
|
|
872
|
+
>
|
|
873
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
874
|
+
<b>1 - 10</b> of
|
|
875
|
+
<b>36</b>
|
|
876
|
+
</span>
|
|
877
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
878
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
879
|
+
</div>
|
|
880
|
+
</button>
|
|
881
|
+
<ul
|
|
882
|
+
class="pf-v5-c-options-menu__menu"
|
|
883
|
+
role="menu"
|
|
884
|
+
aria-labelledby="pagination-options-menu-compact-example-toggle"
|
|
885
|
+
hidden
|
|
886
|
+
>
|
|
887
|
+
<li role="none">
|
|
888
|
+
<button
|
|
889
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
890
|
+
type="button"
|
|
891
|
+
role="menuitem"
|
|
892
|
+
>5 per page</button>
|
|
893
|
+
</li>
|
|
894
|
+
<li role="none">
|
|
895
|
+
<button
|
|
896
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
897
|
+
type="button"
|
|
898
|
+
role="menuitem"
|
|
899
|
+
>
|
|
900
|
+
10 per page
|
|
901
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
902
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
903
|
+
</div>
|
|
904
|
+
</button>
|
|
905
|
+
</li>
|
|
906
|
+
<li role="none">
|
|
907
|
+
<button
|
|
908
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
909
|
+
type="button"
|
|
910
|
+
role="menuitem"
|
|
911
|
+
>20 per page</button>
|
|
912
|
+
</li>
|
|
913
|
+
</ul>
|
|
914
|
+
</div>
|
|
899
915
|
</div>
|
|
900
916
|
<nav
|
|
901
917
|
class="pf-v5-c-pagination__nav"
|
|
@@ -933,55 +949,57 @@ cssPrefix: pf-v5-c-pagination
|
|
|
933
949
|
<b>1 - 10</b> of
|
|
934
950
|
<b>36</b>
|
|
935
951
|
</div>
|
|
936
|
-
<div class="pf-v5-c-
|
|
937
|
-
<
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
<
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
<
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
<
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
<
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
<
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
<
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
952
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
953
|
+
<div class="pf-v5-c-options-menu">
|
|
954
|
+
<button
|
|
955
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
956
|
+
type="button"
|
|
957
|
+
id="pagination-top-with-summary-modifier-options-menu-toggle"
|
|
958
|
+
aria-haspopup="listbox"
|
|
959
|
+
aria-expanded="false"
|
|
960
|
+
>
|
|
961
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
962
|
+
<b>1 - 10</b> of
|
|
963
|
+
<b>36</b>
|
|
964
|
+
</span>
|
|
965
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
966
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
967
|
+
</div>
|
|
968
|
+
</button>
|
|
969
|
+
<ul
|
|
970
|
+
class="pf-v5-c-options-menu__menu"
|
|
971
|
+
role="menu"
|
|
972
|
+
aria-labelledby="pagination-top-with-summary-modifier-options-menu-toggle"
|
|
973
|
+
hidden
|
|
974
|
+
>
|
|
975
|
+
<li role="none">
|
|
976
|
+
<button
|
|
977
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
978
|
+
type="button"
|
|
979
|
+
role="menuitem"
|
|
980
|
+
>5 per page</button>
|
|
981
|
+
</li>
|
|
982
|
+
<li role="none">
|
|
983
|
+
<button
|
|
984
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
985
|
+
type="button"
|
|
986
|
+
role="menuitem"
|
|
987
|
+
>
|
|
988
|
+
10 per page
|
|
989
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
990
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
991
|
+
</div>
|
|
992
|
+
</button>
|
|
993
|
+
</li>
|
|
994
|
+
<li role="none">
|
|
995
|
+
<button
|
|
996
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
997
|
+
type="button"
|
|
998
|
+
role="menuitem"
|
|
999
|
+
>20 per page</button>
|
|
1000
|
+
</li>
|
|
1001
|
+
</ul>
|
|
1002
|
+
</div>
|
|
985
1003
|
</div>
|
|
986
1004
|
<nav
|
|
987
1005
|
class="pf-v5-c-pagination__nav"
|
|
@@ -1050,55 +1068,57 @@ cssPrefix: pf-v5-c-pagination
|
|
|
1050
1068
|
<b>1 - 10</b> of
|
|
1051
1069
|
<b>36</b>
|
|
1052
1070
|
</div>
|
|
1053
|
-
<div class="pf-v5-c-
|
|
1054
|
-
<
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
<
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
<
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
<
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
<
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
<
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
<
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1071
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
1072
|
+
<div class="pf-v5-c-options-menu">
|
|
1073
|
+
<button
|
|
1074
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1075
|
+
type="button"
|
|
1076
|
+
id="pagination-top-with-full-modifier-options-menu-toggle"
|
|
1077
|
+
aria-haspopup="listbox"
|
|
1078
|
+
aria-expanded="false"
|
|
1079
|
+
>
|
|
1080
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
1081
|
+
<b>1 - 10</b> of
|
|
1082
|
+
<b>36</b>
|
|
1083
|
+
</span>
|
|
1084
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
1085
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1086
|
+
</div>
|
|
1087
|
+
</button>
|
|
1088
|
+
<ul
|
|
1089
|
+
class="pf-v5-c-options-menu__menu"
|
|
1090
|
+
role="menu"
|
|
1091
|
+
aria-labelledby="pagination-top-with-full-modifier-options-menu-toggle"
|
|
1092
|
+
hidden
|
|
1093
|
+
>
|
|
1094
|
+
<li role="none">
|
|
1095
|
+
<button
|
|
1096
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1097
|
+
type="button"
|
|
1098
|
+
role="menuitem"
|
|
1099
|
+
>5 per page</button>
|
|
1100
|
+
</li>
|
|
1101
|
+
<li role="none">
|
|
1102
|
+
<button
|
|
1103
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1104
|
+
type="button"
|
|
1105
|
+
role="menuitem"
|
|
1106
|
+
>
|
|
1107
|
+
10 per page
|
|
1108
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
1109
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1110
|
+
</div>
|
|
1111
|
+
</button>
|
|
1112
|
+
</li>
|
|
1113
|
+
<li role="none">
|
|
1114
|
+
<button
|
|
1115
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1116
|
+
type="button"
|
|
1117
|
+
role="menuitem"
|
|
1118
|
+
>20 per page</button>
|
|
1119
|
+
</li>
|
|
1120
|
+
</ul>
|
|
1121
|
+
</div>
|
|
1102
1122
|
</div>
|
|
1103
1123
|
<nav
|
|
1104
1124
|
class="pf-v5-c-pagination__nav"
|
|
@@ -1169,55 +1189,57 @@ cssPrefix: pf-v5-c-pagination
|
|
|
1169
1189
|
<b>1 - 10</b> of
|
|
1170
1190
|
<b>36</b>
|
|
1171
1191
|
</div>
|
|
1172
|
-
<div class="pf-v5-c-
|
|
1173
|
-
<
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
<
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
<
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
<
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
<
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
<
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
<
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1192
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
1193
|
+
<div class="pf-v5-c-options-menu">
|
|
1194
|
+
<button
|
|
1195
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1196
|
+
type="button"
|
|
1197
|
+
id="pagination-top-with-responsive-summary-navigation-modifiers-options-menu-toggle"
|
|
1198
|
+
aria-haspopup="listbox"
|
|
1199
|
+
aria-expanded="false"
|
|
1200
|
+
>
|
|
1201
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
1202
|
+
<b>1 - 10</b> of
|
|
1203
|
+
<b>36</b>
|
|
1204
|
+
</span>
|
|
1205
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
1206
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1207
|
+
</div>
|
|
1208
|
+
</button>
|
|
1209
|
+
<ul
|
|
1210
|
+
class="pf-v5-c-options-menu__menu"
|
|
1211
|
+
role="menu"
|
|
1212
|
+
aria-labelledby="pagination-top-with-responsive-summary-navigation-modifiers-options-menu-toggle"
|
|
1213
|
+
hidden
|
|
1214
|
+
>
|
|
1215
|
+
<li role="none">
|
|
1216
|
+
<button
|
|
1217
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1218
|
+
type="button"
|
|
1219
|
+
role="menuitem"
|
|
1220
|
+
>5 per page</button>
|
|
1221
|
+
</li>
|
|
1222
|
+
<li role="none">
|
|
1223
|
+
<button
|
|
1224
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1225
|
+
type="button"
|
|
1226
|
+
role="menuitem"
|
|
1227
|
+
>
|
|
1228
|
+
10 per page
|
|
1229
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
1230
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1231
|
+
</div>
|
|
1232
|
+
</button>
|
|
1233
|
+
</li>
|
|
1234
|
+
<li role="none">
|
|
1235
|
+
<button
|
|
1236
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1237
|
+
type="button"
|
|
1238
|
+
role="menuitem"
|
|
1239
|
+
>20 per page</button>
|
|
1240
|
+
</li>
|
|
1241
|
+
</ul>
|
|
1242
|
+
</div>
|
|
1221
1243
|
</div>
|
|
1222
1244
|
<nav
|
|
1223
1245
|
class="pf-v5-c-pagination__nav"
|
|
@@ -1286,55 +1308,57 @@ cssPrefix: pf-v5-c-pagination
|
|
|
1286
1308
|
<b>1 - 10</b> of
|
|
1287
1309
|
<b>36</b>
|
|
1288
1310
|
</div>
|
|
1289
|
-
<div class="pf-v5-c-
|
|
1290
|
-
<
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
<
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
<
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
<
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
<
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
<
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
<
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1311
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
1312
|
+
<div class="pf-v5-c-options-menu">
|
|
1313
|
+
<button
|
|
1314
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1315
|
+
type="button"
|
|
1316
|
+
id="pagination-compact-with-full-modifier-options-menu-toggle"
|
|
1317
|
+
aria-haspopup="listbox"
|
|
1318
|
+
aria-expanded="false"
|
|
1319
|
+
>
|
|
1320
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
1321
|
+
<b>1 - 10</b> of
|
|
1322
|
+
<b>36</b>
|
|
1323
|
+
</span>
|
|
1324
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
1325
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1326
|
+
</div>
|
|
1327
|
+
</button>
|
|
1328
|
+
<ul
|
|
1329
|
+
class="pf-v5-c-options-menu__menu"
|
|
1330
|
+
role="menu"
|
|
1331
|
+
aria-labelledby="pagination-compact-with-full-modifier-options-menu-toggle"
|
|
1332
|
+
hidden
|
|
1333
|
+
>
|
|
1334
|
+
<li role="none">
|
|
1335
|
+
<button
|
|
1336
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1337
|
+
type="button"
|
|
1338
|
+
role="menuitem"
|
|
1339
|
+
>5 per page</button>
|
|
1340
|
+
</li>
|
|
1341
|
+
<li role="none">
|
|
1342
|
+
<button
|
|
1343
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1344
|
+
type="button"
|
|
1345
|
+
role="menuitem"
|
|
1346
|
+
>
|
|
1347
|
+
10 per page
|
|
1348
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
1349
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1350
|
+
</div>
|
|
1351
|
+
</button>
|
|
1352
|
+
</li>
|
|
1353
|
+
<li role="none">
|
|
1354
|
+
<button
|
|
1355
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1356
|
+
type="button"
|
|
1357
|
+
role="menuitem"
|
|
1358
|
+
>20 per page</button>
|
|
1359
|
+
</li>
|
|
1360
|
+
</ul>
|
|
1361
|
+
</div>
|
|
1338
1362
|
</div>
|
|
1339
1363
|
<nav
|
|
1340
1364
|
class="pf-v5-c-pagination__nav"
|
|
@@ -1374,55 +1398,57 @@ cssPrefix: pf-v5-c-pagination
|
|
|
1374
1398
|
<b>1 - 10</b> of
|
|
1375
1399
|
<b>36</b>
|
|
1376
1400
|
</div>
|
|
1377
|
-
<div class="pf-v5-c-
|
|
1378
|
-
<
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
<
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
<
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
<
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
<
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
<
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
<
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1401
|
+
<div class="pf-v5-c-pagination__page-menu">
|
|
1402
|
+
<div class="pf-v5-c-options-menu">
|
|
1403
|
+
<button
|
|
1404
|
+
class="pf-v5-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1405
|
+
type="button"
|
|
1406
|
+
id="pagination-inset-options-menu-toggle"
|
|
1407
|
+
aria-haspopup="listbox"
|
|
1408
|
+
aria-expanded="false"
|
|
1409
|
+
>
|
|
1410
|
+
<span class="pf-v5-c-options-menu__toggle-text">
|
|
1411
|
+
<b>1 - 10</b> of
|
|
1412
|
+
<b>36</b>
|
|
1413
|
+
</span>
|
|
1414
|
+
<div class="pf-v5-c-options-menu__toggle-icon">
|
|
1415
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1416
|
+
</div>
|
|
1417
|
+
</button>
|
|
1418
|
+
<ul
|
|
1419
|
+
class="pf-v5-c-options-menu__menu"
|
|
1420
|
+
role="menu"
|
|
1421
|
+
aria-labelledby="pagination-inset-options-menu-toggle"
|
|
1422
|
+
hidden
|
|
1423
|
+
>
|
|
1424
|
+
<li role="none">
|
|
1425
|
+
<button
|
|
1426
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1427
|
+
type="button"
|
|
1428
|
+
role="menuitem"
|
|
1429
|
+
>5 per page</button>
|
|
1430
|
+
</li>
|
|
1431
|
+
<li role="none">
|
|
1432
|
+
<button
|
|
1433
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1434
|
+
type="button"
|
|
1435
|
+
role="menuitem"
|
|
1436
|
+
>
|
|
1437
|
+
10 per page
|
|
1438
|
+
<div class="pf-v5-c-options-menu__menu-item-icon">
|
|
1439
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1440
|
+
</div>
|
|
1441
|
+
</button>
|
|
1442
|
+
</li>
|
|
1443
|
+
<li role="none">
|
|
1444
|
+
<button
|
|
1445
|
+
class="pf-v5-c-options-menu__menu-item"
|
|
1446
|
+
type="button"
|
|
1447
|
+
role="menuitem"
|
|
1448
|
+
>20 per page</button>
|
|
1449
|
+
</li>
|
|
1450
|
+
</ul>
|
|
1451
|
+
</div>
|
|
1426
1452
|
</div>
|
|
1427
1453
|
<nav
|
|
1428
1454
|
class="pf-v5-c-pagination__nav"
|