icehaunter / vue3-datepicker

Simple datepicker component for Vue 3
https://icehaunter.github.io/vue3-datepicker/
MIT License
150 stars 155 forks source link

Add emitted events #14

Open icehaunter opened 3 years ago

icehaunter commented 3 years ago

It would be great to emit at least some events which were present in a previous version:

(Quoting from the previous docs): Event Output Description
opened [done] The picker is opened
closed [done] The picker is closed
selected Date|null A date has been selected
selectedDisabled Object A disabled date has been selected
input Date|null Input value has been modified
cleared Selected date has been cleared
changedMonth [done] Object Month page has been changed
changedYear [done] Object Year page has been changed
changedDecade [done] Object Decade page has been changed
adamorlowskipoland commented 3 years ago

What is up with this? Will it be implemented?