ngx-pinch-zoom
Advanced tools
Comparing version 1.0.2 to 1.0.3
"use strict"; | ||
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
}; | ||
exports.__esModule = true; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var core_1 = require("@angular/core"); | ||
@@ -139,28 +133,45 @@ var PinchZoomComponent = (function () { | ||
__decorate([ | ||
core_1.Input('height') | ||
], PinchZoomComponent.prototype, "containerHeight"); | ||
core_1.Input('height'), | ||
__metadata("design:type", String) | ||
], PinchZoomComponent.prototype, "containerHeight", void 0); | ||
__decorate([ | ||
core_1.HostBinding('style.display') | ||
], PinchZoomComponent.prototype, "hostDisplay"); | ||
core_1.HostBinding('style.display'), | ||
__metadata("design:type", String) | ||
], PinchZoomComponent.prototype, "hostDisplay", void 0); | ||
__decorate([ | ||
core_1.HostBinding('style.overflow') | ||
], PinchZoomComponent.prototype, "hostOverflow"); | ||
core_1.HostBinding('style.overflow'), | ||
__metadata("design:type", String) | ||
], PinchZoomComponent.prototype, "hostOverflow", void 0); | ||
__decorate([ | ||
core_1.HostBinding('style.height') | ||
], PinchZoomComponent.prototype, "hostHeight"); | ||
core_1.HostBinding('style.height'), | ||
__metadata("design:type", String) | ||
], PinchZoomComponent.prototype, "hostHeight", void 0); | ||
__decorate([ | ||
core_1.ViewChild('content') | ||
], PinchZoomComponent.prototype, "contentEl"); | ||
core_1.ViewChild('content'), | ||
__metadata("design:type", typeof (_a = typeof core_1.ElementRef !== "undefined" && core_1.ElementRef) === "function" && _a || Object) | ||
], PinchZoomComponent.prototype, "contentEl", void 0); | ||
__decorate([ | ||
core_1.HostListener('window:resize', ['$event']) | ||
], PinchZoomComponent.prototype, "onResize"); | ||
core_1.HostListener('window:resize', ['$event']), | ||
__metadata("design:type", Function), | ||
__metadata("design:paramtypes", [Object]), | ||
__metadata("design:returntype", void 0) | ||
], PinchZoomComponent.prototype, "onResize", null); | ||
__decorate([ | ||
core_1.HostListener('touchstart', ['$event']) | ||
], PinchZoomComponent.prototype, "touchstartHandler"); | ||
core_1.HostListener('touchstart', ['$event']), | ||
__metadata("design:type", Function), | ||
__metadata("design:paramtypes", [Object]), | ||
__metadata("design:returntype", void 0) | ||
], PinchZoomComponent.prototype, "touchstartHandler", null); | ||
__decorate([ | ||
core_1.HostListener('touchmove', ['$event']) | ||
], PinchZoomComponent.prototype, "touchmoveHandler"); | ||
core_1.HostListener('touchmove', ['$event']), | ||
__metadata("design:type", Function), | ||
__metadata("design:paramtypes", [Object]), | ||
__metadata("design:returntype", void 0) | ||
], PinchZoomComponent.prototype, "touchmoveHandler", null); | ||
__decorate([ | ||
core_1.HostListener('touchend', ['$event']) | ||
], PinchZoomComponent.prototype, "touchendHandler"); | ||
core_1.HostListener('touchend', ['$event']), | ||
__metadata("design:type", Function), | ||
__metadata("design:paramtypes", [Object]), | ||
__metadata("design:returntype", void 0) | ||
], PinchZoomComponent.prototype, "touchendHandler", null); | ||
PinchZoomComponent = __decorate([ | ||
@@ -170,4 +181,7 @@ core_1.Component({ | ||
templateUrl: './pinch-zoom.component.html' | ||
}) | ||
}), | ||
__metadata("design:paramtypes", [typeof (_b = typeof core_1.ElementRef !== "undefined" && core_1.ElementRef) === "function" && _b || Object]) | ||
], PinchZoomComponent); | ||
exports.PinchZoomComponent = PinchZoomComponent; | ||
var _a, _b; | ||
//# sourceMappingURL=pinch-zoom.component.js.map |
{ | ||
"name": "ngx-pinch-zoom", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Pinch zoom component for angular.", | ||
@@ -5,0 +5,0 @@ "main": "pinch-zoom.component.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
25422
12
406
1