[ADF-2846] new facets (#3251)

* schema and configuration improvements

* check list search widget

* "Clear all" button to reset the list

* page size and "show more" for response facet fields

* test fixes

* fix tests

* fix pagination bug (skipCount reseting)

* integrate date range picker from #3248

* i18n support for date and number range

* some docs for search filter

* docs update

* docs update

* cleanup code as per review
This commit is contained in:
Denys Vuika
2018-05-01 14:49:03 +01:00
committed by Eugenio Romano
parent bb664a283b
commit dbe88a5efc
34 changed files with 1161 additions and 244 deletions

View File

@@ -173,11 +173,19 @@
"FILTER": {
"ACTIONS": {
"CLEAR": "Clear",
"APPLY": "Apply"
"APPLY": "Apply",
"CLEAR-ALL": "Clear all"
},
"RANGE": {
"FROM": "From",
"TO": "To"
"TO": "To",
"FROM-DATE": "Choose a date",
"TO-DATE": "Choose a date"
},
"VALIDATION": {
"REQUIRED-VALUE": "Required value",
"NO-DAYS": "No days selected.",
"INVALID-FORMAT": "Invalid Format"
}
},
"ICONS": {