| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | import { | |
| 2 | - TimePickerBase, timeProperty, | ||
| 2 | + TimePickerBase, timeProperty, minuteIntervalProperty, | ||
| 3 | 3 | minuteProperty, minMinuteProperty, maxMinuteProperty, | |
| 4 | 4 | hourProperty, minHourProperty, maxHourProperty, colorProperty, Color | |
| 5 | 5 | } from "./time-picker-common"; | |
@@ -93,10 +93,10 @@ export class TimePicker extends TimePickerBase { | |||
| 93 | 93 | this.nativeViewProtected.maximumDate = getDate(this.hour, value); | |
| 94 | 94 | } | |
| 95 | 95 | ||
| 96 | - [timeProperty.getDefault](): number { | ||
| 96 | + [minuteIntervalProperty.getDefault](): number { | ||
| 97 | 97 | return this.nativeViewProtected.minuteInterval; | |
| 98 | 98 | } | |
| 99 | - [timeProperty.setNative](value: number) { | ||
| 99 | + [minuteIntervalProperty.setNative](value: number) { | ||
| 100 | 100 | this.nativeViewProtected.minuteInterval = value; | |
| 101 | 101 | } | |
| 102 | 102 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments