Skip to content

Commit

Permalink
feat: FormItem.name 定义拆分独立react(PC)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Jan 29, 2024
1 parent 9765ecc commit 7adca16
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 6 deletions.
Binary file modified db/TDesign.db
Binary file not shown.
47 changes: 41 additions & 6 deletions packages/scripts/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -44781,7 +44781,6 @@
"id": 180,
"platform_framework": [
"1",
"2",
"4",
"8",
"16",
Expand All @@ -44792,9 +44791,7 @@
"field_category": 1,
"field_name": "name",
"field_type": [
"1",
"2",
"16"
"1"
],
"field_default_value": "",
"field_enum": "",
Expand All @@ -44805,7 +44802,7 @@
"create_time": "2020-12-02 06:10:20",
"update_time": "2022-06-16 08:15:16",
"event_output": null,
"custom_field_type": "NamePath【type NamePath = string | number | Array<string | number>】",
"custom_field_type": "",
"syntactic_sugar": null,
"readonly": 1,
"html_attribute": 0,
Expand All @@ -44817,13 +44814,51 @@
"field_category_text": "Props",
"platform_framework_text": [
"Vue(PC)",
"React(PC)",
"Angular(PC)",
"Vue(Mobile)",
"React(Mobile)",
"Angular(Mobile)",
"Miniprogram"
],
"field_type_text": [
"String"
]
},
{
"id": 1706508590,
"platform_framework": [
"2"
],
"component": "FormItem",
"field_category": 1,
"field_name": "name",
"field_type": [
"1",
"2",
"16"
],
"field_default_value": "",
"field_enum": "",
"field_desc_zh": "表单字段名称",
"field_desc_en": null,
"field_required": 0,
"event_input": "",
"create_time": "2024-01-29 06:09:50",
"update_time": "2024-01-29 06:09:50",
"event_output": null,
"custom_field_type": "NamePath【type NamePath = string | number | Array<string | number>】",
"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": [
"React(PC)"
],
"field_type_text": [
"String",
"Number",
Expand Down

0 comments on commit 7adca16

Please sign in to comment.