@morozeckiy/dd-lib 0.7.83 → 0.7.84

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.
@@ -4458,6 +4458,8 @@ class LibDateRangeComponent {
4458
4458
  this.selectedPeriodStr = undefined;
4459
4459
  }
4460
4460
  this.isShownPeriod = false;
4461
+ this.startIsFocused = false;
4462
+ this.endIsFocused = false;
4461
4463
  }
4462
4464
  setPeriod($event) {
4463
4465
  this.isShownPeriod = false;