@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
- private downloadLinkFn?;
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecodev/natural",
3
- "version": "63.3.0",
3
+ "version": "63.3.2",
4
4
  "license": "MIT",
5
5
  "repository": "github:Ecodev/natural",
6
6
  "sideEffects": false,