diff --git a/compiler/components/timePicker.json b/compiler/components/timePicker.json new file mode 100644 index 0000000..0c4ea44 --- /dev/null +++ b/compiler/components/timePicker.json @@ -0,0 +1,4 @@ +{ + "name": "TimePicker", + "attrs": ["onChange", "useMilitaryTime"] +} \ No newline at end of file diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index b53c39d..2dcdc61 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -89,6 +89,7 @@ "TextArea", "TextInput", "TextTimer", + "TimePicker", "Toggle", "Video", "Web", @@ -507,6 +508,11 @@ "type": "TextTimerAttribute", "instance": "TextTimerInstance" }, + { + "name": "TimePicker", + "type": "TimePickerAttribute", + "instance": "TimePickerInstance" + }, { "name": "Toggle", "type": "ToggleAttribute",