diff --git a/db/TDesign.db b/db/TDesign.db index 07a9a269..56771f70 100644 Binary files a/db/TDesign.db and b/db/TDesign.db differ diff --git a/packages/products/tdesign-mobile-react/src/radio/type.ts b/packages/products/tdesign-mobile-react/src/radio/type.ts index a5a3d979..130db54e 100644 --- a/packages/products/tdesign-mobile-react/src/radio/type.ts +++ b/packages/products/tdesign-mobile-react/src/radio/type.ts @@ -149,7 +149,7 @@ export interface TdRadioGroupProps { /** * 选中值发生变化时触发, `context.name` 指 RadioGroup 的 name 属性 */ - onChange?: (value: T, context: { e: ChangeEvent; name?: string }) => void; + onChange?: (value: T, context: { e: ChangeEvent; name?: string }) => void; } export type RadioOption = string | number | RadioOptionObj; diff --git a/packages/products/tdesign-react/src/radio/type.ts b/packages/products/tdesign-react/src/radio/type.ts index de7a8ab3..1dc3c428 100644 --- a/packages/products/tdesign-react/src/radio/type.ts +++ b/packages/products/tdesign-react/src/radio/type.ts @@ -102,7 +102,7 @@ export interface TdRadioGroupProps { /** * 选中值发生变化时触发, `context.name` 指 RadioGroup 的 name 属性 */ - onChange?: (value: T, context: { e: ChangeEvent; name?: string }) => void; + onChange?: (value: T, context: { e: ChangeEvent; name?: string }) => void; } export type RadioOption = string | number | RadioOptionObj; diff --git a/packages/scripts/api.json b/packages/scripts/api.json index 0f6db7b0..3d911866 100644 --- a/packages/scripts/api.json +++ b/packages/scripts/api.json @@ -90287,7 +90287,7 @@ "syntactic_sugar": null, "readonly": 1, "html_attribute": 0, - "trigger_elements": "ChangeEvent", + "trigger_elements": "", "deprecated": 0, "version": null, "test_description": null,