@ecodev/natural 63.3.0 → 63.3.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.
|
@@ -16,7 +16,7 @@ export declare class NaturalFileComponent implements OnInit, OnChanges {
|
|
|
16
16
|
* Overrides the default download link by passing a function that received the
|
|
17
17
|
* file object and returns the download link
|
|
18
18
|
*/
|
|
19
|
-
|
|
19
|
+
downloadLinkFn?: (file: FileModel | null) => null | string;
|
|
20
20
|
/**
|
|
21
21
|
* Comma-separated list of unique file type specifiers. Like the native element,
|
|
22
22
|
* it can be a mix of mime-type and file extensions.
|