@patternfly/patternfly 6.0.0-alpha.90 → 6.0.0-alpha.91
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/base/patternfly-common.css +10 -10
- package/base/patternfly-globals.css +3 -3
- package/base/patternfly-icons.css +1 -1
- package/base/patternfly-themes.css +53 -53
- package/base/patternfly-variables.css +236 -245
- package/base/tokens/_tokens-font.scss +0 -11
- package/components/AboutModalBox/about-modal-box.css +102 -102
- package/components/Accordion/accordion.css +118 -118
- package/components/ActionList/action-list.css +16 -16
- package/components/Alert/alert-group.css +50 -50
- package/components/Alert/alert.css +161 -161
- package/components/AppLauncher/app-launcher.css +167 -167
- package/components/Avatar/avatar.css +116 -116
- package/components/BackToTop/back-to-top.css +21 -21
- package/components/Backdrop/backdrop.css +9 -9
- package/components/BackgroundImage/background-image.css +15 -15
- package/components/Badge/badge.css +35 -35
- package/components/Banner/banner.css +114 -114
- package/components/Brand/brand.css +28 -28
- package/components/Breadcrumb/breadcrumb.css +62 -62
- package/components/Button/button.css +514 -514
- package/components/CalendarMonth/calendar-month.css +144 -144
- package/components/Card/card.css +230 -230
- package/components/Check/check.css +43 -43
- package/components/Chip/chip-group.css +60 -60
- package/components/Chip/chip.css +83 -83
- package/components/ClipboardCopy/clipboard-copy.css +71 -71
- package/components/CodeBlock/code-block.css +35 -35
- package/components/CodeEditor/code-editor.css +121 -121
- package/components/Content/content.css +216 -216
- package/components/ContextSelector/context-selector.css +251 -251
- package/components/DataList/data-list-grid.css +182 -182
- package/components/DataList/data-list.css +468 -468
- package/components/DatePicker/date-picker.css +35 -35
- package/components/DescriptionList/description-list-order.css +90 -90
- package/components/DescriptionList/description-list.css +193 -193
- package/components/Divider/divider.css +143 -143
- package/components/DragDrop/drag-drop.css +46 -46
- package/components/Drawer/drawer.css +474 -474
- package/components/Dropdown/dropdown.css +457 -457
- package/components/DualListSelector/dual-list-selector.css +199 -199
- package/components/EmptyState/empty-state.css +104 -104
- package/components/ExpandableSection/expandable-section.css +113 -113
- package/components/FileUpload/file-upload.css +32 -32
- package/components/Form/form.css +281 -281
- package/components/FormControl/form-control.css +197 -197
- package/components/HelperText/helper-text.css +51 -51
- package/components/Hint/hint.css +46 -46
- package/components/Icon/icon.css +218 -218
- package/components/InlineEdit/inline-edit.css +43 -43
- package/components/InputGroup/input-group.css +52 -52
- package/components/JumpLinks/jump-links.css +183 -183
- package/components/Label/label-group.css +86 -86
- package/components/Label/label.css +438 -438
- package/components/List/list.css +53 -53
- package/components/LogViewer/log-viewer.css +138 -138
- package/components/Login/login.css +139 -139
- package/components/Masthead/masthead.css +319 -319
- package/components/Menu/menu.css +415 -415
- package/components/MenuToggle/menu-toggle.css +275 -275
- package/components/ModalBox/modal-box.css +121 -121
- package/components/MultipleFileUpload/multiple-file-upload.css +163 -163
- package/components/Nav/nav.css +225 -225
- package/components/NotificationBadge/notification-badge.css +66 -66
- package/components/NotificationDrawer/notification-drawer.css +179 -179
- package/components/NumberInput/number-input.css +20 -20
- package/components/OptionsMenu/options-menu.css +190 -190
- package/components/OverflowMenu/overflow-menu.css +19 -19
- package/components/Page/page.css +598 -598
- package/components/Pagination/pagination.css +220 -220
- package/components/Panel/panel.css +72 -72
- package/components/Popover/popover.css +148 -148
- package/components/Progress/progress.css +80 -80
- package/components/ProgressStepper/progress-stepper.css +514 -514
- package/components/Radio/radio.css +44 -44
- package/components/Select/select.css +423 -423
- package/components/Sidebar/sidebar.css +166 -166
- package/components/SimpleList/simple-list.css +53 -53
- package/components/Skeleton/skeleton.css +112 -112
- package/components/SkipToContent/skip-to-content.css +8 -8
- package/components/Slider/slider.css +144 -144
- package/components/Spinner/spinner.css +36 -36
- package/components/Switch/switch.css +89 -89
- package/components/TabContent/tab-content.css +34 -34
- package/components/Table/table-grid.css +911 -911
- package/components/Table/table-scrollable.css +38 -38
- package/components/Table/table-tree-view.css +497 -497
- package/components/Table/table.css +660 -660
- package/components/Tabs/tabs.css +616 -616
- package/components/TextInputGroup/text-input-group.css +88 -88
- package/components/Tile/tile.css +68 -68
- package/components/Timestamp/timestamp.css +29 -29
- package/components/Title/title.css +87 -87
- package/components/ToggleGroup/toggle-group.css +86 -86
- package/components/Toolbar/toolbar.css +2279 -2279
- package/components/Tooltip/tooltip.css +85 -85
- package/components/TreeView/tree-view.css +363 -363
- package/components/Truncate/truncate.css +15 -15
- package/components/Wizard/wizard.css +272 -272
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +11 -11
- package/docs/components/Accordion/examples/Accordion.md +188 -188
- package/docs/components/ActionList/examples/ActionList.md +55 -55
- package/docs/components/Alert/examples/Alert.md +222 -222
- package/docs/components/AppLauncher/deprecated/application-launcher.md +146 -146
- package/docs/components/Avatar/examples/Avatar.md +6 -6
- package/docs/components/BackToTop/examples/BackToTop.md +3 -3
- package/docs/components/Backdrop/examples/Backdrop.md +1 -1
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +2 -2
- package/docs/components/Badge/examples/Badge.md +17 -17
- package/docs/components/Banner/examples/Banner.md +42 -42
- package/docs/components/Brand/examples/Brand.md +4 -4
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +90 -90
- package/docs/components/Button/examples/Button.md +364 -364
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +436 -436
- package/docs/components/Card/examples/Card.md +515 -515
- package/docs/components/Check/examples/Check.md +37 -37
- package/docs/components/Chip/examples/Chip.md +216 -216
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +82 -82
- package/docs/components/CodeBlock/examples/CodeBlock.md +39 -39
- package/docs/components/CodeEditor/examples/CodeEditor.md +85 -85
- package/docs/components/Content/examples/Content.md +1 -1
- package/docs/components/ContextSelector/deprecated/context-selector.md +160 -160
- package/docs/components/DataList/examples/DataList.md +666 -666
- package/docs/components/DatePicker/examples/DatePicker.md +54 -54
- package/docs/components/DescriptionList/examples/DescriptionList.md +737 -737
- package/docs/components/Divider/examples/Divider.md +18 -18
- package/docs/components/DragDrop/examples/DragDrop.md +27 -27
- package/docs/components/Drawer/examples/Drawer.md +225 -225
- package/docs/components/Dropdown/deprecated/Dropdown.md +541 -541
- package/docs/components/DualListSelector/examples/DualListSelector.md +1012 -1012
- package/docs/components/EmptyState/examples/EmptyState.md +100 -100
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +47 -47
- package/docs/components/FileUpload/examples/FileUpload.md +94 -94
- package/docs/components/Form/examples/Form.md +226 -226
- package/docs/components/FormControl/examples/FormControl.md +65 -65
- package/docs/components/HelperText/examples/HelperText.md +72 -72
- package/docs/components/Hint/examples/Hint.md +44 -44
- package/docs/components/Icon/examples/Icon.md +85 -85
- package/docs/components/InlineEdit/examples/InlineEdit.md +209 -209
- package/docs/components/InputGroup/examples/InputGroup.md +73 -73
- package/docs/components/JumpLinks/examples/JumpLinks.md +285 -285
- package/docs/components/Label/examples/Label.md +1717 -1717
- package/docs/components/List/examples/List.md +30 -30
- package/docs/components/LogViewer/examples/LogViewer.md +1785 -1785
- package/docs/components/Login/examples/Login.md +287 -287
- package/docs/components/Masthead/examples/masthead.md +39 -39
- package/docs/components/Menu/examples/Menu.md +2377 -2377
- package/docs/components/MenuToggle/examples/MenuToggle.md +242 -242
- package/docs/components/ModalBox/examples/ModalBox.md +119 -119
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +192 -192
- package/docs/components/Nav/examples/Navigation.md +856 -856
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +42 -42
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +659 -659
- package/docs/components/NumberInput/examples/NumberInput.md +127 -127
- package/docs/components/OptionsMenu/deprecated/options-menu.md +178 -178
- package/docs/components/OverflowMenu/examples/overflow-menu.md +97 -97
- package/docs/components/Page/deprecated/PageHeader.md +85 -85
- package/docs/components/Page/examples/Page.md +90 -90
- package/docs/components/Pagination/examples/Pagination.md +285 -285
- package/docs/components/Panel/examples/Panel.md +38 -38
- package/docs/components/Popover/examples/Popover.md +169 -169
- package/docs/components/Progress/examples/Progress.md +145 -145
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +295 -295
- package/docs/components/Radio/examples/Radio.md +33 -33
- package/docs/components/Select/deprecated/Select.md +736 -736
- package/docs/components/Sidebar/examples/Sidebar.md +65 -65
- package/docs/components/SimpleList/examples/SimpleList.md +39 -39
- package/docs/components/Skeleton/examples/Skeleton.md +29 -29
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -3
- package/docs/components/Slider/examples/Slider.md +213 -213
- package/docs/components/Spinner/examples/Spinner.md +14 -14
- package/docs/components/Switch/examples/Switch.md +58 -58
- package/docs/components/TabContent/examples/TabContent.md +24 -24
- package/docs/components/Table/examples/Table.md +6982 -6982
- package/docs/components/Tabs/examples/Tabs.md +2114 -2114
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +373 -373
- package/docs/components/Tile/examples/Tile.md +131 -131
- package/docs/components/Timestamp/examples/Timestamp.md +10 -10
- package/docs/components/Title/examples/Title.md +12 -12
- package/docs/components/ToggleGroup/examples/toggle-group.md +116 -116
- package/docs/components/Toolbar/examples/Toolbar.md +611 -611
- package/docs/components/Tooltip/examples/Tooltip.md +27 -27
- package/docs/components/TreeView/examples/TreeView.md +1166 -1166
- package/docs/components/Truncate/examples/Truncate.md +7 -7
- package/docs/components/Wizard/examples/Wizard.md +522 -522
- package/docs/demos/AboutModal/examples/AboutModal.md +106 -106
- package/docs/demos/Alert/examples/Alert.md +391 -391
- package/docs/demos/BackToTop/examples/BackToTop.md +175 -175
- package/docs/demos/Banner/examples/Banner.md +364 -364
- package/docs/demos/Button/examples/Button.md +50 -50
- package/docs/demos/Card/examples/Card.md +1054 -1054
- package/docs/demos/CardView/examples/CardView.md +378 -378
- package/docs/demos/ContextSelector/examples/ContextSelector.md +449 -449
- package/docs/demos/Dashboard/examples/Dashboard.md +541 -541
- package/docs/demos/DataList/examples/DataList.md +1148 -1148
- package/docs/demos/DescriptionList/examples/DescriptionList.md +544 -544
- package/docs/demos/Drawer/examples/Drawer.md +531 -531
- package/docs/demos/Form/examples/BasicForms.md +444 -444
- package/docs/demos/HelperText/examples/HelperText.md +51 -51
- package/docs/demos/JumpLinks/examples/JumpLinks.md +596 -596
- package/docs/demos/Masthead/examples/Masthead.md +763 -763
- package/docs/demos/Modal/examples/Modal.md +645 -645
- package/docs/demos/Nav/examples/Nav.md +649 -649
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1570 -1570
- package/docs/demos/Page/examples/Page.md +1330 -1330
- package/docs/demos/Page/examples/Penta.md +217 -217
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +23 -23
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +108 -108
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1890 -1890
- package/docs/demos/Skeleton/examples/Skeleton.md +176 -176
- package/docs/demos/Table/examples/Table.md +4580 -4580
- package/docs/demos/Tabs/examples/Tabs.md +1040 -1040
- package/docs/demos/Toolbar/examples/Toolbar.md +961 -961
- package/docs/demos/Wizard/examples/Wizard.md +1574 -1574
- package/docs/layouts/Bullseye/examples/Bullseye.md +2 -2
- package/docs/layouts/Flex/examples/Flex.md +290 -290
- package/docs/layouts/Gallery/examples/Gallery.md +48 -48
- package/docs/layouts/Grid/examples/Grid.md +121 -121
- package/docs/layouts/Level/examples/Level.md +11 -11
- package/docs/layouts/Split/examples/Split.md +23 -23
- package/docs/layouts/Stack/examples/Stack.md +8 -8
- package/docs/utilities/Accessibility/examples/Accessibility.md +3 -3
- package/docs/utilities/Alignment/examples/Alignment.md +4 -4
- package/docs/utilities/Display/examples/Display.md +16 -16
- package/docs/utilities/Flex/examples/Flex.md +53 -53
- package/docs/utilities/Float/examples/Float.md +2 -2
- package/docs/utilities/Spacing/examples/Spacing.md +16 -16
- package/layouts/Bullseye/bullseye.css +3 -3
- package/layouts/Flex/flex.css +1276 -1276
- package/layouts/Gallery/gallery.css +34 -34
- package/layouts/Grid/grid.css +531 -531
- package/layouts/Level/level.css +4 -4
- package/layouts/Split/split.css +6 -6
- package/layouts/Stack/stack.css +5 -5
- package/package.json +1 -1
- package/patternfly-addons.css +2989 -2989
- package/patternfly-base-no-globals-theme-dark-unversioned.css +269 -278
- package/patternfly-base-no-globals.css +284 -293
- package/patternfly-base-theme-dark-unversioned.css +271 -280
- package/patternfly-base.css +286 -295
- package/patternfly-charts-theme-dark-unversioned.css +66 -66
- package/patternfly-charts-theme-dark.css +66 -66
- package/patternfly-charts.css +320 -320
- package/patternfly-no-globals.css +20217 -20226
- package/patternfly-theme-dark-unversioned.css +20209 -20218
- package/patternfly.css +20219 -20228
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/_init.scss +1 -1
- package/utilities/Accessibility/accessibility.css +18 -18
- package/utilities/Alignment/alignment.css +24 -24
- package/utilities/BackgroundColor/BackgroundColor.css +252 -252
- package/utilities/BoxShadow/box-shadow.css +42 -42
- package/utilities/Display/display.css +54 -54
- package/utilities/Flex/flex.css +228 -228
- package/utilities/Float/float.css +12 -12
- package/utilities/Sizing/sizing.css +216 -216
- package/utilities/Spacing/spacing.css +1512 -1512
- package/utilities/Text/text.css +631 -631
|
@@ -8,30 +8,30 @@ cssPrefix: pf-v5-c-data-list
|
|
|
8
8
|
|
|
9
9
|
```html
|
|
10
10
|
<ul
|
|
11
|
-
class="pf-
|
|
11
|
+
class="pf-v6-c-data-list"
|
|
12
12
|
role="list"
|
|
13
13
|
aria-label="Basic data list example"
|
|
14
14
|
id="data-list-basic"
|
|
15
15
|
>
|
|
16
|
-
<li class="pf-
|
|
17
|
-
<div class="pf-
|
|
18
|
-
<div class="pf-
|
|
19
|
-
<div class="pf-
|
|
16
|
+
<li class="pf-v6-c-data-list__item" aria-labelledby="data-list-basic-item-1">
|
|
17
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
18
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
19
|
+
<div class="pf-v6-c-data-list__cell">
|
|
20
20
|
<span id="data-list-basic-item-1">Primary content</span>
|
|
21
21
|
</div>
|
|
22
|
-
<div class="pf-
|
|
22
|
+
<div class="pf-v6-c-data-list__cell">Secondary content</div>
|
|
23
23
|
</div>
|
|
24
24
|
</div>
|
|
25
25
|
</li>
|
|
26
26
|
|
|
27
|
-
<li class="pf-
|
|
28
|
-
<div class="pf-
|
|
29
|
-
<div class="pf-
|
|
30
|
-
<div class="pf-
|
|
27
|
+
<li class="pf-v6-c-data-list__item" aria-labelledby="data-list-basic-item-2">
|
|
28
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
29
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
30
|
+
<div class="pf-v6-c-data-list__cell pf-m-no-fill">
|
|
31
31
|
<span id="data-list-basic-item-2">Secondary content (pf-m-no-fill)</span>
|
|
32
32
|
</div>
|
|
33
33
|
<div
|
|
34
|
-
class="pf-
|
|
34
|
+
class="pf-v6-c-data-list__cell pf-m-no-fill pf-m-align-right"
|
|
35
35
|
>Secondary content (pf-m-align-right pf-m-no-fill)</div>
|
|
36
36
|
</div>
|
|
37
37
|
</div>
|
|
@@ -67,38 +67,38 @@ cssPrefix: pf-v5-c-data-list
|
|
|
67
67
|
|
|
68
68
|
```html
|
|
69
69
|
<ul
|
|
70
|
-
class="pf-
|
|
70
|
+
class="pf-v6-c-data-list"
|
|
71
71
|
role="list"
|
|
72
72
|
aria-label="With headings data list example"
|
|
73
73
|
id="data-list-with-headings"
|
|
74
74
|
>
|
|
75
75
|
<li
|
|
76
|
-
class="pf-
|
|
76
|
+
class="pf-v6-c-data-list__item"
|
|
77
77
|
aria-labelledby="data-list-with-headings-item-1"
|
|
78
78
|
>
|
|
79
|
-
<div class="pf-
|
|
80
|
-
<div class="pf-
|
|
81
|
-
<div class="pf-
|
|
79
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
80
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
81
|
+
<div class="pf-v6-c-data-list__cell">
|
|
82
82
|
<h2 id="data-list-with-headings-item-1">Primary content</h2>
|
|
83
83
|
</div>
|
|
84
|
-
<div class="pf-
|
|
84
|
+
<div class="pf-v6-c-data-list__cell">Secondary content</div>
|
|
85
85
|
</div>
|
|
86
86
|
</div>
|
|
87
87
|
</li>
|
|
88
88
|
|
|
89
89
|
<li
|
|
90
|
-
class="pf-
|
|
90
|
+
class="pf-v6-c-data-list__item"
|
|
91
91
|
aria-labelledby="data-list-with-headings-item-2"
|
|
92
92
|
>
|
|
93
|
-
<div class="pf-
|
|
94
|
-
<div class="pf-
|
|
95
|
-
<div class="pf-
|
|
93
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
94
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
95
|
+
<div class="pf-v6-c-data-list__cell pf-m-no-fill">
|
|
96
96
|
<h2
|
|
97
97
|
id="data-list-with-headings-item-2"
|
|
98
98
|
>Secondary content (pf-m-no-fill)</h2>
|
|
99
99
|
</div>
|
|
100
100
|
<div
|
|
101
|
-
class="pf-
|
|
101
|
+
class="pf-v6-c-data-list__cell pf-m-no-fill pf-m-align-right"
|
|
102
102
|
>Secondary content (pf-m-align-right pf-m-no-fill)</div>
|
|
103
103
|
</div>
|
|
104
104
|
</div>
|
|
@@ -115,21 +115,21 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
115
115
|
|
|
116
116
|
```html
|
|
117
117
|
<ul
|
|
118
|
-
class="pf-
|
|
118
|
+
class="pf-v6-c-data-list"
|
|
119
119
|
role="list"
|
|
120
120
|
aria-label="Checkbox and action data list example"
|
|
121
121
|
id="data-list-checkboxes-actions-addl-cells"
|
|
122
122
|
>
|
|
123
123
|
<li
|
|
124
|
-
class="pf-
|
|
124
|
+
class="pf-v6-c-data-list__item"
|
|
125
125
|
aria-labelledby="data-list-checkboxes-actions-addl-cells-item-1"
|
|
126
126
|
>
|
|
127
|
-
<div class="pf-
|
|
128
|
-
<div class="pf-
|
|
129
|
-
<div class="pf-
|
|
130
|
-
<div class="pf-
|
|
127
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
128
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
129
|
+
<div class="pf-v6-c-data-list__check">
|
|
130
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
131
131
|
<input
|
|
132
|
-
class="pf-
|
|
132
|
+
class="pf-v6-c-check__input"
|
|
133
133
|
type="checkbox"
|
|
134
134
|
name="data-list-checkboxes-actions-addl-cells-item-1-checkbox"
|
|
135
135
|
aria-labelledby="data-list-checkboxes-actions-addl-cells-item-1"
|
|
@@ -137,30 +137,30 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
137
137
|
</div>
|
|
138
138
|
</div>
|
|
139
139
|
</div>
|
|
140
|
-
<div class="pf-
|
|
141
|
-
<div class="pf-
|
|
140
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
141
|
+
<div class="pf-v6-c-data-list__cell">
|
|
142
142
|
<span
|
|
143
143
|
id="data-list-checkboxes-actions-addl-cells-item-1"
|
|
144
144
|
>Primary content</span> Dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
|
|
145
145
|
</div>
|
|
146
146
|
<div
|
|
147
|
-
class="pf-
|
|
147
|
+
class="pf-v6-c-data-list__cell"
|
|
148
148
|
>Secondary content. Dolor sit amet, consectetur adipisicing elit, sed do eiusmod.</div>
|
|
149
|
-
<div class="pf-
|
|
149
|
+
<div class="pf-v6-c-data-list__cell">
|
|
150
150
|
<span>Tertiary Content</span> Dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
|
|
151
151
|
</div>
|
|
152
|
-
<div class="pf-
|
|
152
|
+
<div class="pf-v6-c-data-list__cell">
|
|
153
153
|
<span>More Content</span> Dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
|
|
154
154
|
</div>
|
|
155
|
-
<div class="pf-
|
|
155
|
+
<div class="pf-v6-c-data-list__cell">
|
|
156
156
|
<span>More Content</span> Dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
|
|
157
157
|
</div>
|
|
158
158
|
</div>
|
|
159
|
-
<div class="pf-
|
|
160
|
-
<div class="pf-
|
|
161
|
-
<div class="pf-
|
|
159
|
+
<div class="pf-v6-c-data-list__item-action">
|
|
160
|
+
<div class="pf-v6-c-data-list__action">
|
|
161
|
+
<div class="pf-v6-c-dropdown">
|
|
162
162
|
<button
|
|
163
|
-
class="pf-
|
|
163
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
164
164
|
id="data-list-checkboxes-actions-addl-cells-item-1-dropdown-kebab-button"
|
|
165
165
|
aria-expanded="false"
|
|
166
166
|
type="button"
|
|
@@ -169,28 +169,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
169
169
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
170
170
|
</button>
|
|
171
171
|
<ul
|
|
172
|
-
class="pf-
|
|
172
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
173
173
|
aria-labelledby="data-list-checkboxes-actions-addl-cells-item-1-dropdown-kebab-button"
|
|
174
174
|
hidden
|
|
175
175
|
role="menu"
|
|
176
176
|
>
|
|
177
177
|
<li role="none">
|
|
178
178
|
<a
|
|
179
|
-
class="pf-
|
|
179
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
180
180
|
role="menuitem"
|
|
181
181
|
href="#"
|
|
182
182
|
>Link</a>
|
|
183
183
|
</li>
|
|
184
184
|
<li role="none">
|
|
185
185
|
<button
|
|
186
|
-
class="pf-
|
|
186
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
187
187
|
role="menuitem"
|
|
188
188
|
type="button"
|
|
189
189
|
>Action</button>
|
|
190
190
|
</li>
|
|
191
191
|
<li role="none">
|
|
192
192
|
<a
|
|
193
|
-
class="pf-
|
|
193
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
194
194
|
role="menuitem"
|
|
195
195
|
href="#"
|
|
196
196
|
aria-disabled="true"
|
|
@@ -199,16 +199,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
199
199
|
</li>
|
|
200
200
|
<li role="none">
|
|
201
201
|
<button
|
|
202
|
-
class="pf-
|
|
202
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
203
203
|
role="menuitem"
|
|
204
204
|
type="button"
|
|
205
205
|
disabled
|
|
206
206
|
>Disabled action</button>
|
|
207
207
|
</li>
|
|
208
|
-
<li class="pf-
|
|
208
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
209
209
|
<li role="none">
|
|
210
210
|
<a
|
|
211
|
-
class="pf-
|
|
211
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
212
212
|
role="menuitem"
|
|
213
213
|
href="#"
|
|
214
214
|
>Separated link</a>
|
|
@@ -221,15 +221,15 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
221
221
|
</li>
|
|
222
222
|
|
|
223
223
|
<li
|
|
224
|
-
class="pf-
|
|
224
|
+
class="pf-v6-c-data-list__item"
|
|
225
225
|
aria-labelledby="data-list-checkboxes-actions-addl-cells-item-2"
|
|
226
226
|
>
|
|
227
|
-
<div class="pf-
|
|
228
|
-
<div class="pf-
|
|
229
|
-
<div class="pf-
|
|
230
|
-
<div class="pf-
|
|
227
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
228
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
229
|
+
<div class="pf-v6-c-data-list__check">
|
|
230
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
231
231
|
<input
|
|
232
|
-
class="pf-
|
|
232
|
+
class="pf-v6-c-check__input"
|
|
233
233
|
type="checkbox"
|
|
234
234
|
name="data-list-checkboxes-actions-addl-cells-item-2-checkbox"
|
|
235
235
|
aria-labelledby="data-list-checkboxes-actions-addl-cells-item-2"
|
|
@@ -237,21 +237,21 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
237
237
|
</div>
|
|
238
238
|
</div>
|
|
239
239
|
</div>
|
|
240
|
-
<div class="pf-
|
|
241
|
-
<div class="pf-
|
|
240
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
241
|
+
<div class="pf-v6-c-data-list__cell">
|
|
242
242
|
<span
|
|
243
243
|
id="data-list-checkboxes-actions-addl-cells-item-2"
|
|
244
244
|
>Primary content - lorem ipsum</span> dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
|
|
245
245
|
</div>
|
|
246
246
|
<div
|
|
247
|
-
class="pf-
|
|
247
|
+
class="pf-v6-c-data-list__cell"
|
|
248
248
|
>Secondary content. Dolor sit amet, consectetur adipisicing elit, sed do eiusmod.</div>
|
|
249
249
|
</div>
|
|
250
|
-
<div class="pf-
|
|
251
|
-
<div class="pf-
|
|
252
|
-
<div class="pf-
|
|
250
|
+
<div class="pf-v6-c-data-list__item-action pf-m-hidden-on-lg">
|
|
251
|
+
<div class="pf-v6-c-data-list__action">
|
|
252
|
+
<div class="pf-v6-c-dropdown">
|
|
253
253
|
<button
|
|
254
|
-
class="pf-
|
|
254
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
255
255
|
id="data-list-checkboxes-actions-addl-cells-item-2-dropdown-kebab-button"
|
|
256
256
|
aria-expanded="false"
|
|
257
257
|
type="button"
|
|
@@ -260,28 +260,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
260
260
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
261
261
|
</button>
|
|
262
262
|
<ul
|
|
263
|
-
class="pf-
|
|
263
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
264
264
|
aria-labelledby="data-list-checkboxes-actions-addl-cells-item-2-dropdown-kebab-button"
|
|
265
265
|
hidden
|
|
266
266
|
role="menu"
|
|
267
267
|
>
|
|
268
268
|
<li role="none">
|
|
269
269
|
<a
|
|
270
|
-
class="pf-
|
|
270
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
271
271
|
role="menuitem"
|
|
272
272
|
href="#"
|
|
273
273
|
>Link</a>
|
|
274
274
|
</li>
|
|
275
275
|
<li role="none">
|
|
276
276
|
<button
|
|
277
|
-
class="pf-
|
|
277
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
278
278
|
role="menuitem"
|
|
279
279
|
type="button"
|
|
280
280
|
>Action</button>
|
|
281
281
|
</li>
|
|
282
282
|
<li role="none">
|
|
283
283
|
<a
|
|
284
|
-
class="pf-
|
|
284
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
285
285
|
role="menuitem"
|
|
286
286
|
href="#"
|
|
287
287
|
aria-disabled="true"
|
|
@@ -290,16 +290,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
290
290
|
</li>
|
|
291
291
|
<li role="none">
|
|
292
292
|
<button
|
|
293
|
-
class="pf-
|
|
293
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
294
294
|
role="menuitem"
|
|
295
295
|
type="button"
|
|
296
296
|
disabled
|
|
297
297
|
>Disabled action</button>
|
|
298
298
|
</li>
|
|
299
|
-
<li class="pf-
|
|
299
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
300
300
|
<li role="none">
|
|
301
301
|
<a
|
|
302
|
-
class="pf-
|
|
302
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
303
303
|
role="menuitem"
|
|
304
304
|
href="#"
|
|
305
305
|
>Separated link</a>
|
|
@@ -309,24 +309,24 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
309
309
|
</div>
|
|
310
310
|
</div>
|
|
311
311
|
<div
|
|
312
|
-
class="pf-
|
|
312
|
+
class="pf-v6-c-data-list__item-action pf-m-hidden pf-m-visible-on-lg"
|
|
313
313
|
>
|
|
314
|
-
<button class="pf-
|
|
315
|
-
<button class="pf-
|
|
314
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Primary</button>
|
|
315
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Secondary</button>
|
|
316
316
|
</div>
|
|
317
317
|
</div>
|
|
318
318
|
</li>
|
|
319
319
|
|
|
320
320
|
<li
|
|
321
|
-
class="pf-
|
|
321
|
+
class="pf-v6-c-data-list__item"
|
|
322
322
|
aria-labelledby="data-list-checkboxes-actions-addl-cells-item-3"
|
|
323
323
|
>
|
|
324
|
-
<div class="pf-
|
|
325
|
-
<div class="pf-
|
|
326
|
-
<div class="pf-
|
|
327
|
-
<div class="pf-
|
|
324
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
325
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
326
|
+
<div class="pf-v6-c-data-list__check">
|
|
327
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
328
328
|
<input
|
|
329
|
-
class="pf-
|
|
329
|
+
class="pf-v6-c-check__input"
|
|
330
330
|
type="checkbox"
|
|
331
331
|
name="data-list-checkboxes-actions-addl-cells-item-3-checkbox"
|
|
332
332
|
aria-labelledby="data-list-checkboxes-actions-addl-cells-item-3"
|
|
@@ -334,21 +334,21 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
334
334
|
</div>
|
|
335
335
|
</div>
|
|
336
336
|
</div>
|
|
337
|
-
<div class="pf-
|
|
338
|
-
<div class="pf-
|
|
337
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
338
|
+
<div class="pf-v6-c-data-list__cell">
|
|
339
339
|
<span
|
|
340
340
|
id="data-list-checkboxes-actions-addl-cells-item-3"
|
|
341
341
|
>Primary content - lorem ipsum</span> dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
|
|
342
342
|
</div>
|
|
343
343
|
<div
|
|
344
|
-
class="pf-
|
|
344
|
+
class="pf-v6-c-data-list__cell"
|
|
345
345
|
>Secondary content. Dolor sit amet, consectetur adipisicing elit, sed do eiusmod.</div>
|
|
346
346
|
</div>
|
|
347
|
-
<div class="pf-
|
|
348
|
-
<div class="pf-
|
|
349
|
-
<div class="pf-
|
|
347
|
+
<div class="pf-v6-c-data-list__item-action pf-m-hidden-on-lg">
|
|
348
|
+
<div class="pf-v6-c-data-list__action">
|
|
349
|
+
<div class="pf-v6-c-dropdown">
|
|
350
350
|
<button
|
|
351
|
-
class="pf-
|
|
351
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
352
352
|
id="data-list-checkboxes-actions-addl-cells-item-3-dropdown-kebab-button"
|
|
353
353
|
aria-expanded="false"
|
|
354
354
|
type="button"
|
|
@@ -357,28 +357,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
357
357
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
358
358
|
</button>
|
|
359
359
|
<ul
|
|
360
|
-
class="pf-
|
|
360
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
361
361
|
aria-labelledby="data-list-checkboxes-actions-addl-cells-item-3-dropdown-kebab-button"
|
|
362
362
|
hidden
|
|
363
363
|
role="menu"
|
|
364
364
|
>
|
|
365
365
|
<li role="none">
|
|
366
366
|
<a
|
|
367
|
-
class="pf-
|
|
367
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
368
368
|
role="menuitem"
|
|
369
369
|
href="#"
|
|
370
370
|
>Link</a>
|
|
371
371
|
</li>
|
|
372
372
|
<li role="none">
|
|
373
373
|
<button
|
|
374
|
-
class="pf-
|
|
374
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
375
375
|
role="menuitem"
|
|
376
376
|
type="button"
|
|
377
377
|
>Action</button>
|
|
378
378
|
</li>
|
|
379
379
|
<li role="none">
|
|
380
380
|
<a
|
|
381
|
-
class="pf-
|
|
381
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
382
382
|
role="menuitem"
|
|
383
383
|
href="#"
|
|
384
384
|
aria-disabled="true"
|
|
@@ -387,16 +387,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
387
387
|
</li>
|
|
388
388
|
<li role="none">
|
|
389
389
|
<button
|
|
390
|
-
class="pf-
|
|
390
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
391
391
|
role="menuitem"
|
|
392
392
|
type="button"
|
|
393
393
|
disabled
|
|
394
394
|
>Disabled action</button>
|
|
395
395
|
</li>
|
|
396
|
-
<li class="pf-
|
|
396
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
397
397
|
<li role="none">
|
|
398
398
|
<a
|
|
399
|
-
class="pf-
|
|
399
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
400
400
|
role="menuitem"
|
|
401
401
|
href="#"
|
|
402
402
|
>Separated link</a>
|
|
@@ -406,12 +406,12 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
406
406
|
</div>
|
|
407
407
|
</div>
|
|
408
408
|
<div
|
|
409
|
-
class="pf-
|
|
409
|
+
class="pf-v6-c-data-list__item-action pf-m-hidden pf-m-visible-on-xl"
|
|
410
410
|
>
|
|
411
|
-
<button class="pf-
|
|
412
|
-
<button class="pf-
|
|
413
|
-
<button class="pf-
|
|
414
|
-
<button class="pf-
|
|
411
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Primary</button>
|
|
412
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Secondary</button>
|
|
413
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Secondary</button>
|
|
414
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Secondary</button>
|
|
415
415
|
</div>
|
|
416
416
|
</div>
|
|
417
417
|
</li>
|
|
@@ -443,20 +443,20 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
443
443
|
|
|
444
444
|
```html
|
|
445
445
|
<ul
|
|
446
|
-
class="pf-
|
|
446
|
+
class="pf-v6-c-data-list"
|
|
447
447
|
role="list"
|
|
448
448
|
aria-label="Expandable data list example"
|
|
449
449
|
id="data-list-expandable"
|
|
450
450
|
>
|
|
451
451
|
<li
|
|
452
|
-
class="pf-
|
|
452
|
+
class="pf-v6-c-data-list__item pf-m-expanded"
|
|
453
453
|
aria-labelledby="data-list-expandable-item-1"
|
|
454
454
|
>
|
|
455
|
-
<div class="pf-
|
|
456
|
-
<div class="pf-
|
|
457
|
-
<div class="pf-
|
|
455
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
456
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
457
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
458
458
|
<button
|
|
459
|
-
class="pf-
|
|
459
|
+
class="pf-v6-c-button pf-m-plain"
|
|
460
460
|
type="button"
|
|
461
461
|
aria-labelledby="data-list-expandable-toggle1 data-list-expandable-item1"
|
|
462
462
|
id="data-list-expandable-toggle1"
|
|
@@ -464,33 +464,33 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
464
464
|
aria-expanded="true"
|
|
465
465
|
aria-controls="data-list-expandable-content1"
|
|
466
466
|
>
|
|
467
|
-
<div class="pf-
|
|
467
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
468
468
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
469
469
|
</div>
|
|
470
470
|
</button>
|
|
471
471
|
</div>
|
|
472
472
|
</div>
|
|
473
|
-
<div class="pf-
|
|
474
|
-
<div class="pf-
|
|
473
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
474
|
+
<div class="pf-v6-c-data-list__cell pf-m-icon">
|
|
475
475
|
<i class="fas fa-code-branch" aria-hidden="true"></i>
|
|
476
476
|
</div>
|
|
477
|
-
<div class="pf-
|
|
477
|
+
<div class="pf-v6-c-data-list__cell">
|
|
478
478
|
<span id="data-list-expandable-item-1">Primary content</span>
|
|
479
479
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
480
480
|
<a href="#">link</a>
|
|
481
481
|
</div>
|
|
482
|
-
<div class="pf-
|
|
482
|
+
<div class="pf-v6-c-data-list__cell">
|
|
483
483
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
484
484
|
</div>
|
|
485
|
-
<div class="pf-
|
|
485
|
+
<div class="pf-v6-c-data-list__cell">
|
|
486
486
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
487
487
|
</div>
|
|
488
488
|
</div>
|
|
489
|
-
<div class="pf-
|
|
490
|
-
<div class="pf-
|
|
491
|
-
<div class="pf-
|
|
489
|
+
<div class="pf-v6-c-data-list__item-action">
|
|
490
|
+
<div class="pf-v6-c-data-list__action">
|
|
491
|
+
<div class="pf-v6-c-dropdown">
|
|
492
492
|
<button
|
|
493
|
-
class="pf-
|
|
493
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
494
494
|
id="data-list-expandable-item-1-dropdown-kebab-button"
|
|
495
495
|
aria-expanded="false"
|
|
496
496
|
type="button"
|
|
@@ -499,28 +499,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
499
499
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
500
500
|
</button>
|
|
501
501
|
<ul
|
|
502
|
-
class="pf-
|
|
502
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
503
503
|
aria-labelledby="data-list-expandable-item-1-dropdown-kebab-button"
|
|
504
504
|
hidden
|
|
505
505
|
role="menu"
|
|
506
506
|
>
|
|
507
507
|
<li role="none">
|
|
508
508
|
<a
|
|
509
|
-
class="pf-
|
|
509
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
510
510
|
role="menuitem"
|
|
511
511
|
href="#"
|
|
512
512
|
>Link</a>
|
|
513
513
|
</li>
|
|
514
514
|
<li role="none">
|
|
515
515
|
<button
|
|
516
|
-
class="pf-
|
|
516
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
517
517
|
role="menuitem"
|
|
518
518
|
type="button"
|
|
519
519
|
>Action</button>
|
|
520
520
|
</li>
|
|
521
521
|
<li role="none">
|
|
522
522
|
<a
|
|
523
|
-
class="pf-
|
|
523
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
524
524
|
role="menuitem"
|
|
525
525
|
href="#"
|
|
526
526
|
aria-disabled="true"
|
|
@@ -529,16 +529,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
529
529
|
</li>
|
|
530
530
|
<li role="none">
|
|
531
531
|
<button
|
|
532
|
-
class="pf-
|
|
532
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
533
533
|
role="menuitem"
|
|
534
534
|
type="button"
|
|
535
535
|
disabled
|
|
536
536
|
>Disabled action</button>
|
|
537
537
|
</li>
|
|
538
|
-
<li class="pf-
|
|
538
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
539
539
|
<li role="none">
|
|
540
540
|
<a
|
|
541
|
-
class="pf-
|
|
541
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
542
542
|
role="menuitem"
|
|
543
543
|
href="#"
|
|
544
544
|
>Separated link</a>
|
|
@@ -549,25 +549,25 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
549
549
|
</div>
|
|
550
550
|
</div>
|
|
551
551
|
<section
|
|
552
|
-
class="pf-
|
|
552
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
553
553
|
id="data-list-expandable-content1"
|
|
554
554
|
aria-label="Expandable primary content details"
|
|
555
555
|
>
|
|
556
556
|
<div
|
|
557
|
-
class="pf-
|
|
557
|
+
class="pf-v6-c-data-list__expandable-content-body"
|
|
558
558
|
>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</div>
|
|
559
559
|
</section>
|
|
560
560
|
</li>
|
|
561
561
|
|
|
562
562
|
<li
|
|
563
|
-
class="pf-
|
|
563
|
+
class="pf-v6-c-data-list__item"
|
|
564
564
|
aria-labelledby="data-list-expandable-item-2"
|
|
565
565
|
>
|
|
566
|
-
<div class="pf-
|
|
567
|
-
<div class="pf-
|
|
568
|
-
<div class="pf-
|
|
566
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
567
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
568
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
569
569
|
<button
|
|
570
|
-
class="pf-
|
|
570
|
+
class="pf-v6-c-button pf-m-plain"
|
|
571
571
|
type="button"
|
|
572
572
|
aria-labelledby="data-list-expandable-toggle2 data-list-expandable-item2"
|
|
573
573
|
id="data-list-expandable-toggle2"
|
|
@@ -575,29 +575,29 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
575
575
|
aria-expanded="false"
|
|
576
576
|
aria-controls="data-list-expandable-content2"
|
|
577
577
|
>
|
|
578
|
-
<div class="pf-
|
|
578
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
579
579
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
580
580
|
</div>
|
|
581
581
|
</button>
|
|
582
582
|
</div>
|
|
583
583
|
</div>
|
|
584
|
-
<div class="pf-
|
|
585
|
-
<div class="pf-
|
|
584
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
585
|
+
<div class="pf-v6-c-data-list__cell">
|
|
586
586
|
<div id="data-list-expandable-item-2">Secondary content</div>
|
|
587
587
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
588
588
|
</div>
|
|
589
|
-
<div class="pf-
|
|
589
|
+
<div class="pf-v6-c-data-list__cell">
|
|
590
590
|
<span>Lorem ipsum dolor sit amet.</span>
|
|
591
591
|
</div>
|
|
592
|
-
<div class="pf-
|
|
592
|
+
<div class="pf-v6-c-data-list__cell">
|
|
593
593
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
594
594
|
</div>
|
|
595
595
|
</div>
|
|
596
|
-
<div class="pf-
|
|
597
|
-
<div class="pf-
|
|
598
|
-
<div class="pf-
|
|
596
|
+
<div class="pf-v6-c-data-list__item-action">
|
|
597
|
+
<div class="pf-v6-c-data-list__action">
|
|
598
|
+
<div class="pf-v6-c-dropdown">
|
|
599
599
|
<button
|
|
600
|
-
class="pf-
|
|
600
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
601
601
|
id="data-list-expandable-item-2-dropdown-kebab-button"
|
|
602
602
|
aria-expanded="false"
|
|
603
603
|
type="button"
|
|
@@ -606,28 +606,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
606
606
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
607
607
|
</button>
|
|
608
608
|
<ul
|
|
609
|
-
class="pf-
|
|
609
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
610
610
|
aria-labelledby="data-list-expandable-item-2-dropdown-kebab-button"
|
|
611
611
|
hidden
|
|
612
612
|
role="menu"
|
|
613
613
|
>
|
|
614
614
|
<li role="none">
|
|
615
615
|
<a
|
|
616
|
-
class="pf-
|
|
616
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
617
617
|
role="menuitem"
|
|
618
618
|
href="#"
|
|
619
619
|
>Link</a>
|
|
620
620
|
</li>
|
|
621
621
|
<li role="none">
|
|
622
622
|
<button
|
|
623
|
-
class="pf-
|
|
623
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
624
624
|
role="menuitem"
|
|
625
625
|
type="button"
|
|
626
626
|
>Action</button>
|
|
627
627
|
</li>
|
|
628
628
|
<li role="none">
|
|
629
629
|
<a
|
|
630
|
-
class="pf-
|
|
630
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
631
631
|
role="menuitem"
|
|
632
632
|
href="#"
|
|
633
633
|
aria-disabled="true"
|
|
@@ -636,16 +636,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
636
636
|
</li>
|
|
637
637
|
<li role="none">
|
|
638
638
|
<button
|
|
639
|
-
class="pf-
|
|
639
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
640
640
|
role="menuitem"
|
|
641
641
|
type="button"
|
|
642
642
|
disabled
|
|
643
643
|
>Disabled action</button>
|
|
644
644
|
</li>
|
|
645
|
-
<li class="pf-
|
|
645
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
646
646
|
<li role="none">
|
|
647
647
|
<a
|
|
648
|
-
class="pf-
|
|
648
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
649
649
|
role="menuitem"
|
|
650
650
|
href="#"
|
|
651
651
|
>Separated link</a>
|
|
@@ -656,26 +656,26 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
656
656
|
</div>
|
|
657
657
|
</div>
|
|
658
658
|
<section
|
|
659
|
-
class="pf-
|
|
659
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
660
660
|
id="data-list-expandable-content2"
|
|
661
661
|
aria-label="Expandable secondary content details"
|
|
662
662
|
hidden
|
|
663
663
|
>
|
|
664
664
|
<div
|
|
665
|
-
class="pf-
|
|
665
|
+
class="pf-v6-c-data-list__expandable-content-body"
|
|
666
666
|
>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</div>
|
|
667
667
|
</section>
|
|
668
668
|
</li>
|
|
669
669
|
|
|
670
670
|
<li
|
|
671
|
-
class="pf-
|
|
671
|
+
class="pf-v6-c-data-list__item pf-m-expanded"
|
|
672
672
|
aria-labelledby="data-list-expandable-item-3"
|
|
673
673
|
>
|
|
674
|
-
<div class="pf-
|
|
675
|
-
<div class="pf-
|
|
676
|
-
<div class="pf-
|
|
674
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
675
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
676
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
677
677
|
<button
|
|
678
|
-
class="pf-
|
|
678
|
+
class="pf-v6-c-button pf-m-plain"
|
|
679
679
|
type="button"
|
|
680
680
|
aria-labelledby="data-list-expandable-toggle3 data-list-expandable-item3"
|
|
681
681
|
id="data-list-expandable-toggle3"
|
|
@@ -683,32 +683,32 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
683
683
|
aria-expanded="true"
|
|
684
684
|
aria-controls="data-list-expandable-content3"
|
|
685
685
|
>
|
|
686
|
-
<div class="pf-
|
|
686
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
687
687
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
688
688
|
</div>
|
|
689
689
|
</button>
|
|
690
690
|
</div>
|
|
691
691
|
</div>
|
|
692
|
-
<div class="pf-
|
|
693
|
-
<div class="pf-
|
|
692
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
693
|
+
<div class="pf-v6-c-data-list__cell pf-m-icon">
|
|
694
694
|
<i class="fas fa-code-branch" aria-hidden="true"></i>
|
|
695
695
|
</div>
|
|
696
|
-
<div class="pf-
|
|
696
|
+
<div class="pf-v6-c-data-list__cell">
|
|
697
697
|
<div id="data-list-expandable-item-3">Tertiary content</div>
|
|
698
698
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
699
699
|
</div>
|
|
700
|
-
<div class="pf-
|
|
700
|
+
<div class="pf-v6-c-data-list__cell">
|
|
701
701
|
<span>Lorem ipsum dolor sit amet.</span>
|
|
702
702
|
</div>
|
|
703
|
-
<div class="pf-
|
|
703
|
+
<div class="pf-v6-c-data-list__cell">
|
|
704
704
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
705
705
|
</div>
|
|
706
706
|
</div>
|
|
707
|
-
<div class="pf-
|
|
708
|
-
<div class="pf-
|
|
709
|
-
<div class="pf-
|
|
707
|
+
<div class="pf-v6-c-data-list__item-action">
|
|
708
|
+
<div class="pf-v6-c-data-list__action">
|
|
709
|
+
<div class="pf-v6-c-dropdown">
|
|
710
710
|
<button
|
|
711
|
-
class="pf-
|
|
711
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
712
712
|
id="data-list-expandable-item-3-dropdown-kebab-button"
|
|
713
713
|
aria-expanded="false"
|
|
714
714
|
type="button"
|
|
@@ -717,28 +717,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
717
717
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
718
718
|
</button>
|
|
719
719
|
<ul
|
|
720
|
-
class="pf-
|
|
720
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
721
721
|
aria-labelledby="data-list-expandable-item-3-dropdown-kebab-button"
|
|
722
722
|
hidden
|
|
723
723
|
role="menu"
|
|
724
724
|
>
|
|
725
725
|
<li role="none">
|
|
726
726
|
<a
|
|
727
|
-
class="pf-
|
|
727
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
728
728
|
role="menuitem"
|
|
729
729
|
href="#"
|
|
730
730
|
>Link</a>
|
|
731
731
|
</li>
|
|
732
732
|
<li role="none">
|
|
733
733
|
<button
|
|
734
|
-
class="pf-
|
|
734
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
735
735
|
role="menuitem"
|
|
736
736
|
type="button"
|
|
737
737
|
>Action</button>
|
|
738
738
|
</li>
|
|
739
739
|
<li role="none">
|
|
740
740
|
<a
|
|
741
|
-
class="pf-
|
|
741
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
742
742
|
role="menuitem"
|
|
743
743
|
href="#"
|
|
744
744
|
aria-disabled="true"
|
|
@@ -747,16 +747,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
747
747
|
</li>
|
|
748
748
|
<li role="none">
|
|
749
749
|
<button
|
|
750
|
-
class="pf-
|
|
750
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
751
751
|
role="menuitem"
|
|
752
752
|
type="button"
|
|
753
753
|
disabled
|
|
754
754
|
>Disabled action</button>
|
|
755
755
|
</li>
|
|
756
|
-
<li class="pf-
|
|
756
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
757
757
|
<li role="none">
|
|
758
758
|
<a
|
|
759
|
-
class="pf-
|
|
759
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
760
760
|
role="menuitem"
|
|
761
761
|
href="#"
|
|
762
762
|
>Separated link</a>
|
|
@@ -767,12 +767,12 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
767
767
|
</div>
|
|
768
768
|
</div>
|
|
769
769
|
<section
|
|
770
|
-
class="pf-
|
|
770
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
771
771
|
id="data-list-expandable-content3"
|
|
772
772
|
aria-label="Expandable tertiary content details"
|
|
773
773
|
>
|
|
774
774
|
<div
|
|
775
|
-
class="pf-
|
|
775
|
+
class="pf-v6-c-data-list__expandable-content-body pf-m-no-padding"
|
|
776
776
|
>This expanded section has no padding.</div>
|
|
777
777
|
</section>
|
|
778
778
|
</li>
|
|
@@ -784,20 +784,20 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
784
784
|
|
|
785
785
|
```html
|
|
786
786
|
<ul
|
|
787
|
-
class="pf-
|
|
787
|
+
class="pf-v6-c-data-list pf-m-compact"
|
|
788
788
|
role="list"
|
|
789
789
|
aria-label="Expandable data list example"
|
|
790
790
|
id="data-list-expandable-compact"
|
|
791
791
|
>
|
|
792
792
|
<li
|
|
793
|
-
class="pf-
|
|
793
|
+
class="pf-v6-c-data-list__item pf-m-expanded"
|
|
794
794
|
aria-labelledby="data-list-expandable-compact-item-1"
|
|
795
795
|
>
|
|
796
|
-
<div class="pf-
|
|
797
|
-
<div class="pf-
|
|
798
|
-
<div class="pf-
|
|
796
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
797
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
798
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
799
799
|
<button
|
|
800
|
-
class="pf-
|
|
800
|
+
class="pf-v6-c-button pf-m-plain"
|
|
801
801
|
type="button"
|
|
802
802
|
aria-labelledby="data-list-expandable-compact-toggle1 data-list-expandable-compact-item1"
|
|
803
803
|
id="data-list-expandable-compact-toggle1"
|
|
@@ -805,33 +805,33 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
805
805
|
aria-expanded="true"
|
|
806
806
|
aria-controls="data-list-expandable-compact-content1"
|
|
807
807
|
>
|
|
808
|
-
<div class="pf-
|
|
808
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
809
809
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
810
810
|
</div>
|
|
811
811
|
</button>
|
|
812
812
|
</div>
|
|
813
813
|
</div>
|
|
814
|
-
<div class="pf-
|
|
815
|
-
<div class="pf-
|
|
814
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
815
|
+
<div class="pf-v6-c-data-list__cell pf-m-icon">
|
|
816
816
|
<i class="fas fa-code-branch" aria-hidden="true"></i>
|
|
817
817
|
</div>
|
|
818
|
-
<div class="pf-
|
|
818
|
+
<div class="pf-v6-c-data-list__cell">
|
|
819
819
|
<div id="data-list-expandable-compact-item-1">Primary content</div>
|
|
820
820
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
821
821
|
<a href="#">link</a>
|
|
822
822
|
</div>
|
|
823
|
-
<div class="pf-
|
|
823
|
+
<div class="pf-v6-c-data-list__cell">
|
|
824
824
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
825
825
|
</div>
|
|
826
|
-
<div class="pf-
|
|
826
|
+
<div class="pf-v6-c-data-list__cell">
|
|
827
827
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
828
828
|
</div>
|
|
829
829
|
</div>
|
|
830
|
-
<div class="pf-
|
|
831
|
-
<div class="pf-
|
|
832
|
-
<div class="pf-
|
|
830
|
+
<div class="pf-v6-c-data-list__item-action">
|
|
831
|
+
<div class="pf-v6-c-data-list__action">
|
|
832
|
+
<div class="pf-v6-c-dropdown">
|
|
833
833
|
<button
|
|
834
|
-
class="pf-
|
|
834
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
835
835
|
id="data-list-expandable-compact-item-1-dropdown-kebab-button"
|
|
836
836
|
aria-expanded="false"
|
|
837
837
|
type="button"
|
|
@@ -840,28 +840,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
840
840
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
841
841
|
</button>
|
|
842
842
|
<ul
|
|
843
|
-
class="pf-
|
|
843
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
844
844
|
aria-labelledby="data-list-expandable-compact-item-1-dropdown-kebab-button"
|
|
845
845
|
hidden
|
|
846
846
|
role="menu"
|
|
847
847
|
>
|
|
848
848
|
<li role="none">
|
|
849
849
|
<a
|
|
850
|
-
class="pf-
|
|
850
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
851
851
|
role="menuitem"
|
|
852
852
|
href="#"
|
|
853
853
|
>Link</a>
|
|
854
854
|
</li>
|
|
855
855
|
<li role="none">
|
|
856
856
|
<button
|
|
857
|
-
class="pf-
|
|
857
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
858
858
|
role="menuitem"
|
|
859
859
|
type="button"
|
|
860
860
|
>Action</button>
|
|
861
861
|
</li>
|
|
862
862
|
<li role="none">
|
|
863
863
|
<a
|
|
864
|
-
class="pf-
|
|
864
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
865
865
|
role="menuitem"
|
|
866
866
|
href="#"
|
|
867
867
|
aria-disabled="true"
|
|
@@ -870,16 +870,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
870
870
|
</li>
|
|
871
871
|
<li role="none">
|
|
872
872
|
<button
|
|
873
|
-
class="pf-
|
|
873
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
874
874
|
role="menuitem"
|
|
875
875
|
type="button"
|
|
876
876
|
disabled
|
|
877
877
|
>Disabled action</button>
|
|
878
878
|
</li>
|
|
879
|
-
<li class="pf-
|
|
879
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
880
880
|
<li role="none">
|
|
881
881
|
<a
|
|
882
|
-
class="pf-
|
|
882
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
883
883
|
role="menuitem"
|
|
884
884
|
href="#"
|
|
885
885
|
>Separated link</a>
|
|
@@ -890,25 +890,25 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
890
890
|
</div>
|
|
891
891
|
</div>
|
|
892
892
|
<section
|
|
893
|
-
class="pf-
|
|
893
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
894
894
|
id="data-list-expandable-compact-content1"
|
|
895
895
|
aria-label="Expandable compact primary content details"
|
|
896
896
|
>
|
|
897
897
|
<div
|
|
898
|
-
class="pf-
|
|
898
|
+
class="pf-v6-c-data-list__expandable-content-body"
|
|
899
899
|
>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</div>
|
|
900
900
|
</section>
|
|
901
901
|
</li>
|
|
902
902
|
|
|
903
903
|
<li
|
|
904
|
-
class="pf-
|
|
904
|
+
class="pf-v6-c-data-list__item"
|
|
905
905
|
aria-labelledby="data-list-expandable-compact-item-2"
|
|
906
906
|
>
|
|
907
|
-
<div class="pf-
|
|
908
|
-
<div class="pf-
|
|
909
|
-
<div class="pf-
|
|
907
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
908
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
909
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
910
910
|
<button
|
|
911
|
-
class="pf-
|
|
911
|
+
class="pf-v6-c-button pf-m-plain"
|
|
912
912
|
type="button"
|
|
913
913
|
aria-labelledby="data-list-expandable-compact-toggle2 data-list-expandable-compact-item2"
|
|
914
914
|
id="data-list-expandable-compact-toggle2"
|
|
@@ -916,32 +916,32 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
916
916
|
aria-expanded="false"
|
|
917
917
|
aria-controls="data-list-expandable-compact-content2"
|
|
918
918
|
>
|
|
919
|
-
<div class="pf-
|
|
919
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
920
920
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
921
921
|
</div>
|
|
922
922
|
</button>
|
|
923
923
|
</div>
|
|
924
924
|
</div>
|
|
925
|
-
<div class="pf-
|
|
926
|
-
<div class="pf-
|
|
925
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
926
|
+
<div class="pf-v6-c-data-list__cell pf-m-icon">
|
|
927
927
|
<i class="fas fa-code-branch" aria-hidden="true"></i>
|
|
928
928
|
</div>
|
|
929
|
-
<div class="pf-
|
|
929
|
+
<div class="pf-v6-c-data-list__cell">
|
|
930
930
|
<span id="data-list-expandable-compact-item-2">Secondary content</span>
|
|
931
931
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
932
932
|
</div>
|
|
933
|
-
<div class="pf-
|
|
933
|
+
<div class="pf-v6-c-data-list__cell">
|
|
934
934
|
<span>Lorem ipsum dolor sit amet.</span>
|
|
935
935
|
</div>
|
|
936
|
-
<div class="pf-
|
|
936
|
+
<div class="pf-v6-c-data-list__cell">
|
|
937
937
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
938
938
|
</div>
|
|
939
939
|
</div>
|
|
940
|
-
<div class="pf-
|
|
941
|
-
<div class="pf-
|
|
942
|
-
<div class="pf-
|
|
940
|
+
<div class="pf-v6-c-data-list__item-action">
|
|
941
|
+
<div class="pf-v6-c-data-list__action">
|
|
942
|
+
<div class="pf-v6-c-dropdown">
|
|
943
943
|
<button
|
|
944
|
-
class="pf-
|
|
944
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
945
945
|
id="data-list-expandable-compact-item-2-dropdown-kebab-button"
|
|
946
946
|
aria-expanded="false"
|
|
947
947
|
type="button"
|
|
@@ -950,28 +950,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
950
950
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
951
951
|
</button>
|
|
952
952
|
<ul
|
|
953
|
-
class="pf-
|
|
953
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
954
954
|
aria-labelledby="data-list-expandable-compact-item-2-dropdown-kebab-button"
|
|
955
955
|
hidden
|
|
956
956
|
role="menu"
|
|
957
957
|
>
|
|
958
958
|
<li role="none">
|
|
959
959
|
<a
|
|
960
|
-
class="pf-
|
|
960
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
961
961
|
role="menuitem"
|
|
962
962
|
href="#"
|
|
963
963
|
>Link</a>
|
|
964
964
|
</li>
|
|
965
965
|
<li role="none">
|
|
966
966
|
<button
|
|
967
|
-
class="pf-
|
|
967
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
968
968
|
role="menuitem"
|
|
969
969
|
type="button"
|
|
970
970
|
>Action</button>
|
|
971
971
|
</li>
|
|
972
972
|
<li role="none">
|
|
973
973
|
<a
|
|
974
|
-
class="pf-
|
|
974
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
975
975
|
role="menuitem"
|
|
976
976
|
href="#"
|
|
977
977
|
aria-disabled="true"
|
|
@@ -980,16 +980,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
980
980
|
</li>
|
|
981
981
|
<li role="none">
|
|
982
982
|
<button
|
|
983
|
-
class="pf-
|
|
983
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
984
984
|
role="menuitem"
|
|
985
985
|
type="button"
|
|
986
986
|
disabled
|
|
987
987
|
>Disabled action</button>
|
|
988
988
|
</li>
|
|
989
|
-
<li class="pf-
|
|
989
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
990
990
|
<li role="none">
|
|
991
991
|
<a
|
|
992
|
-
class="pf-
|
|
992
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
993
993
|
role="menuitem"
|
|
994
994
|
href="#"
|
|
995
995
|
>Separated link</a>
|
|
@@ -1000,26 +1000,26 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1000
1000
|
</div>
|
|
1001
1001
|
</div>
|
|
1002
1002
|
<section
|
|
1003
|
-
class="pf-
|
|
1003
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
1004
1004
|
id="data-list-expandable-compact-content2"
|
|
1005
1005
|
aria-label="Expandable compact secondary content details"
|
|
1006
1006
|
hidden
|
|
1007
1007
|
>
|
|
1008
1008
|
<div
|
|
1009
|
-
class="pf-
|
|
1009
|
+
class="pf-v6-c-data-list__expandable-content-body"
|
|
1010
1010
|
>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</div>
|
|
1011
1011
|
</section>
|
|
1012
1012
|
</li>
|
|
1013
1013
|
|
|
1014
1014
|
<li
|
|
1015
|
-
class="pf-
|
|
1015
|
+
class="pf-v6-c-data-list__item pf-m-expanded"
|
|
1016
1016
|
aria-labelledby="data-list-expandable-compact-item-3"
|
|
1017
1017
|
>
|
|
1018
|
-
<div class="pf-
|
|
1019
|
-
<div class="pf-
|
|
1020
|
-
<div class="pf-
|
|
1018
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
1019
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
1020
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
1021
1021
|
<button
|
|
1022
|
-
class="pf-
|
|
1022
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1023
1023
|
type="button"
|
|
1024
1024
|
aria-labelledby="data-list-expandable-compact-toggle3 data-list-expandable-compact-item3"
|
|
1025
1025
|
id="data-list-expandable-compact-toggle3"
|
|
@@ -1027,32 +1027,32 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1027
1027
|
aria-expanded="true"
|
|
1028
1028
|
aria-controls="data-list-expandable-compact-content3"
|
|
1029
1029
|
>
|
|
1030
|
-
<div class="pf-
|
|
1030
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
1031
1031
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1032
1032
|
</div>
|
|
1033
1033
|
</button>
|
|
1034
1034
|
</div>
|
|
1035
1035
|
</div>
|
|
1036
|
-
<div class="pf-
|
|
1037
|
-
<div class="pf-
|
|
1036
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
1037
|
+
<div class="pf-v6-c-data-list__cell pf-m-icon">
|
|
1038
1038
|
<i class="fas fa-code-branch" aria-hidden="true"></i>
|
|
1039
1039
|
</div>
|
|
1040
|
-
<div class="pf-
|
|
1040
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1041
1041
|
<span id="data-list-expandable-compact-item-3">Tertiary content</span>
|
|
1042
1042
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
1043
1043
|
</div>
|
|
1044
|
-
<div class="pf-
|
|
1044
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1045
1045
|
<span>Lorem ipsum dolor sit amet.</span>
|
|
1046
1046
|
</div>
|
|
1047
|
-
<div class="pf-
|
|
1047
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1048
1048
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
1049
1049
|
</div>
|
|
1050
1050
|
</div>
|
|
1051
|
-
<div class="pf-
|
|
1052
|
-
<div class="pf-
|
|
1053
|
-
<div class="pf-
|
|
1051
|
+
<div class="pf-v6-c-data-list__item-action">
|
|
1052
|
+
<div class="pf-v6-c-data-list__action">
|
|
1053
|
+
<div class="pf-v6-c-dropdown">
|
|
1054
1054
|
<button
|
|
1055
|
-
class="pf-
|
|
1055
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1056
1056
|
id="data-list-expandable-compact-item-3-dropdown-kebab-button"
|
|
1057
1057
|
aria-expanded="false"
|
|
1058
1058
|
type="button"
|
|
@@ -1061,28 +1061,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1061
1061
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1062
1062
|
</button>
|
|
1063
1063
|
<ul
|
|
1064
|
-
class="pf-
|
|
1064
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1065
1065
|
aria-labelledby="data-list-expandable-compact-item-3-dropdown-kebab-button"
|
|
1066
1066
|
hidden
|
|
1067
1067
|
role="menu"
|
|
1068
1068
|
>
|
|
1069
1069
|
<li role="none">
|
|
1070
1070
|
<a
|
|
1071
|
-
class="pf-
|
|
1071
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1072
1072
|
role="menuitem"
|
|
1073
1073
|
href="#"
|
|
1074
1074
|
>Link</a>
|
|
1075
1075
|
</li>
|
|
1076
1076
|
<li role="none">
|
|
1077
1077
|
<button
|
|
1078
|
-
class="pf-
|
|
1078
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1079
1079
|
role="menuitem"
|
|
1080
1080
|
type="button"
|
|
1081
1081
|
>Action</button>
|
|
1082
1082
|
</li>
|
|
1083
1083
|
<li role="none">
|
|
1084
1084
|
<a
|
|
1085
|
-
class="pf-
|
|
1085
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1086
1086
|
role="menuitem"
|
|
1087
1087
|
href="#"
|
|
1088
1088
|
aria-disabled="true"
|
|
@@ -1091,16 +1091,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1091
1091
|
</li>
|
|
1092
1092
|
<li role="none">
|
|
1093
1093
|
<button
|
|
1094
|
-
class="pf-
|
|
1094
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1095
1095
|
role="menuitem"
|
|
1096
1096
|
type="button"
|
|
1097
1097
|
disabled
|
|
1098
1098
|
>Disabled action</button>
|
|
1099
1099
|
</li>
|
|
1100
|
-
<li class="pf-
|
|
1100
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1101
1101
|
<li role="none">
|
|
1102
1102
|
<a
|
|
1103
|
-
class="pf-
|
|
1103
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1104
1104
|
role="menuitem"
|
|
1105
1105
|
href="#"
|
|
1106
1106
|
>Separated link</a>
|
|
@@ -1111,12 +1111,12 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1111
1111
|
</div>
|
|
1112
1112
|
</div>
|
|
1113
1113
|
<section
|
|
1114
|
-
class="pf-
|
|
1114
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
1115
1115
|
id="data-list-expandable-compact-content3"
|
|
1116
1116
|
aria-label="Expandable compact tertiary content details"
|
|
1117
1117
|
>
|
|
1118
1118
|
<div
|
|
1119
|
-
class="pf-
|
|
1119
|
+
class="pf-v6-c-data-list__expandable-content-body pf-m-no-padding"
|
|
1120
1120
|
>This expanded section has no padding.</div>
|
|
1121
1121
|
</section>
|
|
1122
1122
|
</li>
|
|
@@ -1128,20 +1128,20 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1128
1128
|
|
|
1129
1129
|
```html
|
|
1130
1130
|
<ul
|
|
1131
|
-
class="pf-
|
|
1131
|
+
class="pf-v6-c-data-list"
|
|
1132
1132
|
role="list"
|
|
1133
1133
|
aria-label="Expandable nested data list example"
|
|
1134
1134
|
id="data-list-expandable-nested"
|
|
1135
1135
|
>
|
|
1136
1136
|
<li
|
|
1137
|
-
class="pf-
|
|
1137
|
+
class="pf-v6-c-data-list__item pf-m-expanded"
|
|
1138
1138
|
aria-labelledby="data-list-expandable-nested-item-1"
|
|
1139
1139
|
>
|
|
1140
|
-
<div class="pf-
|
|
1141
|
-
<div class="pf-
|
|
1142
|
-
<div class="pf-
|
|
1140
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
1141
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
1142
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
1143
1143
|
<button
|
|
1144
|
-
class="pf-
|
|
1144
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1145
1145
|
type="button"
|
|
1146
1146
|
aria-labelledby="data-list-expandable-nested-toggle1 data-list-expandable-nested-item1"
|
|
1147
1147
|
id="data-list-expandable-nested-toggle1"
|
|
@@ -1149,33 +1149,33 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1149
1149
|
aria-expanded="true"
|
|
1150
1150
|
aria-controls="data-list-expandable-nested-content1"
|
|
1151
1151
|
>
|
|
1152
|
-
<div class="pf-
|
|
1152
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
1153
1153
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1154
1154
|
</div>
|
|
1155
1155
|
</button>
|
|
1156
1156
|
</div>
|
|
1157
1157
|
</div>
|
|
1158
|
-
<div class="pf-
|
|
1159
|
-
<div class="pf-
|
|
1158
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
1159
|
+
<div class="pf-v6-c-data-list__cell pf-m-icon">
|
|
1160
1160
|
<i class="fas fa-code-branch" aria-hidden="true"></i>
|
|
1161
1161
|
</div>
|
|
1162
|
-
<div class="pf-
|
|
1162
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1163
1163
|
<span id="data-list-expandable-nested-item-1">Primary content</span>
|
|
1164
1164
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
1165
1165
|
<a href="#">link</a>
|
|
1166
1166
|
</div>
|
|
1167
|
-
<div class="pf-
|
|
1167
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1168
1168
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
1169
1169
|
</div>
|
|
1170
|
-
<div class="pf-
|
|
1170
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1171
1171
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
1172
1172
|
</div>
|
|
1173
1173
|
</div>
|
|
1174
|
-
<div class="pf-
|
|
1175
|
-
<div class="pf-
|
|
1176
|
-
<div class="pf-
|
|
1174
|
+
<div class="pf-v6-c-data-list__item-action">
|
|
1175
|
+
<div class="pf-v6-c-data-list__action">
|
|
1176
|
+
<div class="pf-v6-c-dropdown">
|
|
1177
1177
|
<button
|
|
1178
|
-
class="pf-
|
|
1178
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1179
1179
|
id="data-list-expandable-nested-item-1-dropdown-kebab-button"
|
|
1180
1180
|
aria-expanded="false"
|
|
1181
1181
|
type="button"
|
|
@@ -1184,28 +1184,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1184
1184
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1185
1185
|
</button>
|
|
1186
1186
|
<ul
|
|
1187
|
-
class="pf-
|
|
1187
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1188
1188
|
aria-labelledby="data-list-expandable-nested-item-1-dropdown-kebab-button"
|
|
1189
1189
|
hidden
|
|
1190
1190
|
role="menu"
|
|
1191
1191
|
>
|
|
1192
1192
|
<li role="none">
|
|
1193
1193
|
<a
|
|
1194
|
-
class="pf-
|
|
1194
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1195
1195
|
role="menuitem"
|
|
1196
1196
|
href="#"
|
|
1197
1197
|
>Link</a>
|
|
1198
1198
|
</li>
|
|
1199
1199
|
<li role="none">
|
|
1200
1200
|
<button
|
|
1201
|
-
class="pf-
|
|
1201
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1202
1202
|
role="menuitem"
|
|
1203
1203
|
type="button"
|
|
1204
1204
|
>Action</button>
|
|
1205
1205
|
</li>
|
|
1206
1206
|
<li role="none">
|
|
1207
1207
|
<a
|
|
1208
|
-
class="pf-
|
|
1208
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1209
1209
|
role="menuitem"
|
|
1210
1210
|
href="#"
|
|
1211
1211
|
aria-disabled="true"
|
|
@@ -1214,16 +1214,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1214
1214
|
</li>
|
|
1215
1215
|
<li role="none">
|
|
1216
1216
|
<button
|
|
1217
|
-
class="pf-
|
|
1217
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1218
1218
|
role="menuitem"
|
|
1219
1219
|
type="button"
|
|
1220
1220
|
disabled
|
|
1221
1221
|
>Disabled action</button>
|
|
1222
1222
|
</li>
|
|
1223
|
-
<li class="pf-
|
|
1223
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1224
1224
|
<li role="none">
|
|
1225
1225
|
<a
|
|
1226
|
-
class="pf-
|
|
1226
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1227
1227
|
role="menuitem"
|
|
1228
1228
|
href="#"
|
|
1229
1229
|
>Separated link</a>
|
|
@@ -1234,26 +1234,26 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1234
1234
|
</div>
|
|
1235
1235
|
</div>
|
|
1236
1236
|
<section
|
|
1237
|
-
class="pf-
|
|
1237
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
1238
1238
|
id="data-list-expandable-nested-content1"
|
|
1239
1239
|
aria-label="Expandable nested primary content details"
|
|
1240
1240
|
>
|
|
1241
|
-
<div class="pf-
|
|
1241
|
+
<div class="pf-v6-c-data-list__expandable-content-body">
|
|
1242
1242
|
<ul
|
|
1243
|
-
class="pf-
|
|
1243
|
+
class="pf-v6-c-data-list"
|
|
1244
1244
|
role="list"
|
|
1245
1245
|
aria-label="Expandable nested nested data list example"
|
|
1246
1246
|
id="data-list-expandable-nested-nested"
|
|
1247
1247
|
>
|
|
1248
1248
|
<li
|
|
1249
|
-
class="pf-
|
|
1249
|
+
class="pf-v6-c-data-list__item pf-m-expanded"
|
|
1250
1250
|
aria-labelledby="data-list-expandable-nested-nested-item-1"
|
|
1251
1251
|
>
|
|
1252
|
-
<div class="pf-
|
|
1253
|
-
<div class="pf-
|
|
1254
|
-
<div class="pf-
|
|
1252
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
1253
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
1254
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
1255
1255
|
<button
|
|
1256
|
-
class="pf-
|
|
1256
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1257
1257
|
type="button"
|
|
1258
1258
|
aria-labelledby="data-list-expandable-nested-nested-toggle1 data-list-expandable-nested-nested-item1"
|
|
1259
1259
|
id="data-list-expandable-nested-nested-toggle1"
|
|
@@ -1261,14 +1261,14 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1261
1261
|
aria-expanded="true"
|
|
1262
1262
|
aria-controls="data-list-expandable-nested-nested-content1"
|
|
1263
1263
|
>
|
|
1264
|
-
<div class="pf-
|
|
1264
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
1265
1265
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1266
1266
|
</div>
|
|
1267
1267
|
</button>
|
|
1268
1268
|
</div>
|
|
1269
1269
|
</div>
|
|
1270
|
-
<div class="pf-
|
|
1271
|
-
<div class="pf-
|
|
1270
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
1271
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1272
1272
|
<span
|
|
1273
1273
|
id="data-list-expandable-nested-nested-item-1"
|
|
1274
1274
|
>Nested row 1</span>
|
|
@@ -1276,25 +1276,25 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1276
1276
|
</div>
|
|
1277
1277
|
</div>
|
|
1278
1278
|
<section
|
|
1279
|
-
class="pf-
|
|
1279
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
1280
1280
|
id="data-list-expandable-nested-nested-content1"
|
|
1281
1281
|
aria-label="Nested row 1 details"
|
|
1282
1282
|
>
|
|
1283
1283
|
<div
|
|
1284
|
-
class="pf-
|
|
1284
|
+
class="pf-v6-c-data-list__expandable-content-body"
|
|
1285
1285
|
>Nested row 1 expanded content.</div>
|
|
1286
1286
|
</section>
|
|
1287
1287
|
</li>
|
|
1288
1288
|
|
|
1289
1289
|
<li
|
|
1290
|
-
class="pf-
|
|
1290
|
+
class="pf-v6-c-data-list__item"
|
|
1291
1291
|
aria-labelledby="data-list-expandable-nested-nested-item-2"
|
|
1292
1292
|
>
|
|
1293
|
-
<div class="pf-
|
|
1294
|
-
<div class="pf-
|
|
1295
|
-
<div class="pf-
|
|
1293
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
1294
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
1295
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
1296
1296
|
<button
|
|
1297
|
-
class="pf-
|
|
1297
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1298
1298
|
type="button"
|
|
1299
1299
|
aria-labelledby="data-list-expandable-nested-nested-toggle2 data-list-expandable-nested-nested-item2"
|
|
1300
1300
|
id="data-list-expandable-nested-nested-toggle2"
|
|
@@ -1302,14 +1302,14 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1302
1302
|
aria-expanded="false"
|
|
1303
1303
|
aria-controls="data-list-expandable-nested-nested-content2"
|
|
1304
1304
|
>
|
|
1305
|
-
<div class="pf-
|
|
1305
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
1306
1306
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1307
1307
|
</div>
|
|
1308
1308
|
</button>
|
|
1309
1309
|
</div>
|
|
1310
1310
|
</div>
|
|
1311
|
-
<div class="pf-
|
|
1312
|
-
<div class="pf-
|
|
1311
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
1312
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1313
1313
|
<div
|
|
1314
1314
|
id="data-list-expandable-nested-nested-item-2"
|
|
1315
1315
|
>Nested row 2</div>
|
|
@@ -1317,26 +1317,26 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1317
1317
|
</div>
|
|
1318
1318
|
</div>
|
|
1319
1319
|
<section
|
|
1320
|
-
class="pf-
|
|
1320
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
1321
1321
|
id="data-list-expandable-nested-nested-content2"
|
|
1322
1322
|
aria-label="Nested row 2 details"
|
|
1323
1323
|
hidden
|
|
1324
1324
|
>
|
|
1325
1325
|
<div
|
|
1326
|
-
class="pf-
|
|
1326
|
+
class="pf-v6-c-data-list__expandable-content-body"
|
|
1327
1327
|
>Nested row 2 expanded content.</div>
|
|
1328
1328
|
</section>
|
|
1329
1329
|
</li>
|
|
1330
1330
|
|
|
1331
1331
|
<li
|
|
1332
|
-
class="pf-
|
|
1332
|
+
class="pf-v6-c-data-list__item pf-m-expanded"
|
|
1333
1333
|
aria-labelledby="data-list-expandable-nested-nested-item-3"
|
|
1334
1334
|
>
|
|
1335
|
-
<div class="pf-
|
|
1336
|
-
<div class="pf-
|
|
1337
|
-
<div class="pf-
|
|
1335
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
1336
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
1337
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
1338
1338
|
<button
|
|
1339
|
-
class="pf-
|
|
1339
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1340
1340
|
type="button"
|
|
1341
1341
|
aria-labelledby="data-list-expandable-nested-nested-toggle3 data-list-expandable-nested-nested-item3"
|
|
1342
1342
|
id="data-list-expandable-nested-nested-toggle3"
|
|
@@ -1344,14 +1344,14 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1344
1344
|
aria-expanded="true"
|
|
1345
1345
|
aria-controls="data-list-expandable-nested-nested-content3"
|
|
1346
1346
|
>
|
|
1347
|
-
<div class="pf-
|
|
1347
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
1348
1348
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1349
1349
|
</div>
|
|
1350
1350
|
</button>
|
|
1351
1351
|
</div>
|
|
1352
1352
|
</div>
|
|
1353
|
-
<div class="pf-
|
|
1354
|
-
<div class="pf-
|
|
1353
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
1354
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1355
1355
|
<div
|
|
1356
1356
|
id="data-list-expandable-nested-nested-item-3"
|
|
1357
1357
|
>Nested row 3</div>
|
|
@@ -1359,12 +1359,12 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1359
1359
|
</div>
|
|
1360
1360
|
</div>
|
|
1361
1361
|
<section
|
|
1362
|
-
class="pf-
|
|
1362
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
1363
1363
|
id="data-list-expandable-nested-nested-content3"
|
|
1364
1364
|
aria-label="Nested row 3 details"
|
|
1365
1365
|
>
|
|
1366
1366
|
<div
|
|
1367
|
-
class="pf-
|
|
1367
|
+
class="pf-v6-c-data-list__expandable-content-body"
|
|
1368
1368
|
>Nested row 3 expanded content.</div>
|
|
1369
1369
|
</section>
|
|
1370
1370
|
</li>
|
|
@@ -1374,14 +1374,14 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1374
1374
|
</li>
|
|
1375
1375
|
|
|
1376
1376
|
<li
|
|
1377
|
-
class="pf-
|
|
1377
|
+
class="pf-v6-c-data-list__item"
|
|
1378
1378
|
aria-labelledby="data-list-expandable-nested-item-2"
|
|
1379
1379
|
>
|
|
1380
|
-
<div class="pf-
|
|
1381
|
-
<div class="pf-
|
|
1382
|
-
<div class="pf-
|
|
1380
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
1381
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
1382
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
1383
1383
|
<button
|
|
1384
|
-
class="pf-
|
|
1384
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1385
1385
|
type="button"
|
|
1386
1386
|
aria-labelledby="data-list-expandable-nested-toggle2 data-list-expandable-nested-item2"
|
|
1387
1387
|
id="data-list-expandable-nested-toggle2"
|
|
@@ -1389,29 +1389,29 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1389
1389
|
aria-expanded="false"
|
|
1390
1390
|
aria-controls="data-list-expandable-nested-content2"
|
|
1391
1391
|
>
|
|
1392
|
-
<div class="pf-
|
|
1392
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
1393
1393
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1394
1394
|
</div>
|
|
1395
1395
|
</button>
|
|
1396
1396
|
</div>
|
|
1397
1397
|
</div>
|
|
1398
|
-
<div class="pf-
|
|
1399
|
-
<div class="pf-
|
|
1398
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
1399
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1400
1400
|
<div id="data-list-expandable-nested-item-2">Secondary content</div>
|
|
1401
1401
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
1402
1402
|
</div>
|
|
1403
|
-
<div class="pf-
|
|
1403
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1404
1404
|
<span>Lorem ipsum dolor sit amet.</span>
|
|
1405
1405
|
</div>
|
|
1406
|
-
<div class="pf-
|
|
1406
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1407
1407
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
1408
1408
|
</div>
|
|
1409
1409
|
</div>
|
|
1410
|
-
<div class="pf-
|
|
1411
|
-
<div class="pf-
|
|
1412
|
-
<div class="pf-
|
|
1410
|
+
<div class="pf-v6-c-data-list__item-action">
|
|
1411
|
+
<div class="pf-v6-c-data-list__action">
|
|
1412
|
+
<div class="pf-v6-c-dropdown">
|
|
1413
1413
|
<button
|
|
1414
|
-
class="pf-
|
|
1414
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1415
1415
|
id="data-list-expandable-nested-item-2-dropdown-kebab-button"
|
|
1416
1416
|
aria-expanded="false"
|
|
1417
1417
|
type="button"
|
|
@@ -1420,28 +1420,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1420
1420
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1421
1421
|
</button>
|
|
1422
1422
|
<ul
|
|
1423
|
-
class="pf-
|
|
1423
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1424
1424
|
aria-labelledby="data-list-expandable-nested-item-2-dropdown-kebab-button"
|
|
1425
1425
|
hidden
|
|
1426
1426
|
role="menu"
|
|
1427
1427
|
>
|
|
1428
1428
|
<li role="none">
|
|
1429
1429
|
<a
|
|
1430
|
-
class="pf-
|
|
1430
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1431
1431
|
role="menuitem"
|
|
1432
1432
|
href="#"
|
|
1433
1433
|
>Link</a>
|
|
1434
1434
|
</li>
|
|
1435
1435
|
<li role="none">
|
|
1436
1436
|
<button
|
|
1437
|
-
class="pf-
|
|
1437
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1438
1438
|
role="menuitem"
|
|
1439
1439
|
type="button"
|
|
1440
1440
|
>Action</button>
|
|
1441
1441
|
</li>
|
|
1442
1442
|
<li role="none">
|
|
1443
1443
|
<a
|
|
1444
|
-
class="pf-
|
|
1444
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1445
1445
|
role="menuitem"
|
|
1446
1446
|
href="#"
|
|
1447
1447
|
aria-disabled="true"
|
|
@@ -1450,16 +1450,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1450
1450
|
</li>
|
|
1451
1451
|
<li role="none">
|
|
1452
1452
|
<button
|
|
1453
|
-
class="pf-
|
|
1453
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1454
1454
|
role="menuitem"
|
|
1455
1455
|
type="button"
|
|
1456
1456
|
disabled
|
|
1457
1457
|
>Disabled action</button>
|
|
1458
1458
|
</li>
|
|
1459
|
-
<li class="pf-
|
|
1459
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1460
1460
|
<li role="none">
|
|
1461
1461
|
<a
|
|
1462
|
-
class="pf-
|
|
1462
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1463
1463
|
role="menuitem"
|
|
1464
1464
|
href="#"
|
|
1465
1465
|
>Separated link</a>
|
|
@@ -1470,26 +1470,26 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1470
1470
|
</div>
|
|
1471
1471
|
</div>
|
|
1472
1472
|
<section
|
|
1473
|
-
class="pf-
|
|
1473
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
1474
1474
|
id="data-list-expandable-nested-content2"
|
|
1475
1475
|
aria-label="Expandable nested secondary content details"
|
|
1476
1476
|
hidden
|
|
1477
1477
|
>
|
|
1478
1478
|
<div
|
|
1479
|
-
class="pf-
|
|
1479
|
+
class="pf-v6-c-data-list__expandable-content-body"
|
|
1480
1480
|
>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</div>
|
|
1481
1481
|
</section>
|
|
1482
1482
|
</li>
|
|
1483
1483
|
|
|
1484
1484
|
<li
|
|
1485
|
-
class="pf-
|
|
1485
|
+
class="pf-v6-c-data-list__item pf-m-expanded"
|
|
1486
1486
|
aria-labelledby="data-list-expandable-nested-item-3"
|
|
1487
1487
|
>
|
|
1488
|
-
<div class="pf-
|
|
1489
|
-
<div class="pf-
|
|
1490
|
-
<div class="pf-
|
|
1488
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
1489
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
1490
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
1491
1491
|
<button
|
|
1492
|
-
class="pf-
|
|
1492
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1493
1493
|
type="button"
|
|
1494
1494
|
aria-labelledby="data-list-expandable-nested-toggle3 data-list-expandable-nested-item3"
|
|
1495
1495
|
id="data-list-expandable-nested-toggle3"
|
|
@@ -1497,32 +1497,32 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1497
1497
|
aria-expanded="true"
|
|
1498
1498
|
aria-controls="data-list-expandable-nested-content3"
|
|
1499
1499
|
>
|
|
1500
|
-
<div class="pf-
|
|
1500
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
1501
1501
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1502
1502
|
</div>
|
|
1503
1503
|
</button>
|
|
1504
1504
|
</div>
|
|
1505
1505
|
</div>
|
|
1506
|
-
<div class="pf-
|
|
1507
|
-
<div class="pf-
|
|
1506
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
1507
|
+
<div class="pf-v6-c-data-list__cell pf-m-icon">
|
|
1508
1508
|
<i class="fas fa-code-branch" aria-hidden="true"></i>
|
|
1509
1509
|
</div>
|
|
1510
|
-
<div class="pf-
|
|
1510
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1511
1511
|
<div id="data-list-expandable-nested-item-3">Tertiary content</div>
|
|
1512
1512
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
1513
1513
|
</div>
|
|
1514
|
-
<div class="pf-
|
|
1514
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1515
1515
|
<span>Lorem ipsum dolor sit amet.</span>
|
|
1516
1516
|
</div>
|
|
1517
|
-
<div class="pf-
|
|
1517
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1518
1518
|
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
|
|
1519
1519
|
</div>
|
|
1520
1520
|
</div>
|
|
1521
|
-
<div class="pf-
|
|
1522
|
-
<div class="pf-
|
|
1523
|
-
<div class="pf-
|
|
1521
|
+
<div class="pf-v6-c-data-list__item-action">
|
|
1522
|
+
<div class="pf-v6-c-data-list__action">
|
|
1523
|
+
<div class="pf-v6-c-dropdown">
|
|
1524
1524
|
<button
|
|
1525
|
-
class="pf-
|
|
1525
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1526
1526
|
id="data-list-expandable-nested-item-3-dropdown-kebab-button"
|
|
1527
1527
|
aria-expanded="false"
|
|
1528
1528
|
type="button"
|
|
@@ -1531,28 +1531,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1531
1531
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1532
1532
|
</button>
|
|
1533
1533
|
<ul
|
|
1534
|
-
class="pf-
|
|
1534
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1535
1535
|
aria-labelledby="data-list-expandable-nested-item-3-dropdown-kebab-button"
|
|
1536
1536
|
hidden
|
|
1537
1537
|
role="menu"
|
|
1538
1538
|
>
|
|
1539
1539
|
<li role="none">
|
|
1540
1540
|
<a
|
|
1541
|
-
class="pf-
|
|
1541
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1542
1542
|
role="menuitem"
|
|
1543
1543
|
href="#"
|
|
1544
1544
|
>Link</a>
|
|
1545
1545
|
</li>
|
|
1546
1546
|
<li role="none">
|
|
1547
1547
|
<button
|
|
1548
|
-
class="pf-
|
|
1548
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1549
1549
|
role="menuitem"
|
|
1550
1550
|
type="button"
|
|
1551
1551
|
>Action</button>
|
|
1552
1552
|
</li>
|
|
1553
1553
|
<li role="none">
|
|
1554
1554
|
<a
|
|
1555
|
-
class="pf-
|
|
1555
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1556
1556
|
role="menuitem"
|
|
1557
1557
|
href="#"
|
|
1558
1558
|
aria-disabled="true"
|
|
@@ -1561,16 +1561,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1561
1561
|
</li>
|
|
1562
1562
|
<li role="none">
|
|
1563
1563
|
<button
|
|
1564
|
-
class="pf-
|
|
1564
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1565
1565
|
role="menuitem"
|
|
1566
1566
|
type="button"
|
|
1567
1567
|
disabled
|
|
1568
1568
|
>Disabled action</button>
|
|
1569
1569
|
</li>
|
|
1570
|
-
<li class="pf-
|
|
1570
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1571
1571
|
<li role="none">
|
|
1572
1572
|
<a
|
|
1573
|
-
class="pf-
|
|
1573
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1574
1574
|
role="menuitem"
|
|
1575
1575
|
href="#"
|
|
1576
1576
|
>Separated link</a>
|
|
@@ -1581,12 +1581,12 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1581
1581
|
</div>
|
|
1582
1582
|
</div>
|
|
1583
1583
|
<section
|
|
1584
|
-
class="pf-
|
|
1584
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
1585
1585
|
id="data-list-expandable-nested-content3"
|
|
1586
1586
|
aria-label="Expandable nested tertiary content details"
|
|
1587
1587
|
>
|
|
1588
1588
|
<div
|
|
1589
|
-
class="pf-
|
|
1589
|
+
class="pf-v6-c-data-list__expandable-content-body pf-m-no-padding"
|
|
1590
1590
|
>This expanded section has no padding.</div>
|
|
1591
1591
|
</section>
|
|
1592
1592
|
</li>
|
|
@@ -1598,21 +1598,21 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1598
1598
|
|
|
1599
1599
|
```html
|
|
1600
1600
|
<ul
|
|
1601
|
-
class="pf-
|
|
1601
|
+
class="pf-v6-c-data-list pf-m-compact pf-m-grid-sm"
|
|
1602
1602
|
role="list"
|
|
1603
1603
|
aria-label="Compact data list example"
|
|
1604
1604
|
id="data-list-compact"
|
|
1605
1605
|
>
|
|
1606
1606
|
<li
|
|
1607
|
-
class="pf-
|
|
1607
|
+
class="pf-v6-c-data-list__item"
|
|
1608
1608
|
aria-labelledby="data-list-compact-item-1"
|
|
1609
1609
|
>
|
|
1610
|
-
<div class="pf-
|
|
1611
|
-
<div class="pf-
|
|
1612
|
-
<div class="pf-
|
|
1613
|
-
<div class="pf-
|
|
1610
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
1611
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
1612
|
+
<div class="pf-v6-c-data-list__check">
|
|
1613
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
1614
1614
|
<input
|
|
1615
|
-
class="pf-
|
|
1615
|
+
class="pf-v6-c-check__input"
|
|
1616
1616
|
type="checkbox"
|
|
1617
1617
|
name="data-list-compact-item-1-checkbox"
|
|
1618
1618
|
aria-labelledby="data-list-compact-item-1"
|
|
@@ -1620,28 +1620,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1620
1620
|
</div>
|
|
1621
1621
|
</div>
|
|
1622
1622
|
</div>
|
|
1623
|
-
<div class="pf-
|
|
1624
|
-
<div class="pf-
|
|
1623
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
1624
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1625
1625
|
<span id="data-list-compact-item-1">Primary content</span> Dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
|
|
1626
1626
|
</div>
|
|
1627
1627
|
<div
|
|
1628
|
-
class="pf-
|
|
1628
|
+
class="pf-v6-c-data-list__cell"
|
|
1629
1629
|
>Secondary content. Dolor sit amet, consectetur adipisicing elit, sed do eiusmod.</div>
|
|
1630
|
-
<div class="pf-
|
|
1630
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1631
1631
|
<span>Tertiary Content</span> Dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
|
|
1632
1632
|
</div>
|
|
1633
|
-
<div class="pf-
|
|
1633
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1634
1634
|
<span>More Content</span> Dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
|
|
1635
1635
|
</div>
|
|
1636
|
-
<div class="pf-
|
|
1636
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1637
1637
|
<span>More Content</span> Dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
|
|
1638
1638
|
</div>
|
|
1639
1639
|
</div>
|
|
1640
|
-
<div class="pf-
|
|
1641
|
-
<div class="pf-
|
|
1642
|
-
<div class="pf-
|
|
1640
|
+
<div class="pf-v6-c-data-list__item-action">
|
|
1641
|
+
<div class="pf-v6-c-data-list__action">
|
|
1642
|
+
<div class="pf-v6-c-dropdown">
|
|
1643
1643
|
<button
|
|
1644
|
-
class="pf-
|
|
1644
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1645
1645
|
id="data-list-compact-item-1-dropdown-kebab-button"
|
|
1646
1646
|
aria-expanded="false"
|
|
1647
1647
|
type="button"
|
|
@@ -1650,28 +1650,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1650
1650
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1651
1651
|
</button>
|
|
1652
1652
|
<ul
|
|
1653
|
-
class="pf-
|
|
1653
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1654
1654
|
aria-labelledby="data-list-compact-item-1-dropdown-kebab-button"
|
|
1655
1655
|
hidden
|
|
1656
1656
|
role="menu"
|
|
1657
1657
|
>
|
|
1658
1658
|
<li role="none">
|
|
1659
1659
|
<a
|
|
1660
|
-
class="pf-
|
|
1660
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1661
1661
|
role="menuitem"
|
|
1662
1662
|
href="#"
|
|
1663
1663
|
>Link</a>
|
|
1664
1664
|
</li>
|
|
1665
1665
|
<li role="none">
|
|
1666
1666
|
<button
|
|
1667
|
-
class="pf-
|
|
1667
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1668
1668
|
role="menuitem"
|
|
1669
1669
|
type="button"
|
|
1670
1670
|
>Action</button>
|
|
1671
1671
|
</li>
|
|
1672
1672
|
<li role="none">
|
|
1673
1673
|
<a
|
|
1674
|
-
class="pf-
|
|
1674
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1675
1675
|
role="menuitem"
|
|
1676
1676
|
href="#"
|
|
1677
1677
|
aria-disabled="true"
|
|
@@ -1680,16 +1680,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1680
1680
|
</li>
|
|
1681
1681
|
<li role="none">
|
|
1682
1682
|
<button
|
|
1683
|
-
class="pf-
|
|
1683
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1684
1684
|
role="menuitem"
|
|
1685
1685
|
type="button"
|
|
1686
1686
|
disabled
|
|
1687
1687
|
>Disabled action</button>
|
|
1688
1688
|
</li>
|
|
1689
|
-
<li class="pf-
|
|
1689
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1690
1690
|
<li role="none">
|
|
1691
1691
|
<a
|
|
1692
|
-
class="pf-
|
|
1692
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1693
1693
|
role="menuitem"
|
|
1694
1694
|
href="#"
|
|
1695
1695
|
>Separated link</a>
|
|
@@ -1702,15 +1702,15 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1702
1702
|
</li>
|
|
1703
1703
|
|
|
1704
1704
|
<li
|
|
1705
|
-
class="pf-
|
|
1705
|
+
class="pf-v6-c-data-list__item"
|
|
1706
1706
|
aria-labelledby="data-list-compact-item-2"
|
|
1707
1707
|
>
|
|
1708
|
-
<div class="pf-
|
|
1709
|
-
<div class="pf-
|
|
1710
|
-
<div class="pf-
|
|
1711
|
-
<div class="pf-
|
|
1708
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
1709
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
1710
|
+
<div class="pf-v6-c-data-list__check">
|
|
1711
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
1712
1712
|
<input
|
|
1713
|
-
class="pf-
|
|
1713
|
+
class="pf-v6-c-check__input"
|
|
1714
1714
|
type="checkbox"
|
|
1715
1715
|
name="data-list-compact-item-2-checkbox"
|
|
1716
1716
|
aria-labelledby="data-list-compact-item-2"
|
|
@@ -1718,19 +1718,19 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1718
1718
|
</div>
|
|
1719
1719
|
</div>
|
|
1720
1720
|
</div>
|
|
1721
|
-
<div class="pf-
|
|
1722
|
-
<div class="pf-
|
|
1721
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
1722
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1723
1723
|
<span id="data-list-compact-item-2">Primary content - lorem ipsum</span> dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
|
|
1724
1724
|
</div>
|
|
1725
1725
|
<div
|
|
1726
|
-
class="pf-
|
|
1726
|
+
class="pf-v6-c-data-list__cell"
|
|
1727
1727
|
>Secondary content. Dolor sit amet, consectetur adipisicing elit, sed do eiusmod.</div>
|
|
1728
1728
|
</div>
|
|
1729
|
-
<div class="pf-
|
|
1730
|
-
<div class="pf-
|
|
1731
|
-
<div class="pf-
|
|
1729
|
+
<div class="pf-v6-c-data-list__item-action pf-m-hidden-on-lg">
|
|
1730
|
+
<div class="pf-v6-c-data-list__action">
|
|
1731
|
+
<div class="pf-v6-c-dropdown">
|
|
1732
1732
|
<button
|
|
1733
|
-
class="pf-
|
|
1733
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1734
1734
|
id="data-list-compact-item-2-dropdown-kebab-button"
|
|
1735
1735
|
aria-expanded="false"
|
|
1736
1736
|
type="button"
|
|
@@ -1739,28 +1739,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1739
1739
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1740
1740
|
</button>
|
|
1741
1741
|
<ul
|
|
1742
|
-
class="pf-
|
|
1742
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1743
1743
|
aria-labelledby="data-list-compact-item-2-dropdown-kebab-button"
|
|
1744
1744
|
hidden
|
|
1745
1745
|
role="menu"
|
|
1746
1746
|
>
|
|
1747
1747
|
<li role="none">
|
|
1748
1748
|
<a
|
|
1749
|
-
class="pf-
|
|
1749
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1750
1750
|
role="menuitem"
|
|
1751
1751
|
href="#"
|
|
1752
1752
|
>Link</a>
|
|
1753
1753
|
</li>
|
|
1754
1754
|
<li role="none">
|
|
1755
1755
|
<button
|
|
1756
|
-
class="pf-
|
|
1756
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1757
1757
|
role="menuitem"
|
|
1758
1758
|
type="button"
|
|
1759
1759
|
>Action</button>
|
|
1760
1760
|
</li>
|
|
1761
1761
|
<li role="none">
|
|
1762
1762
|
<a
|
|
1763
|
-
class="pf-
|
|
1763
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1764
1764
|
role="menuitem"
|
|
1765
1765
|
href="#"
|
|
1766
1766
|
aria-disabled="true"
|
|
@@ -1769,16 +1769,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1769
1769
|
</li>
|
|
1770
1770
|
<li role="none">
|
|
1771
1771
|
<button
|
|
1772
|
-
class="pf-
|
|
1772
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1773
1773
|
role="menuitem"
|
|
1774
1774
|
type="button"
|
|
1775
1775
|
disabled
|
|
1776
1776
|
>Disabled action</button>
|
|
1777
1777
|
</li>
|
|
1778
|
-
<li class="pf-
|
|
1778
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1779
1779
|
<li role="none">
|
|
1780
1780
|
<a
|
|
1781
|
-
class="pf-
|
|
1781
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1782
1782
|
role="menuitem"
|
|
1783
1783
|
href="#"
|
|
1784
1784
|
>Separated link</a>
|
|
@@ -1788,24 +1788,24 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1788
1788
|
</div>
|
|
1789
1789
|
</div>
|
|
1790
1790
|
<div
|
|
1791
|
-
class="pf-
|
|
1791
|
+
class="pf-v6-c-data-list__item-action pf-m-hidden pf-m-visible-on-lg"
|
|
1792
1792
|
>
|
|
1793
|
-
<button class="pf-
|
|
1794
|
-
<button class="pf-
|
|
1793
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Primary</button>
|
|
1794
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Secondary</button>
|
|
1795
1795
|
</div>
|
|
1796
1796
|
</div>
|
|
1797
1797
|
</li>
|
|
1798
1798
|
|
|
1799
1799
|
<li
|
|
1800
|
-
class="pf-
|
|
1800
|
+
class="pf-v6-c-data-list__item"
|
|
1801
1801
|
aria-labelledby="data-list-compact-item-3"
|
|
1802
1802
|
>
|
|
1803
|
-
<div class="pf-
|
|
1804
|
-
<div class="pf-
|
|
1805
|
-
<div class="pf-
|
|
1806
|
-
<div class="pf-
|
|
1803
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
1804
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
1805
|
+
<div class="pf-v6-c-data-list__check">
|
|
1806
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
1807
1807
|
<input
|
|
1808
|
-
class="pf-
|
|
1808
|
+
class="pf-v6-c-check__input"
|
|
1809
1809
|
type="checkbox"
|
|
1810
1810
|
name="data-list-compact-item-3-checkbox"
|
|
1811
1811
|
aria-labelledby="data-list-compact-item-3"
|
|
@@ -1813,19 +1813,19 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1813
1813
|
</div>
|
|
1814
1814
|
</div>
|
|
1815
1815
|
</div>
|
|
1816
|
-
<div class="pf-
|
|
1817
|
-
<div class="pf-
|
|
1816
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
1817
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1818
1818
|
<span id="data-list-compact-item-3">Primary content - lorem ipsum</span> dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
|
|
1819
1819
|
</div>
|
|
1820
1820
|
<div
|
|
1821
|
-
class="pf-
|
|
1821
|
+
class="pf-v6-c-data-list__cell"
|
|
1822
1822
|
>Secondary content. Dolor sit amet, consectetur adipisicing elit, sed do eiusmod.</div>
|
|
1823
1823
|
</div>
|
|
1824
|
-
<div class="pf-
|
|
1825
|
-
<div class="pf-
|
|
1826
|
-
<div class="pf-
|
|
1824
|
+
<div class="pf-v6-c-data-list__item-action pf-m-hidden-on-xl">
|
|
1825
|
+
<div class="pf-v6-c-data-list__action">
|
|
1826
|
+
<div class="pf-v6-c-dropdown">
|
|
1827
1827
|
<button
|
|
1828
|
-
class="pf-
|
|
1828
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1829
1829
|
id="data-list-compact-item-3-dropdown-kebab-button"
|
|
1830
1830
|
aria-expanded="false"
|
|
1831
1831
|
type="button"
|
|
@@ -1834,28 +1834,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1834
1834
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1835
1835
|
</button>
|
|
1836
1836
|
<ul
|
|
1837
|
-
class="pf-
|
|
1837
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1838
1838
|
aria-labelledby="data-list-compact-item-3-dropdown-kebab-button"
|
|
1839
1839
|
hidden
|
|
1840
1840
|
role="menu"
|
|
1841
1841
|
>
|
|
1842
1842
|
<li role="none">
|
|
1843
1843
|
<a
|
|
1844
|
-
class="pf-
|
|
1844
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1845
1845
|
role="menuitem"
|
|
1846
1846
|
href="#"
|
|
1847
1847
|
>Link</a>
|
|
1848
1848
|
</li>
|
|
1849
1849
|
<li role="none">
|
|
1850
1850
|
<button
|
|
1851
|
-
class="pf-
|
|
1851
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1852
1852
|
role="menuitem"
|
|
1853
1853
|
type="button"
|
|
1854
1854
|
>Action</button>
|
|
1855
1855
|
</li>
|
|
1856
1856
|
<li role="none">
|
|
1857
1857
|
<a
|
|
1858
|
-
class="pf-
|
|
1858
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1859
1859
|
role="menuitem"
|
|
1860
1860
|
href="#"
|
|
1861
1861
|
aria-disabled="true"
|
|
@@ -1864,16 +1864,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1864
1864
|
</li>
|
|
1865
1865
|
<li role="none">
|
|
1866
1866
|
<button
|
|
1867
|
-
class="pf-
|
|
1867
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1868
1868
|
role="menuitem"
|
|
1869
1869
|
type="button"
|
|
1870
1870
|
disabled
|
|
1871
1871
|
>Disabled action</button>
|
|
1872
1872
|
</li>
|
|
1873
|
-
<li class="pf-
|
|
1873
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1874
1874
|
<li role="none">
|
|
1875
1875
|
<a
|
|
1876
|
-
class="pf-
|
|
1876
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1877
1877
|
role="menuitem"
|
|
1878
1878
|
href="#"
|
|
1879
1879
|
>Separated link</a>
|
|
@@ -1883,12 +1883,12 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1883
1883
|
</div>
|
|
1884
1884
|
</div>
|
|
1885
1885
|
<div
|
|
1886
|
-
class="pf-
|
|
1886
|
+
class="pf-v6-c-data-list__item-action pf-m-hidden pf-m-visible-on-xl"
|
|
1887
1887
|
>
|
|
1888
|
-
<button class="pf-
|
|
1889
|
-
<button class="pf-
|
|
1890
|
-
<button class="pf-
|
|
1891
|
-
<button class="pf-
|
|
1888
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Primary</button>
|
|
1889
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Secondary</button>
|
|
1890
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Secondary</button>
|
|
1891
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Secondary</button>
|
|
1892
1892
|
</div>
|
|
1893
1893
|
</div>
|
|
1894
1894
|
</li>
|
|
@@ -1926,21 +1926,21 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1926
1926
|
```html
|
|
1927
1927
|
<h2 class="Preview__section-title">Default fitting - example 1</h2>
|
|
1928
1928
|
<ul
|
|
1929
|
-
class="pf-
|
|
1929
|
+
class="pf-v6-c-data-list"
|
|
1930
1930
|
role="list"
|
|
1931
1931
|
aria-label="Width modifier data list example 1"
|
|
1932
1932
|
id="data-list-default-fitting"
|
|
1933
1933
|
>
|
|
1934
1934
|
<li
|
|
1935
|
-
class="pf-
|
|
1935
|
+
class="pf-v6-c-data-list__item"
|
|
1936
1936
|
aria-labelledby="data-list-default-fitting-item-1"
|
|
1937
1937
|
>
|
|
1938
|
-
<div class="pf-
|
|
1939
|
-
<div class="pf-
|
|
1940
|
-
<div class="pf-
|
|
1941
|
-
<div class="pf-
|
|
1938
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
1939
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
1940
|
+
<div class="pf-v6-c-data-list__check">
|
|
1941
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
1942
1942
|
<input
|
|
1943
|
-
class="pf-
|
|
1943
|
+
class="pf-v6-c-check__input"
|
|
1944
1944
|
type="checkbox"
|
|
1945
1945
|
name="data-list-default-fitting-item-1-checkbox"
|
|
1946
1946
|
aria-labelledby="data-list-default-fitting-item-1"
|
|
@@ -1948,14 +1948,14 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1948
1948
|
</div>
|
|
1949
1949
|
</div>
|
|
1950
1950
|
</div>
|
|
1951
|
-
<div class="pf-
|
|
1952
|
-
<div class="pf-
|
|
1951
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
1952
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1953
1953
|
<div class="Preview__placeholder">
|
|
1954
1954
|
<b id="data-list-default-fitting-item-1">default</b>
|
|
1955
1955
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
|
|
1956
1956
|
</div>
|
|
1957
1957
|
</div>
|
|
1958
|
-
<div class="pf-
|
|
1958
|
+
<div class="pf-v6-c-data-list__cell">
|
|
1959
1959
|
<div class="Preview__placeholder">
|
|
1960
1960
|
<b>default</b>
|
|
1961
1961
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
|
@@ -1967,21 +1967,21 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1967
1967
|
</ul>
|
|
1968
1968
|
<h2 class="Preview__section-title">Flex modifiers - example 2</h2>
|
|
1969
1969
|
<ul
|
|
1970
|
-
class="pf-
|
|
1970
|
+
class="pf-v6-c-data-list"
|
|
1971
1971
|
role="list"
|
|
1972
1972
|
aria-label="Width modifier data list example 2"
|
|
1973
1973
|
id="data-list-flex-modifiers"
|
|
1974
1974
|
>
|
|
1975
1975
|
<li
|
|
1976
|
-
class="pf-
|
|
1976
|
+
class="pf-v6-c-data-list__item"
|
|
1977
1977
|
aria-labelledby="data-list-flex-modifiers-item-1"
|
|
1978
1978
|
>
|
|
1979
|
-
<div class="pf-
|
|
1980
|
-
<div class="pf-
|
|
1981
|
-
<div class="pf-
|
|
1982
|
-
<div class="pf-
|
|
1979
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
1980
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
1981
|
+
<div class="pf-v6-c-data-list__check">
|
|
1982
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
1983
1983
|
<input
|
|
1984
|
-
class="pf-
|
|
1984
|
+
class="pf-v6-c-check__input"
|
|
1985
1985
|
type="checkbox"
|
|
1986
1986
|
name="data-list-flex-modifiers-item-1-checkbox"
|
|
1987
1987
|
aria-labelledby="data-list-flex-modifiers-item-1"
|
|
@@ -1989,25 +1989,25 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
1989
1989
|
</div>
|
|
1990
1990
|
</div>
|
|
1991
1991
|
</div>
|
|
1992
|
-
<div class="pf-
|
|
1993
|
-
<div class="pf-
|
|
1992
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
1993
|
+
<div class="pf-v6-c-data-list__cell pf-m-flex-2">
|
|
1994
1994
|
<div class="Preview__placeholder">
|
|
1995
1995
|
<b id="data-list-flex-modifiers-item-1">.pf-m-flex-2</b>
|
|
1996
1996
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.</p>
|
|
1997
1997
|
</div>
|
|
1998
1998
|
</div>
|
|
1999
|
-
<div class="pf-
|
|
1999
|
+
<div class="pf-v6-c-data-list__cell pf-m-flex-4">
|
|
2000
2000
|
<div class="Preview__placeholder">
|
|
2001
2001
|
<b>.pf-m-flex-4</b>
|
|
2002
2002
|
<p>Lorem ipsum dolor sit amet.</p>
|
|
2003
2003
|
</div>
|
|
2004
2004
|
</div>
|
|
2005
2005
|
</div>
|
|
2006
|
-
<div class="pf-
|
|
2007
|
-
<div class="pf-
|
|
2008
|
-
<div class="pf-
|
|
2006
|
+
<div class="pf-v6-c-data-list__item-action">
|
|
2007
|
+
<div class="pf-v6-c-data-list__action">
|
|
2008
|
+
<div class="pf-v6-c-dropdown">
|
|
2009
2009
|
<button
|
|
2010
|
-
class="pf-
|
|
2010
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
2011
2011
|
id="data-list-flex-modifiers-item-1-dropdown-kebab-button"
|
|
2012
2012
|
aria-expanded="false"
|
|
2013
2013
|
type="button"
|
|
@@ -2016,28 +2016,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2016
2016
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2017
2017
|
</button>
|
|
2018
2018
|
<ul
|
|
2019
|
-
class="pf-
|
|
2019
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2020
2020
|
aria-labelledby="data-list-flex-modifiers-item-1-dropdown-kebab-button"
|
|
2021
2021
|
hidden
|
|
2022
2022
|
role="menu"
|
|
2023
2023
|
>
|
|
2024
2024
|
<li role="none">
|
|
2025
2025
|
<a
|
|
2026
|
-
class="pf-
|
|
2026
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
2027
2027
|
role="menuitem"
|
|
2028
2028
|
href="#"
|
|
2029
2029
|
>Link</a>
|
|
2030
2030
|
</li>
|
|
2031
2031
|
<li role="none">
|
|
2032
2032
|
<button
|
|
2033
|
-
class="pf-
|
|
2033
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
2034
2034
|
role="menuitem"
|
|
2035
2035
|
type="button"
|
|
2036
2036
|
>Action</button>
|
|
2037
2037
|
</li>
|
|
2038
2038
|
<li role="none">
|
|
2039
2039
|
<a
|
|
2040
|
-
class="pf-
|
|
2040
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
2041
2041
|
role="menuitem"
|
|
2042
2042
|
href="#"
|
|
2043
2043
|
aria-disabled="true"
|
|
@@ -2046,16 +2046,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2046
2046
|
</li>
|
|
2047
2047
|
<li role="none">
|
|
2048
2048
|
<button
|
|
2049
|
-
class="pf-
|
|
2049
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
2050
2050
|
role="menuitem"
|
|
2051
2051
|
type="button"
|
|
2052
2052
|
disabled
|
|
2053
2053
|
>Disabled action</button>
|
|
2054
2054
|
</li>
|
|
2055
|
-
<li class="pf-
|
|
2055
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
2056
2056
|
<li role="none">
|
|
2057
2057
|
<a
|
|
2058
|
-
class="pf-
|
|
2058
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
2059
2059
|
role="menuitem"
|
|
2060
2060
|
href="#"
|
|
2061
2061
|
>Separated link</a>
|
|
@@ -2069,20 +2069,20 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2069
2069
|
</ul>
|
|
2070
2070
|
<h2 class="Preview__section-title">Flex modifiers - example 3</h2>
|
|
2071
2071
|
<ul
|
|
2072
|
-
class="pf-
|
|
2072
|
+
class="pf-v6-c-data-list"
|
|
2073
2073
|
role="list"
|
|
2074
2074
|
aria-label="Width modifier data list example 3"
|
|
2075
2075
|
id="data-list-flex-modifiers-2"
|
|
2076
2076
|
>
|
|
2077
2077
|
<li
|
|
2078
|
-
class="pf-
|
|
2078
|
+
class="pf-v6-c-data-list__item pf-m-expanded"
|
|
2079
2079
|
aria-labelledby="data-list-flex-modifiers-2-item-1"
|
|
2080
2080
|
>
|
|
2081
|
-
<div class="pf-
|
|
2082
|
-
<div class="pf-
|
|
2083
|
-
<div class="pf-
|
|
2081
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2082
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
2083
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
2084
2084
|
<button
|
|
2085
|
-
class="pf-
|
|
2085
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2086
2086
|
type="button"
|
|
2087
2087
|
aria-labelledby="data-list-flex-modifiers-2-toggle1 data-list-flex-modifiers-2-item1"
|
|
2088
2088
|
id="data-list-flex-modifiers-2-toggle1"
|
|
@@ -2090,16 +2090,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2090
2090
|
aria-expanded="true"
|
|
2091
2091
|
aria-controls="data-list-flex-modifiers-2-content1"
|
|
2092
2092
|
>
|
|
2093
|
-
<div class="pf-
|
|
2093
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
2094
2094
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2095
2095
|
</div>
|
|
2096
2096
|
</button>
|
|
2097
2097
|
</div>
|
|
2098
2098
|
|
|
2099
|
-
<div class="pf-
|
|
2100
|
-
<div class="pf-
|
|
2099
|
+
<div class="pf-v6-c-data-list__check">
|
|
2100
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
2101
2101
|
<input
|
|
2102
|
-
class="pf-
|
|
2102
|
+
class="pf-v6-c-check__input"
|
|
2103
2103
|
type="checkbox"
|
|
2104
2104
|
name="data-list-flex-modifiers-2-item-1-checkbox"
|
|
2105
2105
|
aria-labelledby="data-list-flex-modifiers-2-item-1"
|
|
@@ -2107,37 +2107,37 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2107
2107
|
</div>
|
|
2108
2108
|
</div>
|
|
2109
2109
|
</div>
|
|
2110
|
-
<div class="pf-
|
|
2111
|
-
<div class="pf-
|
|
2110
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2111
|
+
<div class="pf-v6-c-data-list__cell pf-m-flex-5">
|
|
2112
2112
|
<div class="Preview__placeholder">
|
|
2113
2113
|
<b id="data-list-flex-modifiers-2-item-1">.pf-m-flex-5</b>
|
|
2114
2114
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
|
|
2115
2115
|
</div>
|
|
2116
2116
|
</div>
|
|
2117
|
-
<div class="pf-
|
|
2117
|
+
<div class="pf-v6-c-data-list__cell pf-m-flex-2">
|
|
2118
2118
|
<div class="Preview__placeholder">
|
|
2119
2119
|
<b>.pf-m-flex-2</b>
|
|
2120
2120
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
|
|
2121
2121
|
</div>
|
|
2122
2122
|
</div>
|
|
2123
|
-
<div class="pf-
|
|
2123
|
+
<div class="pf-v6-c-data-list__cell pf-m-flex-3">
|
|
2124
2124
|
<div class="Preview__placeholder">
|
|
2125
2125
|
<b>.pf-m-flex-3</b>
|
|
2126
2126
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
|
|
2127
2127
|
</div>
|
|
2128
2128
|
</div>
|
|
2129
|
-
<div class="pf-
|
|
2129
|
+
<div class="pf-v6-c-data-list__cell pf-m-flex-3">
|
|
2130
2130
|
<div class="Preview__placeholder">
|
|
2131
2131
|
<b>.pf-m-flex-3</b>
|
|
2132
2132
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
|
|
2133
2133
|
</div>
|
|
2134
2134
|
</div>
|
|
2135
2135
|
</div>
|
|
2136
|
-
<div class="pf-
|
|
2137
|
-
<div class="pf-
|
|
2138
|
-
<div class="pf-
|
|
2136
|
+
<div class="pf-v6-c-data-list__item-action">
|
|
2137
|
+
<div class="pf-v6-c-data-list__action">
|
|
2138
|
+
<div class="pf-v6-c-dropdown">
|
|
2139
2139
|
<button
|
|
2140
|
-
class="pf-
|
|
2140
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
2141
2141
|
id="data-list-flex-modifiers-2-item-1-dropdown-kebab-button"
|
|
2142
2142
|
aria-expanded="false"
|
|
2143
2143
|
type="button"
|
|
@@ -2146,28 +2146,28 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2146
2146
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2147
2147
|
</button>
|
|
2148
2148
|
<ul
|
|
2149
|
-
class="pf-
|
|
2149
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2150
2150
|
aria-labelledby="data-list-flex-modifiers-2-item-1-dropdown-kebab-button"
|
|
2151
2151
|
hidden
|
|
2152
2152
|
role="menu"
|
|
2153
2153
|
>
|
|
2154
2154
|
<li role="none">
|
|
2155
2155
|
<a
|
|
2156
|
-
class="pf-
|
|
2156
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
2157
2157
|
role="menuitem"
|
|
2158
2158
|
href="#"
|
|
2159
2159
|
>Link</a>
|
|
2160
2160
|
</li>
|
|
2161
2161
|
<li role="none">
|
|
2162
2162
|
<button
|
|
2163
|
-
class="pf-
|
|
2163
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
2164
2164
|
role="menuitem"
|
|
2165
2165
|
type="button"
|
|
2166
2166
|
>Action</button>
|
|
2167
2167
|
</li>
|
|
2168
2168
|
<li role="none">
|
|
2169
2169
|
<a
|
|
2170
|
-
class="pf-
|
|
2170
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
2171
2171
|
role="menuitem"
|
|
2172
2172
|
href="#"
|
|
2173
2173
|
aria-disabled="true"
|
|
@@ -2176,16 +2176,16 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2176
2176
|
</li>
|
|
2177
2177
|
<li role="none">
|
|
2178
2178
|
<button
|
|
2179
|
-
class="pf-
|
|
2179
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
2180
2180
|
role="menuitem"
|
|
2181
2181
|
type="button"
|
|
2182
2182
|
disabled
|
|
2183
2183
|
>Disabled action</button>
|
|
2184
2184
|
</li>
|
|
2185
|
-
<li class="pf-
|
|
2185
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
2186
2186
|
<li role="none">
|
|
2187
2187
|
<a
|
|
2188
|
-
class="pf-
|
|
2188
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
2189
2189
|
role="menuitem"
|
|
2190
2190
|
href="#"
|
|
2191
2191
|
>Separated link</a>
|
|
@@ -2196,12 +2196,12 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2196
2196
|
</div>
|
|
2197
2197
|
</div>
|
|
2198
2198
|
<section
|
|
2199
|
-
class="pf-
|
|
2199
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
2200
2200
|
id="data-list-flex-modifiers-2-content1"
|
|
2201
2201
|
aria-label="Flex modifier expandable primary content details"
|
|
2202
2202
|
>
|
|
2203
2203
|
<div
|
|
2204
|
-
class="pf-
|
|
2204
|
+
class="pf-v6-c-data-list__expandable-content-body"
|
|
2205
2205
|
>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</div>
|
|
2206
2206
|
</section>
|
|
2207
2207
|
</li>
|
|
@@ -2225,19 +2225,19 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2225
2225
|
|
|
2226
2226
|
```html
|
|
2227
2227
|
<ul
|
|
2228
|
-
class="pf-
|
|
2228
|
+
class="pf-v6-c-data-list"
|
|
2229
2229
|
role="list"
|
|
2230
2230
|
aria-label="Clickable rows data list example"
|
|
2231
2231
|
id="data-list-clickable-rows"
|
|
2232
2232
|
>
|
|
2233
2233
|
<li
|
|
2234
|
-
class="pf-
|
|
2234
|
+
class="pf-v6-c-data-list__item pf-m-clickable pf-m-selected"
|
|
2235
2235
|
aria-labelledby="data-list-clickable-rows-item-1"
|
|
2236
2236
|
tabindex="0"
|
|
2237
2237
|
>
|
|
2238
|
-
<div class="pf-
|
|
2239
|
-
<div class="pf-
|
|
2240
|
-
<div class="pf-
|
|
2238
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2239
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2240
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2241
2241
|
<span id="data-list-clickable-rows-item-1">Primary content (clicked)</span>
|
|
2242
2242
|
</div>
|
|
2243
2243
|
</div>
|
|
@@ -2245,13 +2245,13 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2245
2245
|
</li>
|
|
2246
2246
|
|
|
2247
2247
|
<li
|
|
2248
|
-
class="pf-
|
|
2248
|
+
class="pf-v6-c-data-list__item pf-m-clickable"
|
|
2249
2249
|
aria-labelledby="data-list-clickable-rows-item-2"
|
|
2250
2250
|
tabindex="0"
|
|
2251
2251
|
>
|
|
2252
|
-
<div class="pf-
|
|
2253
|
-
<div class="pf-
|
|
2254
|
-
<div class="pf-
|
|
2252
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2253
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2254
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2255
2255
|
<span id="data-list-clickable-rows-item-2">Secondary content</span>
|
|
2256
2256
|
</div>
|
|
2257
2257
|
</div>
|
|
@@ -2259,13 +2259,13 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2259
2259
|
</li>
|
|
2260
2260
|
|
|
2261
2261
|
<li
|
|
2262
|
-
class="pf-
|
|
2262
|
+
class="pf-v6-c-data-list__item pf-m-clickable"
|
|
2263
2263
|
aria-labelledby="data-list-clickable-rows-item-3"
|
|
2264
2264
|
tabindex="0"
|
|
2265
2265
|
>
|
|
2266
|
-
<div class="pf-
|
|
2267
|
-
<div class="pf-
|
|
2268
|
-
<div class="pf-
|
|
2266
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2267
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2268
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2269
2269
|
<span id="data-list-clickable-rows-item-3">Tertiary content</span>
|
|
2270
2270
|
</div>
|
|
2271
2271
|
</div>
|
|
@@ -2292,21 +2292,21 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2292
2292
|
|
|
2293
2293
|
```html
|
|
2294
2294
|
<ul
|
|
2295
|
-
class="pf-
|
|
2295
|
+
class="pf-v6-c-data-list"
|
|
2296
2296
|
role="list"
|
|
2297
2297
|
aria-label="Clickable, expandable data list example"
|
|
2298
2298
|
id="data-list-clickable-expandable-rows"
|
|
2299
2299
|
>
|
|
2300
2300
|
<li
|
|
2301
|
-
class="pf-
|
|
2301
|
+
class="pf-v6-c-data-list__item pf-m-expanded pf-m-clickable pf-m-selected"
|
|
2302
2302
|
aria-labelledby="data-list-clickable-expandable-rows-item-1"
|
|
2303
2303
|
tabindex="0"
|
|
2304
2304
|
>
|
|
2305
|
-
<div class="pf-
|
|
2306
|
-
<div class="pf-
|
|
2307
|
-
<div class="pf-
|
|
2305
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2306
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
2307
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
2308
2308
|
<button
|
|
2309
|
-
class="pf-
|
|
2309
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2310
2310
|
type="button"
|
|
2311
2311
|
aria-labelledby="data-list-clickable-expandable-rows-toggle1 data-list-clickable-expandable-rows-item1"
|
|
2312
2312
|
id="data-list-clickable-expandable-rows-toggle1"
|
|
@@ -2314,14 +2314,14 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2314
2314
|
aria-expanded="true"
|
|
2315
2315
|
aria-controls="data-list-clickable-expandable-rows-content1"
|
|
2316
2316
|
>
|
|
2317
|
-
<div class="pf-
|
|
2317
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
2318
2318
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2319
2319
|
</div>
|
|
2320
2320
|
</button>
|
|
2321
2321
|
</div>
|
|
2322
2322
|
</div>
|
|
2323
|
-
<div class="pf-
|
|
2324
|
-
<div class="pf-
|
|
2323
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2324
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2325
2325
|
<span
|
|
2326
2326
|
id="data-list-clickable-expandable-rows-item-1"
|
|
2327
2327
|
>Primary content (clicked and expanded)</span>
|
|
@@ -2329,26 +2329,26 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2329
2329
|
</div>
|
|
2330
2330
|
</div>
|
|
2331
2331
|
<section
|
|
2332
|
-
class="pf-
|
|
2332
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
2333
2333
|
id="data-list-clickable-expandable-rows-content1"
|
|
2334
2334
|
aria-label="Clickable expandable row primary content details"
|
|
2335
2335
|
>
|
|
2336
2336
|
<div
|
|
2337
|
-
class="pf-
|
|
2337
|
+
class="pf-v6-c-data-list__expandable-content-body"
|
|
2338
2338
|
>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</div>
|
|
2339
2339
|
</section>
|
|
2340
2340
|
</li>
|
|
2341
2341
|
|
|
2342
2342
|
<li
|
|
2343
|
-
class="pf-
|
|
2343
|
+
class="pf-v6-c-data-list__item pf-m-clickable"
|
|
2344
2344
|
aria-labelledby="data-list-clickable-expandable-rows-item-2"
|
|
2345
2345
|
tabindex="0"
|
|
2346
2346
|
>
|
|
2347
|
-
<div class="pf-
|
|
2348
|
-
<div class="pf-
|
|
2349
|
-
<div class="pf-
|
|
2347
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2348
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
2349
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
2350
2350
|
<button
|
|
2351
|
-
class="pf-
|
|
2351
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2352
2352
|
type="button"
|
|
2353
2353
|
aria-labelledby="data-list-clickable-expandable-rows-toggle2 data-list-clickable-expandable-rows-item2"
|
|
2354
2354
|
id="data-list-clickable-expandable-rows-toggle2"
|
|
@@ -2356,14 +2356,14 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2356
2356
|
aria-expanded="false"
|
|
2357
2357
|
aria-controls="data-list-clickable-expandable-rows-content2"
|
|
2358
2358
|
>
|
|
2359
|
-
<div class="pf-
|
|
2359
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
2360
2360
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2361
2361
|
</div>
|
|
2362
2362
|
</button>
|
|
2363
2363
|
</div>
|
|
2364
2364
|
</div>
|
|
2365
|
-
<div class="pf-
|
|
2366
|
-
<div class="pf-
|
|
2365
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2366
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2367
2367
|
<span
|
|
2368
2368
|
id="data-list-clickable-expandable-rows-item-2"
|
|
2369
2369
|
>Secondary content</span>
|
|
@@ -2371,27 +2371,27 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2371
2371
|
</div>
|
|
2372
2372
|
</div>
|
|
2373
2373
|
<section
|
|
2374
|
-
class="pf-
|
|
2374
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
2375
2375
|
id="data-list-clickable-expandable-rows-content2"
|
|
2376
2376
|
aria-label="Clickable expandable row secondary content details"
|
|
2377
2377
|
hidden
|
|
2378
2378
|
>
|
|
2379
2379
|
<div
|
|
2380
|
-
class="pf-
|
|
2380
|
+
class="pf-v6-c-data-list__expandable-content-body"
|
|
2381
2381
|
>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</div>
|
|
2382
2382
|
</section>
|
|
2383
2383
|
</li>
|
|
2384
2384
|
|
|
2385
2385
|
<li
|
|
2386
|
-
class="pf-
|
|
2386
|
+
class="pf-v6-c-data-list__item pf-m-expanded pf-m-clickable"
|
|
2387
2387
|
aria-labelledby="data-list-clickable-expandable-rows-item-3"
|
|
2388
2388
|
tabindex="0"
|
|
2389
2389
|
>
|
|
2390
|
-
<div class="pf-
|
|
2391
|
-
<div class="pf-
|
|
2392
|
-
<div class="pf-
|
|
2390
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2391
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
2392
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
2393
2393
|
<button
|
|
2394
|
-
class="pf-
|
|
2394
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2395
2395
|
type="button"
|
|
2396
2396
|
aria-labelledby="data-list-clickable-expandable-rows-toggle3 data-list-clickable-expandable-rows-item3"
|
|
2397
2397
|
id="data-list-clickable-expandable-rows-toggle3"
|
|
@@ -2399,14 +2399,14 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2399
2399
|
aria-expanded="true"
|
|
2400
2400
|
aria-controls="data-list-clickable-expandable-rows-content3"
|
|
2401
2401
|
>
|
|
2402
|
-
<div class="pf-
|
|
2402
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
2403
2403
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2404
2404
|
</div>
|
|
2405
2405
|
</button>
|
|
2406
2406
|
</div>
|
|
2407
2407
|
</div>
|
|
2408
|
-
<div class="pf-
|
|
2409
|
-
<div class="pf-
|
|
2408
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2409
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2410
2410
|
<span
|
|
2411
2411
|
id="data-list-clickable-expandable-rows-item-3"
|
|
2412
2412
|
>Tertiary content (expanded)</span>
|
|
@@ -2414,26 +2414,26 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2414
2414
|
</div>
|
|
2415
2415
|
</div>
|
|
2416
2416
|
<section
|
|
2417
|
-
class="pf-
|
|
2417
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
2418
2418
|
id="data-list-clickable-expandable-rows-content3"
|
|
2419
2419
|
aria-label="Clickable expandable row tertiary content details"
|
|
2420
2420
|
>
|
|
2421
2421
|
<div
|
|
2422
|
-
class="pf-
|
|
2422
|
+
class="pf-v6-c-data-list__expandable-content-body pf-m-no-padding"
|
|
2423
2423
|
>This expanded section has no padding.</div>
|
|
2424
2424
|
</section>
|
|
2425
2425
|
</li>
|
|
2426
2426
|
|
|
2427
2427
|
<li
|
|
2428
|
-
class="pf-
|
|
2428
|
+
class="pf-v6-c-data-list__item pf-m-clickable"
|
|
2429
2429
|
aria-labelledby="data-list-clickable-expandable-rows-item-4"
|
|
2430
2430
|
tabindex="0"
|
|
2431
2431
|
>
|
|
2432
|
-
<div class="pf-
|
|
2433
|
-
<div class="pf-
|
|
2434
|
-
<div class="pf-
|
|
2432
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2433
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
2434
|
+
<div class="pf-v6-c-data-list__toggle">
|
|
2435
2435
|
<button
|
|
2436
|
-
class="pf-
|
|
2436
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2437
2437
|
type="button"
|
|
2438
2438
|
aria-labelledby="data-list-clickable-expandable-rows-toggle4 data-list-clickable-expandable-rows-item4"
|
|
2439
2439
|
id="data-list-clickable-expandable-rows-toggle4"
|
|
@@ -2441,14 +2441,14 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2441
2441
|
aria-expanded="false"
|
|
2442
2442
|
aria-controls="data-list-clickable-expandable-rows-content4"
|
|
2443
2443
|
>
|
|
2444
|
-
<div class="pf-
|
|
2444
|
+
<div class="pf-v6-c-data-list__toggle-icon">
|
|
2445
2445
|
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2446
2446
|
</div>
|
|
2447
2447
|
</button>
|
|
2448
2448
|
</div>
|
|
2449
2449
|
</div>
|
|
2450
|
-
<div class="pf-
|
|
2451
|
-
<div class="pf-
|
|
2450
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2451
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2452
2452
|
<span
|
|
2453
2453
|
id="data-list-clickable-expandable-rows-item-4"
|
|
2454
2454
|
>Quaternary content</span>
|
|
@@ -2456,13 +2456,13 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2456
2456
|
</div>
|
|
2457
2457
|
</div>
|
|
2458
2458
|
<section
|
|
2459
|
-
class="pf-
|
|
2459
|
+
class="pf-v6-c-data-list__expandable-content"
|
|
2460
2460
|
id="data-list-clickable-expandable-rows-content4"
|
|
2461
2461
|
aria-label="Clickable expandable row quaternary content details"
|
|
2462
2462
|
hidden
|
|
2463
2463
|
>
|
|
2464
2464
|
<div
|
|
2465
|
-
class="pf-
|
|
2465
|
+
class="pf-v6-c-data-list__expandable-content-body"
|
|
2466
2466
|
>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</div>
|
|
2467
2467
|
</section>
|
|
2468
2468
|
</li>
|
|
@@ -2477,19 +2477,19 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2477
2477
|
id="draggable-help"
|
|
2478
2478
|
>Activate the reorder button and use the arrow keys to reorder the list or use your mouse to drag/reorder. Press escape to cancel the reordering.</div>
|
|
2479
2479
|
<ul
|
|
2480
|
-
class="pf-
|
|
2480
|
+
class="pf-v6-c-data-list pf-m-compact"
|
|
2481
2481
|
role="list"
|
|
2482
2482
|
aria-label="Draggable data list rows"
|
|
2483
2483
|
id="data-list-draggable"
|
|
2484
2484
|
>
|
|
2485
2485
|
<li
|
|
2486
|
-
class="pf-
|
|
2486
|
+
class="pf-v6-c-data-list__item"
|
|
2487
2487
|
aria-labelledby="data-list-draggable-item-1"
|
|
2488
2488
|
>
|
|
2489
|
-
<div class="pf-
|
|
2490
|
-
<div class="pf-
|
|
2489
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2490
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
2491
2491
|
<button
|
|
2492
|
-
class="pf-
|
|
2492
|
+
class="pf-v6-c-data-list__item-draggable-button pf-m-disabled"
|
|
2493
2493
|
type="button"
|
|
2494
2494
|
aria-label="Reorder"
|
|
2495
2495
|
aria-pressed="false"
|
|
@@ -2498,14 +2498,14 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2498
2498
|
aria-labelledby="data-list-draggable-draggable-button-1 data-list-draggable-item-1"
|
|
2499
2499
|
disabled
|
|
2500
2500
|
>
|
|
2501
|
-
<span class="pf-
|
|
2501
|
+
<span class="pf-v6-c-data-list__item-draggable-icon">
|
|
2502
2502
|
<i class="fas fa-grip-vertical"></i>
|
|
2503
2503
|
</span>
|
|
2504
2504
|
</button>
|
|
2505
|
-
<div class="pf-
|
|
2506
|
-
<div class="pf-
|
|
2505
|
+
<div class="pf-v6-c-data-list__check">
|
|
2506
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
2507
2507
|
<input
|
|
2508
|
-
class="pf-
|
|
2508
|
+
class="pf-v6-c-check__input"
|
|
2509
2509
|
type="checkbox"
|
|
2510
2510
|
name="data-list-draggable-item-1-checkbox"
|
|
2511
2511
|
aria-labelledby="data-list-draggable-item-1"
|
|
@@ -2513,10 +2513,10 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2513
2513
|
</div>
|
|
2514
2514
|
</div>
|
|
2515
2515
|
</div>
|
|
2516
|
-
<div class="pf-
|
|
2517
|
-
<div class="pf-
|
|
2516
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2517
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2518
2518
|
<span
|
|
2519
|
-
class="pf-
|
|
2519
|
+
class="pf-v6-c-data-list__cell-text"
|
|
2520
2520
|
id="data-list-draggable-item-1"
|
|
2521
2521
|
>Draggable icon disabled</span>
|
|
2522
2522
|
</div>
|
|
@@ -2525,13 +2525,13 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2525
2525
|
</li>
|
|
2526
2526
|
|
|
2527
2527
|
<li
|
|
2528
|
-
class="pf-
|
|
2528
|
+
class="pf-v6-c-data-list__item"
|
|
2529
2529
|
aria-labelledby="data-list-draggable-item-2"
|
|
2530
2530
|
>
|
|
2531
|
-
<div class="pf-
|
|
2532
|
-
<div class="pf-
|
|
2531
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2532
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
2533
2533
|
<button
|
|
2534
|
-
class="pf-
|
|
2534
|
+
class="pf-v6-c-data-list__item-draggable-button"
|
|
2535
2535
|
type="button"
|
|
2536
2536
|
aria-label="Reorder"
|
|
2537
2537
|
aria-pressed="false"
|
|
@@ -2539,14 +2539,14 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2539
2539
|
aria-describedby="draggable-help"
|
|
2540
2540
|
aria-labelledby="data-list-draggable-draggable-button-2 data-list-draggable-item-2"
|
|
2541
2541
|
>
|
|
2542
|
-
<span class="pf-
|
|
2542
|
+
<span class="pf-v6-c-data-list__item-draggable-icon">
|
|
2543
2543
|
<i class="fas fa-grip-vertical"></i>
|
|
2544
2544
|
</span>
|
|
2545
2545
|
</button>
|
|
2546
|
-
<div class="pf-
|
|
2547
|
-
<div class="pf-
|
|
2546
|
+
<div class="pf-v6-c-data-list__check">
|
|
2547
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
2548
2548
|
<input
|
|
2549
|
-
class="pf-
|
|
2549
|
+
class="pf-v6-c-check__input"
|
|
2550
2550
|
type="checkbox"
|
|
2551
2551
|
name="data-list-draggable-item-2-checkbox"
|
|
2552
2552
|
aria-labelledby="data-list-draggable-item-2"
|
|
@@ -2554,10 +2554,10 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2554
2554
|
</div>
|
|
2555
2555
|
</div>
|
|
2556
2556
|
</div>
|
|
2557
|
-
<div class="pf-
|
|
2558
|
-
<div class="pf-
|
|
2557
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2558
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2559
2559
|
<span
|
|
2560
|
-
class="pf-
|
|
2560
|
+
class="pf-v6-c-data-list__cell-text"
|
|
2561
2561
|
id="data-list-draggable-item-2"
|
|
2562
2562
|
>List item</span>
|
|
2563
2563
|
</div>
|
|
@@ -2566,13 +2566,13 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2566
2566
|
</li>
|
|
2567
2567
|
|
|
2568
2568
|
<li
|
|
2569
|
-
class="pf-
|
|
2569
|
+
class="pf-v6-c-data-list__item pf-m-ghost-row"
|
|
2570
2570
|
aria-labelledby="data-list-draggable-item-3"
|
|
2571
2571
|
>
|
|
2572
|
-
<div class="pf-
|
|
2573
|
-
<div class="pf-
|
|
2572
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2573
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
2574
2574
|
<button
|
|
2575
|
-
class="pf-
|
|
2575
|
+
class="pf-v6-c-data-list__item-draggable-button"
|
|
2576
2576
|
type="button"
|
|
2577
2577
|
aria-label="Reorder"
|
|
2578
2578
|
aria-pressed="false"
|
|
@@ -2581,14 +2581,14 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2581
2581
|
aria-labelledby="data-list-draggable-draggable-button-3 data-list-draggable-item-3"
|
|
2582
2582
|
disabled
|
|
2583
2583
|
>
|
|
2584
|
-
<span class="pf-
|
|
2584
|
+
<span class="pf-v6-c-data-list__item-draggable-icon">
|
|
2585
2585
|
<i class="fas fa-grip-vertical"></i>
|
|
2586
2586
|
</span>
|
|
2587
2587
|
</button>
|
|
2588
|
-
<div class="pf-
|
|
2589
|
-
<div class="pf-
|
|
2588
|
+
<div class="pf-v6-c-data-list__check">
|
|
2589
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
2590
2590
|
<input
|
|
2591
|
-
class="pf-
|
|
2591
|
+
class="pf-v6-c-check__input"
|
|
2592
2592
|
type="checkbox"
|
|
2593
2593
|
name="data-list-draggable-item-3-checkbox"
|
|
2594
2594
|
aria-labelledby="data-list-draggable-item-3"
|
|
@@ -2596,10 +2596,10 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2596
2596
|
</div>
|
|
2597
2597
|
</div>
|
|
2598
2598
|
</div>
|
|
2599
|
-
<div class="pf-
|
|
2600
|
-
<div class="pf-
|
|
2599
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2600
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2601
2601
|
<span
|
|
2602
|
-
class="pf-
|
|
2602
|
+
class="pf-v6-c-data-list__cell-text"
|
|
2603
2603
|
id="data-list-draggable-item-3"
|
|
2604
2604
|
>Ghost row</span>
|
|
2605
2605
|
</div>
|
|
@@ -2608,13 +2608,13 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2608
2608
|
</li>
|
|
2609
2609
|
|
|
2610
2610
|
<li
|
|
2611
|
-
class="pf-
|
|
2611
|
+
class="pf-v6-c-data-list__item"
|
|
2612
2612
|
aria-labelledby="data-list-draggable-item-4"
|
|
2613
2613
|
>
|
|
2614
|
-
<div class="pf-
|
|
2615
|
-
<div class="pf-
|
|
2614
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2615
|
+
<div class="pf-v6-c-data-list__item-control">
|
|
2616
2616
|
<button
|
|
2617
|
-
class="pf-
|
|
2617
|
+
class="pf-v6-c-data-list__item-draggable-button"
|
|
2618
2618
|
type="button"
|
|
2619
2619
|
aria-label="Reorder"
|
|
2620
2620
|
aria-pressed="false"
|
|
@@ -2622,14 +2622,14 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2622
2622
|
aria-describedby="draggable-help"
|
|
2623
2623
|
aria-labelledby="data-list-draggable-draggable-button-4 data-list-draggable-item-4"
|
|
2624
2624
|
>
|
|
2625
|
-
<span class="pf-
|
|
2625
|
+
<span class="pf-v6-c-data-list__item-draggable-icon">
|
|
2626
2626
|
<i class="fas fa-grip-vertical"></i>
|
|
2627
2627
|
</span>
|
|
2628
2628
|
</button>
|
|
2629
|
-
<div class="pf-
|
|
2630
|
-
<div class="pf-
|
|
2629
|
+
<div class="pf-v6-c-data-list__check">
|
|
2630
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
2631
2631
|
<input
|
|
2632
|
-
class="pf-
|
|
2632
|
+
class="pf-v6-c-check__input"
|
|
2633
2633
|
type="checkbox"
|
|
2634
2634
|
name="data-list-draggable-item-4-checkbox"
|
|
2635
2635
|
aria-labelledby="data-list-draggable-item-4"
|
|
@@ -2637,10 +2637,10 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2637
2637
|
</div>
|
|
2638
2638
|
</div>
|
|
2639
2639
|
</div>
|
|
2640
|
-
<div class="pf-
|
|
2641
|
-
<div class="pf-
|
|
2640
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2641
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2642
2642
|
<span
|
|
2643
|
-
class="pf-
|
|
2643
|
+
class="pf-v6-c-data-list__cell-text"
|
|
2644
2644
|
id="data-list-draggable-item-4"
|
|
2645
2645
|
>List item</span>
|
|
2646
2646
|
</div>
|
|
@@ -2649,7 +2649,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2649
2649
|
</li>
|
|
2650
2650
|
</ul>
|
|
2651
2651
|
<div
|
|
2652
|
-
class="pf-
|
|
2652
|
+
class="pf-v6-screen-reader"
|
|
2653
2653
|
aria-live="assertive"
|
|
2654
2654
|
>This is the aria-live section that provides real-time feedback to the user.</div>
|
|
2655
2655
|
|
|
@@ -2680,71 +2680,71 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2680
2680
|
|
|
2681
2681
|
```html
|
|
2682
2682
|
<ul
|
|
2683
|
-
class="pf-
|
|
2683
|
+
class="pf-v6-c-data-list"
|
|
2684
2684
|
role="list"
|
|
2685
2685
|
aria-label="Data list with text modifiers"
|
|
2686
2686
|
id="data-list-with-text-modifiers"
|
|
2687
2687
|
>
|
|
2688
2688
|
<li
|
|
2689
|
-
class="pf-
|
|
2689
|
+
class="pf-v6-c-data-list__item"
|
|
2690
2690
|
aria-labelledby="data-list-with-text-modifiers-item"
|
|
2691
2691
|
>
|
|
2692
|
-
<div class="pf-
|
|
2693
|
-
<div class="pf-
|
|
2694
|
-
<div class="pf-
|
|
2692
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2693
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2694
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2695
2695
|
<span
|
|
2696
2696
|
id="data-list-with-text-modifiers-item"
|
|
2697
2697
|
>This text will wrap to the next line because it has the default behavior of the data list cell.</span>
|
|
2698
2698
|
</div>
|
|
2699
2699
|
<div
|
|
2700
|
-
class="pf-
|
|
2700
|
+
class="pf-v6-c-data-list__cell pf-m-truncate"
|
|
2701
2701
|
>This text will truncate because it is very very long.</div>
|
|
2702
2702
|
<div
|
|
2703
|
-
class="pf-
|
|
2703
|
+
class="pf-v6-c-data-list__cell pf-m-break-word"
|
|
2704
2704
|
>http://thisisaverylongurlthatneedstobreakusethebreakwordmodifier.org</div>
|
|
2705
2705
|
<div
|
|
2706
|
-
class="pf-
|
|
2706
|
+
class="pf-v6-c-data-list__cell pf-m-nowrap"
|
|
2707
2707
|
>This text will not break or wrap.</div>
|
|
2708
2708
|
</div>
|
|
2709
2709
|
</div>
|
|
2710
|
-
<div class="pf-
|
|
2711
|
-
<div class="pf-
|
|
2710
|
+
<div class="pf-v6-c-data-list__item-row pf-m-truncate">
|
|
2711
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2712
2712
|
<div
|
|
2713
|
-
class="pf-
|
|
2713
|
+
class="pf-v6-c-data-list__cell"
|
|
2714
2714
|
>This text will truncate because it is very very long. This text will truncate because it is very very long.</div>
|
|
2715
2715
|
<div
|
|
2716
|
-
class="pf-
|
|
2716
|
+
class="pf-v6-c-data-list__cell"
|
|
2717
2717
|
>This text will truncate because it is very very long. This text will truncate because it is very very long.</div>
|
|
2718
2718
|
<div
|
|
2719
|
-
class="pf-
|
|
2719
|
+
class="pf-v6-c-data-list__cell"
|
|
2720
2720
|
>This text will truncate because it is very very long. This text will truncate because it is very very long.</div>
|
|
2721
2721
|
<div
|
|
2722
|
-
class="pf-
|
|
2722
|
+
class="pf-v6-c-data-list__cell"
|
|
2723
2723
|
>This text will truncate because it is very very long. This text will truncate because it is very very long.</div>
|
|
2724
2724
|
</div>
|
|
2725
2725
|
</div>
|
|
2726
|
-
<div class="pf-
|
|
2727
|
-
<div class="pf-
|
|
2726
|
+
<div class="pf-v6-c-data-list__item-row pf-m-break-word">
|
|
2727
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2728
2728
|
<div
|
|
2729
|
-
class="pf-
|
|
2729
|
+
class="pf-v6-c-data-list__cell"
|
|
2730
2730
|
>http://thisisaverylongurlthatneedstobreakusethebreakwordmodifier.org</div>
|
|
2731
2731
|
<div
|
|
2732
|
-
class="pf-
|
|
2732
|
+
class="pf-v6-c-data-list__cell"
|
|
2733
2733
|
>http://thisisaverylongurlthatneedstobreakusethebreakwordmodifier.org</div>
|
|
2734
2734
|
<div
|
|
2735
|
-
class="pf-
|
|
2735
|
+
class="pf-v6-c-data-list__cell"
|
|
2736
2736
|
>http://thisisaverylongurlthatneedstobreakusethebreakwordmodifier.org</div>
|
|
2737
2737
|
<div
|
|
2738
|
-
class="pf-
|
|
2738
|
+
class="pf-v6-c-data-list__cell"
|
|
2739
2739
|
>http://thisisaverylongurlthatneedstobreakusethebreakwordmodifier.org</div>
|
|
2740
2740
|
</div>
|
|
2741
2741
|
</div>
|
|
2742
|
-
<div class="pf-
|
|
2743
|
-
<div class="pf-
|
|
2744
|
-
<div class="pf-
|
|
2745
|
-
<div class="pf-
|
|
2746
|
-
<div class="pf-
|
|
2747
|
-
<div class="pf-
|
|
2742
|
+
<div class="pf-v6-c-data-list__item-row pf-m-nowrap">
|
|
2743
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2744
|
+
<div class="pf-v6-c-data-list__cell">This text will not break or wrap.</div>
|
|
2745
|
+
<div class="pf-v6-c-data-list__cell">This text will not break or wrap.</div>
|
|
2746
|
+
<div class="pf-v6-c-data-list__cell">This text will not break or wrap.</div>
|
|
2747
|
+
<div class="pf-v6-c-data-list__cell">This text will not break or wrap.</div>
|
|
2748
2748
|
</div>
|
|
2749
2749
|
</div>
|
|
2750
2750
|
</li>
|
|
@@ -2756,35 +2756,35 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2756
2756
|
|
|
2757
2757
|
```html
|
|
2758
2758
|
<ul
|
|
2759
|
-
class="pf-
|
|
2759
|
+
class="pf-v6-c-data-list"
|
|
2760
2760
|
role="list"
|
|
2761
2761
|
aria-label="Data list with modifiers and text"
|
|
2762
2762
|
id="data-list-with-text-modifiers-and-text"
|
|
2763
2763
|
>
|
|
2764
2764
|
<li
|
|
2765
|
-
class="pf-
|
|
2765
|
+
class="pf-v6-c-data-list__item"
|
|
2766
2766
|
aria-labelledby="data-list-with-text-modifiers-and-text-item-1"
|
|
2767
2767
|
>
|
|
2768
|
-
<div class="pf-
|
|
2769
|
-
<div class="pf-
|
|
2770
|
-
<div class="pf-
|
|
2768
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2769
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2770
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2771
2771
|
<span
|
|
2772
2772
|
id="data-list-with-text-modifiers-and-text-item-1"
|
|
2773
2773
|
>This text will wrap to the next line because it has the default behavior of the data list cell.</span>
|
|
2774
2774
|
<span
|
|
2775
|
-
class="pf-
|
|
2775
|
+
class="pf-v6-c-data-list__text pf-m-truncate"
|
|
2776
2776
|
>This is data list text, you can apply `pf-m-truncate` directly to the text. This is data list text, you can apply `pf-m-truncate` directly to the text.</span>
|
|
2777
2777
|
</div>
|
|
2778
|
-
<div class="pf-
|
|
2778
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2779
2779
|
This text will wrap to the next line because it has the default behavior of the data list cell.
|
|
2780
2780
|
<span
|
|
2781
|
-
class="pf-
|
|
2781
|
+
class="pf-v6-c-data-list__text pf-m-break-word"
|
|
2782
2782
|
>http://thisisaverylongdatalisttextthatneedstobreakusethebreakwordmodifier.org</span>
|
|
2783
2783
|
</div>
|
|
2784
|
-
<div class="pf-
|
|
2784
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2785
2785
|
This text will wrap to the next line because it has the default behavior of the data list cell.
|
|
2786
2786
|
<span
|
|
2787
|
-
class="pf-
|
|
2787
|
+
class="pf-v6-c-data-list__text pf-m-nowrap"
|
|
2788
2788
|
>This is data list text, you can apply `pf-m-nowrap` directly to the text.</span>
|
|
2789
2789
|
</div>
|
|
2790
2790
|
</div>
|
|
@@ -2813,36 +2813,36 @@ The DataList component provides a flexible alternative to the Table component, w
|
|
|
2813
2813
|
|
|
2814
2814
|
```html
|
|
2815
2815
|
<ul
|
|
2816
|
-
class="pf-
|
|
2816
|
+
class="pf-v6-c-data-list pf-m-grid"
|
|
2817
2817
|
role="list"
|
|
2818
2818
|
aria-label="Grid data list example"
|
|
2819
2819
|
id="data-list-grid"
|
|
2820
2820
|
>
|
|
2821
|
-
<li class="pf-
|
|
2822
|
-
<div class="pf-
|
|
2823
|
-
<div class="pf-
|
|
2824
|
-
<div class="pf-
|
|
2821
|
+
<li class="pf-v6-c-data-list__item" aria-labelledby="data-list-grid-item-1">
|
|
2822
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2823
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2824
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2825
2825
|
<span id="data-list-grid-item-1">Cell 1</span>
|
|
2826
2826
|
</div>
|
|
2827
|
-
<div class="pf-
|
|
2828
|
-
<div class="pf-
|
|
2829
|
-
<div class="pf-
|
|
2830
|
-
<div class="pf-
|
|
2831
|
-
<div class="pf-
|
|
2827
|
+
<div class="pf-v6-c-data-list__cell">Cell 2</div>
|
|
2828
|
+
<div class="pf-v6-c-data-list__cell">Cell 3</div>
|
|
2829
|
+
<div class="pf-v6-c-data-list__cell">Cell 4</div>
|
|
2830
|
+
<div class="pf-v6-c-data-list__cell">Cell 5</div>
|
|
2831
|
+
<div class="pf-v6-c-data-list__cell">Cell 6</div>
|
|
2832
2832
|
</div>
|
|
2833
2833
|
</div>
|
|
2834
2834
|
</li>
|
|
2835
|
-
<li class="pf-
|
|
2836
|
-
<div class="pf-
|
|
2837
|
-
<div class="pf-
|
|
2838
|
-
<div class="pf-
|
|
2835
|
+
<li class="pf-v6-c-data-list__item" aria-labelledby="data-list-grid-item-2">
|
|
2836
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2837
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2838
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2839
2839
|
<span id="data-list-grid-item-2">Cell 1</span>
|
|
2840
2840
|
</div>
|
|
2841
|
-
<div class="pf-
|
|
2842
|
-
<div class="pf-
|
|
2843
|
-
<div class="pf-
|
|
2844
|
-
<div class="pf-
|
|
2845
|
-
<div class="pf-
|
|
2841
|
+
<div class="pf-v6-c-data-list__cell">Cell 2</div>
|
|
2842
|
+
<div class="pf-v6-c-data-list__cell">Cell 3</div>
|
|
2843
|
+
<div class="pf-v6-c-data-list__cell">Cell 4</div>
|
|
2844
|
+
<div class="pf-v6-c-data-list__cell">Cell 5</div>
|
|
2845
|
+
<div class="pf-v6-c-data-list__cell">Cell 6</div>
|
|
2846
2846
|
</div>
|
|
2847
2847
|
</div>
|
|
2848
2848
|
</li>
|
|
@@ -2854,42 +2854,42 @@ The DataList component provides a flexible alternative to the Table component, w
|
|
|
2854
2854
|
|
|
2855
2855
|
```html
|
|
2856
2856
|
<ul
|
|
2857
|
-
class="pf-
|
|
2857
|
+
class="pf-v6-c-data-list pf-m-grid-sm"
|
|
2858
2858
|
role="list"
|
|
2859
2859
|
aria-label="Grid small data list example"
|
|
2860
2860
|
id="data-list-grid-small"
|
|
2861
2861
|
>
|
|
2862
2862
|
<li
|
|
2863
|
-
class="pf-
|
|
2863
|
+
class="pf-v6-c-data-list__item"
|
|
2864
2864
|
aria-labelledby="data-list-grid-small-item-1"
|
|
2865
2865
|
>
|
|
2866
|
-
<div class="pf-
|
|
2867
|
-
<div class="pf-
|
|
2868
|
-
<div class="pf-
|
|
2866
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2867
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2868
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2869
2869
|
<span id="data-list-grid-small-item-1">Cell 1</span>
|
|
2870
2870
|
</div>
|
|
2871
|
-
<div class="pf-
|
|
2872
|
-
<div class="pf-
|
|
2873
|
-
<div class="pf-
|
|
2874
|
-
<div class="pf-
|
|
2875
|
-
<div class="pf-
|
|
2871
|
+
<div class="pf-v6-c-data-list__cell">Cell 2</div>
|
|
2872
|
+
<div class="pf-v6-c-data-list__cell">Cell 3</div>
|
|
2873
|
+
<div class="pf-v6-c-data-list__cell">Cell 4</div>
|
|
2874
|
+
<div class="pf-v6-c-data-list__cell">Cell 5</div>
|
|
2875
|
+
<div class="pf-v6-c-data-list__cell">Cell 6</div>
|
|
2876
2876
|
</div>
|
|
2877
2877
|
</div>
|
|
2878
2878
|
</li>
|
|
2879
2879
|
<li
|
|
2880
|
-
class="pf-
|
|
2880
|
+
class="pf-v6-c-data-list__item"
|
|
2881
2881
|
aria-labelledby="data-list-grid-small-item-2"
|
|
2882
2882
|
>
|
|
2883
|
-
<div class="pf-
|
|
2884
|
-
<div class="pf-
|
|
2885
|
-
<div class="pf-
|
|
2883
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2884
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2885
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2886
2886
|
<span id="data-list-grid-small-item-2">Cell 1</span>
|
|
2887
2887
|
</div>
|
|
2888
|
-
<div class="pf-
|
|
2889
|
-
<div class="pf-
|
|
2890
|
-
<div class="pf-
|
|
2891
|
-
<div class="pf-
|
|
2892
|
-
<div class="pf-
|
|
2888
|
+
<div class="pf-v6-c-data-list__cell">Cell 2</div>
|
|
2889
|
+
<div class="pf-v6-c-data-list__cell">Cell 3</div>
|
|
2890
|
+
<div class="pf-v6-c-data-list__cell">Cell 4</div>
|
|
2891
|
+
<div class="pf-v6-c-data-list__cell">Cell 5</div>
|
|
2892
|
+
<div class="pf-v6-c-data-list__cell">Cell 6</div>
|
|
2893
2893
|
</div>
|
|
2894
2894
|
</div>
|
|
2895
2895
|
</li>
|
|
@@ -2901,42 +2901,42 @@ The DataList component provides a flexible alternative to the Table component, w
|
|
|
2901
2901
|
|
|
2902
2902
|
```html
|
|
2903
2903
|
<ul
|
|
2904
|
-
class="pf-
|
|
2904
|
+
class="pf-v6-c-data-list pf-m-grid-none"
|
|
2905
2905
|
role="list"
|
|
2906
2906
|
aria-label="Grid none data list example"
|
|
2907
2907
|
id="data-list-grid-none"
|
|
2908
2908
|
>
|
|
2909
2909
|
<li
|
|
2910
|
-
class="pf-
|
|
2910
|
+
class="pf-v6-c-data-list__item"
|
|
2911
2911
|
aria-labelledby="data-list-grid-none-item-1"
|
|
2912
2912
|
>
|
|
2913
|
-
<div class="pf-
|
|
2914
|
-
<div class="pf-
|
|
2915
|
-
<div class="pf-
|
|
2913
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2914
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2915
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2916
2916
|
<span id="data-list-grid-none-item-1">Cell 1</span>
|
|
2917
2917
|
</div>
|
|
2918
|
-
<div class="pf-
|
|
2919
|
-
<div class="pf-
|
|
2920
|
-
<div class="pf-
|
|
2921
|
-
<div class="pf-
|
|
2922
|
-
<div class="pf-
|
|
2918
|
+
<div class="pf-v6-c-data-list__cell">Cell 2</div>
|
|
2919
|
+
<div class="pf-v6-c-data-list__cell">Cell 3</div>
|
|
2920
|
+
<div class="pf-v6-c-data-list__cell">Cell 4</div>
|
|
2921
|
+
<div class="pf-v6-c-data-list__cell">Cell 5</div>
|
|
2922
|
+
<div class="pf-v6-c-data-list__cell">Cell 6</div>
|
|
2923
2923
|
</div>
|
|
2924
2924
|
</div>
|
|
2925
2925
|
</li>
|
|
2926
2926
|
<li
|
|
2927
|
-
class="pf-
|
|
2927
|
+
class="pf-v6-c-data-list__item"
|
|
2928
2928
|
aria-labelledby="data-list-grid-none-item-2"
|
|
2929
2929
|
>
|
|
2930
|
-
<div class="pf-
|
|
2931
|
-
<div class="pf-
|
|
2932
|
-
<div class="pf-
|
|
2930
|
+
<div class="pf-v6-c-data-list__item-row">
|
|
2931
|
+
<div class="pf-v6-c-data-list__item-content">
|
|
2932
|
+
<div class="pf-v6-c-data-list__cell">
|
|
2933
2933
|
<span id="data-list-grid-none-item-2">Cell 1</span>
|
|
2934
2934
|
</div>
|
|
2935
|
-
<div class="pf-
|
|
2936
|
-
<div class="pf-
|
|
2937
|
-
<div class="pf-
|
|
2938
|
-
<div class="pf-
|
|
2939
|
-
<div class="pf-
|
|
2935
|
+
<div class="pf-v6-c-data-list__cell">Cell 2</div>
|
|
2936
|
+
<div class="pf-v6-c-data-list__cell">Cell 3</div>
|
|
2937
|
+
<div class="pf-v6-c-data-list__cell">Cell 4</div>
|
|
2938
|
+
<div class="pf-v6-c-data-list__cell">Cell 5</div>
|
|
2939
|
+
<div class="pf-v6-c-data-list__cell">Cell 6</div>
|
|
2940
2940
|
</div>
|
|
2941
2941
|
</div>
|
|
2942
2942
|
</li>
|