mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-01 13:44:06 +03:00
522 lines
9.8 KiB
Plaintext
522 lines
9.8 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-row-col="0,0"
|
|
title="29/09/2019"
|
|
>
|
|
<div>
|
|
29
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="0,1"
|
|
title="30/09/2019"
|
|
>
|
|
<div>
|
|
30
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="0,2"
|
|
title="01/10/2019"
|
|
>
|
|
<div>
|
|
1
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="0,3"
|
|
title="02/10/2019"
|
|
>
|
|
<div>
|
|
2
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="0,4"
|
|
title="03/10/2019"
|
|
>
|
|
<div>
|
|
3
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="0,5"
|
|
title="04/10/2019"
|
|
>
|
|
<div>
|
|
4
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="0,6"
|
|
title="05/10/2019"
|
|
>
|
|
<div>
|
|
5
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr
|
|
class="mx-date-row"
|
|
>
|
|
<!---->
|
|
|
|
<td
|
|
class="cell"
|
|
data-row-col="1,0"
|
|
title="06/10/2019"
|
|
>
|
|
<div>
|
|
6
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="1,1"
|
|
title="07/10/2019"
|
|
>
|
|
<div>
|
|
7
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="1,2"
|
|
title="08/10/2019"
|
|
>
|
|
<div>
|
|
8
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="1,3"
|
|
title="09/10/2019"
|
|
>
|
|
<div>
|
|
9
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="1,4"
|
|
title="10/10/2019"
|
|
>
|
|
<div>
|
|
10
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="1,5"
|
|
title="11/10/2019"
|
|
>
|
|
<div>
|
|
11
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="1,6"
|
|
title="12/10/2019"
|
|
>
|
|
<div>
|
|
12
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr
|
|
class="mx-date-row"
|
|
>
|
|
<!---->
|
|
|
|
<td
|
|
class="cell"
|
|
data-row-col="2,0"
|
|
title="13/10/2019"
|
|
>
|
|
<div>
|
|
13
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="2,1"
|
|
title="14/10/2019"
|
|
>
|
|
<div>
|
|
14
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="2,2"
|
|
title="15/10/2019"
|
|
>
|
|
<div>
|
|
15
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="2,3"
|
|
title="16/10/2019"
|
|
>
|
|
<div>
|
|
16
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="2,4"
|
|
title="17/10/2019"
|
|
>
|
|
<div>
|
|
17
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="2,5"
|
|
title="18/10/2019"
|
|
>
|
|
<div>
|
|
18
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="2,6"
|
|
title="19/10/2019"
|
|
>
|
|
<div>
|
|
19
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr
|
|
class="mx-date-row"
|
|
>
|
|
<!---->
|
|
|
|
<td
|
|
class="cell"
|
|
data-row-col="3,0"
|
|
title="20/10/2019"
|
|
>
|
|
<div>
|
|
20
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="3,1"
|
|
title="21/10/2019"
|
|
>
|
|
<div>
|
|
21
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="3,2"
|
|
title="22/10/2019"
|
|
>
|
|
<div>
|
|
22
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="3,3"
|
|
title="23/10/2019"
|
|
>
|
|
<div>
|
|
23
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="3,4"
|
|
title="24/10/2019"
|
|
>
|
|
<div>
|
|
24
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="3,5"
|
|
title="25/10/2019"
|
|
>
|
|
<div>
|
|
25
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="3,6"
|
|
title="26/10/2019"
|
|
>
|
|
<div>
|
|
26
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr
|
|
class="mx-date-row"
|
|
>
|
|
<!---->
|
|
|
|
<td
|
|
class="cell"
|
|
data-row-col="4,0"
|
|
title="27/10/2019"
|
|
>
|
|
<div>
|
|
27
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="4,1"
|
|
title="28/10/2019"
|
|
>
|
|
<div>
|
|
28
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="4,2"
|
|
title="29/10/2019"
|
|
>
|
|
<div>
|
|
29
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="4,3"
|
|
title="30/10/2019"
|
|
>
|
|
<div>
|
|
30
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="4,4"
|
|
title="31/10/2019"
|
|
>
|
|
<div>
|
|
31
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="4,5"
|
|
title="01/11/2019"
|
|
>
|
|
<div>
|
|
1
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="4,6"
|
|
title="02/11/2019"
|
|
>
|
|
<div>
|
|
2
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr
|
|
class="mx-date-row"
|
|
>
|
|
<!---->
|
|
|
|
<td
|
|
class="cell"
|
|
data-row-col="5,0"
|
|
title="03/11/2019"
|
|
>
|
|
<div>
|
|
3
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="5,1"
|
|
title="04/11/2019"
|
|
>
|
|
<div>
|
|
4
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="5,2"
|
|
title="05/11/2019"
|
|
>
|
|
<div>
|
|
5
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="5,3"
|
|
title="06/11/2019"
|
|
>
|
|
<div>
|
|
6
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="5,4"
|
|
title="07/11/2019"
|
|
>
|
|
<div>
|
|
7
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="5,5"
|
|
title="08/11/2019"
|
|
>
|
|
<div>
|
|
8
|
|
</div>
|
|
</td>
|
|
<td
|
|
class="cell"
|
|
data-row-col="5,6"
|
|
title="09/11/2019"
|
|
>
|
|
<div>
|
|
9
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
`;
|