ngx-techlify-core 18.6.1 → 18.6.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.
@@ -26,7 +26,7 @@ export declare class FileDropperComponent implements OnInit {
26
26
  /**Method to add files in the array */
27
27
  addFiles(fileArray: any): void;
28
28
  /**Method to sort the files in asc */
29
- sortFiles(a: any, b: any): 1 | 0 | -1;
29
+ sortFiles(a: any, b: any): 0 | 1 | -1;
30
30
  /**Method tp validate the file size */
31
31
  fileSizeAllowed(file: any): boolean;
32
32
  /**Method invokes when the drop box is clicked to upload the file */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-techlify-core",
3
- "version": "18.6.1",
3
+ "version": "18.6.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18",
6
6
  "@angular/core": ">=18",