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 15.0.0 to 16.0.0

esm2022/iplab-ngx-file-upload.mjs

0

index.d.ts

@@ -0,0 +0,0 @@ /**

import { AnimationTriggerMetadata } from '@angular/animations';
export declare const InsertAnimation: AnimationTriggerMetadata;
//# sourceMappingURL=insert.animation.d.ts.map
import { AnimationTriggerMetadata } from '@angular/animations';
export declare const ZoomAnimation: AnimationTriggerMetadata;
//# sourceMappingURL=zoom.animation.d.ts.map

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, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadAttributeComponent, "[file-drop-zone]", never, { "control": { "alias": "control"; "required": false; }; }, {}, ["templateRef"], ["*"], false, never>;
}
//# sourceMappingURL=file-upload-attr.component.d.ts.map

@@ -0,0 +0,0 @@ import * as i0 from "@angular/core";

@@ -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, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadIconComponent, "file-upload-icon", never, { "file": { "alias": "file"; "required": false; }; }, {}, 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, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadListItemComponent, "file-upload-list-item", never, { "index": { "alias": "index"; "required": false; }; "file": { "alias": "file"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, {}, never, ["*"], false, never>;
}
//# sourceMappingURL=file-upload-list-item.component.d.ts.map

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

@@ -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, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "file-upload:not([simple])", never, { "control": { "alias": "control"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; }, {}, ["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, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SimpleFileUploadComponent, "file-upload[simple]", never, { "control": { "alias": "control"; "required": false; }; }, {}, ["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, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesAcceptDirective, "file-upload[accept]", never, { "accept": { "alias": "accept"; "required": false; }; }, {}, 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, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesDiscardDirective, "file-upload[discard]", never, { "discard": { "alias": "discard"; "required": false; }; }, {}, 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, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesNativeDirective, "file-upload[native]", never, { "native": { "alias": "native"; "required": false; }; }, {}, 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, 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": { "alias": "filesize"; "required": false; }; "minsize": { "alias": "minsize"; "required": false; }; "maxsize": { "alias": "maxsize"; "required": false; }; }, {}, 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, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesLimitValidator, "file-upload[fileslimit][formControlName], file-upload[fileslimit][formControl], file-upload[fileslimit][ngModel]", never, { "fileslimit": { "alias": "fileslimit"; "required": false; }; }, {}, 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, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesAcceptValidator, "file-upload[accept][formControlName], file-upload[accept][formControl], file-upload[accept][ngModel]", never, { "accept": { "alias": "accept"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=validators.directive.d.ts.map

@@ -0,0 +0,0 @@ import * as i0 from "@angular/core";

@@ -0,0 +0,0 @@ import { BehaviorSubject, Observable } from 'rxjs';

@@ -0,0 +0,0 @@ export interface IFileUploadControlConfiguration {

export declare function IsNullOrEmpty(value: any): boolean;
//# sourceMappingURL=helpers.class.d.ts.map

@@ -11,3 +11,3 @@ import { AbstractControl } from '@angular/forms';

}
export declare type ValidatorFn = (c: AbstractControl | FileUploadControl) => ValidationErrors | null;
export type ValidatorFn = (c: AbstractControl | FileUploadControl) => ValidationErrors | null;
export declare class FileUploadValidators {

@@ -14,0 +14,0 @@ /**

import { Renderer2 } from '@angular/core';
import * as i0 from "@angular/core";
export declare type ISize = 'B' | 'KB' | 'MB' | 'GB';
export type ISize = 'B' | 'KB' | 'MB' | 'GB';
export declare class FileUploadService {

@@ -5,0 +5,0 @@ private renderer;

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

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

@@ -34,7 +34,3 @@ "license": "MIT",

},
"module": "fesm2015/iplab-ngx-file-upload.mjs",
"es2020": "fesm2020/iplab-ngx-file-upload.mjs",
"esm2020": "esm2020/iplab-ngx-file-upload.mjs",
"fesm2020": "fesm2020/iplab-ngx-file-upload.mjs",
"fesm2015": "fesm2015/iplab-ngx-file-upload.mjs",
"module": "fesm2022/iplab-ngx-file-upload.mjs",
"typings": "index.d.ts",

@@ -47,7 +43,5 @@ "exports": {

"types": "./index.d.ts",
"esm2020": "./esm2020/iplab-ngx-file-upload.mjs",
"es2020": "./fesm2020/iplab-ngx-file-upload.mjs",
"es2015": "./fesm2015/iplab-ngx-file-upload.mjs",
"node": "./fesm2015/iplab-ngx-file-upload.mjs",
"default": "./fesm2020/iplab-ngx-file-upload.mjs"
"esm2022": "./esm2022/iplab-ngx-file-upload.mjs",
"esm": "./esm2022/iplab-ngx-file-upload.mjs",
"default": "./fesm2022/iplab-ngx-file-upload.mjs"
}

@@ -54,0 +48,0 @@ },

export * from './lib/file-upload.module';
//# sourceMappingURL=public_api.d.ts.map

@@ -22,7 +22,11 @@ # @iplab/ngx-file-upload

- Edge
- IE9-IE11
# Compatible with
- Angular 14
- Angular 16 (@iplab/ngx-file-upload@version >= 16.0.0)
- Angular 15 (@iplab/ngx-file-upload@version >= 15.0.0)
- Angular 14 (@iplab/ngx-file-upload@version >= 14.0.0)
- Angular 13 (@iplab/ngx-file-upload@version >= 13.0.0)
- Angular 12 (@iplab/ngx-file-upload@version >= 12.0.0)
- Angular 11 (@iplab/ngx-file-upload@version >= 11.0.0)
```shell

@@ -127,3 +131,3 @@ with older version of Angular use @iplab/ngx-file-upload@version < 4.0.0

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0.

@@ -151,3 +155,3 @@ [Angular CLI](https://github.com/angular/angular-cli) must be installed before building @iplab/ngx-file-upload project.

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0.

@@ -154,0 +158,0 @@

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