mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
update doc (#8386)
This commit is contained in:
@@ -29,9 +29,12 @@ import { NodeCommentsService } from './services/node-comments.service';
|
||||
}]
|
||||
})
|
||||
export class NodeCommentsComponent {
|
||||
|
||||
/** nodeId of the document that has comments */
|
||||
@Input()
|
||||
nodeId: string;
|
||||
|
||||
/** make the comments component readOnly */
|
||||
@Input()
|
||||
readOnly: boolean;
|
||||
}
|
||||
|
@@ -29,7 +29,7 @@ import { SearchFacetFiltersService } from '../../services/search-facet-filters.s
|
||||
export class SearchChipListComponent {
|
||||
|
||||
@Input()
|
||||
/** @deprecated This is not required since ADF 4.5.0 */
|
||||
/** This is not required since ADF 4.5.0 @deprecated*/
|
||||
searchFilter: SearchFilterComponent;
|
||||
|
||||
/** Flag used to enable the display of a clear-all-filters button. */
|
||||
|
Reference in New Issue
Block a user