@patternfly/patternfly 6.0.0-alpha.99 → 6.0.0-prerelease.2
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/README.md +1 -2
- package/assets/fontawesome/_animated.scss +1 -0
- package/assets/fontawesome/_bordered-pulled.scss +1 -0
- package/assets/fontawesome/_core.scss +2 -0
- package/assets/fontawesome/_fixed-width.scss +2 -0
- package/assets/fontawesome/_icons.scss +1 -0
- package/assets/fontawesome/_index.scss +12 -0
- package/assets/fontawesome/_larger.scss +4 -2
- package/assets/fontawesome/_list.scss +4 -2
- package/assets/fontawesome/_rotated-flipped.scss +2 -0
- package/assets/fontawesome/_screen-reader.scss +1 -0
- package/assets/fontawesome/_stacked.scss +3 -1
- package/assets/fontawesome/_variables.scss +3 -2
- package/assets/fontawesome/fontawesome.scss +12 -12
- package/assets/icons/iconUnicodes.json +6 -0
- package/assets/images/img_avatar-dark.svg +22 -16
- package/assets/images/img_avatar-light.svg +25 -18
- package/assets/images/pf-background.svg +21 -21
- package/assets/images/pf_logo.svg +11 -11
- package/assets/images/pf_logo_white.svg +16 -17
- package/assets/pficon/pf-v6-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +310 -271
- package/base/_index.scss +10 -0
- package/base/{_globals.scss → normalize.scss} +15 -48
- package/base/patternfly-common.css +14 -0
- package/base/patternfly-common.scss +68 -2
- package/base/patternfly-fa-icons.css +1 -1
- package/base/patternfly-fa-icons.scss +35 -2
- package/base/patternfly-fonts.css +10 -80
- package/base/patternfly-fonts.scss +49 -2
- package/base/patternfly-pf-icons.css +158 -134
- package/base/patternfly-pf-icons.scss +1 -2
- package/base/patternfly-svg-icons.css +5 -0
- package/base/{_svg-icons.scss → patternfly-svg-icons.scss} +2 -0
- package/base/patternfly-variables.css +1082 -1206
- package/base/patternfly-variables.scss +20 -2
- package/base/reset.scss +33 -0
- package/base/tokens/_index.scss +6 -0
- package/base/tokens/tokens-charts-dark.scss +173 -0
- package/base/tokens/{_tokens-charts.scss → tokens-charts.scss} +162 -148
- package/base/tokens/{_tokens-dark.scss → tokens-dark.scss} +307 -294
- package/base/tokens/{_tokens-default.scss → tokens-default.scss} +574 -447
- package/base/tokens/{_tokens-font.scss → tokens-local.scss} +13 -34
- package/base/tokens/{_tokens-palette.scss → tokens-palette.scss} +69 -70
- package/components/AboutModalBox/about-modal-box.css +86 -81
- package/components/AboutModalBox/about-modal-box.scss +80 -82
- package/components/Accordion/accordion.css +44 -43
- package/components/Accordion/accordion.scss +52 -52
- package/components/ActionList/action-list.css +6 -5
- package/components/ActionList/action-list.scss +7 -5
- package/components/Alert/alert-group.css +72 -19
- package/components/Alert/alert-group.scss +105 -18
- package/components/Alert/alert.css +52 -59
- package/components/Alert/alert.scss +56 -65
- package/components/Avatar/avatar.css +42 -41
- package/components/Avatar/avatar.scss +8 -7
- package/components/BackToTop/back-to-top.css +19 -17
- package/components/BackToTop/back-to-top.scss +17 -17
- package/components/Backdrop/backdrop.css +1 -1
- package/components/Backdrop/backdrop.scss +3 -4
- package/components/BackgroundImage/background-image.scss +3 -4
- package/components/Badge/badge.css +29 -7
- package/components/Badge/badge.scss +33 -9
- package/components/Banner/banner.css +30 -37
- package/components/Banner/banner.scss +30 -43
- package/components/Brand/brand.css +14 -10
- package/components/Brand/brand.scss +8 -5
- package/components/Breadcrumb/breadcrumb.css +23 -24
- package/components/Breadcrumb/breadcrumb.scss +25 -28
- package/components/Button/button.css +150 -128
- package/components/Button/button.scss +155 -130
- package/components/CalendarMonth/calendar-month.css +46 -46
- package/components/CalendarMonth/calendar-month.scss +49 -50
- package/components/Card/card.css +110 -93
- package/components/Card/card.scss +118 -92
- package/components/Check/check.css +5 -5
- package/components/Check/check.scss +7 -8
- package/components/ClipboardCopy/clipboard-copy.css +33 -41
- package/components/ClipboardCopy/clipboard-copy.scss +35 -44
- package/components/CodeBlock/code-block.css +21 -20
- package/components/CodeBlock/code-block.scss +21 -21
- package/components/CodeEditor/code-editor.css +35 -34
- package/components/CodeEditor/code-editor.scss +35 -35
- package/components/Content/content.css +167 -153
- package/components/Content/content.scss +204 -145
- package/components/DataList/data-list-grid.css +117 -117
- package/components/DataList/data-list-grid.scss +22 -20
- package/components/DataList/data-list.css +308 -312
- package/components/DataList/data-list.scss +145 -152
- package/components/DatePicker/date-picker.css +17 -17
- package/components/DatePicker/date-picker.scss +17 -18
- package/components/DescriptionList/description-list-order.css +5 -5
- package/components/DescriptionList/description-list-order.scss +3 -1
- package/components/DescriptionList/description-list.css +46 -44
- package/components/DescriptionList/description-list.scss +26 -31
- package/components/Divider/divider.css +104 -107
- package/components/Divider/divider.scss +19 -19
- package/components/DragDrop/drag-drop.css +4 -2
- package/components/DragDrop/drag-drop.scss +3 -3
- package/components/Drawer/drawer.css +115 -114
- package/components/Drawer/drawer.scss +136 -134
- package/components/DualListSelector/dual-list-selector.css +64 -61
- package/components/DualListSelector/dual-list-selector.scss +54 -51
- package/components/EmptyState/empty-state.css +38 -37
- package/components/EmptyState/empty-state.scss +39 -39
- package/components/ExpandableSection/expandable-section.css +27 -86
- package/components/ExpandableSection/expandable-section.scss +32 -101
- package/components/FileUpload/file-upload.css +2 -2
- package/components/FileUpload/file-upload.scss +2 -3
- package/components/Form/form.css +173 -115
- package/components/Form/form.scss +117 -103
- package/components/FormControl/form-control.css +57 -57
- package/components/FormControl/form-control.scss +69 -67
- package/components/HelperText/helper-text.css +5 -4
- package/components/HelperText/helper-text.scss +8 -6
- package/components/Hint/hint.css +25 -25
- package/components/Hint/hint.scss +25 -27
- package/components/Icon/icon.css +10 -10
- package/components/Icon/icon.scss +11 -12
- package/components/InlineEdit/inline-edit.css +12 -12
- package/components/InlineEdit/inline-edit.scss +12 -13
- package/components/InputGroup/input-group.css +16 -16
- package/components/InputGroup/input-group.scss +18 -19
- package/components/JumpLinks/jump-links.css +80 -96
- package/components/JumpLinks/jump-links.scss +80 -100
- package/components/Label/label-group.css +28 -28
- package/components/Label/label-group.scss +29 -30
- package/components/Label/label.css +102 -87
- package/components/Label/label.scss +113 -94
- package/components/List/list.css +44 -47
- package/components/List/list.scss +51 -58
- package/components/Login/login.css +122 -118
- package/components/Login/login.scss +105 -112
- package/components/Masthead/masthead.css +273 -175
- package/components/Masthead/masthead.scss +102 -68
- package/components/Menu/menu.css +151 -95
- package/components/Menu/menu.scss +59 -40
- package/components/MenuToggle/menu-toggle.css +129 -108
- package/components/MenuToggle/menu-toggle.scss +150 -128
- package/components/ModalBox/modal-box.css +53 -45
- package/components/ModalBox/modal-box.scss +52 -46
- package/components/MultipleFileUpload/multiple-file-upload.css +37 -37
- package/components/MultipleFileUpload/multiple-file-upload.scss +38 -39
- package/components/Nav/nav.css +33 -9
- package/components/Nav/nav.scss +46 -13
- package/components/NotificationDrawer/notification-drawer.css +50 -51
- package/components/NotificationDrawer/notification-drawer.scss +58 -57
- package/components/NumberInput/number-input.css +7 -11
- package/components/NumberInput/number-input.scss +5 -7
- package/components/OverflowMenu/overflow-menu.css +2 -1
- package/components/OverflowMenu/overflow-menu.scss +3 -1
- package/components/Page/page.css +175 -519
- package/components/Page/page.scss +155 -386
- package/components/Pagination/pagination.css +82 -79
- package/components/Pagination/pagination.scss +43 -40
- package/components/Panel/panel.css +33 -30
- package/components/Panel/panel.scss +35 -33
- package/components/Popover/popover.css +54 -52
- package/components/Popover/popover.scss +55 -54
- package/components/Progress/progress.css +8 -4
- package/components/Progress/progress.scss +14 -11
- package/components/ProgressStepper/progress-stepper.css +246 -245
- package/components/ProgressStepper/progress-stepper.scss +118 -118
- package/components/Radio/radio.css +7 -7
- package/components/Radio/radio.scss +9 -10
- package/components/Sidebar/sidebar.css +139 -139
- package/components/Sidebar/sidebar.scss +61 -61
- package/components/SimpleList/simple-list.css +21 -20
- package/components/SimpleList/simple-list.scss +22 -23
- package/components/Skeleton/skeleton.css +4 -4
- package/components/Skeleton/skeleton.scss +7 -8
- package/components/SkipToContent/skip-to-content.css +7 -6
- package/components/SkipToContent/skip-to-content.scss +7 -7
- package/components/Slider/slider.css +31 -31
- package/components/Slider/slider.scss +54 -55
- package/components/Spinner/spinner.scss +4 -5
- package/components/Switch/switch.css +4 -10
- package/components/Switch/switch.scss +8 -17
- package/components/TabContent/tab-content.css +25 -25
- package/components/TabContent/tab-content.scss +28 -28
- package/components/Table/table-grid.css +434 -508
- package/components/Table/table-grid.scss +131 -150
- package/components/Table/table-scrollable.css +31 -34
- package/components/Table/table-scrollable.scss +44 -41
- package/components/Table/table-tree-view.css +287 -279
- package/components/Table/table-tree-view.scss +84 -84
- package/components/Table/table.css +316 -279
- package/components/Table/table.scss +346 -301
- package/components/Tabs/tabs.css +215 -240
- package/components/Tabs/tabs.scss +130 -162
- package/components/TextInputGroup/text-input-group.css +122 -64
- package/components/TextInputGroup/text-input-group.scss +144 -87
- package/components/Tile/tile.css +15 -15
- package/components/Tile/tile.scss +16 -17
- package/components/Timestamp/timestamp.css +13 -19
- package/components/Timestamp/timestamp.scss +16 -22
- package/components/Title/title.css +14 -13
- package/components/Title/title.scss +15 -15
- package/components/ToggleGroup/toggle-group.css +37 -37
- package/components/ToggleGroup/toggle-group.scss +38 -41
- package/components/Toolbar/toolbar.css +547 -1431
- package/components/Toolbar/toolbar.scss +159 -123
- package/components/Tooltip/tooltip.css +28 -27
- package/components/Tooltip/tooltip.scss +31 -30
- package/components/TreeView/tree-view.css +184 -184
- package/components/TreeView/tree-view.scss +133 -133
- package/components/Truncate/truncate.css +2 -2
- package/components/Truncate/truncate.scss +7 -8
- package/components/Wizard/wizard.css +190 -154
- package/components/Wizard/wizard.scss +211 -165
- package/components/_index.css +22378 -0
- package/components/_index.scss +82 -0
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +3 -1
- package/docs/components/Accordion/examples/Accordion.md +1 -1
- package/docs/components/ActionList/examples/ActionList.md +64 -24
- package/docs/components/Alert/examples/Alert.md +116 -74
- package/docs/components/BackToTop/examples/BackToTop.md +1 -1
- package/docs/components/Badge/examples/Badge.md +6 -16
- package/docs/components/Banner/examples/Banner.md +16 -10
- package/docs/components/Brand/examples/Brand.md +2 -2
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +19 -59
- package/docs/components/Button/examples/Button.md +537 -368
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +24 -8
- package/docs/components/Card/examples/Card.md +372 -658
- package/docs/components/Check/examples/Check.md +10 -15
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +92 -47
- package/docs/components/CodeBlock/examples/CodeBlock.md +51 -28
- package/docs/components/CodeEditor/examples/CodeEditor.md +41 -22
- package/docs/components/Content/examples/Content.md +600 -60
- package/docs/components/DataList/examples/DataList.md +291 -1028
- package/docs/components/DatePicker/examples/DatePicker.md +18 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +80 -55
- package/docs/components/Drawer/examples/Drawer.md +60 -21
- package/docs/components/DualListSelector/examples/DualListSelector.md +364 -996
- package/docs/components/EmptyState/examples/EmptyState.md +123 -53
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +96 -91
- package/docs/components/FileUpload/examples/FileUpload.md +42 -14
- package/docs/components/Form/examples/Form.md +100 -26
- package/docs/components/Hint/examples/Hint.md +54 -164
- package/docs/components/InlineEdit/examples/InlineEdit.md +132 -45
- package/docs/components/InputGroup/examples/InputGroup.md +38 -62
- package/docs/components/JumpLinks/examples/JumpLinks.md +189 -72
- package/docs/components/Label/examples/Label.md +2577 -406
- package/docs/components/Login/examples/Login.md +372 -334
- package/docs/components/Masthead/examples/masthead.md +515 -484
- package/docs/components/Menu/examples/Menu.md +77 -138
- package/docs/components/MenuToggle/examples/MenuToggle.md +289 -39
- package/docs/components/ModalBox/examples/ModalBox.md +158 -100
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +137 -97
- package/docs/components/Nav/examples/Navigation.css +2 -7
- package/docs/components/Nav/examples/Navigation.md +337 -270
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +515 -2076
- package/docs/components/NumberInput/examples/NumberInput.md +96 -48
- package/docs/components/OverflowMenu/examples/overflow-menu.css +4 -28
- package/docs/components/OverflowMenu/examples/overflow-menu.md +104 -159
- package/docs/components/Page/examples/Page.css +5 -9
- package/docs/components/Page/examples/Page.md +254 -181
- package/docs/components/Pagination/examples/Pagination.md +336 -756
- package/docs/components/Panel/examples/Panel.md +3 -2
- package/docs/components/Popover/examples/Popover.md +60 -15
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -15
- package/docs/components/Sidebar/examples/Sidebar.css +4 -2
- package/docs/components/Sidebar/examples/Sidebar.md +3 -3
- package/docs/components/Skeleton/examples/Skeleton.css +1 -1
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -1
- package/docs/components/Slider/examples/Slider.md +53 -45
- package/docs/components/Spinner/examples/Spinner.md +1 -1
- package/docs/components/Switch/examples/Switch.md +33 -148
- package/docs/components/Table/examples/Table.css +11 -6
- package/docs/components/Table/examples/Table.md +5302 -2464
- package/docs/components/Tabs/examples/Tabs.md +1267 -607
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +8 -3
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +469 -278
- package/docs/components/Tile/examples/Tile.css +5 -5
- package/docs/components/Timestamp/examples/Timestamp.md +7 -1
- package/docs/components/ToggleGroup/examples/toggle-group.md +1 -3
- package/docs/components/Toolbar/examples/Toolbar.css +50 -39
- package/docs/components/Toolbar/examples/Toolbar.md +1562 -1200
- package/docs/components/Tooltip/examples/Tooltip.css +1 -1
- package/docs/components/TreeView/examples/TreeView.md +627 -49
- package/docs/components/Truncate/examples/Truncate.css +1 -2
- package/docs/components/Wizard/examples/Wizard.md +1595 -126
- package/docs/demos/AboutModal/examples/AboutModal.md +191 -198
- package/docs/demos/Alert/examples/Alert.md +924 -909
- package/docs/demos/BackToTop/examples/BackToTop.md +318 -327
- package/docs/demos/Banner/examples/Banner.md +641 -659
- package/docs/demos/Button/examples/Button.md +8 -8
- package/docs/demos/Card/examples/Card.css +6 -6
- package/docs/demos/Card/examples/Card.md +419 -606
- package/docs/demos/CardView/examples/CardView.md +822 -1435
- package/docs/demos/Dashboard/examples/Dashboard.md +1308 -1442
- package/docs/demos/DataList/examples/DataList.md +3210 -3424
- package/docs/demos/DescriptionList/examples/DescriptionList.md +899 -937
- package/docs/demos/Drawer/examples/Drawer.md +1165 -1176
- package/docs/demos/Form/examples/BasicForms.md +153 -88
- package/docs/demos/JumpLinks/examples/JumpLinks.md +1710 -1602
- package/docs/demos/Masthead/examples/Masthead.md +1719 -1583
- package/docs/demos/Modal/examples/Modal.md +1231 -1235
- package/docs/demos/Nav/examples/Nav.md +1216 -1230
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1910 -4577
- package/docs/demos/Page/examples/Page.css +11 -0
- package/docs/demos/Page/examples/Page.md +3753 -2540
- package/docs/demos/Panel/Panel.md +88 -0
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +9 -3
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +16 -48
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +5150 -6255
- package/docs/demos/Skeleton/examples/Skeleton.md +297 -304
- package/docs/demos/Table/examples/Table.md +14272 -15154
- package/docs/demos/Tabs/examples/Tabs.md +2821 -2891
- package/docs/demos/Toolbar/examples/Toolbar.css +10 -18
- package/docs/demos/Toolbar/examples/Toolbar.md +2487 -2663
- package/docs/demos/Wizard/examples/Wizard.md +3021 -2784
- package/docs/layouts/Bullseye/examples/Bullseye.css +4 -4
- package/docs/layouts/Flex/examples/Flex.css +4 -4
- package/docs/layouts/Flex/examples/Flex.md +50 -50
- package/docs/layouts/Gallery/examples/Gallery.css +4 -4
- package/docs/layouts/Gallery/examples/Gallery.md +6 -6
- package/docs/layouts/Grid/examples/Grid.css +3 -3
- package/docs/layouts/Grid/examples/Grid.md +33 -33
- package/docs/layouts/Level/examples/Level.css +5 -5
- package/docs/layouts/Split/examples/Split.css +4 -4
- package/docs/layouts/Stack/examples/Stack.css +5 -5
- package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
- package/docs/utilities/Alignment/examples/Alignment.css +6 -6
- package/docs/utilities/Alignment/examples/Alignment.md +5 -5
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +7 -67
- package/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
- package/docs/utilities/BoxShadow/examples/box-shadow.md +15 -38
- package/docs/utilities/Display/examples/Display.css +3 -10
- package/docs/utilities/Display/examples/Display.md +21 -12
- package/docs/utilities/Flex/examples/Flex.css +7 -7
- package/docs/utilities/Flex/examples/Flex.md +82 -40
- package/docs/utilities/Float/examples/Float.css +5 -5
- package/docs/utilities/Float/examples/Float.md +6 -6
- package/docs/utilities/Sizing/examples/Sizing.css +6 -6
- package/docs/utilities/Sizing/examples/Sizing.md +60 -60
- package/docs/utilities/Spacing/examples/Spacing.css +3 -3
- package/docs/utilities/Spacing/examples/Spacing.md +37 -37
- package/docs/utilities/Text/examples/Text.md +78 -77
- package/icons/pficons.mjs +6 -0
- package/layouts/Bullseye/bullseye.css +4 -0
- package/layouts/Bullseye/bullseye.scss +5 -1
- package/layouts/Flex/flex.css +241 -237
- package/layouts/Flex/flex.scss +48 -44
- package/layouts/Gallery/gallery.css +15 -11
- package/layouts/Gallery/gallery.scss +9 -5
- package/layouts/Grid/grid.css +20 -16
- package/layouts/Grid/grid.scss +12 -8
- package/layouts/Level/level.css +5 -1
- package/layouts/Level/level.scss +6 -2
- package/layouts/Split/split.css +5 -1
- package/layouts/Split/split.scss +6 -2
- package/layouts/Stack/stack.css +5 -1
- package/layouts/Stack/stack.scss +6 -2
- package/layouts/_index.css +3461 -0
- package/layouts/_index.scss +8 -0
- package/package.json +39 -39
- package/patternfly-addons.css +2071 -2648
- package/patternfly-addons.scss +2 -12
- package/patternfly-base-no-globals.css +1429 -1645
- package/patternfly-base-no-globals.scss +5 -3
- package/patternfly-base.css +1511 -1723
- package/patternfly-base.scss +2 -6
- package/patternfly-charts.css +579 -240
- package/patternfly-charts.scss +352 -337
- package/patternfly-no-globals.css +19895 -23410
- package/patternfly-no-globals.scss +5 -4
- package/patternfly.css +19999 -23510
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +3 -4
- package/sass-utilities/_index.scss +6 -0
- package/sass-utilities/functions.scss +25 -25
- package/sass-utilities/{_init.scss → init.scss} +6 -6
- package/sass-utilities/mixins.scss +108 -72
- package/sass-utilities/{component-namespaces.scss → namespaces-components.scss} +3 -27
- package/sass-utilities/{layout-namespaces.scss → namespaces-layouts.scss} +3 -1
- package/sass-utilities/scss-variables.scss +49 -261
- package/utilities/Accessibility/accessibility.css +15 -15
- package/utilities/Accessibility/accessibility.scss +8 -6
- package/utilities/Alignment/alignment.css +29 -29
- package/utilities/Alignment/alignment.scss +6 -4
- package/utilities/BackgroundColor/background-color.css +67 -0
- package/utilities/BackgroundColor/background-color.scss +16 -0
- package/utilities/BoxShadow/box-shadow.css +15 -39
- package/utilities/BoxShadow/box-shadow.scss +19 -28
- package/utilities/Display/display.css +43 -5
- package/utilities/Display/display.scss +7 -4
- package/utilities/Flex/flex.css +50 -50
- package/utilities/Flex/flex.scss +21 -20
- package/utilities/Float/float.css +29 -29
- package/utilities/Float/float.scss +6 -6
- package/utilities/Sizing/sizing.css +58 -58
- package/utilities/Sizing/sizing.scss +23 -21
- package/utilities/Spacing/spacing.css +1372 -1372
- package/utilities/Spacing/spacing.scss +6 -6
- package/utilities/Text/text.css +419 -662
- package/utilities/Text/text.scss +81 -107
- package/utilities/_index.css +7815 -0
- package/utilities/_index.scss +10 -0
- package/assets/images/pf-logo-small.svg +0 -23
- package/assets/images/pf_logo_white.hbs +0 -35
- package/assets/images/pfbg-icon.svg +0 -1
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/base/_base.scss +0 -2
- package/base/_chart-globals.scss +0 -415
- package/base/_common.scss +0 -50
- package/base/_fa-icons.scss +0 -33
- package/base/_fonts.scss +0 -136
- package/base/_icons.scss +0 -3
- package/base/_pficons.scss +0 -2
- package/base/_themes.scss +0 -43
- package/base/_variables.scss +0 -299
- package/base/patternfly-globals.css +0 -120
- package/base/patternfly-globals.scss +0 -2
- package/base/patternfly-icons.css +0 -4728
- package/base/patternfly-icons.scss +0 -2
- package/base/patternfly-themes.css +0 -82
- package/base/patternfly-themes.scss +0 -2
- package/base/themes/dark/_chart-globals.scss +0 -42
- package/base/themes/dark/_globals.scss +0 -5
- package/base/tokens/_workspace-overrides.scss +0 -7
- package/components/AppLauncher/app-launcher.css +0 -244
- package/components/AppLauncher/app-launcher.scss +0 -308
- package/components/AppLauncher/themes/dark/app-launcher.scss +0 -13
- package/components/Chip/chip-group.css +0 -93
- package/components/Chip/chip-group.scss +0 -98
- package/components/Chip/chip.css +0 -122
- package/components/Chip/chip.scss +0 -140
- package/components/Chip/themes/dark/chip.scss +0 -9
- package/components/ContextSelector/context-selector.css +0 -336
- package/components/ContextSelector/context-selector.scss +0 -384
- package/components/ContextSelector/themes/dark/context-selector.scss +0 -24
- package/components/Dropdown/dropdown.css +0 -686
- package/components/Dropdown/dropdown.scss +0 -820
- package/components/Dropdown/themes/dark/dropdown.scss +0 -32
- package/components/LogViewer/log-viewer.css +0 -197
- package/components/LogViewer/log-viewer.scss +0 -226
- package/components/LogViewer/themes/dark/log-viewer.scss +0 -7
- package/components/NotificationBadge/notification-badge.css +0 -87
- package/components/NotificationBadge/notification-badge.scss +0 -108
- package/components/OptionsMenu/options-menu.css +0 -279
- package/components/OptionsMenu/options-menu.scss +0 -332
- package/components/OptionsMenu/themes/dark/options-menu.scss +0 -21
- package/components/Select/select.css +0 -599
- package/components/Select/select.scss +0 -713
- package/components/Select/themes/dark/select.scss +0 -23
- package/components/_all.scss +0 -91
- package/docs/components/AppLauncher/deprecated/application-launcher.css +0 -25
- package/docs/components/AppLauncher/deprecated/application-launcher.md +0 -792
- package/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
- package/docs/components/Chip/examples/Chip.md +0 -846
- package/docs/components/ContextSelector/deprecated/context-selector.css +0 -7
- package/docs/components/ContextSelector/deprecated/context-selector.md +0 -909
- package/docs/components/Dropdown/deprecated/Dropdown.css +0 -64
- package/docs/components/Dropdown/deprecated/Dropdown.md +0 -2920
- package/docs/components/LogViewer/examples/LogViewer.css +0 -17
- package/docs/components/LogViewer/examples/LogViewer.md +0 -5936
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +0 -222
- package/docs/components/OptionsMenu/deprecated/options-menu.css +0 -25
- package/docs/components/OptionsMenu/deprecated/options-menu.md +0 -1014
- package/docs/components/Page/deprecated/PageHeader.css +0 -17
- package/docs/components/Page/deprecated/PageHeader.md +0 -261
- package/docs/components/Pagination/examples/Pagination.css +0 -3
- package/docs/components/Select/deprecated/Select.css +0 -56
- package/docs/components/Select/deprecated/Select.md +0 -3525
- package/docs/components/Tabs/examples/Tabs.css +0 -10
- package/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
- package/docs/demos/ContextSelector/examples/ContextSelector.md +0 -1712
- package/docs/demos/Page/examples/Penta.md +0 -821
- package/docs/utilities/Text/examples/Text.css +0 -0
- package/layouts/_all.scss +0 -7
- package/patternfly-base-no-globals-theme-dark-unversioned.css +0 -6276
- package/patternfly-base-no-globals-theme-dark-unversioned.scss +0 -11
- package/patternfly-base-theme-dark-unversioned.css +0 -6393
- package/patternfly-base-theme-dark-unversioned.scss +0 -5
- package/patternfly-charts-theme-dark-unversioned.css +0 -70
- package/patternfly-charts-theme-dark-unversioned.scss +0 -8
- package/patternfly-charts-theme-dark.css +0 -70
- package/patternfly-charts-theme-dark.scss +0 -8
- package/patternfly-theme-dark-unversioned.css +0 -35533
- package/patternfly-theme-dark-unversioned.scss +0 -6
- package/patternfly-theme-dark.css +0 -0
- package/patternfly-theme-dark.scss +0 -1
- package/sass-utilities/_all.scss +0 -9
- package/sass-utilities/colors.scss +0 -82
- package/sass-utilities/div.import.scss +0 -3
- package/sass-utilities/div.scss +0 -4
- package/sass-utilities/placeholders.scss +0 -72
- package/sass-utilities/themes/dark/_all.scss +0 -4
- package/sass-utilities/themes/dark/colors.scss +0 -16
- package/sass-utilities/themes/dark/mixins.scss +0 -7
- package/sass-utilities/themes/dark/placeholders.scss +0 -5
- package/sass-utilities/themes/dark/scss-variables.scss +0 -92
- package/themes/dark/_patternfly-charts-theme-dark.scss +0 -98
- package/utilities/BackgroundColor/BackgroundColor.css +0 -414
- package/utilities/BackgroundColor/BackgroundColor.scss +0 -64
- package/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
- package/utilities/BackgroundColor/themes/dark/BackgroundColor.scss +0 -25
- package/utilities/Text/themes/dark/text.css +0 -0
- package/utilities/Text/themes/dark/text.scss +0 -33
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
id: Pagination
|
|
3
3
|
section: components
|
|
4
4
|
cssPrefix: pf-v6-c-pagination
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## Examples
|
|
5
|
+
---## Examples
|
|
8
6
|
|
|
9
7
|
### Top
|
|
10
8
|
|
|
@@ -15,56 +13,23 @@ cssPrefix: pf-v6-c-pagination
|
|
|
15
13
|
<b>36</b>
|
|
16
14
|
</div>
|
|
17
15
|
<div class="pf-v6-c-pagination__page-menu">
|
|
18
|
-
<
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
>
|
|
26
|
-
<
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
<
|
|
16
|
+
<button
|
|
17
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text"
|
|
18
|
+
type="button"
|
|
19
|
+
aria-expanded="false"
|
|
20
|
+
aria-label="Menu toggle"
|
|
21
|
+
id="pagination-menu-toggle-top-example"
|
|
22
|
+
>
|
|
23
|
+
<span class="pf-v6-c-menu-toggle__text">
|
|
24
|
+
<b>1 - 10</b> of
|
|
25
|
+
<b>36</b>
|
|
26
|
+
</span>
|
|
27
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
28
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
31
29
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
32
|
-
</
|
|
33
|
-
</
|
|
34
|
-
|
|
35
|
-
class="pf-v6-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-v6-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-v6-c-options-menu__menu-item"
|
|
50
|
-
type="button"
|
|
51
|
-
role="menuitem"
|
|
52
|
-
>
|
|
53
|
-
10 per page
|
|
54
|
-
<div class="pf-v6-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-v6-c-options-menu__menu-item"
|
|
62
|
-
type="button"
|
|
63
|
-
role="menuitem"
|
|
64
|
-
>20 per page</button>
|
|
65
|
-
</li>
|
|
66
|
-
</ul>
|
|
67
|
-
</div>
|
|
30
|
+
</span>
|
|
31
|
+
</span>
|
|
32
|
+
</button>
|
|
68
33
|
</div>
|
|
69
34
|
<nav
|
|
70
35
|
class="pf-v6-c-pagination__nav"
|
|
@@ -77,125 +42,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
77
42
|
disabled
|
|
78
43
|
aria-label="Go to first page"
|
|
79
44
|
>
|
|
80
|
-
<
|
|
81
|
-
|
|
82
|
-
</div>
|
|
83
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
84
|
-
<button
|
|
85
|
-
class="pf-v6-c-button pf-m-plain"
|
|
86
|
-
type="button"
|
|
87
|
-
disabled
|
|
88
|
-
aria-label="Go to previous page"
|
|
89
|
-
>
|
|
90
|
-
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
91
|
-
</button>
|
|
92
|
-
</div>
|
|
93
|
-
<div class="pf-v6-c-pagination__nav-page-select">
|
|
94
|
-
<span class="pf-v6-c-form-control">
|
|
95
|
-
<input
|
|
96
|
-
aria-label="Current page"
|
|
97
|
-
type="number"
|
|
98
|
-
min="1"
|
|
99
|
-
max="4"
|
|
100
|
-
value="1"
|
|
101
|
-
/>
|
|
102
|
-
</span>
|
|
103
|
-
<span aria-hidden="true">of 4</span>
|
|
104
|
-
</div>
|
|
105
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-next">
|
|
106
|
-
<button
|
|
107
|
-
class="pf-v6-c-button pf-m-plain"
|
|
108
|
-
type="button"
|
|
109
|
-
aria-label="Go to next page"
|
|
110
|
-
>
|
|
111
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
112
|
-
</button>
|
|
113
|
-
</div>
|
|
114
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
115
|
-
<button
|
|
116
|
-
class="pf-v6-c-button pf-m-plain"
|
|
117
|
-
type="button"
|
|
118
|
-
aria-label="Go to last page"
|
|
119
|
-
>
|
|
120
|
-
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
121
|
-
</button>
|
|
122
|
-
</div>
|
|
123
|
-
</nav>
|
|
124
|
-
</div>
|
|
125
|
-
|
|
126
|
-
```
|
|
127
|
-
|
|
128
|
-
### Top expanded
|
|
129
|
-
|
|
130
|
-
```html
|
|
131
|
-
<div class="pf-v6-c-pagination">
|
|
132
|
-
<div class="pf-v6-c-pagination__total-items">
|
|
133
|
-
<b>1 - 10</b> of
|
|
134
|
-
<b>36</b>
|
|
135
|
-
</div>
|
|
136
|
-
<div class="pf-v6-c-pagination__page-menu">
|
|
137
|
-
<div class="pf-v6-c-options-menu pf-m-expanded">
|
|
138
|
-
<button
|
|
139
|
-
class="pf-v6-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-v6-c-options-menu__toggle-text">
|
|
146
|
-
<b>1 - 10</b> of
|
|
147
|
-
<b>36</b>
|
|
45
|
+
<span class="pf-v6-c-button__icon">
|
|
46
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
148
47
|
</span>
|
|
149
|
-
<div class="pf-v6-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-v6-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-v6-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-v6-c-options-menu__menu-item"
|
|
168
|
-
type="button"
|
|
169
|
-
role="menuitem"
|
|
170
|
-
>
|
|
171
|
-
10 per page
|
|
172
|
-
<div class="pf-v6-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-v6-c-options-menu__menu-item"
|
|
180
|
-
type="button"
|
|
181
|
-
role="menuitem"
|
|
182
|
-
>20 per page</button>
|
|
183
|
-
</li>
|
|
184
|
-
</ul>
|
|
185
|
-
</div>
|
|
186
|
-
</div>
|
|
187
|
-
<nav
|
|
188
|
-
class="pf-v6-c-pagination__nav"
|
|
189
|
-
aria-label="Pagination nav - top expanded example"
|
|
190
|
-
>
|
|
191
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-first">
|
|
192
|
-
<button
|
|
193
|
-
class="pf-v6-c-button pf-m-plain"
|
|
194
|
-
type="button"
|
|
195
|
-
disabled
|
|
196
|
-
aria-label="Go to first page"
|
|
197
|
-
>
|
|
198
|
-
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
199
48
|
</button>
|
|
200
49
|
</div>
|
|
201
50
|
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
@@ -205,7 +54,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
205
54
|
disabled
|
|
206
55
|
aria-label="Go to previous page"
|
|
207
56
|
>
|
|
208
|
-
<
|
|
57
|
+
<span class="pf-v6-c-button__icon">
|
|
58
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
59
|
+
</span>
|
|
209
60
|
</button>
|
|
210
61
|
</div>
|
|
211
62
|
<div class="pf-v6-c-pagination__nav-page-select">
|
|
@@ -226,16 +77,21 @@ cssPrefix: pf-v6-c-pagination
|
|
|
226
77
|
type="button"
|
|
227
78
|
aria-label="Go to next page"
|
|
228
79
|
>
|
|
229
|
-
<
|
|
80
|
+
<span class="pf-v6-c-button__icon">
|
|
81
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
82
|
+
</span>
|
|
230
83
|
</button>
|
|
231
84
|
</div>
|
|
232
85
|
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
233
86
|
<button
|
|
234
87
|
class="pf-v6-c-button pf-m-plain"
|
|
235
88
|
type="button"
|
|
89
|
+
disabled
|
|
236
90
|
aria-label="Go to last page"
|
|
237
91
|
>
|
|
238
|
-
<
|
|
92
|
+
<span class="pf-v6-c-button__icon">
|
|
93
|
+
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
94
|
+
</span>
|
|
239
95
|
</button>
|
|
240
96
|
</div>
|
|
241
97
|
</nav>
|
|
@@ -252,56 +108,23 @@ cssPrefix: pf-v6-c-pagination
|
|
|
252
108
|
<b>36</b>
|
|
253
109
|
</div>
|
|
254
110
|
<div class="pf-v6-c-pagination__page-menu">
|
|
255
|
-
<
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
>
|
|
263
|
-
<
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
<
|
|
111
|
+
<button
|
|
112
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text"
|
|
113
|
+
type="button"
|
|
114
|
+
aria-expanded="false"
|
|
115
|
+
aria-label="Menu toggle"
|
|
116
|
+
id="pagination-menu-toggle-top-sticky-example"
|
|
117
|
+
>
|
|
118
|
+
<span class="pf-v6-c-menu-toggle__text">
|
|
119
|
+
<b>1 - 10</b> of
|
|
120
|
+
<b>36</b>
|
|
121
|
+
</span>
|
|
122
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
123
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
268
124
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
269
|
-
</
|
|
270
|
-
</
|
|
271
|
-
|
|
272
|
-
class="pf-v6-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-v6-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-v6-c-options-menu__menu-item"
|
|
287
|
-
type="button"
|
|
288
|
-
role="menuitem"
|
|
289
|
-
>
|
|
290
|
-
10 per page
|
|
291
|
-
<div class="pf-v6-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-v6-c-options-menu__menu-item"
|
|
299
|
-
type="button"
|
|
300
|
-
role="menuitem"
|
|
301
|
-
>20 per page</button>
|
|
302
|
-
</li>
|
|
303
|
-
</ul>
|
|
304
|
-
</div>
|
|
125
|
+
</span>
|
|
126
|
+
</span>
|
|
127
|
+
</button>
|
|
305
128
|
</div>
|
|
306
129
|
<nav
|
|
307
130
|
class="pf-v6-c-pagination__nav"
|
|
@@ -314,7 +137,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
314
137
|
disabled
|
|
315
138
|
aria-label="Go to first page"
|
|
316
139
|
>
|
|
317
|
-
<
|
|
140
|
+
<span class="pf-v6-c-button__icon">
|
|
141
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
142
|
+
</span>
|
|
318
143
|
</button>
|
|
319
144
|
</div>
|
|
320
145
|
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
@@ -324,7 +149,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
324
149
|
disabled
|
|
325
150
|
aria-label="Go to previous page"
|
|
326
151
|
>
|
|
327
|
-
<
|
|
152
|
+
<span class="pf-v6-c-button__icon">
|
|
153
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
154
|
+
</span>
|
|
328
155
|
</button>
|
|
329
156
|
</div>
|
|
330
157
|
<div class="pf-v6-c-pagination__nav-page-select">
|
|
@@ -345,16 +172,21 @@ cssPrefix: pf-v6-c-pagination
|
|
|
345
172
|
type="button"
|
|
346
173
|
aria-label="Go to next page"
|
|
347
174
|
>
|
|
348
|
-
<
|
|
175
|
+
<span class="pf-v6-c-button__icon">
|
|
176
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
177
|
+
</span>
|
|
349
178
|
</button>
|
|
350
179
|
</div>
|
|
351
180
|
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
352
181
|
<button
|
|
353
182
|
class="pf-v6-c-button pf-m-plain"
|
|
354
183
|
type="button"
|
|
184
|
+
disabled
|
|
355
185
|
aria-label="Go to last page"
|
|
356
186
|
>
|
|
357
|
-
<
|
|
187
|
+
<span class="pf-v6-c-button__icon">
|
|
188
|
+
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
189
|
+
</span>
|
|
358
190
|
</button>
|
|
359
191
|
</div>
|
|
360
192
|
</nav>
|
|
@@ -381,56 +213,23 @@ cssPrefix: pf-v6-c-pagination
|
|
|
381
213
|
<b>many</b>
|
|
382
214
|
</div>
|
|
383
215
|
<div class="pf-v6-c-pagination__page-menu">
|
|
384
|
-
<
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
>
|
|
392
|
-
<
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
<
|
|
216
|
+
<button
|
|
217
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text"
|
|
218
|
+
type="button"
|
|
219
|
+
aria-expanded="false"
|
|
220
|
+
aria-label="Menu toggle"
|
|
221
|
+
id="pagination-menu-toggle-top-indeterminate-example"
|
|
222
|
+
>
|
|
223
|
+
<span class="pf-v6-c-menu-toggle__text">
|
|
224
|
+
<b>1 - 10</b> of
|
|
225
|
+
<b>many</b>
|
|
226
|
+
</span>
|
|
227
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
228
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
397
229
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
398
|
-
</
|
|
399
|
-
</
|
|
400
|
-
|
|
401
|
-
class="pf-v6-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-v6-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-v6-c-options-menu__menu-item"
|
|
416
|
-
type="button"
|
|
417
|
-
role="menuitem"
|
|
418
|
-
>
|
|
419
|
-
10 per page
|
|
420
|
-
<div class="pf-v6-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-v6-c-options-menu__menu-item"
|
|
428
|
-
type="button"
|
|
429
|
-
role="menuitem"
|
|
430
|
-
>20 per page</button>
|
|
431
|
-
</li>
|
|
432
|
-
</ul>
|
|
433
|
-
</div>
|
|
230
|
+
</span>
|
|
231
|
+
</span>
|
|
232
|
+
</button>
|
|
434
233
|
</div>
|
|
435
234
|
<nav
|
|
436
235
|
class="pf-v6-c-pagination__nav"
|
|
@@ -443,7 +242,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
443
242
|
disabled
|
|
444
243
|
aria-label="Go to first page"
|
|
445
244
|
>
|
|
446
|
-
<
|
|
245
|
+
<span class="pf-v6-c-button__icon">
|
|
246
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
247
|
+
</span>
|
|
447
248
|
</button>
|
|
448
249
|
</div>
|
|
449
250
|
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
@@ -453,7 +254,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
453
254
|
disabled
|
|
454
255
|
aria-label="Go to previous page"
|
|
455
256
|
>
|
|
456
|
-
<
|
|
257
|
+
<span class="pf-v6-c-button__icon">
|
|
258
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
259
|
+
</span>
|
|
457
260
|
</button>
|
|
458
261
|
</div>
|
|
459
262
|
<div class="pf-v6-c-pagination__nav-page-select">
|
|
@@ -473,16 +276,21 @@ cssPrefix: pf-v6-c-pagination
|
|
|
473
276
|
type="button"
|
|
474
277
|
aria-label="Go to next page"
|
|
475
278
|
>
|
|
476
|
-
<
|
|
279
|
+
<span class="pf-v6-c-button__icon">
|
|
280
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
281
|
+
</span>
|
|
477
282
|
</button>
|
|
478
283
|
</div>
|
|
479
284
|
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
480
285
|
<button
|
|
481
286
|
class="pf-v6-c-button pf-m-plain"
|
|
482
287
|
type="button"
|
|
288
|
+
disabled
|
|
483
289
|
aria-label="Go to last page"
|
|
484
290
|
>
|
|
485
|
-
<
|
|
291
|
+
<span class="pf-v6-c-button__icon">
|
|
292
|
+
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
293
|
+
</span>
|
|
486
294
|
</button>
|
|
487
295
|
</div>
|
|
488
296
|
</nav>
|
|
@@ -495,56 +303,23 @@ cssPrefix: pf-v6-c-pagination
|
|
|
495
303
|
```html
|
|
496
304
|
<div class="pf-v6-c-pagination pf-m-bottom">
|
|
497
305
|
<div class="pf-v6-c-pagination__page-menu">
|
|
498
|
-
<
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
>
|
|
506
|
-
<
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
<
|
|
306
|
+
<button
|
|
307
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text pf-m-top"
|
|
308
|
+
type="button"
|
|
309
|
+
aria-expanded="false"
|
|
310
|
+
aria-label="Menu toggle"
|
|
311
|
+
id="pagination-menu-toggle-bottom-example"
|
|
312
|
+
>
|
|
313
|
+
<span class="pf-v6-c-menu-toggle__text">
|
|
314
|
+
<b>1 - 10</b> of
|
|
315
|
+
<b>36</b>
|
|
316
|
+
</span>
|
|
317
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
318
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
511
319
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
512
|
-
</
|
|
513
|
-
</
|
|
514
|
-
|
|
515
|
-
class="pf-v6-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-v6-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-v6-c-options-menu__menu-item"
|
|
530
|
-
type="button"
|
|
531
|
-
role="menuitem"
|
|
532
|
-
>
|
|
533
|
-
10 per page
|
|
534
|
-
<div class="pf-v6-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-v6-c-options-menu__menu-item"
|
|
542
|
-
type="button"
|
|
543
|
-
role="menuitem"
|
|
544
|
-
>20 per page</button>
|
|
545
|
-
</li>
|
|
546
|
-
</ul>
|
|
547
|
-
</div>
|
|
320
|
+
</span>
|
|
321
|
+
</span>
|
|
322
|
+
</button>
|
|
548
323
|
</div>
|
|
549
324
|
<nav
|
|
550
325
|
class="pf-v6-c-pagination__nav"
|
|
@@ -557,7 +332,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
557
332
|
disabled
|
|
558
333
|
aria-label="Go to first page"
|
|
559
334
|
>
|
|
560
|
-
<
|
|
335
|
+
<span class="pf-v6-c-button__icon">
|
|
336
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
337
|
+
</span>
|
|
561
338
|
</button>
|
|
562
339
|
</div>
|
|
563
340
|
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
@@ -567,7 +344,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
567
344
|
disabled
|
|
568
345
|
aria-label="Go to previous page"
|
|
569
346
|
>
|
|
570
|
-
<
|
|
347
|
+
<span class="pf-v6-c-button__icon">
|
|
348
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
349
|
+
</span>
|
|
571
350
|
</button>
|
|
572
351
|
</div>
|
|
573
352
|
<div class="pf-v6-c-pagination__nav-page-select">
|
|
@@ -588,16 +367,21 @@ cssPrefix: pf-v6-c-pagination
|
|
|
588
367
|
type="button"
|
|
589
368
|
aria-label="Go to next page"
|
|
590
369
|
>
|
|
591
|
-
<
|
|
370
|
+
<span class="pf-v6-c-button__icon">
|
|
371
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
372
|
+
</span>
|
|
592
373
|
</button>
|
|
593
374
|
</div>
|
|
594
375
|
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
595
376
|
<button
|
|
596
377
|
class="pf-v6-c-button pf-m-plain"
|
|
597
378
|
type="button"
|
|
379
|
+
disabled
|
|
598
380
|
aria-label="Go to last page"
|
|
599
381
|
>
|
|
600
|
-
<
|
|
382
|
+
<span class="pf-v6-c-button__icon">
|
|
383
|
+
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
384
|
+
</span>
|
|
601
385
|
</button>
|
|
602
386
|
</div>
|
|
603
387
|
</nav>
|
|
@@ -620,56 +404,23 @@ cssPrefix: pf-v6-c-pagination
|
|
|
620
404
|
<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>
|
|
621
405
|
<div class="pf-v6-c-pagination pf-m-bottom pf-m-sticky">
|
|
622
406
|
<div class="pf-v6-c-pagination__page-menu">
|
|
623
|
-
<
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
>
|
|
631
|
-
<
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
<
|
|
407
|
+
<button
|
|
408
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text pf-m-top"
|
|
409
|
+
type="button"
|
|
410
|
+
aria-expanded="false"
|
|
411
|
+
aria-label="Menu toggle"
|
|
412
|
+
id="pagination-menu-toggle-bottom-sticky-example"
|
|
413
|
+
>
|
|
414
|
+
<span class="pf-v6-c-menu-toggle__text">
|
|
415
|
+
<b>1 - 10</b> of
|
|
416
|
+
<b>36</b>
|
|
417
|
+
</span>
|
|
418
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
419
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
636
420
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
637
|
-
</
|
|
638
|
-
</
|
|
639
|
-
|
|
640
|
-
class="pf-v6-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-v6-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-v6-c-options-menu__menu-item"
|
|
655
|
-
type="button"
|
|
656
|
-
role="menuitem"
|
|
657
|
-
>
|
|
658
|
-
10 per page
|
|
659
|
-
<div class="pf-v6-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-v6-c-options-menu__menu-item"
|
|
667
|
-
type="button"
|
|
668
|
-
role="menuitem"
|
|
669
|
-
>20 per page</button>
|
|
670
|
-
</li>
|
|
671
|
-
</ul>
|
|
672
|
-
</div>
|
|
421
|
+
</span>
|
|
422
|
+
</span>
|
|
423
|
+
</button>
|
|
673
424
|
</div>
|
|
674
425
|
<nav
|
|
675
426
|
class="pf-v6-c-pagination__nav"
|
|
@@ -682,7 +433,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
682
433
|
disabled
|
|
683
434
|
aria-label="Go to first page"
|
|
684
435
|
>
|
|
685
|
-
<
|
|
436
|
+
<span class="pf-v6-c-button__icon">
|
|
437
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
438
|
+
</span>
|
|
686
439
|
</button>
|
|
687
440
|
</div>
|
|
688
441
|
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
@@ -692,7 +445,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
692
445
|
disabled
|
|
693
446
|
aria-label="Go to previous page"
|
|
694
447
|
>
|
|
695
|
-
<
|
|
448
|
+
<span class="pf-v6-c-button__icon">
|
|
449
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
450
|
+
</span>
|
|
696
451
|
</button>
|
|
697
452
|
</div>
|
|
698
453
|
<div class="pf-v6-c-pagination__nav-page-select">
|
|
@@ -713,16 +468,21 @@ cssPrefix: pf-v6-c-pagination
|
|
|
713
468
|
type="button"
|
|
714
469
|
aria-label="Go to next page"
|
|
715
470
|
>
|
|
716
|
-
<
|
|
471
|
+
<span class="pf-v6-c-button__icon">
|
|
472
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
473
|
+
</span>
|
|
717
474
|
</button>
|
|
718
475
|
</div>
|
|
719
476
|
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
720
477
|
<button
|
|
721
478
|
class="pf-v6-c-button pf-m-plain"
|
|
722
479
|
type="button"
|
|
480
|
+
disabled
|
|
723
481
|
aria-label="Go to last page"
|
|
724
482
|
>
|
|
725
|
-
<
|
|
483
|
+
<span class="pf-v6-c-button__icon">
|
|
484
|
+
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
485
|
+
</span>
|
|
726
486
|
</button>
|
|
727
487
|
</div>
|
|
728
488
|
</nav>
|
|
@@ -739,57 +499,24 @@ cssPrefix: pf-v6-c-pagination
|
|
|
739
499
|
<b>36</b>
|
|
740
500
|
</div>
|
|
741
501
|
<div class="pf-v6-c-pagination__page-menu">
|
|
742
|
-
<
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
>
|
|
751
|
-
<
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
<
|
|
502
|
+
<button
|
|
503
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text pf-m-disabled"
|
|
504
|
+
type="button"
|
|
505
|
+
aria-expanded="false"
|
|
506
|
+
disabled
|
|
507
|
+
aria-label="Menu toggle"
|
|
508
|
+
id="pagination-menu-toggle-top-disabled-example"
|
|
509
|
+
>
|
|
510
|
+
<span class="pf-v6-c-menu-toggle__text">
|
|
511
|
+
<b>1 - 10</b> of
|
|
512
|
+
<b>36</b>
|
|
513
|
+
</span>
|
|
514
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
515
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
756
516
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
757
|
-
</
|
|
758
|
-
</
|
|
759
|
-
|
|
760
|
-
class="pf-v6-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-v6-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-v6-c-options-menu__menu-item"
|
|
775
|
-
type="button"
|
|
776
|
-
role="menuitem"
|
|
777
|
-
>
|
|
778
|
-
10 per page
|
|
779
|
-
<div class="pf-v6-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-v6-c-options-menu__menu-item"
|
|
787
|
-
type="button"
|
|
788
|
-
role="menuitem"
|
|
789
|
-
>20 per page</button>
|
|
790
|
-
</li>
|
|
791
|
-
</ul>
|
|
792
|
-
</div>
|
|
517
|
+
</span>
|
|
518
|
+
</span>
|
|
519
|
+
</button>
|
|
793
520
|
</div>
|
|
794
521
|
<nav
|
|
795
522
|
class="pf-v6-c-pagination__nav"
|
|
@@ -802,7 +529,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
802
529
|
disabled
|
|
803
530
|
aria-label="Go to first page"
|
|
804
531
|
>
|
|
805
|
-
<
|
|
532
|
+
<span class="pf-v6-c-button__icon">
|
|
533
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
534
|
+
</span>
|
|
806
535
|
</button>
|
|
807
536
|
</div>
|
|
808
537
|
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
@@ -812,7 +541,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
812
541
|
disabled
|
|
813
542
|
aria-label="Go to previous page"
|
|
814
543
|
>
|
|
815
|
-
<
|
|
544
|
+
<span class="pf-v6-c-button__icon">
|
|
545
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
546
|
+
</span>
|
|
816
547
|
</button>
|
|
817
548
|
</div>
|
|
818
549
|
<div class="pf-v6-c-pagination__nav-page-select">
|
|
@@ -835,7 +566,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
835
566
|
disabled
|
|
836
567
|
aria-label="Go to next page"
|
|
837
568
|
>
|
|
838
|
-
<
|
|
569
|
+
<span class="pf-v6-c-button__icon">
|
|
570
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
571
|
+
</span>
|
|
839
572
|
</button>
|
|
840
573
|
</div>
|
|
841
574
|
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
@@ -845,7 +578,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
845
578
|
disabled
|
|
846
579
|
aria-label="Go to last page"
|
|
847
580
|
>
|
|
848
|
-
<
|
|
581
|
+
<span class="pf-v6-c-button__icon">
|
|
582
|
+
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
583
|
+
</span>
|
|
849
584
|
</button>
|
|
850
585
|
</div>
|
|
851
586
|
</nav>
|
|
@@ -862,56 +597,23 @@ cssPrefix: pf-v6-c-pagination
|
|
|
862
597
|
<b>36</b>
|
|
863
598
|
</div>
|
|
864
599
|
<div class="pf-v6-c-pagination__page-menu">
|
|
865
|
-
<
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
>
|
|
873
|
-
<
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
<
|
|
600
|
+
<button
|
|
601
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text"
|
|
602
|
+
type="button"
|
|
603
|
+
aria-expanded="false"
|
|
604
|
+
aria-label="Menu toggle"
|
|
605
|
+
id="pagination-menu-toggle-compact-example"
|
|
606
|
+
>
|
|
607
|
+
<span class="pf-v6-c-menu-toggle__text">
|
|
608
|
+
<b>1 - 10</b> of
|
|
609
|
+
<b>36</b>
|
|
610
|
+
</span>
|
|
611
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
612
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
878
613
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
879
|
-
</
|
|
880
|
-
</
|
|
881
|
-
|
|
882
|
-
class="pf-v6-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-v6-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-v6-c-options-menu__menu-item"
|
|
897
|
-
type="button"
|
|
898
|
-
role="menuitem"
|
|
899
|
-
>
|
|
900
|
-
10 per page
|
|
901
|
-
<div class="pf-v6-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-v6-c-options-menu__menu-item"
|
|
909
|
-
type="button"
|
|
910
|
-
role="menuitem"
|
|
911
|
-
>20 per page</button>
|
|
912
|
-
</li>
|
|
913
|
-
</ul>
|
|
914
|
-
</div>
|
|
614
|
+
</span>
|
|
615
|
+
</span>
|
|
616
|
+
</button>
|
|
915
617
|
</div>
|
|
916
618
|
<nav
|
|
917
619
|
class="pf-v6-c-pagination__nav"
|
|
@@ -924,7 +626,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
924
626
|
disabled
|
|
925
627
|
aria-label="Go to previous page"
|
|
926
628
|
>
|
|
927
|
-
<
|
|
629
|
+
<span class="pf-v6-c-button__icon">
|
|
630
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
631
|
+
</span>
|
|
928
632
|
</button>
|
|
929
633
|
</div>
|
|
930
634
|
<div class="pf-v6-c-pagination__nav-control pf-m-next">
|
|
@@ -933,7 +637,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
933
637
|
type="button"
|
|
934
638
|
aria-label="Go to next page"
|
|
935
639
|
>
|
|
936
|
-
<
|
|
640
|
+
<span class="pf-v6-c-button__icon">
|
|
641
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
642
|
+
</span>
|
|
937
643
|
</button>
|
|
938
644
|
</div>
|
|
939
645
|
</nav>
|
|
@@ -950,56 +656,23 @@ cssPrefix: pf-v6-c-pagination
|
|
|
950
656
|
<b>36</b>
|
|
951
657
|
</div>
|
|
952
658
|
<div class="pf-v6-c-pagination__page-menu">
|
|
953
|
-
<
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
>
|
|
961
|
-
<
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
<
|
|
659
|
+
<button
|
|
660
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text"
|
|
661
|
+
type="button"
|
|
662
|
+
aria-expanded="false"
|
|
663
|
+
aria-label="Menu toggle"
|
|
664
|
+
id="pagination-top-with-summary-modifier-menu-toggle"
|
|
665
|
+
>
|
|
666
|
+
<span class="pf-v6-c-menu-toggle__text">
|
|
667
|
+
<b>1 - 10</b> of
|
|
668
|
+
<b>36</b>
|
|
669
|
+
</span>
|
|
670
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
671
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
966
672
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
967
|
-
</
|
|
968
|
-
</
|
|
969
|
-
|
|
970
|
-
class="pf-v6-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-v6-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-v6-c-options-menu__menu-item"
|
|
985
|
-
type="button"
|
|
986
|
-
role="menuitem"
|
|
987
|
-
>
|
|
988
|
-
10 per page
|
|
989
|
-
<div class="pf-v6-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-v6-c-options-menu__menu-item"
|
|
997
|
-
type="button"
|
|
998
|
-
role="menuitem"
|
|
999
|
-
>20 per page</button>
|
|
1000
|
-
</li>
|
|
1001
|
-
</ul>
|
|
1002
|
-
</div>
|
|
673
|
+
</span>
|
|
674
|
+
</span>
|
|
675
|
+
</button>
|
|
1003
676
|
</div>
|
|
1004
677
|
<nav
|
|
1005
678
|
class="pf-v6-c-pagination__nav"
|
|
@@ -1012,7 +685,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1012
685
|
disabled
|
|
1013
686
|
aria-label="Go to first page"
|
|
1014
687
|
>
|
|
1015
|
-
<
|
|
688
|
+
<span class="pf-v6-c-button__icon">
|
|
689
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
690
|
+
</span>
|
|
1016
691
|
</button>
|
|
1017
692
|
</div>
|
|
1018
693
|
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
@@ -1022,7 +697,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1022
697
|
disabled
|
|
1023
698
|
aria-label="Go to previous page"
|
|
1024
699
|
>
|
|
1025
|
-
<
|
|
700
|
+
<span class="pf-v6-c-button__icon">
|
|
701
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
702
|
+
</span>
|
|
1026
703
|
</button>
|
|
1027
704
|
</div>
|
|
1028
705
|
<div class="pf-v6-c-pagination__nav-page-select">
|
|
@@ -1043,16 +720,21 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1043
720
|
type="button"
|
|
1044
721
|
aria-label="Go to next page"
|
|
1045
722
|
>
|
|
1046
|
-
<
|
|
723
|
+
<span class="pf-v6-c-button__icon">
|
|
724
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
725
|
+
</span>
|
|
1047
726
|
</button>
|
|
1048
727
|
</div>
|
|
1049
728
|
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
1050
729
|
<button
|
|
1051
730
|
class="pf-v6-c-button pf-m-plain"
|
|
1052
731
|
type="button"
|
|
732
|
+
disabled
|
|
1053
733
|
aria-label="Go to last page"
|
|
1054
734
|
>
|
|
1055
|
-
<
|
|
735
|
+
<span class="pf-v6-c-button__icon">
|
|
736
|
+
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
737
|
+
</span>
|
|
1056
738
|
</button>
|
|
1057
739
|
</div>
|
|
1058
740
|
</nav>
|
|
@@ -1069,56 +751,23 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1069
751
|
<b>36</b>
|
|
1070
752
|
</div>
|
|
1071
753
|
<div class="pf-v6-c-pagination__page-menu">
|
|
1072
|
-
<
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
>
|
|
1080
|
-
<
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
<
|
|
754
|
+
<button
|
|
755
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text"
|
|
756
|
+
type="button"
|
|
757
|
+
aria-expanded="false"
|
|
758
|
+
aria-label="Menu toggle"
|
|
759
|
+
id="pagination-top-with-full-modifier-menu-toggle"
|
|
760
|
+
>
|
|
761
|
+
<span class="pf-v6-c-menu-toggle__text">
|
|
762
|
+
<b>1 - 10</b> of
|
|
763
|
+
<b>36</b>
|
|
764
|
+
</span>
|
|
765
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
766
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1085
767
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1086
|
-
</
|
|
1087
|
-
</
|
|
1088
|
-
|
|
1089
|
-
class="pf-v6-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-v6-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-v6-c-options-menu__menu-item"
|
|
1104
|
-
type="button"
|
|
1105
|
-
role="menuitem"
|
|
1106
|
-
>
|
|
1107
|
-
10 per page
|
|
1108
|
-
<div class="pf-v6-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-v6-c-options-menu__menu-item"
|
|
1116
|
-
type="button"
|
|
1117
|
-
role="menuitem"
|
|
1118
|
-
>20 per page</button>
|
|
1119
|
-
</li>
|
|
1120
|
-
</ul>
|
|
1121
|
-
</div>
|
|
768
|
+
</span>
|
|
769
|
+
</span>
|
|
770
|
+
</button>
|
|
1122
771
|
</div>
|
|
1123
772
|
<nav
|
|
1124
773
|
class="pf-v6-c-pagination__nav"
|
|
@@ -1131,7 +780,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1131
780
|
disabled
|
|
1132
781
|
aria-label="Go to first page"
|
|
1133
782
|
>
|
|
1134
|
-
<
|
|
783
|
+
<span class="pf-v6-c-button__icon">
|
|
784
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
785
|
+
</span>
|
|
1135
786
|
</button>
|
|
1136
787
|
</div>
|
|
1137
788
|
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
@@ -1141,7 +792,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1141
792
|
disabled
|
|
1142
793
|
aria-label="Go to previous page"
|
|
1143
794
|
>
|
|
1144
|
-
<
|
|
795
|
+
<span class="pf-v6-c-button__icon">
|
|
796
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
797
|
+
</span>
|
|
1145
798
|
</button>
|
|
1146
799
|
</div>
|
|
1147
800
|
<div class="pf-v6-c-pagination__nav-page-select">
|
|
@@ -1162,16 +815,21 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1162
815
|
type="button"
|
|
1163
816
|
aria-label="Go to next page"
|
|
1164
817
|
>
|
|
1165
|
-
<
|
|
818
|
+
<span class="pf-v6-c-button__icon">
|
|
819
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
820
|
+
</span>
|
|
1166
821
|
</button>
|
|
1167
822
|
</div>
|
|
1168
823
|
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
1169
824
|
<button
|
|
1170
825
|
class="pf-v6-c-button pf-m-plain"
|
|
1171
826
|
type="button"
|
|
827
|
+
disabled
|
|
1172
828
|
aria-label="Go to last page"
|
|
1173
829
|
>
|
|
1174
|
-
<
|
|
830
|
+
<span class="pf-v6-c-button__icon">
|
|
831
|
+
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
832
|
+
</span>
|
|
1175
833
|
</button>
|
|
1176
834
|
</div>
|
|
1177
835
|
</nav>
|
|
@@ -1190,56 +848,23 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1190
848
|
<b>36</b>
|
|
1191
849
|
</div>
|
|
1192
850
|
<div class="pf-v6-c-pagination__page-menu">
|
|
1193
|
-
<
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
>
|
|
1201
|
-
<
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
<
|
|
851
|
+
<button
|
|
852
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text"
|
|
853
|
+
type="button"
|
|
854
|
+
aria-expanded="false"
|
|
855
|
+
aria-label="Menu toggle"
|
|
856
|
+
id="pagination-top-with-responsive-summary-navigation-modifiers-menu-toggle"
|
|
857
|
+
>
|
|
858
|
+
<span class="pf-v6-c-menu-toggle__text">
|
|
859
|
+
<b>1 - 10</b> of
|
|
860
|
+
<b>36</b>
|
|
861
|
+
</span>
|
|
862
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
863
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1206
864
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1207
|
-
</
|
|
1208
|
-
</
|
|
1209
|
-
|
|
1210
|
-
class="pf-v6-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-v6-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-v6-c-options-menu__menu-item"
|
|
1225
|
-
type="button"
|
|
1226
|
-
role="menuitem"
|
|
1227
|
-
>
|
|
1228
|
-
10 per page
|
|
1229
|
-
<div class="pf-v6-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-v6-c-options-menu__menu-item"
|
|
1237
|
-
type="button"
|
|
1238
|
-
role="menuitem"
|
|
1239
|
-
>20 per page</button>
|
|
1240
|
-
</li>
|
|
1241
|
-
</ul>
|
|
1242
|
-
</div>
|
|
865
|
+
</span>
|
|
866
|
+
</span>
|
|
867
|
+
</button>
|
|
1243
868
|
</div>
|
|
1244
869
|
<nav
|
|
1245
870
|
class="pf-v6-c-pagination__nav"
|
|
@@ -1252,7 +877,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1252
877
|
disabled
|
|
1253
878
|
aria-label="Go to first page"
|
|
1254
879
|
>
|
|
1255
|
-
<
|
|
880
|
+
<span class="pf-v6-c-button__icon">
|
|
881
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
882
|
+
</span>
|
|
1256
883
|
</button>
|
|
1257
884
|
</div>
|
|
1258
885
|
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
@@ -1262,7 +889,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1262
889
|
disabled
|
|
1263
890
|
aria-label="Go to previous page"
|
|
1264
891
|
>
|
|
1265
|
-
<
|
|
892
|
+
<span class="pf-v6-c-button__icon">
|
|
893
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
894
|
+
</span>
|
|
1266
895
|
</button>
|
|
1267
896
|
</div>
|
|
1268
897
|
<div class="pf-v6-c-pagination__nav-page-select">
|
|
@@ -1283,16 +912,21 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1283
912
|
type="button"
|
|
1284
913
|
aria-label="Go to next page"
|
|
1285
914
|
>
|
|
1286
|
-
<
|
|
915
|
+
<span class="pf-v6-c-button__icon">
|
|
916
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
917
|
+
</span>
|
|
1287
918
|
</button>
|
|
1288
919
|
</div>
|
|
1289
920
|
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
1290
921
|
<button
|
|
1291
922
|
class="pf-v6-c-button pf-m-plain"
|
|
1292
923
|
type="button"
|
|
924
|
+
disabled
|
|
1293
925
|
aria-label="Go to last page"
|
|
1294
926
|
>
|
|
1295
|
-
<
|
|
927
|
+
<span class="pf-v6-c-button__icon">
|
|
928
|
+
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
929
|
+
</span>
|
|
1296
930
|
</button>
|
|
1297
931
|
</div>
|
|
1298
932
|
</nav>
|
|
@@ -1309,56 +943,23 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1309
943
|
<b>36</b>
|
|
1310
944
|
</div>
|
|
1311
945
|
<div class="pf-v6-c-pagination__page-menu">
|
|
1312
|
-
<
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
>
|
|
1320
|
-
<
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
<
|
|
946
|
+
<button
|
|
947
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text"
|
|
948
|
+
type="button"
|
|
949
|
+
aria-expanded="false"
|
|
950
|
+
aria-label="Menu toggle"
|
|
951
|
+
id="pagination-compact-with-full-modifier-menu-toggle"
|
|
952
|
+
>
|
|
953
|
+
<span class="pf-v6-c-menu-toggle__text">
|
|
954
|
+
<b>1 - 10</b> of
|
|
955
|
+
<b>36</b>
|
|
956
|
+
</span>
|
|
957
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
958
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1325
959
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1326
|
-
</
|
|
1327
|
-
</
|
|
1328
|
-
|
|
1329
|
-
class="pf-v6-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-v6-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-v6-c-options-menu__menu-item"
|
|
1344
|
-
type="button"
|
|
1345
|
-
role="menuitem"
|
|
1346
|
-
>
|
|
1347
|
-
10 per page
|
|
1348
|
-
<div class="pf-v6-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-v6-c-options-menu__menu-item"
|
|
1356
|
-
type="button"
|
|
1357
|
-
role="menuitem"
|
|
1358
|
-
>20 per page</button>
|
|
1359
|
-
</li>
|
|
1360
|
-
</ul>
|
|
1361
|
-
</div>
|
|
960
|
+
</span>
|
|
961
|
+
</span>
|
|
962
|
+
</button>
|
|
1362
963
|
</div>
|
|
1363
964
|
<nav
|
|
1364
965
|
class="pf-v6-c-pagination__nav"
|
|
@@ -1371,7 +972,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1371
972
|
disabled
|
|
1372
973
|
aria-label="Go to previous page"
|
|
1373
974
|
>
|
|
1374
|
-
<
|
|
975
|
+
<span class="pf-v6-c-button__icon">
|
|
976
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
977
|
+
</span>
|
|
1375
978
|
</button>
|
|
1376
979
|
</div>
|
|
1377
980
|
<div class="pf-v6-c-pagination__nav-control pf-m-next">
|
|
@@ -1380,7 +983,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1380
983
|
type="button"
|
|
1381
984
|
aria-label="Go to next page"
|
|
1382
985
|
>
|
|
1383
|
-
<
|
|
986
|
+
<span class="pf-v6-c-button__icon">
|
|
987
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
988
|
+
</span>
|
|
1384
989
|
</button>
|
|
1385
990
|
</div>
|
|
1386
991
|
</nav>
|
|
@@ -1399,56 +1004,23 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1399
1004
|
<b>36</b>
|
|
1400
1005
|
</div>
|
|
1401
1006
|
<div class="pf-v6-c-pagination__page-menu">
|
|
1402
|
-
<
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
>
|
|
1410
|
-
<
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
<
|
|
1007
|
+
<button
|
|
1008
|
+
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text"
|
|
1009
|
+
type="button"
|
|
1010
|
+
aria-expanded="false"
|
|
1011
|
+
aria-label="Menu toggle"
|
|
1012
|
+
id="pagination-inset-menu-toggle"
|
|
1013
|
+
>
|
|
1014
|
+
<span class="pf-v6-c-menu-toggle__text">
|
|
1015
|
+
<b>1 - 10</b> of
|
|
1016
|
+
<b>36</b>
|
|
1017
|
+
</span>
|
|
1018
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
1019
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1415
1020
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1416
|
-
</
|
|
1417
|
-
</
|
|
1418
|
-
|
|
1419
|
-
class="pf-v6-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-v6-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-v6-c-options-menu__menu-item"
|
|
1434
|
-
type="button"
|
|
1435
|
-
role="menuitem"
|
|
1436
|
-
>
|
|
1437
|
-
10 per page
|
|
1438
|
-
<div class="pf-v6-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-v6-c-options-menu__menu-item"
|
|
1446
|
-
type="button"
|
|
1447
|
-
role="menuitem"
|
|
1448
|
-
>20 per page</button>
|
|
1449
|
-
</li>
|
|
1450
|
-
</ul>
|
|
1451
|
-
</div>
|
|
1021
|
+
</span>
|
|
1022
|
+
</span>
|
|
1023
|
+
</button>
|
|
1452
1024
|
</div>
|
|
1453
1025
|
<nav
|
|
1454
1026
|
class="pf-v6-c-pagination__nav"
|
|
@@ -1461,7 +1033,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1461
1033
|
disabled
|
|
1462
1034
|
aria-label="Go to first page"
|
|
1463
1035
|
>
|
|
1464
|
-
<
|
|
1036
|
+
<span class="pf-v6-c-button__icon">
|
|
1037
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
1038
|
+
</span>
|
|
1465
1039
|
</button>
|
|
1466
1040
|
</div>
|
|
1467
1041
|
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
@@ -1471,7 +1045,9 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1471
1045
|
disabled
|
|
1472
1046
|
aria-label="Go to previous page"
|
|
1473
1047
|
>
|
|
1474
|
-
<
|
|
1048
|
+
<span class="pf-v6-c-button__icon">
|
|
1049
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1050
|
+
</span>
|
|
1475
1051
|
</button>
|
|
1476
1052
|
</div>
|
|
1477
1053
|
<div class="pf-v6-c-pagination__nav-page-select">
|
|
@@ -1492,16 +1068,21 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1492
1068
|
type="button"
|
|
1493
1069
|
aria-label="Go to next page"
|
|
1494
1070
|
>
|
|
1495
|
-
<
|
|
1071
|
+
<span class="pf-v6-c-button__icon">
|
|
1072
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1073
|
+
</span>
|
|
1496
1074
|
</button>
|
|
1497
1075
|
</div>
|
|
1498
1076
|
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
1499
1077
|
<button
|
|
1500
1078
|
class="pf-v6-c-button pf-m-plain"
|
|
1501
1079
|
type="button"
|
|
1080
|
+
disabled
|
|
1502
1081
|
aria-label="Go to last page"
|
|
1503
1082
|
>
|
|
1504
|
-
<
|
|
1083
|
+
<span class="pf-v6-c-button__icon">
|
|
1084
|
+
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
1085
|
+
</span>
|
|
1505
1086
|
</button>
|
|
1506
1087
|
</div>
|
|
1507
1088
|
</nav>
|
|
@@ -1511,8 +1092,6 @@ cssPrefix: pf-v6-c-pagination
|
|
|
1511
1092
|
|
|
1512
1093
|
## Documentation
|
|
1513
1094
|
|
|
1514
|
-
Note: `<button>` or `<a>` elements can be used in `.pf-v6-c-pagination__nav-page-select`.
|
|
1515
|
-
|
|
1516
1095
|
### Accessibility
|
|
1517
1096
|
|
|
1518
1097
|
| Attribute | Applied to | Outcome |
|
|
@@ -1529,7 +1108,8 @@ Note: `<button>` or `<a>` elements can be used in `.pf-v6-c-pagination__nav-page
|
|
|
1529
1108
|
| -- | -- | -- |
|
|
1530
1109
|
| `.pf-v6-c-pagination` | `<div>` | Initiates pagination. |
|
|
1531
1110
|
| `.pf-v6-c-pagination__current` | `<div>` | Initiates element to display currently displayed items for use in responsive view. Only needed for default pagination, not `.pf-m-bottom`. |
|
|
1532
|
-
| `.pf-v6-c-pagination__total-items` | `<div>` | Initiates element to replace the
|
|
1111
|
+
| `.pf-v6-c-pagination__total-items` | `<div>` | Initiates element to replace the menu toggle on summary. |
|
|
1112
|
+
| `.pf-v6-c-pagination__page-menu` | `<div>` | Initiates wrapper element for the pagination menu toggle. **Required** when a menu toggle is intended or expected to be rendered. |
|
|
1533
1113
|
| `.pf-v6-c-pagination__nav` | `<nav>` | Initiates pagination nav. |
|
|
1534
1114
|
| `.pf-v6-c-pagination__nav-control` | `<div>` | Initiates pagination nav control. |
|
|
1535
1115
|
| `.pf-v6-c-pagination__nav-page-select` | `<div>` | Initiates pagination nav page select. |
|