angular2-imagelazyload-directive
Advanced tools
Comparing version 1.1.0 to 1.1.1
34
index.js
"use strict"; | ||
var core_1 = require('angular2/core'); | ||
var core_1 = require("angular2/core"); | ||
var ImageLazyLoadDirective = (function () { | ||
@@ -101,22 +101,22 @@ function ImageLazyLoadDirective(el) { | ||
}; | ||
__decorate([ | ||
core_1.Input(), | ||
__metadata('design:type', Number) | ||
], ImageLazyLoadDirective.prototype, "threshold", void 0); | ||
__decorate([ | ||
core_1.Input(), | ||
__metadata('design:type', Boolean) | ||
], ImageLazyLoadDirective.prototype, "fadeIn", void 0); | ||
__decorate([ | ||
core_1.Input(), | ||
__metadata('design:type', Number) | ||
], ImageLazyLoadDirective.prototype, "fadeInDuration", void 0); | ||
ImageLazyLoadDirective = __decorate([ | ||
core_1.Directive({ selector: '[imagelazyload]' }), | ||
__metadata('design:paramtypes', [core_1.ElementRef]) | ||
], ImageLazyLoadDirective); | ||
return ImageLazyLoadDirective; | ||
}()); | ||
__decorate([ | ||
core_1.Input(), | ||
__metadata("design:type", Number) | ||
], ImageLazyLoadDirective.prototype, "threshold", void 0); | ||
__decorate([ | ||
core_1.Input(), | ||
__metadata("design:type", Boolean) | ||
], ImageLazyLoadDirective.prototype, "fadeIn", void 0); | ||
__decorate([ | ||
core_1.Input(), | ||
__metadata("design:type", Number) | ||
], ImageLazyLoadDirective.prototype, "fadeInDuration", void 0); | ||
ImageLazyLoadDirective = __decorate([ | ||
core_1.Directive({ selector: '[imagelazyload]' }), | ||
__metadata("design:paramtypes", [core_1.ElementRef]) | ||
], ImageLazyLoadDirective); | ||
exports.ImageLazyLoadDirective = ImageLazyLoadDirective; | ||
; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "angular2-imagelazyload-directive", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Angular 2 Image Lazy Load Directive", | ||
@@ -38,10 +38,10 @@ "main": "index.js", | ||
"reflect-metadata": "^0.1.8", | ||
"rxjs": "5.0.0-beta.12", | ||
"rxjs": "5.0.2", | ||
"ts-helpers": "^1.1.1", | ||
"tslint": "^3.4.0", | ||
"tslint-loader": "^2.1.0", | ||
"typedoc": "^0.4.4", | ||
"typescript": "2.0.3", | ||
"zone.js": "^0.6.25" | ||
"tslint": "^4.2.0", | ||
"tslint-loader": "^3.3.0", | ||
"typedoc": "^0.5.3", | ||
"typescript": "2.1.4", | ||
"zone.js": "^0.7.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45388
9