[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 14:32:12 +02:00
committed by Eugenio Romano
parent 396d9104ee
commit 838842caac
10 changed files with 108 additions and 47 deletions
@@ -20,6 +20,7 @@ import { Input } from '@angular/core';
export abstract class UploadBase {
/** Filter for accepted file types. */
@Input()
acceptedFilesType: string = '*';
@@ -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;
+4
View File
@@ -125,6 +125,9 @@
"loader-utils": "1.1.0",
"markdown-toc": "1.1.0",
"markdownlint-cli": "^0.3.1",
"mdast-util-heading-range": "^2.1.0",
"mdast-util-toc": "^2.0.1",
"mdast-zone": "^3.0.1",
"merge-stream": "1.0.1",
"nconf": "^0.10.0",
"ng-packagr": "2.2.0",
@@ -132,6 +135,7 @@
"null-loader": "0.1.1",
"raw-loader": "0.5.1",
"remap-istanbul": "0.6.3",
"remark-frontmatter": "^1.2.0",
"rimraf": "^2.6.2",
"rollup-plugin-cleanup": "^2.0.0",
"rollup-plugin-commonjs": "8.3.0",