UNPKG

@fatihbasar/vue-flatpickr-component

Version:
22 lines (19 loc) 410 B
// Events to emit, copied from flatpickr source 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}