Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-calendar-picker

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-calendar-picker - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc