refactor: format and lint codebase (#971)
This commit is contained in:
24
app/assets/javascripts/Enums.ts
Normal file
24
app/assets/javascripts/Enums.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
export enum HtmlInputTypes {
|
||||
Button = 'button',
|
||||
Checkbox = 'checkbox',
|
||||
Color = 'color',
|
||||
Date = 'date',
|
||||
DateTimeLocal = 'datetime-local',
|
||||
Email = 'email',
|
||||
File = 'file',
|
||||
Hidden = 'hidden',
|
||||
Image = 'image',
|
||||
Month = 'month',
|
||||
Number = 'number',
|
||||
Password = 'password',
|
||||
Radio = 'radio',
|
||||
Range = 'range',
|
||||
Reset = 'reset',
|
||||
Search = 'search',
|
||||
Submit = 'submit',
|
||||
Tel = 'tel',
|
||||
Text = 'text',
|
||||
Time = 'time',
|
||||
Url = 'url',
|
||||
Week = 'week',
|
||||
}
|
||||
Reference in New Issue
Block a user