@cnamts/vue-dot
Version:
Implementation of our Design System for the French Health Insurance
25 lines (24 loc) • 369 B
text/typescript
export const config = {
textField: {
hint: 'Format JJ/MM/AAAA',
label: 'Date',
persistentHint: true,
validateOnBlur: false
},
menu: {
minWidth: '290px',
closeOnContentClick: false,
contentClass: 'vd-date-picker-menu'
},
btn: {
icon: true
},
datePicker: {
firstDayOfWeek: 1,
noTitle: true,
locale: 'fr'
},
icon: {
color: '#808080'
}
};