ngx-panzoom
Advanced tools
Comparing version 15.0.0 to 16.0.0
@@ -99,3 +99,3 @@ import { OnInit, AfterViewInit, OnDestroy, NgZone } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PanZoomComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<PanZoomComponent, "pan-zoom", never, { "config": "config"; }, {}, never, ["*"], false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<PanZoomComponent, "pan-zoom", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, ["*"], true, never>; | ||
} |
@@ -5,4 +5,4 @@ import * as i0 from "@angular/core"; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxPanZoomModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxPanZoomModule, [typeof i1.PanZoomComponent], never, [typeof i1.PanZoomComponent]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxPanZoomModule, never, [typeof i1.PanZoomComponent], [typeof i1.PanZoomComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<NgxPanZoomModule>; | ||
} |
@@ -10,6 +10,6 @@ { | ||
}, | ||
"version": "15.0.0", | ||
"version": "16.0.0", | ||
"peerDependencies": { | ||
"@angular/common": ">=15.0.0 < 16.0.0", | ||
"@angular/core": ">=15.0.0 < 16.0.0" | ||
"@angular/common": ">=16.0.0 < 17.0.0", | ||
"@angular/core": ">=16.0.0 < 17.0.0" | ||
}, | ||
@@ -19,7 +19,3 @@ "dependencies": { | ||
}, | ||
"module": "fesm2015/ngx-panzoom.mjs", | ||
"es2020": "fesm2020/ngx-panzoom.mjs", | ||
"esm2020": "esm2020/ngx-panzoom.mjs", | ||
"fesm2020": "fesm2020/ngx-panzoom.mjs", | ||
"fesm2015": "fesm2015/ngx-panzoom.mjs", | ||
"module": "fesm2022/ngx-panzoom.mjs", | ||
"typings": "index.d.ts", | ||
@@ -32,7 +28,5 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ngx-panzoom.mjs", | ||
"es2020": "./fesm2020/ngx-panzoom.mjs", | ||
"es2015": "./fesm2015/ngx-panzoom.mjs", | ||
"node": "./fesm2015/ngx-panzoom.mjs", | ||
"default": "./fesm2020/ngx-panzoom.mjs" | ||
"esm2022": "./esm2022/ngx-panzoom.mjs", | ||
"esm": "./esm2022/ngx-panzoom.mjs", | ||
"default": "./fesm2022/ngx-panzoom.mjs" | ||
} | ||
@@ -39,0 +33,0 @@ }, |
@@ -7,1 +7,2 @@ export * from './lib/panzoom.module'; | ||
export * from './lib/types/panzoom-config-options'; | ||
export { Rect } from './lib/types/rect'; |
@@ -22,2 +22,6 @@ # ngx-panzoom | ||
# Version 16.x Changes | ||
- Updated for Angular 16.x. | ||
# Version 15.x Changes | ||
@@ -24,0 +28,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
344
398230
26
2838
1