ngx-panzoom
Advanced tools
Comparing version 14.0.0 to 15.0.0
@@ -5,3 +5,3 @@ import { PanZoomModel } from './panzoom-model'; | ||
import { Rect } from './types/rect'; | ||
export declare type ZoomType = 'lastPoint' | 'viewCenter'; | ||
export type ZoomType = 'lastPoint' | 'viewCenter'; | ||
export interface PanZoomAPI { | ||
@@ -8,0 +8,0 @@ model: PanZoomModel; |
@@ -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>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<PanZoomComponent, "pan-zoom", never, { "config": "config"; }, {}, never, ["*"], false, never>; | ||
} |
@@ -10,6 +10,6 @@ { | ||
}, | ||
"version": "14.0.0", | ||
"version": "15.0.0", | ||
"peerDependencies": { | ||
"@angular/common": ">=14.0.0 < 15.0.0", | ||
"@angular/core": ">=14.0.0 < 15.0.0" | ||
"@angular/common": ">=15.0.0 < 16.0.0", | ||
"@angular/core": ">=15.0.0 < 16.0.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "dependencies": { |
@@ -22,2 +22,6 @@ # ngx-panzoom | ||
# Version 15.x Changes | ||
- Updated for Angular 15.x. | ||
# Version 14.x Changes | ||
@@ -24,0 +28,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
564441
340