nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 840 forks source link

Updated Type of the DatePartsRuleFunction v3 #1437

Open nkeyy0 opened 5 months ago

nkeyy0 commented 5 months ago

The type of the DatePartsRuleFunction is incorrect, according to the implementation it looks like we pass DateParts instead of TimeParts, and it's confirmed in runtime. image

So replaced with correct type

nkeyy0 commented 3 months ago

Closes #1457