@ecodev/natural 57.0.0 → 57.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,8 +10,9 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
*
|
|
11
11
|
* In most cases you probably also want click-to-select, so you should use:
|
|
12
12
|
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
13
|
+
* ```html
|
|
14
|
+
* <div naturalFileDrop [selectable]="true"></div>
|
|
15
|
+
* ```
|
|
15
16
|
*/
|
|
16
17
|
export declare class NaturalFileDropDirective extends NaturalAbstractFile implements OnInit {
|
|
17
18
|
fileOverClass: boolean;
|