// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`] = `
T
|
W
|
T
|
F
|
S
|
S
|
M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`;
exports[`VDatePickerDateTable.ts should render component and match snapshot 1`] = `
S
|
M
|
T
|
W
|
T
|
F
|
S
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`;
exports[`VDatePickerDateTable.ts should render component and match snapshot for multiple selection 1`] = `
S
|
M
|
T
|
W
|
T
|
F
|
S
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`;
exports[`VDatePickerDateTable.ts should render component with events (array) and match snapshot 1`] = `
S
|
M
|
T
|
W
|
T
|
F
|
S
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`;
exports[`VDatePickerDateTable.ts should render component with events (function) and match snapshot 1`] = `
S
|
M
|
T
|
W
|
T
|
F
|
S
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`;
exports[`VDatePickerDateTable.ts should render component with events colored by function and match snapshot 1`] = `
S
|
M
|
T
|
W
|
T
|
F
|
S
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`;
exports[`VDatePickerDateTable.ts should render component with events colored by object and match snapshot 1`] = `
S
|
M
|
T
|
W
|
T
|
F
|
S
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`;
exports[`VDatePickerDateTable.ts should render component with showWeek and match snapshot 1`] = `
|
T
|
W
|
T
|
F
|
S
|
S
|
M
|
04
|
|
|
|
|
|
|
|
05
|
|
|
|
|
|
|
|
06
|
|
|
|
|
|
|
|
07
|
|
|
|
|
|
|
|
08
|
|
|
|
|
|
|
|
`;
exports[`VDatePickerDateTable.ts should render disabled component and match snapshot 1`] = `
S
|
M
|
T
|
W
|
T
|
F
|
S
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`;
exports[`VDatePickerDateTable.ts should render readonly component and match snapshot 1`] = `
S
|
M
|
T
|
W
|
T
|
F
|
S
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`;