|
58 | 58 | :circle=""/>
|
59 | 59 | ```
|
60 | 60 |
|
61 |
| -Prop | Value |
62 |
| -------------- | ------------- |
63 |
| -value (v-model) | Date or Array for range |
64 |
| -range | Boolean - (default: false) |
65 |
| -lang | String / Supports all languages / iso code language / default: 'tr' |
66 |
| -firstDayOfWeek | monday or sunday (default: monday) |
67 |
| -inputClass | String / classname for input |
68 |
| -position | String / options = top, bottom, left, right / default: left |
69 |
| -disabled-start-date | Object . This object consists of the start and end information(from and to params). ( For single status and range status of startDate). Default: { from: null, to: null} |
70 |
| -disabled-end-date | Object . It has the same with disabled-start-end. (For range status of end Date. Ignored in single status.) |
71 |
| -text-format | String / Short And Long / Short and long formats of month and day names |
72 |
| -date-format | Object / This is the format in which the selected date will be displayed to the user. / default: { day: '2-digit', month: 'long', year: 'numeric' } |
73 |
| -disabled | Boolean / This parameter is the datepicker prevents opening / default: false |
74 |
| -placeholder | String / Input placeholder / default: 'Select Date' |
75 |
| -circle | Boolean / This is selected are circle or area |
| 61 | +Prop | Type | Value | Default |
| 62 | +------------- | ------------- | ------------- | ------------- |
| 63 | +value (v-model) | Object | Date or Array for range | {} |
| 64 | +range | Boolean | - | false |
| 65 | +lang | String | Supports all languages / iso code language | tr |
| 66 | +firstDayOfWeek | String | monday or sunday | monday |
| 67 | +inputClass | String | classname for input | - |
| 68 | +position | String | options = top, bottom, left, right | left |
| 69 | +disabled-start-date | Object | This object consists of the start and end information(from and to params). ( For single status and range status of startDate). | { from: null, to: null} |
| 70 | +disabled-end-date | Object | It has the same with disabled-start-end. (For range status of end Date. Ignored in single status.) | { from: null, to: null} |
| 71 | +text-format | String | Short And Long / Short and long formats of month and day names | - |
| 72 | +date-format | Object | This is the format in which the selected date will be displayed to the user. | { day: '2-digit', month: 'long', year: 'numeric' } |
| 73 | +disabled | Boolean | This parameter is the datepicker prevents opening | false |
| 74 | +placeholder | String | Input placeholder | Select Date |
| 75 | +circle | Boolean | This is selected are circle or area | false |
76 | 76 |
|
77 | 77 |
|
78 | 78 | and customize style with css variables
|
|
0 commit comments