mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 17:27:48 +00:00
refactor(gui): linting
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -1,33 +1,33 @@
|
||||
export default {
|
||||
'ID': {},
|
||||
'ForeignKey': {},
|
||||
'SingleLineText': {w: '150px'},
|
||||
'LongText': {w: '400px'},
|
||||
'Attachment': {},
|
||||
'Checkbox': {},
|
||||
'MultiSelect': {w: '200px'},
|
||||
'SingleSelect': {w: '200px'},
|
||||
'Collaborator': {},
|
||||
'Date': {},
|
||||
'Year': {},
|
||||
'Time': {},
|
||||
'PhoneNumber': {},
|
||||
'Email': {},
|
||||
'URL': {},
|
||||
'Number': {},
|
||||
'Decimal': {},
|
||||
'Currency': {},
|
||||
'Percent': {},
|
||||
'Duration': {},
|
||||
'Rating': {},
|
||||
'Formula': {},
|
||||
'Rollup': {},
|
||||
'Count': {},
|
||||
'Lookup': {},
|
||||
'DateTime': {},
|
||||
'CreateTime': {},
|
||||
'LastModifiedTime': {},
|
||||
'AutoNumber': {},
|
||||
'Barcode': {},
|
||||
'Button': {},
|
||||
ID: {},
|
||||
ForeignKey: {},
|
||||
SingleLineText: { w: '150px' },
|
||||
LongText: { w: '400px' },
|
||||
Attachment: {},
|
||||
Checkbox: {},
|
||||
MultiSelect: { w: '200px' },
|
||||
SingleSelect: { w: '200px' },
|
||||
Collaborator: {},
|
||||
Date: {},
|
||||
Year: {},
|
||||
Time: {},
|
||||
PhoneNumber: {},
|
||||
Email: {},
|
||||
URL: {},
|
||||
Number: {},
|
||||
Decimal: {},
|
||||
Currency: {},
|
||||
Percent: {},
|
||||
Duration: {},
|
||||
Rating: {},
|
||||
Formula: {},
|
||||
Rollup: {},
|
||||
Count: {},
|
||||
Lookup: {},
|
||||
DateTime: {},
|
||||
CreateTime: {},
|
||||
LastModifiedTime: {},
|
||||
AutoNumber: {},
|
||||
Barcode: {},
|
||||
Button: {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user