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.
- package/esm2020/lib/subform-in-row-report/subform-in-row-report.component.mjs +1 -1
- package/esm2020/lib/timer-count-down/timer-count-down.component.mjs +4 -4
- package/fesm2015/barsa-develop-components.mjs +3 -3
- package/fesm2015/barsa-develop-components.mjs.map +1 -1
- package/fesm2020/barsa-develop-components.mjs +3 -3
- package/fesm2020/barsa-develop-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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);
|