@ngx-dropzone/material
Advanced tools
Comparing version 18.1.2 to 19.0.0
@@ -33,3 +33,3 @@ import { AfterContentChecked, AfterContentInit, QueryList } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MatDropzone, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<MatDropzone, "ngx-mat-dropzone", ["matDropzone"], { "userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, ["_matChips"], ["[fileInput]", "mat-chip-row"], false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<MatDropzone, "ngx-mat-dropzone", ["matDropzone"], { "userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, ["_matChips"], ["[fileInput]", "mat-chip-row"], true, never>; | ||
} |
@@ -26,6 +26,6 @@ { | ||
"peerDependencies": { | ||
"@angular/common": "^18.0.0", | ||
"@angular/core": "^18.0.0", | ||
"@angular/forms": "^18.0.0", | ||
"@ngx-dropzone/cdk": "^18.0.0", | ||
"@angular/common": "^19.0.0", | ||
"@angular/core": "^19.0.0", | ||
"@angular/forms": "^19.0.0", | ||
"@ngx-dropzone/cdk": "^19.0.0", | ||
"rxjs": "^7.4.0" | ||
@@ -41,4 +41,2 @@ }, | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/ngx-dropzone-material.mjs", | ||
"esm": "./esm2022/ngx-dropzone-material.mjs", | ||
"default": "./fesm2022/ngx-dropzone-material.mjs" | ||
@@ -51,3 +49,3 @@ } | ||
}, | ||
"version": "18.1.2" | ||
"version": "19.0.0" | ||
} |
export * from './lib/mat-dropzone'; | ||
export * from './lib/material.module'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19000
8
179