@progress/kendo-angular-dateinputs
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -227,2 +227,5 @@ import { Component, Input, Output, ViewChild, EventEmitter, HostBinding, HostListener, isDevMode, Renderer, forwardRef } from '@angular/core'; | ||
} | ||
if (this.kendoDate && changes.value) { | ||
this.writeValue(this.value); | ||
} | ||
}; | ||
@@ -229,0 +232,0 @@ /** |
@@ -228,2 +228,5 @@ "use strict"; | ||
} | ||
if (this.kendoDate && changes.value) { | ||
this.writeValue(this.value); | ||
} | ||
}; | ||
@@ -230,0 +233,0 @@ /** |
@@ -6,3 +6,3 @@ { | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "registry": "https://registry.npm.telerik.com" |
Sorry, the diff of this file is too big to display
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
578262
8073