vue-calendar-picker
Advanced tools
Comparing version 1.1.1 to 1.2.0
{ | ||
"name": "vue-calendar-picker", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "calendar component", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
# vue-calendar-picker | ||
Calendar component | ||
[![vue-calendar-picker screenshot](https://cloud.githubusercontent.com/assets/25509586/26058700/40d539be-397f-11e7-86ad-d0af0f21e64d.png)](https://jsfiddle.net/b8z8wh1j/3/) | ||
![vue-calendar-picker screenshot](https://cloud.githubusercontent.com/assets/25509586/26058700/40d539be-397f-11e7-86ad-d0af0f21e64d.png) | ||
[vue-calendar-picker demo on jsfiddle](https://jsfiddle.net/b8z8wh1j/3/) | ||
## Example - basic | ||
@@ -15,3 +17,3 @@ ```vue | ||
import {calendar} from 'vue-calendar' | ||
import {calendar} from 'vue-calendar-picker' | ||
@@ -50,2 +52,7 @@ export default { | ||
## Conventions | ||
* date ranges are inclusive, exclusive ([start, end[) | ||
## API - `calendar.vue` | ||
@@ -72,3 +79,9 @@ | ||
#### :viewCount <sup>number, default: 1<sup> | ||
Allow to display multiple calendar views side-by-side. | ||
#### :showOverlappingDays <sup>boolean, default: viewCount === 1<sup> | ||
In the month view, show days belonging to the preceding and following month. | ||
### Events | ||
@@ -149,4 +162,2 @@ | ||
#### @action - see [calendar.vue](#api---calendarvue) API. | ||
#### @action <sup>(eventObject)</sup> | ||
@@ -209,3 +220,3 @@ | ||
import {calendarRange} from 'vue-calendar' | ||
import {calendarRange} from 'vue-calendar-picker' | ||
@@ -212,0 +223,0 @@ export default { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37707
249