@skyux/datetime 12.11.3 → 12.12.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.
@@ -5161,6 +5161,7 @@ class SkyTimepickerInputDirective {
|
|
5161
5161
|
}
|
5162
5162
|
this.#renderer.setProperty(this.#elRef.nativeElement, 'value', formattedValue);
|
5163
5163
|
}
|
5164
|
+
// TODO: This method technically returns `SkyTimepickerTimeOutput | string | undefined`. However, the value it is set to is set to `SkyTimepickerTimeOutput | undefined`. We need to clean this up.
|
5164
5165
|
#formatter(time) {
|
5165
5166
|
if (time && typeof time !== 'string' && 'local' in time) {
|
5166
5167
|
return time;
|