vue-calendar-picker
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "vue-calendar-picker", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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) | ||
[![vue-calendar-picker screenshot](https://cloud.githubusercontent.com/assets/25509586/26058700/40d539be-397f-11e7-86ad-d0af0f21e64d.png)](https://jsfiddle.net/b8z8wh1j/3/) | ||
## Browser support | ||
Same browser support as [Vue.js 2](https://github.com/vuejs/vue/blob/dev/README.md) | ||
@@ -26,5 +24,5 @@ ## Example - basic | ||
</script> | ||
``` | ||
## Install | ||
@@ -35,2 +33,3 @@ ``` | ||
## Features | ||
@@ -47,5 +46,5 @@ * zoom from decade view to hour view (decade, year, month, week, day, hour) | ||
`vue-calendar-picker` has 3 available components: | ||
* `calendar.vue`: simple calendar | ||
* `calendarEvents.vue`: `calendar.vue` + one-time events and date/time periods | ||
* `calendarRange.vue`: `calendarEvents.vue` + range selection | ||
* `calendar.vue`: simple calendar. | ||
* `calendarEvents.vue`: `calendar.vue` + one-time events and date/time periods display. | ||
* `calendarRange.vue`: `calendarEvents.vue` + range selection. | ||
@@ -55,5 +54,2 @@ | ||
### UI details | ||
* click on date part in the calendar header area to modify it (zoom out) | ||
* click or double-click on the cell to zoom in. (from month view, use double-click to zoom in) | ||
@@ -88,3 +84,3 @@ ### Properties | ||
* `'up'`: mouseup or touchend | ||
* `'tap'`: click | ||
* `'tap'`: click or tap | ||
* `'press'`: dblclick or longtap | ||
@@ -106,3 +102,2 @@ * `'over'`: mouseover or touchmove | ||
### Slots | ||
@@ -132,3 +127,8 @@ | ||
### UI details | ||
* click on date part in the calendar header area to modify it (zoom out) | ||
* click or double-click on the cell to zoom in. (from month view, use double-click to zoom in) | ||
## API - `calendarEvents.vue` | ||
@@ -159,4 +159,4 @@ | ||
##### calendarEvent <sup>`{ start: Date, end: Date }`</sup> | ||
A reference to the `calendarEvent` related to the mouse/touch event otherwise undefined. | ||
##### calendarEvent <sup>object</sup> | ||
A reference to a calendar event (see `:events` property) related to the mouse/touch event, otherwise `undefined`. | ||
@@ -201,2 +201,6 @@ | ||
## Browser support | ||
Same browser support as [Vue.js 2](https://github.com/vuejs/vue/blob/dev/README.md) | ||
## Example - advanced | ||
@@ -234,12 +238,10 @@ ```vue | ||
</script> | ||
``` | ||
## Demo | ||
![vue-calendar-picker demo](https://cloud.githubusercontent.com/assets/25509586/26059550/7863fa02-3982-11e7-8a20-83f77dbfe4de.gif) | ||
## Credits | ||
[<img src="https://www.franck-freiburger.com/FF.png" width="16"> Franck Freiburger](https://www.franck-freiburger.com) |
Sorry, the diff of this file is not supported yet
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
36335
238