web-components
web-components copied to clipboard
[custom-field] Relocate parseValue/formatValue API
The current parseValue/formatValue API's are grouped under i18n object. Yet, the features have nothing to do with internationalization. This was initially done in order to align with the date picker's i18n.parseDate/i18n.formatDate APIs that work somewhat in similar fashion (and do relate to i18n).
Consider moving the APIs to root level and deprecating the current APIs under i18n