Skip to content

Commit

Permalink
feat(grid): mobile-vue grid 增加hover,grid-item增加icon属性 (#524)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
novlan1 and github-actions[bot] authored Jan 22, 2025
1 parent c797208 commit ead0a7c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
Binary file modified db/TDesign.db
Binary file not shown.
39 changes: 39 additions & 0 deletions packages/scripts/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -54915,6 +54915,7 @@
{
"id": 1777,
"platform_framework": [
"8",
"64"
],
"component": "Grid",
Expand Down Expand Up @@ -54943,6 +54944,7 @@
"support_default_value": 0,
"field_category_text": "Props",
"platform_framework_text": [
"Vue(Mobile)",
"Miniprogram"
],
"field_type_text": [
Expand Down Expand Up @@ -55187,6 +55189,43 @@
"Object"
]
},
{
"id": 1736954183,
"platform_framework": [
"8"
],
"component": "GridItem",
"field_category": 1,
"field_name": "icon",
"field_type": [
"64"
],
"field_default_value": "",
"field_enum": "",
"field_desc_zh": "图标名称。",
"field_desc_en": null,
"field_required": 0,
"event_input": "",
"create_time": "2025-01-15 15:16:23",
"update_time": "2025-01-15 15:16:23",
"event_output": null,
"custom_field_type": null,
"syntactic_sugar": null,
"readonly": 1,
"html_attribute": 0,
"trigger_elements": "",
"deprecated": 0,
"version": "",
"test_description": null,
"support_default_value": 0,
"field_category_text": "Props",
"platform_framework_text": [
"Vue(Mobile)"
],
"field_type_text": [
"TNode"
]
},
{
"id": 1769,
"platform_framework": [
Expand Down

0 comments on commit ead0a7c

Please sign in to comment.