TimePicker-Default
Properties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
| modelValue | Date | No | () => new Date() | See the TimePicker modelValue option. |
| timeType | number | No | 12 | See the TimePicker timeType option. |
| period | array | No | ['A.M.', 'P.M.'] | See the TimePicker period option. |
| inputBackground | string | No | '' | See the TimePicker inputBackground option. |
| innerBorderColor | string | No | 'rgba(200, 200, 200, 0.3)' | See the TimePicker innerBorderColor option. |
| optionBackground | string | No | '' | See the TimePicker optionBackground option. |
| slideBtnBackground | string | No | '' | See the TimePicker slideBtnBackground option. |
| disabled | boolean | No | false | See the TimePicker disabled option. |
| hoverColor | string | No | undefined | See the TimePicker hoverColor option. |
| secondType | string | No | 'same' | See the TimePicker secondType option. |
| theme | string | No | 'global' | Custom theme |
| selectedBackground | string | No | '' | See the TimePicker selectedBackground option. |
| lang | string | No | "global" | See the TimePicker lang option. |
Events
| Event | Arguments | Description |
|---|---|---|
| change | See the component change option. |