@yesilyazilim/web.spa 1.0.77 → 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
@@ -6948,6 +6948,7 @@ let $1b4e3c1abfa7ee85$export$df30df7ec97b32b5 = class DataTable extends (0, $ea0
6948
6948
  const cd = srccols[key];
6949
6949
  if (!cd) continue;
6950
6950
  if (!cd.field) continue;
6951
+ if (cd.visible == false) continue;
6951
6952
  cols.push({
6952
6953
  key: cd.field,
6953
6954
  title: cd.title || cd.field
@@ -7571,7 +7572,7 @@ let $215503b10de793f5$export$218e3590a0c2ba21 = class DateRangeComponent extends
7571
7572
  if (this._endInput) this._endInput.value = '';
7572
7573
  this._clearValidationErrors();
7573
7574
  this._updateButtonStates();
7574
- if (!this._requiresDoneButton) this.onValueChanged.raise(this.value);
7575
+ this.onValueChanged.raise(this.value);
7575
7576
  }
7576
7577
  isValidRange() {
7577
7578
  const start = this.startDate;