@progress/kendo-angular-dateinputs
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -227,3 +227,3 @@ import { Component, Input, Output, ViewChild, EventEmitter, HostBinding, HostListener, isDevMode, Renderer, forwardRef } from '@angular/core'; | ||
} | ||
if (this.kendoDate && changes.value) { | ||
if (this.kendoDate && !isEqual(this.value, this.kendoDate.getDateObject())) { | ||
this.writeValue(this.value); | ||
@@ -230,0 +230,0 @@ } |
@@ -228,3 +228,3 @@ "use strict"; | ||
} | ||
if (this.kendoDate && changes.value) { | ||
if (this.kendoDate && !kendo_date_math_1.isEqual(this.value, this.kendoDate.getDateObject())) { | ||
this.writeValue(this.value); | ||
@@ -231,0 +231,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "registry": "https://registry.npm.telerik.com" |
Sorry, the diff of this file is too big to display
578404