@patternfly/patternfly 6.0.0-alpha.90 → 6.0.0-alpha.92
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 +5 -5
- 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,38 +8,38 @@ cssPrefix: pf-v5-c-calendar-month
|
|
|
8
8
|
### Date selected
|
|
9
9
|
|
|
10
10
|
```html
|
|
11
|
-
<div class="pf-
|
|
12
|
-
<div class="pf-
|
|
13
|
-
<div class="pf-
|
|
11
|
+
<div class="pf-v6-c-calendar-month">
|
|
12
|
+
<div class="pf-v6-c-calendar-month__header">
|
|
13
|
+
<div class="pf-v6-c-calendar-month__header-nav-control pf-m-prev-month">
|
|
14
14
|
<button
|
|
15
|
-
class="pf-
|
|
15
|
+
class="pf-v6-c-button pf-m-plain"
|
|
16
16
|
type="button"
|
|
17
17
|
aria-label="Previous month"
|
|
18
18
|
>
|
|
19
19
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
20
20
|
</button>
|
|
21
21
|
</div>
|
|
22
|
-
<div class="pf-
|
|
23
|
-
<div class="pf-
|
|
24
|
-
<div class="pf-
|
|
22
|
+
<div class="pf-v6-c-input-group">
|
|
23
|
+
<div class="pf-v6-c-input-group__item pf-m-fill">
|
|
24
|
+
<div class="pf-v6-c-calendar-month__header-month">
|
|
25
25
|
<button
|
|
26
|
-
class="pf-
|
|
26
|
+
class="pf-v6-c-menu-toggle"
|
|
27
27
|
type="button"
|
|
28
28
|
aria-expanded="false"
|
|
29
29
|
id="calendar-month-date-selected-month-select"
|
|
30
30
|
>
|
|
31
|
-
<span class="pf-
|
|
32
|
-
<span class="pf-
|
|
33
|
-
<span class="pf-
|
|
31
|
+
<span class="pf-v6-c-menu-toggle__text">October</span>
|
|
32
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
33
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
34
34
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
35
35
|
</span>
|
|
36
36
|
</span>
|
|
37
37
|
</button>
|
|
38
38
|
</div>
|
|
39
39
|
</div>
|
|
40
|
-
<div class="pf-
|
|
41
|
-
<div class="pf-
|
|
42
|
-
<span class="pf-
|
|
40
|
+
<div class="pf-v6-c-input-group__item">
|
|
41
|
+
<div class="pf-v6-c-calendar-month__header-year">
|
|
42
|
+
<span class="pf-v6-c-form-control">
|
|
43
43
|
<input
|
|
44
44
|
type="number"
|
|
45
45
|
value="2020"
|
|
@@ -50,9 +50,9 @@ cssPrefix: pf-v5-c-calendar-month
|
|
|
50
50
|
</div>
|
|
51
51
|
</div>
|
|
52
52
|
</div>
|
|
53
|
-
<div class="pf-
|
|
53
|
+
<div class="pf-v6-c-calendar-month__header-nav-control pf-m-next-month">
|
|
54
54
|
<button
|
|
55
|
-
class="pf-
|
|
55
|
+
class="pf-v6-c-button pf-m-plain"
|
|
56
56
|
type="button"
|
|
57
57
|
aria-label="Next month"
|
|
58
58
|
>
|
|
@@ -60,290 +60,290 @@ cssPrefix: pf-v5-c-calendar-month
|
|
|
60
60
|
</button>
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
|
-
<table class="pf-
|
|
64
|
-
<thead class="pf-
|
|
65
|
-
<tr class="pf-
|
|
66
|
-
<th class="pf-
|
|
67
|
-
<span class="pf-
|
|
63
|
+
<table class="pf-v6-c-calendar-month__calendar">
|
|
64
|
+
<thead class="pf-v6-c-calendar-month__days" scope="col">
|
|
65
|
+
<tr class="pf-v6-c-calendar-month__days-row">
|
|
66
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
67
|
+
<span class="pf-v6-screen-reader">Sunday</span>
|
|
68
68
|
<span aria-hidden="true">S</span>
|
|
69
69
|
</th>
|
|
70
|
-
<th class="pf-
|
|
71
|
-
<span class="pf-
|
|
70
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
71
|
+
<span class="pf-v6-screen-reader">Monday</span>
|
|
72
72
|
<span aria-hidden="true">M</span>
|
|
73
73
|
</th>
|
|
74
|
-
<th class="pf-
|
|
75
|
-
<span class="pf-
|
|
74
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
75
|
+
<span class="pf-v6-screen-reader">Tuesday</span>
|
|
76
76
|
<span aria-hidden="true">T</span>
|
|
77
77
|
</th>
|
|
78
|
-
<th class="pf-
|
|
79
|
-
<span class="pf-
|
|
78
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
79
|
+
<span class="pf-v6-screen-reader">Wednesday</span>
|
|
80
80
|
<span aria-hidden="true">W</span>
|
|
81
81
|
</th>
|
|
82
|
-
<th class="pf-
|
|
83
|
-
<span class="pf-
|
|
82
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
83
|
+
<span class="pf-v6-screen-reader">Thursday</span>
|
|
84
84
|
<span aria-hidden="true">T</span>
|
|
85
85
|
</th>
|
|
86
|
-
<th class="pf-
|
|
87
|
-
<span class="pf-
|
|
86
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
87
|
+
<span class="pf-v6-screen-reader">Friday</span>
|
|
88
88
|
<span aria-hidden="true">F</span>
|
|
89
89
|
</th>
|
|
90
|
-
<th class="pf-
|
|
91
|
-
<span class="pf-
|
|
90
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
91
|
+
<span class="pf-v6-screen-reader">Saturday</span>
|
|
92
92
|
<span aria-hidden="true">S</span>
|
|
93
93
|
</th>
|
|
94
94
|
</tr>
|
|
95
95
|
</thead>
|
|
96
|
-
<tbody class="pf-
|
|
97
|
-
<tr class="pf-
|
|
98
|
-
<td class="pf-
|
|
96
|
+
<tbody class="pf-v6-c-calendar-month__dates">
|
|
97
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
98
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
99
99
|
<button
|
|
100
|
-
class="pf-
|
|
100
|
+
class="pf-v6-c-calendar-month__date"
|
|
101
101
|
type="button"
|
|
102
102
|
aria-label="29 October 2020"
|
|
103
103
|
>29</button>
|
|
104
104
|
</td>
|
|
105
|
-
<td class="pf-
|
|
105
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
106
106
|
<button
|
|
107
|
-
class="pf-
|
|
107
|
+
class="pf-v6-c-calendar-month__date"
|
|
108
108
|
type="button"
|
|
109
109
|
aria-label="30 October 2020"
|
|
110
110
|
>30</button>
|
|
111
111
|
</td>
|
|
112
|
-
<td class="pf-
|
|
112
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
113
113
|
<button
|
|
114
|
-
class="pf-
|
|
114
|
+
class="pf-v6-c-calendar-month__date"
|
|
115
115
|
type="button"
|
|
116
116
|
aria-label="1 October 2020"
|
|
117
117
|
>1</button>
|
|
118
118
|
</td>
|
|
119
|
-
<td class="pf-
|
|
119
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
120
120
|
<button
|
|
121
|
-
class="pf-
|
|
121
|
+
class="pf-v6-c-calendar-month__date"
|
|
122
122
|
type="button"
|
|
123
123
|
aria-label="2 October 2020"
|
|
124
124
|
>2</button>
|
|
125
125
|
</td>
|
|
126
|
-
<td class="pf-
|
|
126
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
127
127
|
<button
|
|
128
|
-
class="pf-
|
|
128
|
+
class="pf-v6-c-calendar-month__date"
|
|
129
129
|
type="button"
|
|
130
130
|
aria-label="3 October 2020"
|
|
131
131
|
>3</button>
|
|
132
132
|
</td>
|
|
133
|
-
<td class="pf-
|
|
133
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
134
134
|
<button
|
|
135
|
-
class="pf-
|
|
135
|
+
class="pf-v6-c-calendar-month__date"
|
|
136
136
|
type="button"
|
|
137
137
|
aria-label="4 October 2020"
|
|
138
138
|
>4</button>
|
|
139
139
|
</td>
|
|
140
|
-
<td class="pf-
|
|
140
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
141
141
|
<button
|
|
142
|
-
class="pf-
|
|
142
|
+
class="pf-v6-c-calendar-month__date"
|
|
143
143
|
type="button"
|
|
144
144
|
aria-label="5 October 2020"
|
|
145
145
|
>5</button>
|
|
146
146
|
</td>
|
|
147
147
|
</tr>
|
|
148
|
-
<tr class="pf-
|
|
149
|
-
<td class="pf-
|
|
148
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
149
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
150
150
|
<button
|
|
151
|
-
class="pf-
|
|
151
|
+
class="pf-v6-c-calendar-month__date"
|
|
152
152
|
type="button"
|
|
153
153
|
aria-label="6 October 2020"
|
|
154
154
|
>6</button>
|
|
155
155
|
</td>
|
|
156
|
-
<td class="pf-
|
|
156
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
157
157
|
<button
|
|
158
|
-
class="pf-
|
|
158
|
+
class="pf-v6-c-calendar-month__date"
|
|
159
159
|
type="button"
|
|
160
160
|
aria-label="7 October 2020"
|
|
161
161
|
>7</button>
|
|
162
162
|
</td>
|
|
163
|
-
<td class="pf-
|
|
163
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
164
164
|
<button
|
|
165
|
-
class="pf-
|
|
165
|
+
class="pf-v6-c-calendar-month__date"
|
|
166
166
|
type="button"
|
|
167
167
|
aria-label="8 October 2020"
|
|
168
168
|
>8</button>
|
|
169
169
|
</td>
|
|
170
|
-
<td class="pf-
|
|
170
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-current">
|
|
171
171
|
<button
|
|
172
|
-
class="pf-
|
|
172
|
+
class="pf-v6-c-calendar-month__date"
|
|
173
173
|
type="button"
|
|
174
174
|
aria-label="9 October 2020"
|
|
175
175
|
>9</button>
|
|
176
176
|
</td>
|
|
177
|
-
<td class="pf-
|
|
177
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
178
178
|
<button
|
|
179
|
-
class="pf-
|
|
179
|
+
class="pf-v6-c-calendar-month__date"
|
|
180
180
|
type="button"
|
|
181
181
|
aria-label="10 October 2020"
|
|
182
182
|
>10</button>
|
|
183
183
|
</td>
|
|
184
|
-
<td class="pf-
|
|
184
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
185
185
|
<button
|
|
186
|
-
class="pf-
|
|
186
|
+
class="pf-v6-c-calendar-month__date"
|
|
187
187
|
type="button"
|
|
188
188
|
aria-label="11 October 2020"
|
|
189
189
|
>11</button>
|
|
190
190
|
</td>
|
|
191
|
-
<td class="pf-
|
|
191
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
192
192
|
<button
|
|
193
|
-
class="pf-
|
|
193
|
+
class="pf-v6-c-calendar-month__date"
|
|
194
194
|
type="button"
|
|
195
195
|
aria-label="12 October 2020"
|
|
196
196
|
>12</button>
|
|
197
197
|
</td>
|
|
198
198
|
</tr>
|
|
199
|
-
<tr class="pf-
|
|
200
|
-
<td class="pf-
|
|
199
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
200
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
201
201
|
<button
|
|
202
|
-
class="pf-
|
|
202
|
+
class="pf-v6-c-calendar-month__date"
|
|
203
203
|
type="button"
|
|
204
204
|
aria-label="13 October 2020"
|
|
205
205
|
>13</button>
|
|
206
206
|
</td>
|
|
207
|
-
<td class="pf-
|
|
207
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
208
208
|
<button
|
|
209
|
-
class="pf-
|
|
209
|
+
class="pf-v6-c-calendar-month__date"
|
|
210
210
|
type="button"
|
|
211
211
|
aria-label="14 October 2020"
|
|
212
212
|
>14</button>
|
|
213
213
|
</td>
|
|
214
|
-
<td class="pf-
|
|
214
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
215
215
|
<button
|
|
216
|
-
class="pf-
|
|
216
|
+
class="pf-v6-c-calendar-month__date"
|
|
217
217
|
type="button"
|
|
218
218
|
aria-label="15 October 2020"
|
|
219
219
|
>15</button>
|
|
220
220
|
</td>
|
|
221
|
-
<td class="pf-
|
|
221
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
222
222
|
<button
|
|
223
|
-
class="pf-
|
|
223
|
+
class="pf-v6-c-calendar-month__date"
|
|
224
224
|
type="button"
|
|
225
225
|
aria-label="16 October 2020"
|
|
226
226
|
>16</button>
|
|
227
227
|
</td>
|
|
228
|
-
<td class="pf-
|
|
228
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
229
229
|
<button
|
|
230
|
-
class="pf-
|
|
230
|
+
class="pf-v6-c-calendar-month__date"
|
|
231
231
|
type="button"
|
|
232
232
|
aria-label="17 October 2020"
|
|
233
233
|
>17</button>
|
|
234
234
|
</td>
|
|
235
|
-
<td class="pf-
|
|
235
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
236
236
|
<button
|
|
237
|
-
class="pf-
|
|
237
|
+
class="pf-v6-c-calendar-month__date"
|
|
238
238
|
type="button"
|
|
239
239
|
aria-label="18 October 2020"
|
|
240
240
|
>18</button>
|
|
241
241
|
</td>
|
|
242
|
-
<td class="pf-
|
|
242
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
243
243
|
<button
|
|
244
|
-
class="pf-
|
|
244
|
+
class="pf-v6-c-calendar-month__date"
|
|
245
245
|
type="button"
|
|
246
246
|
aria-label="19 October 2020"
|
|
247
247
|
>19</button>
|
|
248
248
|
</td>
|
|
249
249
|
</tr>
|
|
250
|
-
<tr class="pf-
|
|
251
|
-
<td class="pf-
|
|
250
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
251
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
252
252
|
<button
|
|
253
|
-
class="pf-
|
|
253
|
+
class="pf-v6-c-calendar-month__date"
|
|
254
254
|
type="button"
|
|
255
255
|
aria-label="20 October 2020"
|
|
256
256
|
>20</button>
|
|
257
257
|
</td>
|
|
258
|
-
<td class="pf-
|
|
258
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-selected">
|
|
259
259
|
<button
|
|
260
|
-
class="pf-
|
|
260
|
+
class="pf-v6-c-calendar-month__date"
|
|
261
261
|
type="button"
|
|
262
262
|
aria-label="21 October 2020"
|
|
263
263
|
>21</button>
|
|
264
264
|
</td>
|
|
265
|
-
<td class="pf-
|
|
265
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
266
266
|
<button
|
|
267
|
-
class="pf-
|
|
267
|
+
class="pf-v6-c-calendar-month__date"
|
|
268
268
|
type="button"
|
|
269
269
|
aria-label="22 October 2020"
|
|
270
270
|
>22</button>
|
|
271
271
|
</td>
|
|
272
|
-
<td class="pf-
|
|
272
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
273
273
|
<button
|
|
274
|
-
class="pf-
|
|
274
|
+
class="pf-v6-c-calendar-month__date"
|
|
275
275
|
type="button"
|
|
276
276
|
aria-label="23 October 2020"
|
|
277
277
|
>23</button>
|
|
278
278
|
</td>
|
|
279
|
-
<td class="pf-
|
|
279
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
280
280
|
<button
|
|
281
|
-
class="pf-
|
|
281
|
+
class="pf-v6-c-calendar-month__date"
|
|
282
282
|
type="button"
|
|
283
283
|
aria-label="24 October 2020"
|
|
284
284
|
>24</button>
|
|
285
285
|
</td>
|
|
286
|
-
<td class="pf-
|
|
286
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
287
287
|
<button
|
|
288
|
-
class="pf-
|
|
288
|
+
class="pf-v6-c-calendar-month__date"
|
|
289
289
|
type="button"
|
|
290
290
|
aria-label="25 October 2020"
|
|
291
291
|
>25</button>
|
|
292
292
|
</td>
|
|
293
|
-
<td class="pf-
|
|
293
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
294
294
|
<button
|
|
295
|
-
class="pf-
|
|
295
|
+
class="pf-v6-c-calendar-month__date"
|
|
296
296
|
type="button"
|
|
297
297
|
aria-label="26 October 2020"
|
|
298
298
|
>26</button>
|
|
299
299
|
</td>
|
|
300
300
|
</tr>
|
|
301
|
-
<tr class="pf-
|
|
302
|
-
<td class="pf-
|
|
301
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
302
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
303
303
|
<button
|
|
304
|
-
class="pf-
|
|
304
|
+
class="pf-v6-c-calendar-month__date"
|
|
305
305
|
type="button"
|
|
306
306
|
aria-label="27 October 2020"
|
|
307
307
|
>27</button>
|
|
308
308
|
</td>
|
|
309
|
-
<td class="pf-
|
|
309
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
310
310
|
<button
|
|
311
|
-
class="pf-
|
|
311
|
+
class="pf-v6-c-calendar-month__date"
|
|
312
312
|
type="button"
|
|
313
313
|
aria-label="28 October 2020"
|
|
314
314
|
>28</button>
|
|
315
315
|
</td>
|
|
316
|
-
<td class="pf-
|
|
316
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
317
317
|
<button
|
|
318
|
-
class="pf-
|
|
318
|
+
class="pf-v6-c-calendar-month__date"
|
|
319
319
|
type="button"
|
|
320
320
|
aria-label="29 October 2020"
|
|
321
321
|
>29</button>
|
|
322
322
|
</td>
|
|
323
|
-
<td class="pf-
|
|
323
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
324
324
|
<button
|
|
325
|
-
class="pf-
|
|
325
|
+
class="pf-v6-c-calendar-month__date"
|
|
326
326
|
type="button"
|
|
327
327
|
aria-label="30 October 2020"
|
|
328
328
|
>30</button>
|
|
329
329
|
</td>
|
|
330
|
-
<td class="pf-
|
|
330
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
331
331
|
<button
|
|
332
|
-
class="pf-
|
|
332
|
+
class="pf-v6-c-calendar-month__date"
|
|
333
333
|
type="button"
|
|
334
334
|
aria-label="31 October 2020"
|
|
335
335
|
>31</button>
|
|
336
336
|
</td>
|
|
337
|
-
<td class="pf-
|
|
337
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
338
338
|
<button
|
|
339
|
-
class="pf-
|
|
339
|
+
class="pf-v6-c-calendar-month__date"
|
|
340
340
|
type="button"
|
|
341
341
|
aria-label="1 October 2020"
|
|
342
342
|
>1</button>
|
|
343
343
|
</td>
|
|
344
|
-
<td class="pf-
|
|
344
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
345
345
|
<button
|
|
346
|
-
class="pf-
|
|
346
|
+
class="pf-v6-c-calendar-month__date"
|
|
347
347
|
type="button"
|
|
348
348
|
aria-label="2 October 2020"
|
|
349
349
|
>2</button>
|
|
@@ -358,38 +358,38 @@ cssPrefix: pf-v5-c-calendar-month
|
|
|
358
358
|
### Range start date selected, end date hovered
|
|
359
359
|
|
|
360
360
|
```html
|
|
361
|
-
<div class="pf-
|
|
362
|
-
<div class="pf-
|
|
363
|
-
<div class="pf-
|
|
361
|
+
<div class="pf-v6-c-calendar-month">
|
|
362
|
+
<div class="pf-v6-c-calendar-month__header">
|
|
363
|
+
<div class="pf-v6-c-calendar-month__header-nav-control pf-m-prev-month">
|
|
364
364
|
<button
|
|
365
|
-
class="pf-
|
|
365
|
+
class="pf-v6-c-button pf-m-plain"
|
|
366
366
|
type="button"
|
|
367
367
|
aria-label="Previous month"
|
|
368
368
|
>
|
|
369
369
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
370
370
|
</button>
|
|
371
371
|
</div>
|
|
372
|
-
<div class="pf-
|
|
373
|
-
<div class="pf-
|
|
374
|
-
<div class="pf-
|
|
372
|
+
<div class="pf-v6-c-input-group">
|
|
373
|
+
<div class="pf-v6-c-input-group__item pf-m-fill">
|
|
374
|
+
<div class="pf-v6-c-calendar-month__header-month">
|
|
375
375
|
<button
|
|
376
|
-
class="pf-
|
|
376
|
+
class="pf-v6-c-menu-toggle"
|
|
377
377
|
type="button"
|
|
378
378
|
aria-expanded="false"
|
|
379
379
|
id="calendar-month-range-start-date-selected-month-select"
|
|
380
380
|
>
|
|
381
|
-
<span class="pf-
|
|
382
|
-
<span class="pf-
|
|
383
|
-
<span class="pf-
|
|
381
|
+
<span class="pf-v6-c-menu-toggle__text">October</span>
|
|
382
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
383
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
384
384
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
385
385
|
</span>
|
|
386
386
|
</span>
|
|
387
387
|
</button>
|
|
388
388
|
</div>
|
|
389
389
|
</div>
|
|
390
|
-
<div class="pf-
|
|
391
|
-
<div class="pf-
|
|
392
|
-
<span class="pf-
|
|
390
|
+
<div class="pf-v6-c-input-group__item">
|
|
391
|
+
<div class="pf-v6-c-calendar-month__header-year">
|
|
392
|
+
<span class="pf-v6-c-form-control">
|
|
393
393
|
<input
|
|
394
394
|
type="number"
|
|
395
395
|
value="2020"
|
|
@@ -400,9 +400,9 @@ cssPrefix: pf-v5-c-calendar-month
|
|
|
400
400
|
</div>
|
|
401
401
|
</div>
|
|
402
402
|
</div>
|
|
403
|
-
<div class="pf-
|
|
403
|
+
<div class="pf-v6-c-calendar-month__header-nav-control pf-m-next-month">
|
|
404
404
|
<button
|
|
405
|
-
class="pf-
|
|
405
|
+
class="pf-v6-c-button pf-m-plain"
|
|
406
406
|
type="button"
|
|
407
407
|
aria-label="Next month"
|
|
408
408
|
>
|
|
@@ -410,315 +410,315 @@ cssPrefix: pf-v5-c-calendar-month
|
|
|
410
410
|
</button>
|
|
411
411
|
</div>
|
|
412
412
|
</div>
|
|
413
|
-
<table class="pf-
|
|
414
|
-
<thead class="pf-
|
|
415
|
-
<tr class="pf-
|
|
416
|
-
<th class="pf-
|
|
417
|
-
<span class="pf-
|
|
413
|
+
<table class="pf-v6-c-calendar-month__calendar">
|
|
414
|
+
<thead class="pf-v6-c-calendar-month__days" scope="col">
|
|
415
|
+
<tr class="pf-v6-c-calendar-month__days-row">
|
|
416
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
417
|
+
<span class="pf-v6-screen-reader">Sunday</span>
|
|
418
418
|
<span aria-hidden="true">S</span>
|
|
419
419
|
</th>
|
|
420
|
-
<th class="pf-
|
|
421
|
-
<span class="pf-
|
|
420
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
421
|
+
<span class="pf-v6-screen-reader">Monday</span>
|
|
422
422
|
<span aria-hidden="true">M</span>
|
|
423
423
|
</th>
|
|
424
|
-
<th class="pf-
|
|
425
|
-
<span class="pf-
|
|
424
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
425
|
+
<span class="pf-v6-screen-reader">Tuesday</span>
|
|
426
426
|
<span aria-hidden="true">T</span>
|
|
427
427
|
</th>
|
|
428
|
-
<th class="pf-
|
|
429
|
-
<span class="pf-
|
|
428
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
429
|
+
<span class="pf-v6-screen-reader">Wednesday</span>
|
|
430
430
|
<span aria-hidden="true">W</span>
|
|
431
431
|
</th>
|
|
432
|
-
<th class="pf-
|
|
433
|
-
<span class="pf-
|
|
432
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
433
|
+
<span class="pf-v6-screen-reader">Thursday</span>
|
|
434
434
|
<span aria-hidden="true">T</span>
|
|
435
435
|
</th>
|
|
436
|
-
<th class="pf-
|
|
437
|
-
<span class="pf-
|
|
436
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
437
|
+
<span class="pf-v6-screen-reader">Friday</span>
|
|
438
438
|
<span aria-hidden="true">F</span>
|
|
439
439
|
</th>
|
|
440
|
-
<th class="pf-
|
|
441
|
-
<span class="pf-
|
|
440
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
441
|
+
<span class="pf-v6-screen-reader">Saturday</span>
|
|
442
442
|
<span aria-hidden="true">S</span>
|
|
443
443
|
</th>
|
|
444
444
|
</tr>
|
|
445
445
|
</thead>
|
|
446
|
-
<tbody class="pf-
|
|
447
|
-
<tr class="pf-
|
|
448
|
-
<td class="pf-
|
|
446
|
+
<tbody class="pf-v6-c-calendar-month__dates">
|
|
447
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
448
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
449
449
|
<button
|
|
450
|
-
class="pf-
|
|
450
|
+
class="pf-v6-c-calendar-month__date"
|
|
451
451
|
type="button"
|
|
452
452
|
aria-label="29 October 2020"
|
|
453
453
|
>29</button>
|
|
454
454
|
</td>
|
|
455
|
-
<td class="pf-
|
|
455
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
456
456
|
<button
|
|
457
|
-
class="pf-
|
|
457
|
+
class="pf-v6-c-calendar-month__date"
|
|
458
458
|
type="button"
|
|
459
459
|
aria-label="30 October 2020"
|
|
460
460
|
>30</button>
|
|
461
461
|
</td>
|
|
462
|
-
<td class="pf-
|
|
462
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
463
463
|
<button
|
|
464
|
-
class="pf-
|
|
464
|
+
class="pf-v6-c-calendar-month__date"
|
|
465
465
|
type="button"
|
|
466
466
|
aria-label="1 October 2020"
|
|
467
467
|
>1</button>
|
|
468
468
|
</td>
|
|
469
|
-
<td class="pf-
|
|
469
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
470
470
|
<button
|
|
471
|
-
class="pf-
|
|
471
|
+
class="pf-v6-c-calendar-month__date"
|
|
472
472
|
type="button"
|
|
473
473
|
aria-label="2 October 2020"
|
|
474
474
|
>2</button>
|
|
475
475
|
</td>
|
|
476
|
-
<td class="pf-
|
|
476
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
477
477
|
<button
|
|
478
|
-
class="pf-
|
|
478
|
+
class="pf-v6-c-calendar-month__date"
|
|
479
479
|
type="button"
|
|
480
480
|
aria-label="3 October 2020"
|
|
481
481
|
>3</button>
|
|
482
482
|
</td>
|
|
483
|
-
<td class="pf-
|
|
483
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
484
484
|
<button
|
|
485
|
-
class="pf-
|
|
485
|
+
class="pf-v6-c-calendar-month__date"
|
|
486
486
|
type="button"
|
|
487
487
|
aria-label="4 October 2020"
|
|
488
488
|
>4</button>
|
|
489
489
|
</td>
|
|
490
|
-
<td class="pf-
|
|
490
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
491
491
|
<button
|
|
492
|
-
class="pf-
|
|
492
|
+
class="pf-v6-c-calendar-month__date"
|
|
493
493
|
type="button"
|
|
494
494
|
aria-label="5 October 2020"
|
|
495
495
|
>5</button>
|
|
496
496
|
</td>
|
|
497
497
|
</tr>
|
|
498
|
-
<tr class="pf-
|
|
499
|
-
<td class="pf-
|
|
498
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
499
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
500
500
|
<button
|
|
501
|
-
class="pf-
|
|
501
|
+
class="pf-v6-c-calendar-month__date"
|
|
502
502
|
type="button"
|
|
503
503
|
aria-label="6 October 2020"
|
|
504
504
|
>6</button>
|
|
505
505
|
</td>
|
|
506
|
-
<td class="pf-
|
|
506
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
507
507
|
<button
|
|
508
|
-
class="pf-
|
|
508
|
+
class="pf-v6-c-calendar-month__date"
|
|
509
509
|
type="button"
|
|
510
510
|
aria-label="7 October 2020"
|
|
511
511
|
>7</button>
|
|
512
512
|
</td>
|
|
513
|
-
<td class="pf-
|
|
513
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
514
514
|
<button
|
|
515
|
-
class="pf-
|
|
515
|
+
class="pf-v6-c-calendar-month__date"
|
|
516
516
|
type="button"
|
|
517
517
|
aria-label="8 October 2020"
|
|
518
518
|
>8</button>
|
|
519
519
|
</td>
|
|
520
|
-
<td class="pf-
|
|
520
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-current">
|
|
521
521
|
<button
|
|
522
|
-
class="pf-
|
|
522
|
+
class="pf-v6-c-calendar-month__date"
|
|
523
523
|
type="button"
|
|
524
524
|
aria-label="9 October 2020"
|
|
525
525
|
>9</button>
|
|
526
526
|
</td>
|
|
527
|
-
<td class="pf-
|
|
527
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
528
528
|
<button
|
|
529
|
-
class="pf-
|
|
529
|
+
class="pf-v6-c-calendar-month__date"
|
|
530
530
|
type="button"
|
|
531
531
|
aria-label="10 October 2020"
|
|
532
532
|
>10</button>
|
|
533
533
|
</td>
|
|
534
534
|
<td
|
|
535
|
-
class="pf-
|
|
535
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-selected pf-m-start-range pf-m-in-range"
|
|
536
536
|
>
|
|
537
537
|
<button
|
|
538
|
-
class="pf-
|
|
538
|
+
class="pf-v6-c-calendar-month__date"
|
|
539
539
|
type="button"
|
|
540
540
|
aria-label="11 October 2020"
|
|
541
541
|
>11</button>
|
|
542
542
|
</td>
|
|
543
|
-
<td class="pf-
|
|
543
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
544
544
|
<button
|
|
545
|
-
class="pf-
|
|
545
|
+
class="pf-v6-c-calendar-month__date"
|
|
546
546
|
type="button"
|
|
547
547
|
aria-label="12 October 2020"
|
|
548
548
|
>12</button>
|
|
549
549
|
</td>
|
|
550
550
|
</tr>
|
|
551
|
-
<tr class="pf-
|
|
552
|
-
<td class="pf-
|
|
551
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
552
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
553
553
|
<button
|
|
554
|
-
class="pf-
|
|
554
|
+
class="pf-v6-c-calendar-month__date"
|
|
555
555
|
type="button"
|
|
556
556
|
aria-label="13 October 2020"
|
|
557
557
|
>13</button>
|
|
558
558
|
</td>
|
|
559
|
-
<td class="pf-
|
|
559
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
560
560
|
<button
|
|
561
|
-
class="pf-
|
|
561
|
+
class="pf-v6-c-calendar-month__date"
|
|
562
562
|
type="button"
|
|
563
563
|
aria-label="14 October 2020"
|
|
564
564
|
>14</button>
|
|
565
565
|
</td>
|
|
566
|
-
<td class="pf-
|
|
566
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
567
567
|
<button
|
|
568
|
-
class="pf-
|
|
568
|
+
class="pf-v6-c-calendar-month__date"
|
|
569
569
|
type="button"
|
|
570
570
|
aria-label="15 October 2020"
|
|
571
571
|
>15</button>
|
|
572
572
|
</td>
|
|
573
|
-
<td class="pf-
|
|
573
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
574
574
|
<button
|
|
575
|
-
class="pf-
|
|
575
|
+
class="pf-v6-c-calendar-month__date"
|
|
576
576
|
type="button"
|
|
577
577
|
aria-label="16 October 2020"
|
|
578
578
|
>16</button>
|
|
579
579
|
</td>
|
|
580
|
-
<td class="pf-
|
|
580
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
581
581
|
<button
|
|
582
|
-
class="pf-
|
|
582
|
+
class="pf-v6-c-calendar-month__date"
|
|
583
583
|
type="button"
|
|
584
584
|
aria-label="17 October 2020"
|
|
585
585
|
>17</button>
|
|
586
586
|
</td>
|
|
587
|
-
<td class="pf-
|
|
587
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
588
588
|
<button
|
|
589
|
-
class="pf-
|
|
589
|
+
class="pf-v6-c-calendar-month__date"
|
|
590
590
|
type="button"
|
|
591
591
|
aria-label="18 October 2020"
|
|
592
592
|
>18</button>
|
|
593
593
|
</td>
|
|
594
|
-
<td class="pf-
|
|
594
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
595
595
|
<button
|
|
596
|
-
class="pf-
|
|
596
|
+
class="pf-v6-c-calendar-month__date"
|
|
597
597
|
type="button"
|
|
598
598
|
aria-label="19 October 2020"
|
|
599
599
|
>19</button>
|
|
600
600
|
</td>
|
|
601
601
|
</tr>
|
|
602
|
-
<tr class="pf-
|
|
602
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
603
603
|
<td
|
|
604
|
-
class="pf-
|
|
604
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
605
605
|
>
|
|
606
606
|
<button
|
|
607
|
-
class="pf-
|
|
607
|
+
class="pf-v6-c-calendar-month__date"
|
|
608
608
|
type="button"
|
|
609
609
|
aria-label="20 October 2020"
|
|
610
610
|
disabled
|
|
611
611
|
>20</button>
|
|
612
612
|
</td>
|
|
613
613
|
<td
|
|
614
|
-
class="pf-
|
|
614
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
615
615
|
>
|
|
616
616
|
<button
|
|
617
|
-
class="pf-
|
|
617
|
+
class="pf-v6-c-calendar-month__date"
|
|
618
618
|
type="button"
|
|
619
619
|
aria-label="21 October 2020"
|
|
620
620
|
disabled
|
|
621
621
|
>21</button>
|
|
622
622
|
</td>
|
|
623
623
|
<td
|
|
624
|
-
class="pf-
|
|
624
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
625
625
|
>
|
|
626
626
|
<button
|
|
627
|
-
class="pf-
|
|
627
|
+
class="pf-v6-c-calendar-month__date"
|
|
628
628
|
type="button"
|
|
629
629
|
aria-label="22 October 2020"
|
|
630
630
|
disabled
|
|
631
631
|
>22</button>
|
|
632
632
|
</td>
|
|
633
633
|
<td
|
|
634
|
-
class="pf-
|
|
634
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
635
635
|
>
|
|
636
636
|
<button
|
|
637
|
-
class="pf-
|
|
637
|
+
class="pf-v6-c-calendar-month__date"
|
|
638
638
|
type="button"
|
|
639
639
|
aria-label="23 October 2020"
|
|
640
640
|
disabled
|
|
641
641
|
>23</button>
|
|
642
642
|
</td>
|
|
643
643
|
<td
|
|
644
|
-
class="pf-
|
|
644
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
645
645
|
>
|
|
646
646
|
<button
|
|
647
|
-
class="pf-
|
|
647
|
+
class="pf-v6-c-calendar-month__date"
|
|
648
648
|
type="button"
|
|
649
649
|
aria-label="24 October 2020"
|
|
650
650
|
disabled
|
|
651
651
|
>24</button>
|
|
652
652
|
</td>
|
|
653
653
|
<td
|
|
654
|
-
class="pf-
|
|
654
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
655
655
|
>
|
|
656
656
|
<button
|
|
657
|
-
class="pf-
|
|
657
|
+
class="pf-v6-c-calendar-month__date"
|
|
658
658
|
type="button"
|
|
659
659
|
aria-label="25 October 2020"
|
|
660
660
|
disabled
|
|
661
661
|
>25</button>
|
|
662
662
|
</td>
|
|
663
663
|
<td
|
|
664
|
-
class="pf-
|
|
664
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
665
665
|
>
|
|
666
666
|
<button
|
|
667
|
-
class="pf-
|
|
667
|
+
class="pf-v6-c-calendar-month__date"
|
|
668
668
|
type="button"
|
|
669
669
|
aria-label="26 October 2020"
|
|
670
670
|
disabled
|
|
671
671
|
>26</button>
|
|
672
672
|
</td>
|
|
673
673
|
</tr>
|
|
674
|
-
<tr class="pf-
|
|
675
|
-
<td class="pf-
|
|
674
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
675
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
676
676
|
<button
|
|
677
|
-
class="pf-
|
|
677
|
+
class="pf-v6-c-calendar-month__date"
|
|
678
678
|
type="button"
|
|
679
679
|
aria-label="27 October 2020"
|
|
680
680
|
>27</button>
|
|
681
681
|
</td>
|
|
682
|
-
<td class="pf-
|
|
682
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
683
683
|
<button
|
|
684
|
-
class="pf-
|
|
684
|
+
class="pf-v6-c-calendar-month__date"
|
|
685
685
|
type="button"
|
|
686
686
|
aria-label="28 October 2020"
|
|
687
687
|
>28</button>
|
|
688
688
|
</td>
|
|
689
689
|
<td
|
|
690
|
-
class="pf-
|
|
690
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-selected pf-m-in-range pf-m-end-range"
|
|
691
691
|
>
|
|
692
692
|
<button
|
|
693
|
-
class="pf-
|
|
693
|
+
class="pf-v6-c-calendar-month__date pf-m-hover"
|
|
694
694
|
type="button"
|
|
695
695
|
aria-label="29 October 2020"
|
|
696
696
|
>29</button>
|
|
697
697
|
</td>
|
|
698
|
-
<td class="pf-
|
|
698
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
699
699
|
<button
|
|
700
|
-
class="pf-
|
|
700
|
+
class="pf-v6-c-calendar-month__date"
|
|
701
701
|
type="button"
|
|
702
702
|
aria-label="30 October 2020"
|
|
703
703
|
>30</button>
|
|
704
704
|
</td>
|
|
705
|
-
<td class="pf-
|
|
705
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
706
706
|
<button
|
|
707
|
-
class="pf-
|
|
707
|
+
class="pf-v6-c-calendar-month__date"
|
|
708
708
|
type="button"
|
|
709
709
|
aria-label="31 October 2020"
|
|
710
710
|
>31</button>
|
|
711
711
|
</td>
|
|
712
|
-
<td class="pf-
|
|
712
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
713
713
|
<button
|
|
714
|
-
class="pf-
|
|
714
|
+
class="pf-v6-c-calendar-month__date"
|
|
715
715
|
type="button"
|
|
716
716
|
aria-label="1 October 2020"
|
|
717
717
|
>1</button>
|
|
718
718
|
</td>
|
|
719
|
-
<td class="pf-
|
|
719
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
720
720
|
<button
|
|
721
|
-
class="pf-
|
|
721
|
+
class="pf-v6-c-calendar-month__date"
|
|
722
722
|
type="button"
|
|
723
723
|
aria-label="2 October 2020"
|
|
724
724
|
>2</button>
|
|
@@ -733,38 +733,38 @@ cssPrefix: pf-v5-c-calendar-month
|
|
|
733
733
|
### Range end date selected, start date focused
|
|
734
734
|
|
|
735
735
|
```html
|
|
736
|
-
<div class="pf-
|
|
737
|
-
<div class="pf-
|
|
738
|
-
<div class="pf-
|
|
736
|
+
<div class="pf-v6-c-calendar-month">
|
|
737
|
+
<div class="pf-v6-c-calendar-month__header">
|
|
738
|
+
<div class="pf-v6-c-calendar-month__header-nav-control pf-m-prev-month">
|
|
739
739
|
<button
|
|
740
|
-
class="pf-
|
|
740
|
+
class="pf-v6-c-button pf-m-plain"
|
|
741
741
|
type="button"
|
|
742
742
|
aria-label="Previous month"
|
|
743
743
|
>
|
|
744
744
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
745
745
|
</button>
|
|
746
746
|
</div>
|
|
747
|
-
<div class="pf-
|
|
748
|
-
<div class="pf-
|
|
749
|
-
<div class="pf-
|
|
747
|
+
<div class="pf-v6-c-input-group">
|
|
748
|
+
<div class="pf-v6-c-input-group__item pf-m-fill">
|
|
749
|
+
<div class="pf-v6-c-calendar-month__header-month">
|
|
750
750
|
<button
|
|
751
|
-
class="pf-
|
|
751
|
+
class="pf-v6-c-menu-toggle"
|
|
752
752
|
type="button"
|
|
753
753
|
aria-expanded="false"
|
|
754
754
|
id="calendar-month-range-end-date-selected-month-select"
|
|
755
755
|
>
|
|
756
|
-
<span class="pf-
|
|
757
|
-
<span class="pf-
|
|
758
|
-
<span class="pf-
|
|
756
|
+
<span class="pf-v6-c-menu-toggle__text">October</span>
|
|
757
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
758
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
759
759
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
760
760
|
</span>
|
|
761
761
|
</span>
|
|
762
762
|
</button>
|
|
763
763
|
</div>
|
|
764
764
|
</div>
|
|
765
|
-
<div class="pf-
|
|
766
|
-
<div class="pf-
|
|
767
|
-
<span class="pf-
|
|
765
|
+
<div class="pf-v6-c-input-group__item">
|
|
766
|
+
<div class="pf-v6-c-calendar-month__header-year">
|
|
767
|
+
<span class="pf-v6-c-form-control">
|
|
768
768
|
<input
|
|
769
769
|
type="number"
|
|
770
770
|
value="2020"
|
|
@@ -775,9 +775,9 @@ cssPrefix: pf-v5-c-calendar-month
|
|
|
775
775
|
</div>
|
|
776
776
|
</div>
|
|
777
777
|
</div>
|
|
778
|
-
<div class="pf-
|
|
778
|
+
<div class="pf-v6-c-calendar-month__header-nav-control pf-m-next-month">
|
|
779
779
|
<button
|
|
780
|
-
class="pf-
|
|
780
|
+
class="pf-v6-c-button pf-m-plain"
|
|
781
781
|
type="button"
|
|
782
782
|
aria-label="Next month"
|
|
783
783
|
>
|
|
@@ -785,315 +785,315 @@ cssPrefix: pf-v5-c-calendar-month
|
|
|
785
785
|
</button>
|
|
786
786
|
</div>
|
|
787
787
|
</div>
|
|
788
|
-
<table class="pf-
|
|
789
|
-
<thead class="pf-
|
|
790
|
-
<tr class="pf-
|
|
791
|
-
<th class="pf-
|
|
792
|
-
<span class="pf-
|
|
788
|
+
<table class="pf-v6-c-calendar-month__calendar">
|
|
789
|
+
<thead class="pf-v6-c-calendar-month__days" scope="col">
|
|
790
|
+
<tr class="pf-v6-c-calendar-month__days-row">
|
|
791
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
792
|
+
<span class="pf-v6-screen-reader">Sunday</span>
|
|
793
793
|
<span aria-hidden="true">S</span>
|
|
794
794
|
</th>
|
|
795
|
-
<th class="pf-
|
|
796
|
-
<span class="pf-
|
|
795
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
796
|
+
<span class="pf-v6-screen-reader">Monday</span>
|
|
797
797
|
<span aria-hidden="true">M</span>
|
|
798
798
|
</th>
|
|
799
|
-
<th class="pf-
|
|
800
|
-
<span class="pf-
|
|
799
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
800
|
+
<span class="pf-v6-screen-reader">Tuesday</span>
|
|
801
801
|
<span aria-hidden="true">T</span>
|
|
802
802
|
</th>
|
|
803
|
-
<th class="pf-
|
|
804
|
-
<span class="pf-
|
|
803
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
804
|
+
<span class="pf-v6-screen-reader">Wednesday</span>
|
|
805
805
|
<span aria-hidden="true">W</span>
|
|
806
806
|
</th>
|
|
807
|
-
<th class="pf-
|
|
808
|
-
<span class="pf-
|
|
807
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
808
|
+
<span class="pf-v6-screen-reader">Thursday</span>
|
|
809
809
|
<span aria-hidden="true">T</span>
|
|
810
810
|
</th>
|
|
811
|
-
<th class="pf-
|
|
812
|
-
<span class="pf-
|
|
811
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
812
|
+
<span class="pf-v6-screen-reader">Friday</span>
|
|
813
813
|
<span aria-hidden="true">F</span>
|
|
814
814
|
</th>
|
|
815
|
-
<th class="pf-
|
|
816
|
-
<span class="pf-
|
|
815
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
816
|
+
<span class="pf-v6-screen-reader">Saturday</span>
|
|
817
817
|
<span aria-hidden="true">S</span>
|
|
818
818
|
</th>
|
|
819
819
|
</tr>
|
|
820
820
|
</thead>
|
|
821
|
-
<tbody class="pf-
|
|
822
|
-
<tr class="pf-
|
|
823
|
-
<td class="pf-
|
|
821
|
+
<tbody class="pf-v6-c-calendar-month__dates">
|
|
822
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
823
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
824
824
|
<button
|
|
825
|
-
class="pf-
|
|
825
|
+
class="pf-v6-c-calendar-month__date"
|
|
826
826
|
type="button"
|
|
827
827
|
aria-label="29 October 2020"
|
|
828
828
|
>29</button>
|
|
829
829
|
</td>
|
|
830
|
-
<td class="pf-
|
|
830
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
831
831
|
<button
|
|
832
|
-
class="pf-
|
|
832
|
+
class="pf-v6-c-calendar-month__date"
|
|
833
833
|
type="button"
|
|
834
834
|
aria-label="30 October 2020"
|
|
835
835
|
>30</button>
|
|
836
836
|
</td>
|
|
837
|
-
<td class="pf-
|
|
837
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
838
838
|
<button
|
|
839
|
-
class="pf-
|
|
839
|
+
class="pf-v6-c-calendar-month__date"
|
|
840
840
|
type="button"
|
|
841
841
|
aria-label="1 October 2020"
|
|
842
842
|
>1</button>
|
|
843
843
|
</td>
|
|
844
|
-
<td class="pf-
|
|
844
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
845
845
|
<button
|
|
846
|
-
class="pf-
|
|
846
|
+
class="pf-v6-c-calendar-month__date"
|
|
847
847
|
type="button"
|
|
848
848
|
aria-label="2 October 2020"
|
|
849
849
|
>2</button>
|
|
850
850
|
</td>
|
|
851
|
-
<td class="pf-
|
|
851
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
852
852
|
<button
|
|
853
|
-
class="pf-
|
|
853
|
+
class="pf-v6-c-calendar-month__date"
|
|
854
854
|
type="button"
|
|
855
855
|
aria-label="3 October 2020"
|
|
856
856
|
>3</button>
|
|
857
857
|
</td>
|
|
858
|
-
<td class="pf-
|
|
858
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
859
859
|
<button
|
|
860
|
-
class="pf-
|
|
860
|
+
class="pf-v6-c-calendar-month__date"
|
|
861
861
|
type="button"
|
|
862
862
|
aria-label="4 October 2020"
|
|
863
863
|
>4</button>
|
|
864
864
|
</td>
|
|
865
|
-
<td class="pf-
|
|
865
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
866
866
|
<button
|
|
867
|
-
class="pf-
|
|
867
|
+
class="pf-v6-c-calendar-month__date"
|
|
868
868
|
type="button"
|
|
869
869
|
aria-label="5 October 2020"
|
|
870
870
|
>5</button>
|
|
871
871
|
</td>
|
|
872
872
|
</tr>
|
|
873
|
-
<tr class="pf-
|
|
874
|
-
<td class="pf-
|
|
873
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
874
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
875
875
|
<button
|
|
876
|
-
class="pf-
|
|
876
|
+
class="pf-v6-c-calendar-month__date"
|
|
877
877
|
type="button"
|
|
878
878
|
aria-label="6 October 2020"
|
|
879
879
|
>6</button>
|
|
880
880
|
</td>
|
|
881
|
-
<td class="pf-
|
|
881
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
882
882
|
<button
|
|
883
|
-
class="pf-
|
|
883
|
+
class="pf-v6-c-calendar-month__date"
|
|
884
884
|
type="button"
|
|
885
885
|
aria-label="7 October 2020"
|
|
886
886
|
>7</button>
|
|
887
887
|
</td>
|
|
888
|
-
<td class="pf-
|
|
888
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
889
889
|
<button
|
|
890
|
-
class="pf-
|
|
890
|
+
class="pf-v6-c-calendar-month__date"
|
|
891
891
|
type="button"
|
|
892
892
|
aria-label="8 October 2020"
|
|
893
893
|
>8</button>
|
|
894
894
|
</td>
|
|
895
|
-
<td class="pf-
|
|
895
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-current">
|
|
896
896
|
<button
|
|
897
|
-
class="pf-
|
|
897
|
+
class="pf-v6-c-calendar-month__date"
|
|
898
898
|
type="button"
|
|
899
899
|
aria-label="9 October 2020"
|
|
900
900
|
>9</button>
|
|
901
901
|
</td>
|
|
902
|
-
<td class="pf-
|
|
902
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
903
903
|
<button
|
|
904
|
-
class="pf-
|
|
904
|
+
class="pf-v6-c-calendar-month__date"
|
|
905
905
|
type="button"
|
|
906
906
|
aria-label="10 October 2020"
|
|
907
907
|
>10</button>
|
|
908
908
|
</td>
|
|
909
909
|
<td
|
|
910
|
-
class="pf-
|
|
910
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-selected pf-m-start-range pf-m-in-range"
|
|
911
911
|
>
|
|
912
912
|
<button
|
|
913
|
-
class="pf-
|
|
913
|
+
class="pf-v6-c-calendar-month__date pf-m-focus"
|
|
914
914
|
type="button"
|
|
915
915
|
aria-label="11 October 2020"
|
|
916
916
|
>11</button>
|
|
917
917
|
</td>
|
|
918
|
-
<td class="pf-
|
|
918
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
919
919
|
<button
|
|
920
|
-
class="pf-
|
|
920
|
+
class="pf-v6-c-calendar-month__date"
|
|
921
921
|
type="button"
|
|
922
922
|
aria-label="12 October 2020"
|
|
923
923
|
>12</button>
|
|
924
924
|
</td>
|
|
925
925
|
</tr>
|
|
926
|
-
<tr class="pf-
|
|
927
|
-
<td class="pf-
|
|
926
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
927
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
928
928
|
<button
|
|
929
|
-
class="pf-
|
|
929
|
+
class="pf-v6-c-calendar-month__date"
|
|
930
930
|
type="button"
|
|
931
931
|
aria-label="13 October 2020"
|
|
932
932
|
>13</button>
|
|
933
933
|
</td>
|
|
934
|
-
<td class="pf-
|
|
934
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
935
935
|
<button
|
|
936
|
-
class="pf-
|
|
936
|
+
class="pf-v6-c-calendar-month__date"
|
|
937
937
|
type="button"
|
|
938
938
|
aria-label="14 October 2020"
|
|
939
939
|
>14</button>
|
|
940
940
|
</td>
|
|
941
|
-
<td class="pf-
|
|
941
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
942
942
|
<button
|
|
943
|
-
class="pf-
|
|
943
|
+
class="pf-v6-c-calendar-month__date"
|
|
944
944
|
type="button"
|
|
945
945
|
aria-label="15 October 2020"
|
|
946
946
|
>15</button>
|
|
947
947
|
</td>
|
|
948
|
-
<td class="pf-
|
|
948
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
949
949
|
<button
|
|
950
|
-
class="pf-
|
|
950
|
+
class="pf-v6-c-calendar-month__date"
|
|
951
951
|
type="button"
|
|
952
952
|
aria-label="16 October 2020"
|
|
953
953
|
>16</button>
|
|
954
954
|
</td>
|
|
955
|
-
<td class="pf-
|
|
955
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
956
956
|
<button
|
|
957
|
-
class="pf-
|
|
957
|
+
class="pf-v6-c-calendar-month__date"
|
|
958
958
|
type="button"
|
|
959
959
|
aria-label="17 October 2020"
|
|
960
960
|
>17</button>
|
|
961
961
|
</td>
|
|
962
|
-
<td class="pf-
|
|
962
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
963
963
|
<button
|
|
964
|
-
class="pf-
|
|
964
|
+
class="pf-v6-c-calendar-month__date"
|
|
965
965
|
type="button"
|
|
966
966
|
aria-label="18 October 2020"
|
|
967
967
|
>18</button>
|
|
968
968
|
</td>
|
|
969
|
-
<td class="pf-
|
|
969
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
970
970
|
<button
|
|
971
|
-
class="pf-
|
|
971
|
+
class="pf-v6-c-calendar-month__date"
|
|
972
972
|
type="button"
|
|
973
973
|
aria-label="19 October 2020"
|
|
974
974
|
>19</button>
|
|
975
975
|
</td>
|
|
976
976
|
</tr>
|
|
977
|
-
<tr class="pf-
|
|
977
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
978
978
|
<td
|
|
979
|
-
class="pf-
|
|
979
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
980
980
|
>
|
|
981
981
|
<button
|
|
982
|
-
class="pf-
|
|
982
|
+
class="pf-v6-c-calendar-month__date"
|
|
983
983
|
type="button"
|
|
984
984
|
aria-label="20 October 2020"
|
|
985
985
|
disabled
|
|
986
986
|
>20</button>
|
|
987
987
|
</td>
|
|
988
988
|
<td
|
|
989
|
-
class="pf-
|
|
989
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
990
990
|
>
|
|
991
991
|
<button
|
|
992
|
-
class="pf-
|
|
992
|
+
class="pf-v6-c-calendar-month__date"
|
|
993
993
|
type="button"
|
|
994
994
|
aria-label="21 October 2020"
|
|
995
995
|
disabled
|
|
996
996
|
>21</button>
|
|
997
997
|
</td>
|
|
998
998
|
<td
|
|
999
|
-
class="pf-
|
|
999
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
1000
1000
|
>
|
|
1001
1001
|
<button
|
|
1002
|
-
class="pf-
|
|
1002
|
+
class="pf-v6-c-calendar-month__date"
|
|
1003
1003
|
type="button"
|
|
1004
1004
|
aria-label="22 October 2020"
|
|
1005
1005
|
disabled
|
|
1006
1006
|
>22</button>
|
|
1007
1007
|
</td>
|
|
1008
1008
|
<td
|
|
1009
|
-
class="pf-
|
|
1009
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
1010
1010
|
>
|
|
1011
1011
|
<button
|
|
1012
|
-
class="pf-
|
|
1012
|
+
class="pf-v6-c-calendar-month__date"
|
|
1013
1013
|
type="button"
|
|
1014
1014
|
aria-label="23 October 2020"
|
|
1015
1015
|
disabled
|
|
1016
1016
|
>23</button>
|
|
1017
1017
|
</td>
|
|
1018
1018
|
<td
|
|
1019
|
-
class="pf-
|
|
1019
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
1020
1020
|
>
|
|
1021
1021
|
<button
|
|
1022
|
-
class="pf-
|
|
1022
|
+
class="pf-v6-c-calendar-month__date"
|
|
1023
1023
|
type="button"
|
|
1024
1024
|
aria-label="24 October 2020"
|
|
1025
1025
|
disabled
|
|
1026
1026
|
>24</button>
|
|
1027
1027
|
</td>
|
|
1028
1028
|
<td
|
|
1029
|
-
class="pf-
|
|
1029
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
1030
1030
|
>
|
|
1031
1031
|
<button
|
|
1032
|
-
class="pf-
|
|
1032
|
+
class="pf-v6-c-calendar-month__date"
|
|
1033
1033
|
type="button"
|
|
1034
1034
|
aria-label="25 October 2020"
|
|
1035
1035
|
disabled
|
|
1036
1036
|
>25</button>
|
|
1037
1037
|
</td>
|
|
1038
1038
|
<td
|
|
1039
|
-
class="pf-
|
|
1039
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
1040
1040
|
>
|
|
1041
1041
|
<button
|
|
1042
|
-
class="pf-
|
|
1042
|
+
class="pf-v6-c-calendar-month__date"
|
|
1043
1043
|
type="button"
|
|
1044
1044
|
aria-label="26 October 2020"
|
|
1045
1045
|
disabled
|
|
1046
1046
|
>26</button>
|
|
1047
1047
|
</td>
|
|
1048
1048
|
</tr>
|
|
1049
|
-
<tr class="pf-
|
|
1050
|
-
<td class="pf-
|
|
1049
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
1050
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
1051
1051
|
<button
|
|
1052
|
-
class="pf-
|
|
1052
|
+
class="pf-v6-c-calendar-month__date"
|
|
1053
1053
|
type="button"
|
|
1054
1054
|
aria-label="27 October 2020"
|
|
1055
1055
|
>27</button>
|
|
1056
1056
|
</td>
|
|
1057
|
-
<td class="pf-
|
|
1057
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
1058
1058
|
<button
|
|
1059
|
-
class="pf-
|
|
1059
|
+
class="pf-v6-c-calendar-month__date"
|
|
1060
1060
|
type="button"
|
|
1061
1061
|
aria-label="28 October 2020"
|
|
1062
1062
|
>28</button>
|
|
1063
1063
|
</td>
|
|
1064
1064
|
<td
|
|
1065
|
-
class="pf-
|
|
1065
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-selected pf-m-in-range pf-m-end-range"
|
|
1066
1066
|
>
|
|
1067
1067
|
<button
|
|
1068
|
-
class="pf-
|
|
1068
|
+
class="pf-v6-c-calendar-month__date"
|
|
1069
1069
|
type="button"
|
|
1070
1070
|
aria-label="29 October 2020"
|
|
1071
1071
|
>29</button>
|
|
1072
1072
|
</td>
|
|
1073
|
-
<td class="pf-
|
|
1073
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
1074
1074
|
<button
|
|
1075
|
-
class="pf-
|
|
1075
|
+
class="pf-v6-c-calendar-month__date"
|
|
1076
1076
|
type="button"
|
|
1077
1077
|
aria-label="30 October 2020"
|
|
1078
1078
|
>30</button>
|
|
1079
1079
|
</td>
|
|
1080
|
-
<td class="pf-
|
|
1080
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
1081
1081
|
<button
|
|
1082
|
-
class="pf-
|
|
1082
|
+
class="pf-v6-c-calendar-month__date"
|
|
1083
1083
|
type="button"
|
|
1084
1084
|
aria-label="31 October 2020"
|
|
1085
1085
|
>31</button>
|
|
1086
1086
|
</td>
|
|
1087
|
-
<td class="pf-
|
|
1087
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
1088
1088
|
<button
|
|
1089
|
-
class="pf-
|
|
1089
|
+
class="pf-v6-c-calendar-month__date"
|
|
1090
1090
|
type="button"
|
|
1091
1091
|
aria-label="1 October 2020"
|
|
1092
1092
|
>1</button>
|
|
1093
1093
|
</td>
|
|
1094
|
-
<td class="pf-
|
|
1094
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
1095
1095
|
<button
|
|
1096
|
-
class="pf-
|
|
1096
|
+
class="pf-v6-c-calendar-month__date"
|
|
1097
1097
|
type="button"
|
|
1098
1098
|
aria-label="2 October 2020"
|
|
1099
1099
|
>2</button>
|
|
@@ -1108,38 +1108,38 @@ cssPrefix: pf-v5-c-calendar-month
|
|
|
1108
1108
|
### Range start and end dates selected
|
|
1109
1109
|
|
|
1110
1110
|
```html
|
|
1111
|
-
<div class="pf-
|
|
1112
|
-
<div class="pf-
|
|
1113
|
-
<div class="pf-
|
|
1111
|
+
<div class="pf-v6-c-calendar-month">
|
|
1112
|
+
<div class="pf-v6-c-calendar-month__header">
|
|
1113
|
+
<div class="pf-v6-c-calendar-month__header-nav-control pf-m-prev-month">
|
|
1114
1114
|
<button
|
|
1115
|
-
class="pf-
|
|
1115
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1116
1116
|
type="button"
|
|
1117
1117
|
aria-label="Previous month"
|
|
1118
1118
|
>
|
|
1119
1119
|
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1120
1120
|
</button>
|
|
1121
1121
|
</div>
|
|
1122
|
-
<div class="pf-
|
|
1123
|
-
<div class="pf-
|
|
1124
|
-
<div class="pf-
|
|
1122
|
+
<div class="pf-v6-c-input-group">
|
|
1123
|
+
<div class="pf-v6-c-input-group__item pf-m-fill">
|
|
1124
|
+
<div class="pf-v6-c-calendar-month__header-month">
|
|
1125
1125
|
<button
|
|
1126
|
-
class="pf-
|
|
1126
|
+
class="pf-v6-c-menu-toggle"
|
|
1127
1127
|
type="button"
|
|
1128
1128
|
aria-expanded="false"
|
|
1129
1129
|
id="calendar-month-range-start-and-end-dates-selected-month-select"
|
|
1130
1130
|
>
|
|
1131
|
-
<span class="pf-
|
|
1132
|
-
<span class="pf-
|
|
1133
|
-
<span class="pf-
|
|
1131
|
+
<span class="pf-v6-c-menu-toggle__text">October</span>
|
|
1132
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
1133
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1134
1134
|
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1135
1135
|
</span>
|
|
1136
1136
|
</span>
|
|
1137
1137
|
</button>
|
|
1138
1138
|
</div>
|
|
1139
1139
|
</div>
|
|
1140
|
-
<div class="pf-
|
|
1141
|
-
<div class="pf-
|
|
1142
|
-
<span class="pf-
|
|
1140
|
+
<div class="pf-v6-c-input-group__item">
|
|
1141
|
+
<div class="pf-v6-c-calendar-month__header-year">
|
|
1142
|
+
<span class="pf-v6-c-form-control">
|
|
1143
1143
|
<input
|
|
1144
1144
|
type="number"
|
|
1145
1145
|
value="2020"
|
|
@@ -1150,9 +1150,9 @@ cssPrefix: pf-v5-c-calendar-month
|
|
|
1150
1150
|
</div>
|
|
1151
1151
|
</div>
|
|
1152
1152
|
</div>
|
|
1153
|
-
<div class="pf-
|
|
1153
|
+
<div class="pf-v6-c-calendar-month__header-nav-control pf-m-next-month">
|
|
1154
1154
|
<button
|
|
1155
|
-
class="pf-
|
|
1155
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1156
1156
|
type="button"
|
|
1157
1157
|
aria-label="Next month"
|
|
1158
1158
|
>
|
|
@@ -1160,315 +1160,315 @@ cssPrefix: pf-v5-c-calendar-month
|
|
|
1160
1160
|
</button>
|
|
1161
1161
|
</div>
|
|
1162
1162
|
</div>
|
|
1163
|
-
<table class="pf-
|
|
1164
|
-
<thead class="pf-
|
|
1165
|
-
<tr class="pf-
|
|
1166
|
-
<th class="pf-
|
|
1167
|
-
<span class="pf-
|
|
1163
|
+
<table class="pf-v6-c-calendar-month__calendar">
|
|
1164
|
+
<thead class="pf-v6-c-calendar-month__days" scope="col">
|
|
1165
|
+
<tr class="pf-v6-c-calendar-month__days-row">
|
|
1166
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
1167
|
+
<span class="pf-v6-screen-reader">Sunday</span>
|
|
1168
1168
|
<span aria-hidden="true">S</span>
|
|
1169
1169
|
</th>
|
|
1170
|
-
<th class="pf-
|
|
1171
|
-
<span class="pf-
|
|
1170
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
1171
|
+
<span class="pf-v6-screen-reader">Monday</span>
|
|
1172
1172
|
<span aria-hidden="true">M</span>
|
|
1173
1173
|
</th>
|
|
1174
|
-
<th class="pf-
|
|
1175
|
-
<span class="pf-
|
|
1174
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
1175
|
+
<span class="pf-v6-screen-reader">Tuesday</span>
|
|
1176
1176
|
<span aria-hidden="true">T</span>
|
|
1177
1177
|
</th>
|
|
1178
|
-
<th class="pf-
|
|
1179
|
-
<span class="pf-
|
|
1178
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
1179
|
+
<span class="pf-v6-screen-reader">Wednesday</span>
|
|
1180
1180
|
<span aria-hidden="true">W</span>
|
|
1181
1181
|
</th>
|
|
1182
|
-
<th class="pf-
|
|
1183
|
-
<span class="pf-
|
|
1182
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
1183
|
+
<span class="pf-v6-screen-reader">Thursday</span>
|
|
1184
1184
|
<span aria-hidden="true">T</span>
|
|
1185
1185
|
</th>
|
|
1186
|
-
<th class="pf-
|
|
1187
|
-
<span class="pf-
|
|
1186
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
1187
|
+
<span class="pf-v6-screen-reader">Friday</span>
|
|
1188
1188
|
<span aria-hidden="true">F</span>
|
|
1189
1189
|
</th>
|
|
1190
|
-
<th class="pf-
|
|
1191
|
-
<span class="pf-
|
|
1190
|
+
<th class="pf-v6-c-calendar-month__day">
|
|
1191
|
+
<span class="pf-v6-screen-reader">Saturday</span>
|
|
1192
1192
|
<span aria-hidden="true">S</span>
|
|
1193
1193
|
</th>
|
|
1194
1194
|
</tr>
|
|
1195
1195
|
</thead>
|
|
1196
|
-
<tbody class="pf-
|
|
1197
|
-
<tr class="pf-
|
|
1198
|
-
<td class="pf-
|
|
1196
|
+
<tbody class="pf-v6-c-calendar-month__dates">
|
|
1197
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
1198
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
1199
1199
|
<button
|
|
1200
|
-
class="pf-
|
|
1200
|
+
class="pf-v6-c-calendar-month__date"
|
|
1201
1201
|
type="button"
|
|
1202
1202
|
aria-label="29 October 2020"
|
|
1203
1203
|
>29</button>
|
|
1204
1204
|
</td>
|
|
1205
|
-
<td class="pf-
|
|
1205
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
1206
1206
|
<button
|
|
1207
|
-
class="pf-
|
|
1207
|
+
class="pf-v6-c-calendar-month__date"
|
|
1208
1208
|
type="button"
|
|
1209
1209
|
aria-label="30 October 2020"
|
|
1210
1210
|
>30</button>
|
|
1211
1211
|
</td>
|
|
1212
|
-
<td class="pf-
|
|
1212
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
1213
1213
|
<button
|
|
1214
|
-
class="pf-
|
|
1214
|
+
class="pf-v6-c-calendar-month__date"
|
|
1215
1215
|
type="button"
|
|
1216
1216
|
aria-label="1 October 2020"
|
|
1217
1217
|
>1</button>
|
|
1218
1218
|
</td>
|
|
1219
|
-
<td class="pf-
|
|
1219
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
1220
1220
|
<button
|
|
1221
|
-
class="pf-
|
|
1221
|
+
class="pf-v6-c-calendar-month__date"
|
|
1222
1222
|
type="button"
|
|
1223
1223
|
aria-label="2 October 2020"
|
|
1224
1224
|
>2</button>
|
|
1225
1225
|
</td>
|
|
1226
|
-
<td class="pf-
|
|
1226
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
1227
1227
|
<button
|
|
1228
|
-
class="pf-
|
|
1228
|
+
class="pf-v6-c-calendar-month__date"
|
|
1229
1229
|
type="button"
|
|
1230
1230
|
aria-label="3 October 2020"
|
|
1231
1231
|
>3</button>
|
|
1232
1232
|
</td>
|
|
1233
|
-
<td class="pf-
|
|
1233
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
1234
1234
|
<button
|
|
1235
|
-
class="pf-
|
|
1235
|
+
class="pf-v6-c-calendar-month__date"
|
|
1236
1236
|
type="button"
|
|
1237
1237
|
aria-label="4 October 2020"
|
|
1238
1238
|
>4</button>
|
|
1239
1239
|
</td>
|
|
1240
|
-
<td class="pf-
|
|
1240
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
1241
1241
|
<button
|
|
1242
|
-
class="pf-
|
|
1242
|
+
class="pf-v6-c-calendar-month__date"
|
|
1243
1243
|
type="button"
|
|
1244
1244
|
aria-label="5 October 2020"
|
|
1245
1245
|
>5</button>
|
|
1246
1246
|
</td>
|
|
1247
1247
|
</tr>
|
|
1248
|
-
<tr class="pf-
|
|
1249
|
-
<td class="pf-
|
|
1248
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
1249
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
1250
1250
|
<button
|
|
1251
|
-
class="pf-
|
|
1251
|
+
class="pf-v6-c-calendar-month__date"
|
|
1252
1252
|
type="button"
|
|
1253
1253
|
aria-label="6 October 2020"
|
|
1254
1254
|
>6</button>
|
|
1255
1255
|
</td>
|
|
1256
|
-
<td class="pf-
|
|
1256
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
1257
1257
|
<button
|
|
1258
|
-
class="pf-
|
|
1258
|
+
class="pf-v6-c-calendar-month__date"
|
|
1259
1259
|
type="button"
|
|
1260
1260
|
aria-label="7 October 2020"
|
|
1261
1261
|
>7</button>
|
|
1262
1262
|
</td>
|
|
1263
|
-
<td class="pf-
|
|
1263
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
1264
1264
|
<button
|
|
1265
|
-
class="pf-
|
|
1265
|
+
class="pf-v6-c-calendar-month__date"
|
|
1266
1266
|
type="button"
|
|
1267
1267
|
aria-label="8 October 2020"
|
|
1268
1268
|
>8</button>
|
|
1269
1269
|
</td>
|
|
1270
|
-
<td class="pf-
|
|
1270
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-current">
|
|
1271
1271
|
<button
|
|
1272
|
-
class="pf-
|
|
1272
|
+
class="pf-v6-c-calendar-month__date"
|
|
1273
1273
|
type="button"
|
|
1274
1274
|
aria-label="9 October 2020"
|
|
1275
1275
|
>9</button>
|
|
1276
1276
|
</td>
|
|
1277
|
-
<td class="pf-
|
|
1277
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
1278
1278
|
<button
|
|
1279
|
-
class="pf-
|
|
1279
|
+
class="pf-v6-c-calendar-month__date"
|
|
1280
1280
|
type="button"
|
|
1281
1281
|
aria-label="10 October 2020"
|
|
1282
1282
|
>10</button>
|
|
1283
1283
|
</td>
|
|
1284
1284
|
<td
|
|
1285
|
-
class="pf-
|
|
1285
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-selected pf-m-start-range pf-m-in-range"
|
|
1286
1286
|
>
|
|
1287
1287
|
<button
|
|
1288
|
-
class="pf-
|
|
1288
|
+
class="pf-v6-c-calendar-month__date"
|
|
1289
1289
|
type="button"
|
|
1290
1290
|
aria-label="11 October 2020"
|
|
1291
1291
|
>11</button>
|
|
1292
1292
|
</td>
|
|
1293
|
-
<td class="pf-
|
|
1293
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
1294
1294
|
<button
|
|
1295
|
-
class="pf-
|
|
1295
|
+
class="pf-v6-c-calendar-month__date"
|
|
1296
1296
|
type="button"
|
|
1297
1297
|
aria-label="12 October 2020"
|
|
1298
1298
|
>12</button>
|
|
1299
1299
|
</td>
|
|
1300
1300
|
</tr>
|
|
1301
|
-
<tr class="pf-
|
|
1302
|
-
<td class="pf-
|
|
1301
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
1302
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
1303
1303
|
<button
|
|
1304
|
-
class="pf-
|
|
1304
|
+
class="pf-v6-c-calendar-month__date"
|
|
1305
1305
|
type="button"
|
|
1306
1306
|
aria-label="13 October 2020"
|
|
1307
1307
|
>13</button>
|
|
1308
1308
|
</td>
|
|
1309
|
-
<td class="pf-
|
|
1309
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
1310
1310
|
<button
|
|
1311
|
-
class="pf-
|
|
1311
|
+
class="pf-v6-c-calendar-month__date"
|
|
1312
1312
|
type="button"
|
|
1313
1313
|
aria-label="14 October 2020"
|
|
1314
1314
|
>14</button>
|
|
1315
1315
|
</td>
|
|
1316
|
-
<td class="pf-
|
|
1316
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
1317
1317
|
<button
|
|
1318
|
-
class="pf-
|
|
1318
|
+
class="pf-v6-c-calendar-month__date"
|
|
1319
1319
|
type="button"
|
|
1320
1320
|
aria-label="15 October 2020"
|
|
1321
1321
|
>15</button>
|
|
1322
1322
|
</td>
|
|
1323
|
-
<td class="pf-
|
|
1323
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
1324
1324
|
<button
|
|
1325
|
-
class="pf-
|
|
1325
|
+
class="pf-v6-c-calendar-month__date"
|
|
1326
1326
|
type="button"
|
|
1327
1327
|
aria-label="16 October 2020"
|
|
1328
1328
|
>16</button>
|
|
1329
1329
|
</td>
|
|
1330
|
-
<td class="pf-
|
|
1330
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
1331
1331
|
<button
|
|
1332
|
-
class="pf-
|
|
1332
|
+
class="pf-v6-c-calendar-month__date"
|
|
1333
1333
|
type="button"
|
|
1334
1334
|
aria-label="17 October 2020"
|
|
1335
1335
|
>17</button>
|
|
1336
1336
|
</td>
|
|
1337
|
-
<td class="pf-
|
|
1337
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
1338
1338
|
<button
|
|
1339
|
-
class="pf-
|
|
1339
|
+
class="pf-v6-c-calendar-month__date"
|
|
1340
1340
|
type="button"
|
|
1341
1341
|
aria-label="18 October 2020"
|
|
1342
1342
|
>18</button>
|
|
1343
1343
|
</td>
|
|
1344
|
-
<td class="pf-
|
|
1344
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
1345
1345
|
<button
|
|
1346
|
-
class="pf-
|
|
1346
|
+
class="pf-v6-c-calendar-month__date"
|
|
1347
1347
|
type="button"
|
|
1348
1348
|
aria-label="19 October 2020"
|
|
1349
1349
|
>19</button>
|
|
1350
1350
|
</td>
|
|
1351
1351
|
</tr>
|
|
1352
|
-
<tr class="pf-
|
|
1352
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
1353
1353
|
<td
|
|
1354
|
-
class="pf-
|
|
1354
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
1355
1355
|
>
|
|
1356
1356
|
<button
|
|
1357
|
-
class="pf-
|
|
1357
|
+
class="pf-v6-c-calendar-month__date"
|
|
1358
1358
|
type="button"
|
|
1359
1359
|
aria-label="20 October 2020"
|
|
1360
1360
|
disabled
|
|
1361
1361
|
>20</button>
|
|
1362
1362
|
</td>
|
|
1363
1363
|
<td
|
|
1364
|
-
class="pf-
|
|
1364
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
1365
1365
|
>
|
|
1366
1366
|
<button
|
|
1367
|
-
class="pf-
|
|
1367
|
+
class="pf-v6-c-calendar-month__date"
|
|
1368
1368
|
type="button"
|
|
1369
1369
|
aria-label="21 October 2020"
|
|
1370
1370
|
disabled
|
|
1371
1371
|
>21</button>
|
|
1372
1372
|
</td>
|
|
1373
1373
|
<td
|
|
1374
|
-
class="pf-
|
|
1374
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
1375
1375
|
>
|
|
1376
1376
|
<button
|
|
1377
|
-
class="pf-
|
|
1377
|
+
class="pf-v6-c-calendar-month__date"
|
|
1378
1378
|
type="button"
|
|
1379
1379
|
aria-label="22 October 2020"
|
|
1380
1380
|
disabled
|
|
1381
1381
|
>22</button>
|
|
1382
1382
|
</td>
|
|
1383
1383
|
<td
|
|
1384
|
-
class="pf-
|
|
1384
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
1385
1385
|
>
|
|
1386
1386
|
<button
|
|
1387
|
-
class="pf-
|
|
1387
|
+
class="pf-v6-c-calendar-month__date"
|
|
1388
1388
|
type="button"
|
|
1389
1389
|
aria-label="23 October 2020"
|
|
1390
1390
|
disabled
|
|
1391
1391
|
>23</button>
|
|
1392
1392
|
</td>
|
|
1393
1393
|
<td
|
|
1394
|
-
class="pf-
|
|
1394
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
1395
1395
|
>
|
|
1396
1396
|
<button
|
|
1397
|
-
class="pf-
|
|
1397
|
+
class="pf-v6-c-calendar-month__date"
|
|
1398
1398
|
type="button"
|
|
1399
1399
|
aria-label="24 October 2020"
|
|
1400
1400
|
disabled
|
|
1401
1401
|
>24</button>
|
|
1402
1402
|
</td>
|
|
1403
1403
|
<td
|
|
1404
|
-
class="pf-
|
|
1404
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
1405
1405
|
>
|
|
1406
1406
|
<button
|
|
1407
|
-
class="pf-
|
|
1407
|
+
class="pf-v6-c-calendar-month__date"
|
|
1408
1408
|
type="button"
|
|
1409
1409
|
aria-label="25 October 2020"
|
|
1410
1410
|
disabled
|
|
1411
1411
|
>25</button>
|
|
1412
1412
|
</td>
|
|
1413
1413
|
<td
|
|
1414
|
-
class="pf-
|
|
1414
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-in-range pf-m-disabled"
|
|
1415
1415
|
>
|
|
1416
1416
|
<button
|
|
1417
|
-
class="pf-
|
|
1417
|
+
class="pf-v6-c-calendar-month__date"
|
|
1418
1418
|
type="button"
|
|
1419
1419
|
aria-label="26 October 2020"
|
|
1420
1420
|
disabled
|
|
1421
1421
|
>26</button>
|
|
1422
1422
|
</td>
|
|
1423
1423
|
</tr>
|
|
1424
|
-
<tr class="pf-
|
|
1425
|
-
<td class="pf-
|
|
1424
|
+
<tr class="pf-v6-c-calendar-month__dates-row">
|
|
1425
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
1426
1426
|
<button
|
|
1427
|
-
class="pf-
|
|
1427
|
+
class="pf-v6-c-calendar-month__date"
|
|
1428
1428
|
type="button"
|
|
1429
1429
|
aria-label="27 October 2020"
|
|
1430
1430
|
>27</button>
|
|
1431
1431
|
</td>
|
|
1432
|
-
<td class="pf-
|
|
1432
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-in-range">
|
|
1433
1433
|
<button
|
|
1434
|
-
class="pf-
|
|
1434
|
+
class="pf-v6-c-calendar-month__date"
|
|
1435
1435
|
type="button"
|
|
1436
1436
|
aria-label="28 October 2020"
|
|
1437
1437
|
>28</button>
|
|
1438
1438
|
</td>
|
|
1439
1439
|
<td
|
|
1440
|
-
class="pf-
|
|
1440
|
+
class="pf-v6-c-calendar-month__dates-cell pf-m-selected pf-m-in-range pf-m-end-range"
|
|
1441
1441
|
>
|
|
1442
1442
|
<button
|
|
1443
|
-
class="pf-
|
|
1443
|
+
class="pf-v6-c-calendar-month__date"
|
|
1444
1444
|
type="button"
|
|
1445
1445
|
aria-label="29 October 2020"
|
|
1446
1446
|
>29</button>
|
|
1447
1447
|
</td>
|
|
1448
|
-
<td class="pf-
|
|
1448
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
1449
1449
|
<button
|
|
1450
|
-
class="pf-
|
|
1450
|
+
class="pf-v6-c-calendar-month__date"
|
|
1451
1451
|
type="button"
|
|
1452
1452
|
aria-label="30 October 2020"
|
|
1453
1453
|
>30</button>
|
|
1454
1454
|
</td>
|
|
1455
|
-
<td class="pf-
|
|
1455
|
+
<td class="pf-v6-c-calendar-month__dates-cell">
|
|
1456
1456
|
<button
|
|
1457
|
-
class="pf-
|
|
1457
|
+
class="pf-v6-c-calendar-month__date"
|
|
1458
1458
|
type="button"
|
|
1459
1459
|
aria-label="31 October 2020"
|
|
1460
1460
|
>31</button>
|
|
1461
1461
|
</td>
|
|
1462
|
-
<td class="pf-
|
|
1462
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
1463
1463
|
<button
|
|
1464
|
-
class="pf-
|
|
1464
|
+
class="pf-v6-c-calendar-month__date"
|
|
1465
1465
|
type="button"
|
|
1466
1466
|
aria-label="1 October 2020"
|
|
1467
1467
|
>1</button>
|
|
1468
1468
|
</td>
|
|
1469
|
-
<td class="pf-
|
|
1469
|
+
<td class="pf-v6-c-calendar-month__dates-cell pf-m-adjacent-month">
|
|
1470
1470
|
<button
|
|
1471
|
-
class="pf-
|
|
1471
|
+
class="pf-v6-c-calendar-month__date"
|
|
1472
1472
|
type="button"
|
|
1473
1473
|
aria-label="2 October 2020"
|
|
1474
1474
|
>2</button>
|