@ecodev/natural 63.3.2 → 63.3.3

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.
@@ -12,11 +12,6 @@ export declare class NaturalFileComponent implements OnInit, OnChanges {
12
12
  readonly fontSize: import("@angular/core").Signal<number>;
13
13
  action: 'upload' | 'download' | null;
14
14
  backgroundSize: string;
15
- /**
16
- * Overrides the default download link by passing a function that received the
17
- * file object and returns the download link
18
- */
19
- downloadLinkFn?: (file: FileModel | null) => null | string;
20
15
  /**
21
16
  * Comma-separated list of unique file type specifiers. Like the native element,
22
17
  * it can be a mix of mime-type and file extensions.
@@ -59,5 +54,5 @@ export declare class NaturalFileComponent implements OnInit, OnChanges {
59
54
  private updateImage;
60
55
  private getBase64;
61
56
  static ɵfac: i0.ɵɵFactoryDeclaration<NaturalFileComponent, never>;
62
- static ɵcmp: i0.ɵɵComponentDeclaration<NaturalFileComponent, "natural-file", never, { "height": { "alias": "height"; "required": false; "isSignal": true; }; "action": { "alias": "action"; "required": false; }; "backgroundSize": { "alias": "backgroundSize"; "required": false; }; "downloadLinkFn": { "alias": "downloadLinkFn"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "uploader": { "alias": "uploader"; "required": false; }; "model": { "alias": "model"; "required": false; }; "formCtrl": { "alias": "formCtrl"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, true, never>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<NaturalFileComponent, "natural-file", never, { "height": { "alias": "height"; "required": false; "isSignal": true; }; "action": { "alias": "action"; "required": false; }; "backgroundSize": { "alias": "backgroundSize"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "uploader": { "alias": "uploader"; "required": false; }; "model": { "alias": "model"; "required": false; }; "formCtrl": { "alias": "formCtrl"; "required": false; }; }, { "modelChange": "modelChange"; }, never, never, true, never>;
63
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecodev/natural",
3
- "version": "63.3.2",
3
+ "version": "63.3.3",
4
4
  "license": "MIT",
5
5
  "repository": "github:Ecodev/natural",
6
6
  "sideEffects": false,