@yesilyazilim/web.spa 1.0.78 → 1.0.79

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.
package/index.js CHANGED
@@ -7572,7 +7572,7 @@ let $215503b10de793f5$export$218e3590a0c2ba21 = class DateRangeComponent extends
7572
7572
  if (this._endInput) this._endInput.value = '';
7573
7573
  this._clearValidationErrors();
7574
7574
  this._updateButtonStates();
7575
- if (!this._requiresDoneButton) this.onValueChanged.raise(this.value);
7575
+ this.onValueChanged.raise(this.value);
7576
7576
  }
7577
7577
  isValidRange() {
7578
7578
  const start = this.startDate;