test: update snap

pull/5502/head
tangjinzhou 2022-04-14 16:25:13 +08:00
parent 93c1d400c1
commit cddaf8cbc4
7 changed files with 120 additions and 120 deletions

View File

@ -1909,7 +1909,7 @@ exports[`renders ./components/calendar/demo/select.vue correctly 1`] = `
</div>
</div>
</td>
<td title="2017-01-31" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-01-31" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">

View File

@ -39,7 +39,7 @@ exports[`Calendar Calendar should support locale 1`] = `
</thead>
<tbody>
<tr>
<td title="2018-09-30" class="ant-picker-cell">
<td title="2018-09-30" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">

View File

@ -145,7 +145,7 @@ exports[`DatePicker prop locale should works 1`] = `
<td title="2000-01-30" class="ant-picker-cell ant-picker-cell-in-view">
<div class="ant-picker-cell-inner">30</div>
</td>
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner">31</div>
</td>
<td title="2000-02-01" class="ant-picker-cell ant-picker-cell-start">

View File

@ -46,7 +46,7 @@ exports[`RangePicker customize separator 1`] = `
<td title="2017-08-30" class="ant-picker-cell">
<div class="ant-picker-cell-inner">30</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner">31</div>
</td>
<td title="2017-09-01" class="ant-picker-cell ant-picker-cell-start ant-picker-cell-in-view">
@ -144,7 +144,7 @@ exports[`RangePicker customize separator 1`] = `
<td title="2017-09-29" class="ant-picker-cell ant-picker-cell-in-view">
<div class="ant-picker-cell-inner">29</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner">30</div>
</td>
</tr>

View File

@ -43,7 +43,7 @@ exports[`WeekPicker should support style prop 1`] = `
<td title="2017-08-30" class="ant-picker-cell">
<div class="ant-picker-cell-inner">30</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner">31</div>
</td>
<td title="2017-09-01" class="ant-picker-cell ant-picker-cell-start ant-picker-cell-in-view">
@ -145,7 +145,7 @@ exports[`WeekPicker should support style prop 1`] = `
<td title="2017-09-29" class="ant-picker-cell ant-picker-cell-in-view">
<div class="ant-picker-cell-inner">29</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner">30</div>
</td>
</tr>

View File

@ -149,7 +149,7 @@ exports[`Picker format by locale date 1`] = `
<td title="2000-01-30" class="ant-picker-cell ant-picker-cell-in-view">
<div class="ant-picker-cell-inner">30</div>
</td>
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner">31</div>
</td>
<td title="2000-02-01" class="ant-picker-cell ant-picker-cell-start">
@ -329,7 +329,7 @@ exports[`Picker format by locale dateTime 1`] = `
<td title="2000-01-30" class="ant-picker-cell ant-picker-cell-in-view">
<div class="ant-picker-cell-inner">30</div>
</td>
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner">31</div>
</td>
<td title="2000-02-01" class="ant-picker-cell ant-picker-cell-start">
@ -1045,7 +1045,7 @@ exports[`Picker format by locale week 1`] = `
<td title="2000-01-30" class="ant-picker-cell ant-picker-cell-in-view">
<div class="ant-picker-cell-inner">30</div>
</td>
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2000-01-31" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner">31</div>
</td>
<td title="2000-02-01" class="ant-picker-cell ant-picker-cell-start">

View File

@ -183,7 +183,7 @@ exports[`Locale Provider should display the text as ar 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -431,7 +431,7 @@ exports[`Locale Provider should display the text as ar 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -749,7 +749,7 @@ exports[`Locale Provider should display the text as bg 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -997,7 +997,7 @@ exports[`Locale Provider should display the text as bg 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -1315,7 +1315,7 @@ exports[`Locale Provider should display the text as ca 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -1563,7 +1563,7 @@ exports[`Locale Provider should display the text as ca 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -1881,7 +1881,7 @@ exports[`Locale Provider should display the text as cs 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -2129,7 +2129,7 @@ exports[`Locale Provider should display the text as cs 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -2447,7 +2447,7 @@ exports[`Locale Provider should display the text as da 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -2695,7 +2695,7 @@ exports[`Locale Provider should display the text as da 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -3013,7 +3013,7 @@ exports[`Locale Provider should display the text as de 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -3261,7 +3261,7 @@ exports[`Locale Provider should display the text as de 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -3579,7 +3579,7 @@ exports[`Locale Provider should display the text as el 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -3827,7 +3827,7 @@ exports[`Locale Provider should display the text as el 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -4145,7 +4145,7 @@ exports[`Locale Provider should display the text as en 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -4393,7 +4393,7 @@ exports[`Locale Provider should display the text as en 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -4711,7 +4711,7 @@ exports[`Locale Provider should display the text as en-gb 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -4959,7 +4959,7 @@ exports[`Locale Provider should display the text as en-gb 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -5277,7 +5277,7 @@ exports[`Locale Provider should display the text as es 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -5525,7 +5525,7 @@ exports[`Locale Provider should display the text as es 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -5843,7 +5843,7 @@ exports[`Locale Provider should display the text as et 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -6091,7 +6091,7 @@ exports[`Locale Provider should display the text as et 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -6409,7 +6409,7 @@ exports[`Locale Provider should display the text as fa 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -6657,7 +6657,7 @@ exports[`Locale Provider should display the text as fa 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -6975,7 +6975,7 @@ exports[`Locale Provider should display the text as fi 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -7223,7 +7223,7 @@ exports[`Locale Provider should display the text as fi 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -7541,7 +7541,7 @@ exports[`Locale Provider should display the text as fr 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -7789,7 +7789,7 @@ exports[`Locale Provider should display the text as fr 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -8107,7 +8107,7 @@ exports[`Locale Provider should display the text as fr 2`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -8355,7 +8355,7 @@ exports[`Locale Provider should display the text as fr 2`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -8673,7 +8673,7 @@ exports[`Locale Provider should display the text as he 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -8921,7 +8921,7 @@ exports[`Locale Provider should display the text as he 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -9239,7 +9239,7 @@ exports[`Locale Provider should display the text as hi 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -9487,7 +9487,7 @@ exports[`Locale Provider should display the text as hi 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -9805,7 +9805,7 @@ exports[`Locale Provider should display the text as hr 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -10053,7 +10053,7 @@ exports[`Locale Provider should display the text as hr 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -10371,7 +10371,7 @@ exports[`Locale Provider should display the text as hu 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -10619,7 +10619,7 @@ exports[`Locale Provider should display the text as hu 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -10937,7 +10937,7 @@ exports[`Locale Provider should display the text as hy-am 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -11185,7 +11185,7 @@ exports[`Locale Provider should display the text as hy-am 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -11503,7 +11503,7 @@ exports[`Locale Provider should display the text as id 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -11751,7 +11751,7 @@ exports[`Locale Provider should display the text as id 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -12069,7 +12069,7 @@ exports[`Locale Provider should display the text as is 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -12317,7 +12317,7 @@ exports[`Locale Provider should display the text as is 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -12635,7 +12635,7 @@ exports[`Locale Provider should display the text as it 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -12883,7 +12883,7 @@ exports[`Locale Provider should display the text as it 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -13201,7 +13201,7 @@ exports[`Locale Provider should display the text as ja 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -13449,7 +13449,7 @@ exports[`Locale Provider should display the text as ja 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -13767,7 +13767,7 @@ exports[`Locale Provider should display the text as kn 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -14015,7 +14015,7 @@ exports[`Locale Provider should display the text as kn 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -14333,7 +14333,7 @@ exports[`Locale Provider should display the text as ko 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -14581,7 +14581,7 @@ exports[`Locale Provider should display the text as ko 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -14899,7 +14899,7 @@ exports[`Locale Provider should display the text as ku-iq 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -15147,7 +15147,7 @@ exports[`Locale Provider should display the text as ku-iq 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -15465,7 +15465,7 @@ exports[`Locale Provider should display the text as lv 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -15713,7 +15713,7 @@ exports[`Locale Provider should display the text as lv 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -16031,7 +16031,7 @@ exports[`Locale Provider should display the text as mk 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -16279,7 +16279,7 @@ exports[`Locale Provider should display the text as mk 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -16597,7 +16597,7 @@ exports[`Locale Provider should display the text as mn-mn 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -16845,7 +16845,7 @@ exports[`Locale Provider should display the text as mn-mn 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -17163,7 +17163,7 @@ exports[`Locale Provider should display the text as ms-my 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -17411,7 +17411,7 @@ exports[`Locale Provider should display the text as ms-my 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -17729,7 +17729,7 @@ exports[`Locale Provider should display the text as nb 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -17977,7 +17977,7 @@ exports[`Locale Provider should display the text as nb 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -18295,7 +18295,7 @@ exports[`Locale Provider should display the text as ne-np 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -18543,7 +18543,7 @@ exports[`Locale Provider should display the text as ne-np 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -18861,7 +18861,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -19109,7 +19109,7 @@ exports[`Locale Provider should display the text as nl 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -19427,7 +19427,7 @@ exports[`Locale Provider should display the text as nl-be 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -19675,7 +19675,7 @@ exports[`Locale Provider should display the text as nl-be 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -19993,7 +19993,7 @@ exports[`Locale Provider should display the text as pl 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -20241,7 +20241,7 @@ exports[`Locale Provider should display the text as pl 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -20502,7 +20502,7 @@ exports[`Locale Provider should display the text as pt 1`] = `
<div class="ant-select ant-select-sm ant-picker-calendar-month-select ant-select-single ant-select-show-arrow">
<!---->
<!---->
<div class="ant-select-selector"><span class="ant-select-selection-search"><input id="rc_select_TEST_OR_SSR" autocomplete="off" class="ant-select-selection-search-input" style="opacity: 0;" role="combobox" aria-haspopup="listbox" aria-owns="rc_select_TEST_OR_SSR_list" aria-autocomplete="list" aria-controls="rc_select_TEST_OR_SSR_list" aria-activedescendant="rc_select_TEST_OR_SSR_list_0" readonly="" unselectable="on" type="search"></span><span class="ant-select-selection-item" title="Sep">Sep</span>
<div class="ant-select-selector"><span class="ant-select-selection-search"><input id="rc_select_TEST_OR_SSR" autocomplete="off" class="ant-select-selection-search-input" style="opacity: 0;" role="combobox" aria-haspopup="listbox" aria-owns="rc_select_TEST_OR_SSR_list" aria-autocomplete="list" aria-controls="rc_select_TEST_OR_SSR_list" aria-activedescendant="rc_select_TEST_OR_SSR_list_0" readonly="" unselectable="on" type="search"></span><span class="ant-select-selection-item" title="Set">Set</span>
<!---->
</div><span class="ant-select-arrow" style="user-select: none;" unselectable="on" aria-hidden="true"><span role="img" aria-label="down" class="anticon anticon-down ant-select-suffix"><svg focusable="false" class="" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><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></span></span>
<!---->
@ -20516,13 +20516,13 @@ exports[`Locale Provider should display the text as pt 1`] = `
<table class="ant-picker-content">
<thead>
<tr>
<th>Su</th>
<th>Mo</th>
<th>Tu</th>
<th>We</th>
<th>Th</th>
<th>Fr</th>
<th>Sa</th>
<th>Dom</th>
<th>Seg</th>
<th>Ter</th>
<th>Qua</th>
<th>Qui</th>
<th>Sex</th>
<th>Sáb</th>
</tr>
</thead>
<tbody>
@ -20559,7 +20559,7 @@ exports[`Locale Provider should display the text as pt 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -20807,7 +20807,7 @@ exports[`Locale Provider should display the text as pt 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -21125,7 +21125,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -21373,7 +21373,7 @@ exports[`Locale Provider should display the text as pt-br 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -21691,7 +21691,7 @@ exports[`Locale Provider should display the text as ro 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -21939,7 +21939,7 @@ exports[`Locale Provider should display the text as ro 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -22257,7 +22257,7 @@ exports[`Locale Provider should display the text as ru 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -22505,7 +22505,7 @@ exports[`Locale Provider should display the text as ru 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -22823,7 +22823,7 @@ exports[`Locale Provider should display the text as sk 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -23071,7 +23071,7 @@ exports[`Locale Provider should display the text as sk 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -23389,7 +23389,7 @@ exports[`Locale Provider should display the text as sl 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -23637,7 +23637,7 @@ exports[`Locale Provider should display the text as sl 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -23955,7 +23955,7 @@ exports[`Locale Provider should display the text as sr 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -24203,7 +24203,7 @@ exports[`Locale Provider should display the text as sr 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -24521,7 +24521,7 @@ exports[`Locale Provider should display the text as sv 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -24769,7 +24769,7 @@ exports[`Locale Provider should display the text as sv 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -25087,7 +25087,7 @@ exports[`Locale Provider should display the text as ta 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -25335,7 +25335,7 @@ exports[`Locale Provider should display the text as ta 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -25653,7 +25653,7 @@ exports[`Locale Provider should display the text as th 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -25901,7 +25901,7 @@ exports[`Locale Provider should display the text as th 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -26219,7 +26219,7 @@ exports[`Locale Provider should display the text as tr 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -26467,7 +26467,7 @@ exports[`Locale Provider should display the text as tr 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -26785,7 +26785,7 @@ exports[`Locale Provider should display the text as uk 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -27033,7 +27033,7 @@ exports[`Locale Provider should display the text as uk 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -27351,7 +27351,7 @@ exports[`Locale Provider should display the text as vi 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -27599,7 +27599,7 @@ exports[`Locale Provider should display the text as vi 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -27917,7 +27917,7 @@ exports[`Locale Provider should display the text as zh-cn 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -28165,7 +28165,7 @@ exports[`Locale Provider should display the text as zh-cn 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">
@ -28483,7 +28483,7 @@ exports[`Locale Provider should display the text as zh-tw 1`] = `
</div>
</div>
</td>
<td title="2017-08-31" class="ant-picker-cell">
<td title="2017-08-31" class="ant-picker-cell ant-picker-cell-end">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">31</div>
<div class="ant-picker-calendar-date-content">
@ -28731,7 +28731,7 @@ exports[`Locale Provider should display the text as zh-tw 1`] = `
</div>
</div>
</td>
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-in-view">
<td title="2017-09-30" class="ant-picker-cell ant-picker-cell-end ant-picker-cell-in-view">
<div class="ant-picker-cell-inner ant-picker-calendar-date">
<div class="ant-picker-calendar-date-value">30</div>
<div class="ant-picker-calendar-date-content">