|
3 | 3 | exports[`renders ./components/calendar/demo/basic.md correctly 1`] = `
|
4 | 4 | <div class=" ant-fullcalendar-fullscreen">
|
5 | 5 | <div class="ant-fullcalendar-header">
|
6 |
| - <div tabindex="-1" class="ant-select ant-select-enabled ant-fullcalendar-year-select"> |
7 |
| - <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
| 6 | + <div tabindex="0" class="ant-select ant-select-enabled ant-fullcalendar-year-select"> |
| 7 | + <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
8 | 8 | <div class="ant-select-selection__rendered">
|
9 | 9 | <div title="2016" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">2016</div>
|
10 | 10 | </div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"></path></svg></i></span>
|
11 | 11 | </div>
|
12 | 12 | </div>
|
13 |
| - <div tabindex="-1" class="ant-select ant-select-enabled ant-fullcalendar-month-select"> |
14 |
| - <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
| 13 | + <div tabindex="0" class="ant-select ant-select-enabled ant-fullcalendar-month-select"> |
| 14 | + <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
15 | 15 | <div class="ant-select-selection__rendered">
|
16 | 16 | <div title="Nov" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Nov</div>
|
17 | 17 | </div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"></path></svg></i></span>
|
@@ -309,15 +309,15 @@ exports[`renders ./components/calendar/demo/card.md correctly 1`] = `
|
309 | 309 | <div style="width: 300px; border: 1px solid #d9d9d9; border-radius: 4px;">
|
310 | 310 | <div class="">
|
311 | 311 | <div class="ant-fullcalendar-header">
|
312 |
| - <div tabindex="-1" class="ant-select ant-select-enabled ant-select-sm ant-fullcalendar-year-select"> |
313 |
| - <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
| 312 | + <div tabindex="0" class="ant-select ant-select-enabled ant-select-sm ant-fullcalendar-year-select"> |
| 313 | + <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
314 | 314 | <div class="ant-select-selection__rendered">
|
315 | 315 | <div title="2016" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">2016</div>
|
316 | 316 | </div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"></path></svg></i></span>
|
317 | 317 | </div>
|
318 | 318 | </div>
|
319 |
| - <div tabindex="-1" class="ant-select ant-select-enabled ant-select-sm ant-fullcalendar-month-select"> |
320 |
| - <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
| 319 | + <div tabindex="0" class="ant-select ant-select-enabled ant-select-sm ant-fullcalendar-month-select"> |
| 320 | + <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
321 | 321 | <div class="ant-select-selection__rendered">
|
322 | 322 | <div title="Nov" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Nov</div>
|
323 | 323 | </div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"></path></svg></i></span>
|
@@ -615,15 +615,15 @@ exports[`renders ./components/calendar/demo/card.md correctly 1`] = `
|
615 | 615 | exports[`renders ./components/calendar/demo/notice-calendar.md correctly 1`] = `
|
616 | 616 | <div class=" ant-fullcalendar-fullscreen">
|
617 | 617 | <div class="ant-fullcalendar-header">
|
618 |
| - <div tabindex="-1" class="ant-select ant-select-enabled ant-fullcalendar-year-select"> |
619 |
| - <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
| 618 | + <div tabindex="0" class="ant-select ant-select-enabled ant-fullcalendar-year-select"> |
| 619 | + <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
620 | 620 | <div class="ant-select-selection__rendered">
|
621 | 621 | <div title="2016" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">2016</div>
|
622 | 622 | </div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"></path></svg></i></span>
|
623 | 623 | </div>
|
624 | 624 | </div>
|
625 |
| - <div tabindex="-1" class="ant-select ant-select-enabled ant-fullcalendar-month-select"> |
626 |
| - <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
| 625 | + <div tabindex="0" class="ant-select ant-select-enabled ant-fullcalendar-month-select"> |
| 626 | + <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
627 | 627 | <div class="ant-select-selection__rendered">
|
628 | 628 | <div title="Nov" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Nov</div>
|
629 | 629 | </div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"></path></svg></i></span>
|
@@ -1028,15 +1028,15 @@ exports[`renders ./components/calendar/demo/select.md correctly 1`] = `
|
1028 | 1028 | <div style="display: inline-block; width: 500px; border: 1px solid #d9d9d9; border-radius: 4px;">
|
1029 | 1029 | <div class=" ant-fullcalendar-fullscreen">
|
1030 | 1030 | <div class="ant-fullcalendar-header">
|
1031 |
| - <div tabindex="-1" class="ant-select ant-select-enabled ant-fullcalendar-year-select"> |
1032 |
| - <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
| 1031 | + <div tabindex="0" class="ant-select ant-select-enabled ant-fullcalendar-year-select"> |
| 1032 | + <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
1033 | 1033 | <div class="ant-select-selection__rendered">
|
1034 | 1034 | <div title="2017" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">2017</div>
|
1035 | 1035 | </div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"></path></svg></i></span>
|
1036 | 1036 | </div>
|
1037 | 1037 | </div>
|
1038 |
| - <div tabindex="-1" class="ant-select ant-select-enabled ant-fullcalendar-month-select"> |
1039 |
| - <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
| 1038 | + <div tabindex="0" class="ant-select ant-select-enabled ant-fullcalendar-month-select"> |
| 1039 | + <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
1040 | 1040 | <div class="ant-select-selection__rendered">
|
1041 | 1041 | <div title="Jan" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Jan</div>
|
1042 | 1042 | </div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"></path></svg></i></span>
|
@@ -1332,15 +1332,15 @@ exports[`renders ./components/calendar/demo/select.md correctly 1`] = `
|
1332 | 1332 | <div style="display: inline-block; width: 500px; margin-left: 20px; border: 1px solid #d9d9d9; border-radius: 4px;">
|
1333 | 1333 | <div class=" ant-fullcalendar-fullscreen">
|
1334 | 1334 | <div class="ant-fullcalendar-header">
|
1335 |
| - <div tabindex="-1" class="ant-select ant-select-enabled ant-fullcalendar-year-select"> |
1336 |
| - <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
| 1335 | + <div tabindex="0" class="ant-select ant-select-enabled ant-fullcalendar-year-select"> |
| 1336 | + <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
1337 | 1337 | <div class="ant-select-selection__rendered">
|
1338 | 1338 | <div title="2017" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">2017</div>
|
1339 | 1339 | </div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"></path></svg></i></span>
|
1340 | 1340 | </div>
|
1341 | 1341 | </div>
|
1342 |
| - <div tabindex="-1" class="ant-select ant-select-enabled ant-fullcalendar-month-select"> |
1343 |
| - <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" tabindex="0" class="ant-select-selection ant-select-selection--single"> |
| 1342 | + <div tabindex="0" class="ant-select ant-select-enabled ant-fullcalendar-month-select"> |
| 1343 | + <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single"> |
1344 | 1344 | <div class="ant-select-selection__rendered">
|
1345 | 1345 | <div title="Jan" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Jan</div>
|
1346 | 1346 | </div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i class="ant-select-arrow-icon anticon anticon-down"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"></path></svg></i></span>
|
|
0 commit comments