Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iplab/ngx-file-upload

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iplab/ngx-file-upload - npm Package Compare versions

Comparing version 14.0.0 to 15.0.0

2

lib/components/attribute/file-upload-attr.component.d.ts

@@ -35,4 +35,4 @@ import { OnInit, ElementRef, Renderer2, OnDestroy, TemplateRef, AfterViewInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadAttributeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadAttributeComponent, "[file-drop-zone]", never, { "control": "control"; }, {}, ["templateRef"], ["*"], false>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadAttributeComponent, "[file-drop-zone]", never, { "control": "control"; }, {}, ["templateRef"], ["*"], false, never>;
}
//# sourceMappingURL=file-upload-attr.component.d.ts.map
import * as i0 from "@angular/core";
export declare class FileUploadDropZoneComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadDropZoneComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadDropZoneComponent, "file-upload-drop-zone", never, {}, {}, never, ["*"], false>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadDropZoneComponent, "file-upload-drop-zone", never, {}, {}, never, ["*"], false, never>;
}
//# sourceMappingURL=file-upload-drop-zone.component.d.ts.map

@@ -12,4 +12,4 @@ import { OnInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadIconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadIconComponent, "file-upload-icon", never, { "file": "file"; }, {}, never, never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadIconComponent, "file-upload-icon", never, { "file": "file"; }, {}, never, never, false, never>;
}
//# sourceMappingURL=file-upload-icon.component.d.ts.map

@@ -13,4 +13,4 @@ import { FileUploadControl } from '../../helpers/control.class';

static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadListItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadListItemComponent, "file-upload-list-item", never, { "index": "index"; "file": "file"; "control": "control"; }, {}, never, ["*"], false>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadListItemComponent, "file-upload-list-item", never, { "index": "index"; "file": "file"; "control": "control"; }, {}, never, ["*"], false, never>;
}
//# sourceMappingURL=file-upload-list-item.component.d.ts.map

@@ -31,4 +31,4 @@ import { FileUploadControl } from './../helpers/control.class';

static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadAbstract, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FileUploadAbstract, never, never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FileUploadAbstract, never, never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=file-upload-abstract.component.d.ts.map

@@ -64,4 +64,4 @@ import { ElementRef, Renderer2, TemplateRef, ChangeDetectorRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "file-upload:not([simple])", never, { "control": "control"; "animation": "animation"; "multiple": "multiple"; }, {}, ["templateRef", "listItem"], never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "file-upload:not([simple])", never, { "control": "control"; "animation": "animation"; "multiple": "multiple"; }, {}, ["templateRef", "listItem"], never, false, never>;
}
//# sourceMappingURL=file-upload.component.d.ts.map

@@ -33,4 +33,4 @@ import { ElementRef, Renderer2, TemplateRef, ChangeDetectorRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<SimpleFileUploadComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SimpleFileUploadComponent, "file-upload[simple]", never, { "control": "control"; }, {}, ["buttonRef", "placeholderRef"], never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<SimpleFileUploadComponent, "file-upload[simple]", never, { "control": "control"; }, {}, ["buttonRef", "placeholderRef"], never, false, never>;
}
//# sourceMappingURL=simple-file-upload.component.d.ts.map

@@ -13,4 +13,4 @@ import { SimpleChanges, OnChanges, AfterViewInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<FilesAcceptDirective, [{ optional: true; host: true; self: true; }, { optional: true; host: true; self: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesAcceptDirective, "file-upload[accept]", never, { "accept": "accept"; }, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesAcceptDirective, "file-upload[accept]", never, { "accept": "accept"; }, {}, never, never, false, never>;
}
//# sourceMappingURL=attribute.directive.d.ts.map

@@ -14,4 +14,4 @@ import { SimpleChanges, OnChanges, AfterViewInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<FilesDiscardDirective, [{ optional: true; host: true; self: true; }, { optional: true; host: true; self: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesDiscardDirective, "file-upload[discard]", never, { "discard": "discard"; }, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesDiscardDirective, "file-upload[discard]", never, { "discard": "discard"; }, {}, never, never, false, never>;
}
//# sourceMappingURL=discard.directive.d.ts.map

@@ -14,4 +14,4 @@ import { SimpleChanges, OnChanges, AfterViewInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<FilesNativeDirective, [{ optional: true; host: true; self: true; }, { optional: true; host: true; self: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesNativeDirective, "file-upload[native]", never, { "native": "native"; }, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesNativeDirective, "file-upload[native]", never, { "native": "native"; }, {}, never, never, false, never>;
}
//# sourceMappingURL=native.directive.d.ts.map

@@ -35,3 +35,3 @@ import { OnChanges, SimpleChanges } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<FileSizeValidator, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FileSizeValidator, "file-upload[filesize][formControlName], file-upload[filesize][formControl], file-upload[filesize][ngModel], file-upload[minsize][formControlName], file-upload[minsize][formControl], file-upload[minsize][ngModel], file-upload[maxsize][formControlName], file-upload[maxsize][formControl], file-upload[maxsize][ngModel]", never, { "filesize": "filesize"; "minsize": "minsize"; "maxsize": "maxsize"; }, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FileSizeValidator, "file-upload[filesize][formControlName], file-upload[filesize][formControl], file-upload[filesize][ngModel], file-upload[minsize][formControlName], file-upload[minsize][formControl], file-upload[minsize][ngModel], file-upload[maxsize][formControlName], file-upload[maxsize][formControl], file-upload[maxsize][ngModel]", never, { "filesize": "filesize"; "minsize": "minsize"; "maxsize": "maxsize"; }, {}, never, never, false, never>;
}

@@ -59,3 +59,3 @@ /**

static ɵfac: i0.ɵɵFactoryDeclaration<FilesLimitValidator, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesLimitValidator, "file-upload[fileslimit][formControlName], file-upload[fileslimit][formControl], file-upload[fileslimit][ngModel]", never, { "fileslimit": "fileslimit"; }, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesLimitValidator, "file-upload[fileslimit][formControlName], file-upload[fileslimit][formControl], file-upload[fileslimit][ngModel]", never, { "fileslimit": "fileslimit"; }, {}, never, never, false, never>;
}

@@ -85,4 +85,4 @@ /**

static ɵfac: i0.ɵɵFactoryDeclaration<FilesAcceptValidator, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesAcceptValidator, "file-upload[accept][formControlName], file-upload[accept][formControl], file-upload[accept][ngModel]", never, { "accept": "accept"; }, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesAcceptValidator, "file-upload[accept][formControlName], file-upload[accept][formControl], file-upload[accept][ngModel]", never, { "accept": "accept"; }, {}, never, never, false, never>;
}
//# sourceMappingURL=validators.directive.d.ts.map

@@ -6,3 +6,3 @@ {

"bugs": "https://github.com/pIvan/file-upload/issues",
"version": "14.0.0",
"version": "15.0.0",
"author": "Ivan Pintar",

@@ -29,5 +29,5 @@ "license": "MIT",

"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/animations": "^14.0.0",
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/animations": "^15.0.0",
"rxjs": "^7.0.0"

@@ -34,0 +34,0 @@ },

@@ -26,3 +26,3 @@ # @iplab/ngx-file-upload

- Angular 13
- Angular 14
```shell

@@ -29,0 +29,0 @@ with older version of Angular use @iplab/ngx-file-upload@version < 4.0.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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc