mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
search fixes (#3272)
* "show less" button for search filter container * consistent button styles across widgets * i18n support for facets * page sizes for check list * display page buttons only when needed * page sizes for all facet fields * test fixes * update lib versions * fix angular configuration
This commit is contained in:
committed by
Eugenio Romano
parent
87a464907c
commit
ba35eda2f9
@@ -519,7 +519,7 @@
|
||||
"description": "This specifies the facet field."
|
||||
},
|
||||
"mincount": {
|
||||
"type": "integer",
|
||||
"type": "number",
|
||||
"description": "This specifies the minimum count required for a facet field to be included in the response. The default value is 1."
|
||||
},
|
||||
"label": {
|
||||
@@ -531,9 +531,13 @@
|
||||
"description": "This restricts the possible constraints to only indexed values with a specified prefix."
|
||||
},
|
||||
"limit": {
|
||||
"type": "integer",
|
||||
"type": "number",
|
||||
"description": "Maximum number of results"
|
||||
},
|
||||
"pageSize": {
|
||||
"type": "number",
|
||||
"description": "Display page size"
|
||||
},
|
||||
"offset": { "type": "integer" }
|
||||
}
|
||||
}
|
||||
@@ -583,8 +587,14 @@
|
||||
"type": "object",
|
||||
"required": [ "selector", "settings" ],
|
||||
"properties": {
|
||||
"selector": { "type": "string" },
|
||||
"settings": { "type": "object" }
|
||||
"selector": {
|
||||
"description": "Unique component runtime identifier",
|
||||
"type": "string"
|
||||
},
|
||||
"settings": {
|
||||
"description": "Component-specific settings",
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user