@tetacom/ng-components 1.0.29 → 1.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2100,7 +2100,7 @@ class DatePickerComponent {
2100
2100
  applyValue(date) {
2101
2101
  this.setDate(date);
2102
2102
  this.value = this.currentValue;
2103
- this.onChange(this.value);
2103
+ this.onChange(new Date(this.value));
2104
2104
  this.open = false;
2105
2105
  }
2106
2106
  focus() {