This repository was archived by the owner on Apr 17, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments