mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-12 15:02:26 +03:00
522 lines
10 KiB
Plaintext
522 lines
10 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`TableDate corrent render 1`] = `
|
|
<div
|
|
class="mx-calendar mx-calendar-panel-date"
|
|
>
|
|
<div
|
|
class="mx-calendar-header"
|
|
>
|
|
<button
|
|
class="mx-btn mx-btn-text mx-btn-icon-double-left"
|
|
type="button"
|
|
>
|
|
<i
|
|
class="mx-icon-double-left"
|
|
/>
|
|
</button>
|
|
|
|
<button
|
|
class="mx-btn mx-btn-text mx-btn-icon-left"
|
|
type="button"
|
|
>
|
|
<i
|
|
class="mx-icon-left"
|
|
/>
|
|
</button>
|
|
|
|
<button
|
|
class="mx-btn mx-btn-text mx-btn-icon-double-right"
|
|
type="button"
|
|
>
|
|
<i
|
|
class="mx-icon-double-right"
|
|
/>
|
|
</button>
|
|
|
|
<button
|
|
class="mx-btn mx-btn-text mx-btn-icon-right"
|
|
type="button"
|
|
>
|
|
<i
|
|
class="mx-icon-right"
|
|
/>
|
|
</button>
|
|
|
|
<span
|
|
class="mx-calendar-header-label"
|
|
>
|
|
<button
|
|
class="mx-btn mx-btn-text mx-btn-current-month"
|
|
type="button"
|
|
>
|
|
|
|
Oct
|
|
|
|
</button>
|
|
<button
|
|
class="mx-btn mx-btn-text mx-btn-current-year"
|
|
type="button"
|
|
>
|
|
|
|
2019
|
|
|
|
</button>
|
|
</span>
|
|
</div>
|
|
|
|
<div
|
|
class="mx-calendar-content"
|
|
>
|
|
<table
|
|
class="mx-table mx-table-date"
|
|
>
|
|
<thead>
|
|
<tr>
|
|
<!---->
|
|
|
|
<th>
|
|
Su
|
|
</th>
|
|
<th>
|
|
Mo
|
|
</th>
|
|
<th>
|
|
Tu
|
|
</th>
|
|
<th>
|
|
We
|
|
</th>
|
|
<th>
|
|
Th
|
|
</th>
|
|
<th>
|
|
Fr
|
|
</th>
|
|
<th>
|
|
Sa
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
<tr
|
|
class="mx-date-row"
|
|
>
|
|
<!---->
|
|
|
|
<td
|
|
class="cell"
|
|
data-date="1569686400000"
|
|
title="29/09/2019"
|
|
>
|
|
<div>
|
|
29
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1569772800000"
|
|
title="30/09/2019"
|
|
>
|
|
<div>
|
|
30
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1569859200000"
|
|
title="01/10/2019"
|
|
>
|
|
<div>
|
|
1
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1569945600000"
|
|
title="02/10/2019"
|
|
>
|
|
<div>
|
|
2
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1570032000000"
|
|
title="03/10/2019"
|
|
>
|
|
<div>
|
|
3
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1570118400000"
|
|
title="04/10/2019"
|
|
>
|
|
<div>
|
|
4
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1570204800000"
|
|
title="05/10/2019"
|
|
>
|
|
<div>
|
|
5
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr
|
|
class="mx-date-row"
|
|
>
|
|
<!---->
|
|
|
|
<td
|
|
class="cell"
|
|
data-date="1570291200000"
|
|
title="06/10/2019"
|
|
>
|
|
<div>
|
|
6
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1570377600000"
|
|
title="07/10/2019"
|
|
>
|
|
<div>
|
|
7
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1570464000000"
|
|
title="08/10/2019"
|
|
>
|
|
<div>
|
|
8
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1570550400000"
|
|
title="09/10/2019"
|
|
>
|
|
<div>
|
|
9
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1570636800000"
|
|
title="10/10/2019"
|
|
>
|
|
<div>
|
|
10
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1570723200000"
|
|
title="11/10/2019"
|
|
>
|
|
<div>
|
|
11
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1570809600000"
|
|
title="12/10/2019"
|
|
>
|
|
<div>
|
|
12
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr
|
|
class="mx-date-row"
|
|
>
|
|
<!---->
|
|
|
|
<td
|
|
class="cell"
|
|
data-date="1570896000000"
|
|
title="13/10/2019"
|
|
>
|
|
<div>
|
|
13
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1570982400000"
|
|
title="14/10/2019"
|
|
>
|
|
<div>
|
|
14
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1571068800000"
|
|
title="15/10/2019"
|
|
>
|
|
<div>
|
|
15
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1571155200000"
|
|
title="16/10/2019"
|
|
>
|
|
<div>
|
|
16
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1571241600000"
|
|
title="17/10/2019"
|
|
>
|
|
<div>
|
|
17
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1571328000000"
|
|
title="18/10/2019"
|
|
>
|
|
<div>
|
|
18
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1571414400000"
|
|
title="19/10/2019"
|
|
>
|
|
<div>
|
|
19
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr
|
|
class="mx-date-row"
|
|
>
|
|
<!---->
|
|
|
|
<td
|
|
class="cell"
|
|
data-date="1571500800000"
|
|
title="20/10/2019"
|
|
>
|
|
<div>
|
|
20
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1571587200000"
|
|
title="21/10/2019"
|
|
>
|
|
<div>
|
|
21
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1571673600000"
|
|
title="22/10/2019"
|
|
>
|
|
<div>
|
|
22
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1571760000000"
|
|
title="23/10/2019"
|
|
>
|
|
<div>
|
|
23
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1571846400000"
|
|
title="24/10/2019"
|
|
>
|
|
<div>
|
|
24
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1571932800000"
|
|
title="25/10/2019"
|
|
>
|
|
<div>
|
|
25
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1572019200000"
|
|
title="26/10/2019"
|
|
>
|
|
<div>
|
|
26
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr
|
|
class="mx-date-row"
|
|
>
|
|
<!---->
|
|
|
|
<td
|
|
class="cell"
|
|
data-date="1572105600000"
|
|
title="27/10/2019"
|
|
>
|
|
<div>
|
|
27
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1572192000000"
|
|
title="28/10/2019"
|
|
>
|
|
<div>
|
|
28
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1572278400000"
|
|
title="29/10/2019"
|
|
>
|
|
<div>
|
|
29
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1572364800000"
|
|
title="30/10/2019"
|
|
>
|
|
<div>
|
|
30
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1572451200000"
|
|
title="31/10/2019"
|
|
>
|
|
<div>
|
|
31
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1572537600000"
|
|
title="01/11/2019"
|
|
>
|
|
<div>
|
|
1
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1572624000000"
|
|
title="02/11/2019"
|
|
>
|
|
<div>
|
|
2
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr
|
|
class="mx-date-row"
|
|
>
|
|
<!---->
|
|
|
|
<td
|
|
class="cell"
|
|
data-date="1572710400000"
|
|
title="03/11/2019"
|
|
>
|
|
<div>
|
|
3
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1572796800000"
|
|
title="04/11/2019"
|
|
>
|
|
<div>
|
|
4
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1572883200000"
|
|
title="05/11/2019"
|
|
>
|
|
<div>
|
|
5
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1572969600000"
|
|
title="06/11/2019"
|
|
>
|
|
<div>
|
|
6
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1573056000000"
|
|
title="07/11/2019"
|
|
>
|
|
<div>
|
|
7
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1573142400000"
|
|
title="08/11/2019"
|
|
>
|
|
<div>
|
|
8
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-date="1573228800000"
|
|
title="09/11/2019"
|
|
>
|
|
<div>
|
|
9
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
`;
|