[ADF-2451] Reviewed component docs and fixed package.json (#3118)

* [ADF-2451] Reviewed component docs and fixed package.json issues

* [ADF-2451] Fixed permission list brief desc and rebuilt indexes

* [ADF-2451] Fixed incorrect filename for inherited button directive docs
This commit is contained in:
Andy Stark
2018-03-26 13:32:12 +01:00
committed by Eugenio Romano
parent 396d9104ee
commit 838842caac
10 changed files with 108 additions and 47 deletions

View File

@@ -31,6 +31,7 @@ import { FileModel, EXTENDIBLE_COMPONENT } from '@alfresco/adf-core';
})
export class UploadVersionButtonComponent extends UploadButtonComponent implements OnChanges {
/** (**Required**) The node to be versioned. */
@Input()
node: MinimalNodeEntryEntity;