Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit 19e0a08

Browse files
committed
docs: Update readme
- Removed dayClass prop
1 parent 570c7d3 commit 19e0a08

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<img src="https://img.shields.io/apm/l/atomic-design-ui.svg" alt="License" />
88
</a>
99

10+
<img src="https://img.shields.io/badge/dependencies-none-brightgreen.svg?style=flat" alt="No Dependencies" data-canonical-src="https://img.shields.io/badge/dependencies-none-brightgreen.svg?style=flat" style="max-width: 100%;">
11+
1012

1113
## Features
1214

src/Vue3DatePicker/Vue3DatePicker.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
menuClassName: { type: String as PropType<string>, default: null }, // connected
118118
calendarClassName: { type: String as PropType<string>, default: null }, // connected
119119
calendarCellClassName: { type: String as PropType<string>, default: null }, // connected
120-
dayClass: { type: Object as PropType<{ day: Date; className: string }>, default: null },
121120
hideInputIcon: { type: Boolean as PropType<boolean>, default: false }, // connected
122121
state: { type: Boolean as PropType<boolean>, default: null }, // connected
123122
clearable: { type: Boolean as PropType<boolean>, default: true }, // connected

src/Vue3DatePicker/interfaces.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export interface RDatepickerProps {
5353
menuClassName: string;
5454
calendarClassName: string;
5555
calendarCellClassName: string;
56-
dayClass: { day: Date; className: string };
5756
hideInputIcon: boolean;
5857
state: boolean;
5958
clearable: boolean;

0 commit comments

Comments
 (0)