Update list view api data retrieval

- Update ListViewHandler to use new method to retrieve data
- Update View definitions api to send fieldDefinitions as sub-object
- Update table and list view components to use new data format
- Move common front end interfaces to a common module
- UnEscape and sanitize html characters in varchar field
-- Add htmlSanitize pipe
- Update unit tests
This commit is contained in:
Clemente Raposo 2020-09-10 17:51:33 +01:00 committed by Dillon-Brown
parent b1c2f9efb1
commit 994b2c69bf
49 changed files with 307 additions and 158 deletions

View file

@ -11,6 +11,7 @@ module.exports = {
"map": [
["@app", "./core/app/src/app"],
["@base", "./core/app/src"],
["@app-common", "./core/app/src/app-common"],
["@views", "./core/app/views"],
["@fields", "./core/app/fields"],
["@services", "./core/app/src/services"],