mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-573] support for toggling enabled state (#1912)
This commit is contained in:
committed by
Eugenio Romano
parent
6f37612563
commit
99c7bde6b6
@@ -36,6 +36,9 @@ export class UploadDragAreaComponent {
|
|||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
* @memberof UploadButtonComponent
|
* @memberof UploadButtonComponent
|
||||||
*/
|
*/
|
||||||
|
@Input()
|
||||||
|
enabled: boolean = true;
|
||||||
|
|
||||||
@Input()
|
@Input()
|
||||||
showNotificationBar: boolean = true;
|
showNotificationBar: boolean = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user