mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
update documentation 4.0.0 (#5968)
This commit is contained in:
@@ -75,7 +75,7 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy {
|
||||
@Input()
|
||||
displayDefaultProperties: boolean = true;
|
||||
|
||||
/** (Optional) shows the given aspect in the expanded card */
|
||||
/** (optional) shows the given aspect in the expanded card */
|
||||
@Input()
|
||||
displayAspect: string = null;
|
||||
|
||||
|
@@ -170,6 +170,7 @@ export class DocumentListService implements DocumentListLoader {
|
||||
* @param pagination
|
||||
* @param includeFields List of data field names to include in the results
|
||||
* @param where Optionally filter the list
|
||||
* @param orderBy order by node property
|
||||
* @returns Details of the folder
|
||||
*/
|
||||
loadFolderByNodeId(nodeId: string, pagination: PaginationModel, includeFields: string[], where?: string, orderBy?: string[]): Observable<DocumentLoaderNode> {
|
||||
|
@@ -52,7 +52,8 @@ export class SearchHeaderComponent implements OnInit, OnChanges, OnDestroy {
|
||||
@Input()
|
||||
col: DataColumn;
|
||||
|
||||
@Input()
|
||||
/** (optional) Initial filter value to sort . */
|
||||
@Input()
|
||||
value: any;
|
||||
|
||||
/** The id of the current folder of the document list. */
|
||||
@@ -67,6 +68,7 @@ export class SearchHeaderComponent implements OnInit, OnChanges, OnDestroy {
|
||||
@Input()
|
||||
skipCount: number;
|
||||
|
||||
/** The sorting to apply to the the filter. */
|
||||
@Input()
|
||||
sorting: string = null;
|
||||
|
||||
|
Reference in New Issue
Block a user