@ng-matero/extensions 19.0.0 → 19.0.1
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.
|
@@ -1482,8 +1482,8 @@ class MtxTimeView {
|
|
|
1482
1482
|
}
|
|
1483
1483
|
_dialTimeSelected(date) {
|
|
1484
1484
|
if (this.clockView === 'hour') {
|
|
1485
|
+
this.clockView = 'minute';
|
|
1485
1486
|
this._activeDate = date;
|
|
1486
|
-
this._clockView = 'minute';
|
|
1487
1487
|
}
|
|
1488
1488
|
if (!this._adapter.sameDatetime(date, this.selected) || !this.preventSameDateTimeSelection) {
|
|
1489
1489
|
this.selectedChange.emit(date);
|
|
@@ -1499,6 +1499,7 @@ class MtxTimeView {
|
|
|
1499
1499
|
else {
|
|
1500
1500
|
this._dialTimeSelected(date);
|
|
1501
1501
|
}
|
|
1502
|
+
this.clockViewChange.emit(this.clockView);
|
|
1502
1503
|
}
|
|
1503
1504
|
_onActiveDateChange(date) {
|
|
1504
1505
|
this._activeDate = date;
|