mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* Deprecate enabled input property in UploadDragAreaComponent * Refactoring about disabled property * using adf-node-permission directive, deprecating disableWithNoPermission * Parent component access from directive * Upliad drag area component uses the directive also * Usage of property instead of helper method in the NodePermissionSubjects * Fix small issues * Update readme files
9 lines
373 B
HTML
9 lines
373 B
HTML
<div [file-draggable]="isDroppable()" id="UploadBorder" class="upload-border"
|
|
(onFilesDropped)="onFilesDropped($event)"
|
|
(onFilesEntityDropped)="onFilesEntityDropped($event)"
|
|
(onFolderEntityDropped)="onFolderEntityDropped($event)"
|
|
(upload-files)="onUploadFiles($event)"
|
|
dropzone="" webkitdropzone="*" #droparea>
|
|
<ng-content></ng-content>
|
|
</div>
|