@progress/kendo-angular-inputs
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -321,5 +321,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap | ||
SliderComponent.prototype.ngOnChanges = function (changes) { | ||
if (this.isDocumentAvailable()) { | ||
this.ticksCount = kendo_inputs_common_1.SliderUtil.calculateTicksCount(this.max, this.min, this.smallStep); | ||
} | ||
this.ticksCount = kendo_inputs_common_1.SliderUtil.calculateTicksCount(this.max, this.min, this.smallStep); | ||
}; | ||
@@ -326,0 +324,0 @@ SliderComponent.prototype.ngAfterViewInit = function () { |
@@ -48,3 +48,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap | ||
module.exports = __webpack_require__(35); | ||
module.exports = __webpack_require__(32); | ||
@@ -68,2 +68,9 @@ | ||
/***/ 26: | ||
/***/ function(module, exports) { | ||
module.exports = require("@telerik/kendo-inputs-common"); | ||
/***/ }, | ||
/***/ 27: | ||
@@ -83,3 +90,3 @@ /***/ function(module, exports) { | ||
/***/ 35: | ||
/***/ 32: | ||
/***/ function(module, exports, __webpack_require__) { | ||
@@ -101,3 +108,3 @@ | ||
var enums_1 = __webpack_require__(27); | ||
var main_1 = __webpack_require__(36); | ||
var kendo_inputs_common_1 = __webpack_require__(26); | ||
/** | ||
@@ -162,3 +169,3 @@ * Represents the Kendo UI Switch component for Angular. | ||
}; | ||
this.controller = new main_1.SwitchController(this.updateView, this.changeValue); | ||
this.controller = new kendo_inputs_common_1.SwitchController(this.updateView, this.changeValue); | ||
} | ||
@@ -376,9 +383,2 @@ /** | ||
/***/ }, | ||
/***/ 36: | ||
/***/ function(module, exports) { | ||
module.exports = require("@telerik/kendo-inputs-common/dist/npm/js/main"); | ||
/***/ } | ||
@@ -385,0 +385,0 @@ |
{ | ||
"name": "@progress/kendo-angular-inputs", | ||
"description": "Inputs Package for Angular 2", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"publishConfig": { | ||
@@ -64,3 +64,3 @@ "registry": "https://registry.npm.telerik.com" | ||
"validate-commit-msg": "^1.1.1", | ||
"typescript": "^2.0.3" | ||
"typescript": "~2.0.3" | ||
}, | ||
@@ -67,0 +67,0 @@ "config": { |
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
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
380105
3220