
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
vue-renderless-calendar
Advanced tools
Zero dependency Vue renderless calendar with scoped-slots API
npm i vue-renderless-calendar
yarn add vue-renderless-calendar
import enLocale from 'vue-renderless-calendar/dist/locale/en';
Available locales
locale/en
locale/ru
Main wrapper component which contains state of the calendar and other helpful data
Prop | Required | Type | Default | Description |
---|---|---|---|---|
viewMode | false | String | 'single', 'double', 'infinite' | |
mode | false | String | 'single', 'range' | |
locale | true | Object | Locale object containing months , days properties | |
minDate | false | String | '' | Minimal valid date (YYYY-MM-DDD ) |
maxDate | false | String | '' | Maximal valid date (YYYY-MM-DDD ) |
preventOutOfRange | false | Boolean | true | Prevent user go out of valid dates range |
dateSelectStrategy | false | Function | null | If you want custom behaviour for handling date select, you can implement this function |
defaultSelectedDates | false | Array | [] | Array of date strings with YYYY-MM-DDD format |
captureHover | false | Boolean | true | captureHover prop is used for computing dates which are between selected date and current hovered date |
captureThirdDate | false | Boolean | false | captureThirdDate prop is used for capturing dates between in case when 2 dates already selected and you have third element hovered |
Property | Type | Description |
---|---|---|
weekDayNames | Array | List of week days with short and full titles from locale object |
monthNames | Array | List of months with short and full titles from locale object |
monthsList | Array | List of months which can be used for rendering months with possibility for changing current month view of calendar using setMonth method |
calendar | Array | Array of months with month , year number and array of dates |
selectedDates | Array<CalendarDate> | Array of current selected dates |
currentMonth | Number | |
currentYear | Number | |
canGoToPrevMonth | Boolean | |
canGoToNextMonth | Boolean |
Property | Arguments | Description |
---|---|---|
prevPage | - | Go to previous view iteration |
nextPage | - | Go to next view iteration |
resetDates | - | Set selectedDates to [] |
setMonth | monthListItem | Update views current active month |
isBetween | CalendarDate | Returning true if date between selected dates or hovered date |
onDateMouseOut | - | Reset current hovered date |
onDateMouseOver | CalendarDate | Set current hovered date |
onDateSelect | CalendarDate | Append selected date to selectedDates array using "date select strategy" |
Event name | Payload |
---|---|
onDateChange | Array<CalendarDate> |
Wrapper component for calendar cell containing usefull modifiers which can be used for computing styles
Prop | Required | Type | Default | Description |
---|---|---|---|---|
selectedDates | true | Array<CalendarDate> | Array of current selected dates | |
date | true | CalendarDate | CalendarDate object containing useful information and methods | |
minDate | false | String | '' | Minimal valid date (YYYY-MM-DDD ) |
maxDate | false | String | '' | Maximal valid date (YYYY-MM-DDD ) |
disabledDates | false | Array | [] | Array of YYYY-MM-DDD strings containing dates that can't be selected |
markedDates | false | Array | [] | Array of YYYY-MM-DDD strings with special meaning, that later will be accessed via isMarked scoped-slots property |
Property | Type | Description |
---|---|---|
isSelected | Boolean | |
isDisabled | Boolean | |
isMarked | Boolean | |
isFirst | Boolean | is first selected date |
isLast | Boolean | is last selected date |
isOneDayAfter | Boolean | is one day after selected date |
isOneDayBefore | Boolean | is one date before selected date |
isOneDayBeforeFirst | Boolean | |
isOneDayAfterFirst | Boolean | |
isOneDayBeforeLast | Boolean | |
isOneDayAfterLast | Boolean |
Class representing information about date
Property | Type | Description |
---|---|---|
year | Number | |
month | Number | 0-11 |
day | Number | 1-31 |
actualMonthNumber | Number | Number of month with index correction |
formatted | String | YYYY-MM-DD |
isWeekend | Boolean | |
isToday | Boolean | |
isOtherMonthDay | Boolean | This field can be used to find out that this is the date from previous or next month |
FAQs
Zero dependency Vue renderless calendar with scoped-slots API
The npm package vue-renderless-calendar receives a total of 673 weekly downloads. As such, vue-renderless-calendar popularity was classified as not popular.
We found that vue-renderless-calendar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.