mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
#384 Change API name, add docs, fix demo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<alfresco-document-menu-action *ngIf="contentMenuActions"
|
||||
<alfresco-document-menu-action *ngIf="creationMenuActions"
|
||||
[currentFolderPath]="currentFolderPath"
|
||||
(onSuccess)="onActionMenuSuccess($event)"
|
||||
(onError)="onActionMenuError($event)">
|
||||
|
@@ -87,10 +87,10 @@ export class DocumentList implements OnInit, AfterContentInit {
|
||||
contentActions: boolean = false;
|
||||
|
||||
@Input()
|
||||
contentMenuActions: boolean = true;
|
||||
contextMenuActions: boolean = false;
|
||||
|
||||
@Input()
|
||||
contextMenuActions: boolean = false;
|
||||
creationMenuActions: boolean = true;
|
||||
|
||||
@Input()
|
||||
pageSize: number = DocumentList.DEFAULT_PAGE_SIZE;
|
||||
|
Reference in New Issue
Block a user