UNPKG

stimulus-flatpickr

Version:

A Stimulus Wrapper for Flatpickr library

54 lines (46 loc) 1.01 kB
const booleanOptions = [ 'allowInput', 'altInput', 'animate', 'clickOpens', 'closeOnSelect', 'disableMobile', 'enableSeconds', 'enableTime', 'inline', 'noCalendar', 'shorthandCurrentMonth', 'static', 'time_24hr', 'weekNumbers', 'wrap' ] const stringOptions = [ 'altInputClass', 'conjunction', 'mode', 'nextArrow', 'position', 'prevArrow', 'monthSelectorType' ] const numberOptions = [ 'defaultHour', 'defaultMinute', 'defaultSeconds', 'hourIncrement', 'minuteIncrement', 'showMonths' ] const arrayOptions = ['disable', 'enable', 'disableDaysOfWeek', 'enableDaysOfWeek'] const arrayOrStringOptions = ['defaultDate'] const dateOptions = ['maxDate', 'minDate', 'maxTime', 'minTime', 'now'] export const dateFormats = ['altFormat', 'ariaDateFormat', 'dateFormat'] export const options = { string: stringOptions, boolean: booleanOptions, date: dateOptions, array: arrayOptions, number: numberOptions, arrayOrString: arrayOrStringOptions }