mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2312] Sites Dropdown component - default select option (#2994)
* fix gallery view sort drop down empty values restore recent in main pace trashcan example demo shell add multi select * add selectable default value * remove change delete directive * remove fdescribe * missing return type
This commit is contained in:
@@ -57,9 +57,7 @@ export class NodeDeleteDirective implements OnChanges {
|
||||
@Input('adf-delete')
|
||||
selection: MinimalNodeEntity[] | DeletedNodeEntity[];
|
||||
|
||||
/** If true then the nodes are deleted immediately rather than being
|
||||
* put in the trash.
|
||||
*/
|
||||
/** If true then the nodes are deleted immediately rather than being put in the trash */
|
||||
@Input()
|
||||
permanent: boolean = false;
|
||||
|
||||
|
Reference in New Issue
Block a user