@iplab/ngx-file-upload
Advanced tools
Comparing version 14.0.1 to 14.0.2
@@ -6,5 +6,2 @@ import { FileUploadControl } from './../helpers/control.class'; | ||
export declare abstract class FileUploadAbstract implements OnInit, OnDestroy { | ||
protected readonly hostElementRef: ElementRef; | ||
protected readonly renderer: Renderer2; | ||
protected readonly cdr: ChangeDetectorRef; | ||
control: FileUploadControl; | ||
@@ -16,4 +13,6 @@ abstract input: ElementRef<HTMLInputElement>; | ||
protected readonly subscriptions: Array<Subscription>; | ||
protected readonly hostElementRef: ElementRef; | ||
protected readonly renderer: Renderer2; | ||
protected readonly cdr: ChangeDetectorRef; | ||
protected onChange: (v: Array<File>) => void; | ||
constructor(hostElementRef: ElementRef, renderer: Renderer2, cdr: ChangeDetectorRef); | ||
ngOnInit(): void; | ||
@@ -20,0 +19,0 @@ ngOnDestroy(): void; |
@@ -1,2 +0,2 @@ | ||
import { ElementRef, Renderer2, TemplateRef, ChangeDetectorRef } from '@angular/core'; | ||
import { ElementRef, TemplateRef } from '@angular/core'; | ||
import { ControlValueAccessor } from '@angular/forms'; | ||
@@ -27,3 +27,3 @@ import { AnimationEvent } from '@angular/animations'; | ||
listVisible: boolean; | ||
constructor(fileUploadService: FileUploadService, hostElementRef: ElementRef, renderer: Renderer2, document: any, cdr: ChangeDetectorRef); | ||
constructor(fileUploadService: FileUploadService, document: any); | ||
get hasFiles(): boolean; | ||
@@ -30,0 +30,0 @@ get isInvalid(): boolean; |
@@ -1,2 +0,2 @@ | ||
import { ElementRef, Renderer2, TemplateRef, ChangeDetectorRef } from '@angular/core'; | ||
import { ElementRef, TemplateRef } from '@angular/core'; | ||
import { ControlValueAccessor } from '@angular/forms'; | ||
@@ -15,3 +15,3 @@ import { FileUploadControl } from './../../helpers/control.class'; | ||
protected isMultiple: boolean | string; | ||
constructor(fileUploadService: FileUploadService, hostElementRef: ElementRef, renderer: Renderer2, cdr: ChangeDetectorRef); | ||
constructor(fileUploadService: FileUploadService); | ||
get hasFiles(): boolean; | ||
@@ -24,2 +24,3 @@ get isInvalid(): boolean; | ||
writeValue(files: any): void; | ||
trackByFn(index: number, item: File): string; | ||
/** | ||
@@ -26,0 +27,0 @@ * register function which will be called on UI change |
@@ -6,3 +6,3 @@ { | ||
"bugs": "https://github.com/pIvan/file-upload/issues", | ||
"version": "14.0.1", | ||
"version": "14.0.2", | ||
"author": "Ivan Pintar", | ||
@@ -32,2 +32,3 @@ "license": "MIT", | ||
"@angular/animations": "^14.0.0", | ||
"@angular/forms": "^14.0.0", | ||
"rxjs": "^7.0.0" | ||
@@ -34,0 +35,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1205161
9179
6