mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
bb664a283b
commit
dbe88a5efc
@@ -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": {
|
||||
|
Reference in New Issue
Block a user