mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
[ADF-573] support for toggling enabled state (#1912)
This commit is contained in:
committed by
Eugenio Romano
parent
38b68a8fc1
commit
a7ddf32ec4
@@ -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