Skip to content

Commit

Permalink
feat: add lazyLoad to CheckboxGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
chaishi committed Jul 16, 2023
1 parent 10114e3 commit 1af2484
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 11 deletions.
Binary file modified db/TDesign.db
Binary file not shown.
55 changes: 44 additions & 11 deletions packages/scripts/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -21496,11 +21496,7 @@
"platform_framework": [
"1",
"2",
"4",
"8",
"16",
"32",
"64"
"4"
],
"component": "Checkbox",
"field_category": 1,
Expand All @@ -21510,7 +21506,7 @@
],
"field_default_value": "false",
"field_enum": "",
"field_desc_zh": "是否启用懒加载。数据量加大时建议开启;或内容复杂时建议开启(如包含大量图片)",
"field_desc_zh": "是否启用懒加载。数据量加大时建议开启;加载复杂内容或大量图片时建议开启",
"field_desc_en": "load checkbox content when it entering the visible area",
"field_required": 0,
"event_input": "",
Expand All @@ -21530,11 +21526,7 @@
"platform_framework_text": [
"Vue(PC)",
"React(PC)",
"Angular(PC)",
"Vue(Mobile)",
"React(Mobile)",
"Angular(Mobile)",
"Miniprogram"
"Angular(PC)"
],
"field_type_text": [
"Boolean"
Expand Down Expand Up @@ -22087,6 +22079,47 @@
"Boolean"
]
},
{
"id": 1689498234,
"platform_framework": [
"1",
"2",
"4"
],
"component": "CheckboxGroup",
"field_category": 1,
"field_name": "lazyLoad",
"field_type": [
"4"
],
"field_default_value": "false",
"field_enum": "",
"field_desc_zh": "是否启用懒加载。数据量加大时建议开启;加载复杂内容或大量图片时建议开启",
"field_desc_en": "load checkbox content when it entering the visible area",
"field_required": 0,
"event_input": "",
"create_time": "2023-07-16 09:03:54",
"update_time": "2023-07-16 09:03:54",
"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(PC)",
"React(PC)",
"Angular(PC)"
],
"field_type_text": [
"Boolean"
]
},
{
"id": 1415,
"platform_framework": [
Expand Down

0 comments on commit 1af2484

Please sign in to comment.