mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
ACS-7390: Migrating content components to Standalone (#9997)
* ACS-7393: content metadata as standalone * ACS-7408: version manager as standalone * ACS-7408: version manager as standalone * ACS-7408: version manager as standalone * ACS-7407: upload as standalone * ACS-7404: tag as standalone * ACS-7404: tag as standalone * ACS-7401: permission manager as standalone * ACS-7395: content node share as standalone * ACS-7402: search components [ci:force] * ACS-7402: search components [ci:force] * content node selector panel * content node selector panel * Revert "content node selector panel" This reverts commit3ad828e443
. * Revert "content node selector panel" This reverts commit5a2cd5a5b3
.
This commit is contained in:
@@ -24,11 +24,11 @@ export const INPUT_FOCUS_CSS_CLASS = 'adf-file-draggable-input-focus';
|
||||
export const DROP_EFFECT = 'copy';
|
||||
|
||||
@Directive({
|
||||
selector: '[adf-file-draggable]'
|
||||
selector: '[adf-file-draggable]',
|
||||
standalone: true
|
||||
})
|
||||
export class FileDraggableDirective implements OnInit, OnDestroy {
|
||||
|
||||
files: File [];
|
||||
files: File[];
|
||||
|
||||
/** Enables/disables drag-and-drop functionality. */
|
||||
@Input('adf-file-draggable')
|
||||
|
Reference in New Issue
Block a user