vue-flatpickr-component
Version:
Vue.js component for Flatpickr date-time picker
19 lines (18 loc) • 366 B
JavaScript
const includedEvents = [
'onChange',
'onClose',
'onDestroy',
'onMonthChange',
'onOpen',
'onYearChange',
];
// Let's not emit these events by default
const excludedEvents = [
'onValueUpdate',
'onDayCreate',
'onParseConfig',
'onReady',
'onPreCalendarPosition',
'onKeyDown',
];
export { includedEvents, excludedEvents };