barsa-develop-components 1.0.256 → 1.0.258

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.
@@ -2030,9 +2030,9 @@ class TimerCountDownComponent extends FieldBaseComponent {
2030
2030
  minimumIntegerDigits: 2,
2031
2031
  useGrouping: false
2032
2032
  });
2033
- this.countDownText = `
2034
- ${this._getMonthText(month)}
2035
- ${this._daysText(days)}
2033
+ this.countDownText = `
2034
+ ${this._getMonthText(month)}
2035
+ ${this._daysText(days)}
2036
2036
  ${this._getTimeText(hours, minutes, seconds)}`;
2037
2037
  this._cdr.detectChanges();
2038
2038
  }, 1000);