Skip to content

Commit

Permalink
feat(TimelineItem): timelineitem add trigger on click (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaixingOoO authored Oct 16, 2023
1 parent ed1515d commit f4c8300
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
Binary file modified db/TDesign.db
Binary file not shown.
45 changes: 45 additions & 0 deletions packages/scripts/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -105895,6 +105895,51 @@
"Boolean"
]
},
{
"id": 1697115042,
"platform_framework": [
"1",
"2",
"4",
"8",
"16",
"32",
"64"
],
"component": "TimelineItem",
"field_category": 2,
"field_name": "click",
"field_type": [],
"field_default_value": "",
"field_enum": "",
"field_desc_zh": "点击时触发",
"field_desc_en": "trigger on click",
"field_required": 0,
"event_input": "(context: { e: MouseEvent; item: TdTimelineItemProps })",
"create_time": "2023-10-12 12:50:42",
"update_time": "2023-10-12 12:50:42",
"event_output": null,
"custom_field_type": null,
"syntactic_sugar": null,
"readonly": 1,
"html_attribute": 0,
"trigger_elements": "MouseEvent<HTMLElement>",
"deprecated": 0,
"version": "",
"test_description": null,
"support_default_value": 0,
"field_category_text": "Events",
"platform_framework_text": [
"Vue(PC)",
"React(PC)",
"Angular(PC)",
"Vue(Mobile)",
"React(Mobile)",
"Angular(Mobile)",
"Miniprogram"
],
"field_type_text": []
},
{
"id": 1352,
"platform_framework": [
Expand Down

0 comments on commit f4c8300

Please sign in to comment.