Skip to content

Commit 7adca16

Browse files
committed
feat: FormItem.name 定义拆分独立react(PC)
1 parent 9765ecc commit 7adca16

File tree

2 files changed

+41
-6
lines changed

2 files changed

+41
-6
lines changed

db/TDesign.db

4 KB
Binary file not shown.

packages/scripts/api.json

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44781,7 +44781,6 @@
4478144781
"id": 180,
4478244782
"platform_framework": [
4478344783
"1",
44784-
"2",
4478544784
"4",
4478644785
"8",
4478744786
"16",
@@ -44792,9 +44791,7 @@
4479244791
"field_category": 1,
4479344792
"field_name": "name",
4479444793
"field_type": [
44795-
"1",
44796-
"2",
44797-
"16"
44794+
"1"
4479844795
],
4479944796
"field_default_value": "",
4480044797
"field_enum": "",
@@ -44805,7 +44802,7 @@
4480544802
"create_time": "2020-12-02 06:10:20",
4480644803
"update_time": "2022-06-16 08:15:16",
4480744804
"event_output": null,
44808-
"custom_field_type": "NamePath【type NamePath = string | number | Array<string | number>】",
44805+
"custom_field_type": "",
4480944806
"syntactic_sugar": null,
4481044807
"readonly": 1,
4481144808
"html_attribute": 0,
@@ -44817,13 +44814,51 @@
4481744814
"field_category_text": "Props",
4481844815
"platform_framework_text": [
4481944816
"Vue(PC)",
44820-
"React(PC)",
4482144817
"Angular(PC)",
4482244818
"Vue(Mobile)",
4482344819
"React(Mobile)",
4482444820
"Angular(Mobile)",
4482544821
"Miniprogram"
4482644822
],
44823+
"field_type_text": [
44824+
"String"
44825+
]
44826+
},
44827+
{
44828+
"id": 1706508590,
44829+
"platform_framework": [
44830+
"2"
44831+
],
44832+
"component": "FormItem",
44833+
"field_category": 1,
44834+
"field_name": "name",
44835+
"field_type": [
44836+
"1",
44837+
"2",
44838+
"16"
44839+
],
44840+
"field_default_value": "",
44841+
"field_enum": "",
44842+
"field_desc_zh": "表单字段名称",
44843+
"field_desc_en": null,
44844+
"field_required": 0,
44845+
"event_input": "",
44846+
"create_time": "2024-01-29 06:09:50",
44847+
"update_time": "2024-01-29 06:09:50",
44848+
"event_output": null,
44849+
"custom_field_type": "NamePath【type NamePath = string | number | Array<string | number>】",
44850+
"syntactic_sugar": null,
44851+
"readonly": 1,
44852+
"html_attribute": 0,
44853+
"trigger_elements": "",
44854+
"deprecated": 0,
44855+
"version": "",
44856+
"test_description": null,
44857+
"support_default_value": 0,
44858+
"field_category_text": "Props",
44859+
"platform_framework_text": [
44860+
"React(PC)"
44861+
],
4482744862
"field_type_text": [
4482844863
"String",
4482944864
"Number",

0 commit comments

Comments
 (0)