TypeSript support
- Added TypeScript support (
examplesuses TS,sandboxuses JS) - Updated Babel, Webpack
- For
fieldwidget slightly changed format offormatValue()andsqlFormatValue()functions - argumentrightFieldDefis now last one - Added
defaultValuein field config - All
fieldSettingswill be now passed to widget props listValuesandallowCustomValuesmoved insidefieldSettings
See:
- index.d.ts
- examples in TS (
npm run examples)
TODO:
- Probably it worth adding comments in
index.d.tsalso.