Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Sep 29, 2023
1 parent 02ffa72 commit 275b545
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -40294,19 +40294,19 @@
"name": "value",
"optional": false,
"readonly": false,
"type": "boolean"
"type": "any"
},
{
"name": "checked",
"optional": false,
"optional": true,
"readonly": false,
"type": "boolean"
},
{
"name": "target",
"optional": false,
"readonly": false,
"type": "FormBooleanTarget"
"type": "FormTarget<any>"
}
]
},
Expand All @@ -40324,19 +40324,19 @@
"name": "value",
"optional": false,
"readonly": false,
"type": "boolean"
"type": "any"
},
{
"name": "checked",
"optional": false,
"optional": true,
"readonly": false,
"type": "boolean"
},
{
"name": "target",
"optional": false,
"readonly": false,
"type": "FormBooleanTarget"
"type": "FormTarget<any>"
}
]
}
Expand Down Expand Up @@ -52465,7 +52465,7 @@
"returnType": "void"
}
],
"extendedBy": "AutoCompleteChangeEvent,ChipsChangeEvent,ColorPickerChangeEvent,DropdownChangeEvent,InputMaskChangeEvent,InputNumberValueChangeEvent,RatingChangeEvent,SelectButtonChangeEvent,TreeSelectChangeEvent,TriStateCheckboxChangeEvent"
"extendedBy": "AutoCompleteChangeEvent,ChipsChangeEvent,ColorPickerChangeEvent,DropdownChangeEvent,InputMaskChangeEvent,InputNumberValueChangeEvent,RadioButtonChangeEvent,RadioButtonClickEvent,RatingChangeEvent,SelectButtonChangeEvent,TreeSelectChangeEvent,TriStateCheckboxChangeEvent"
},
"FormBooleanEvent": {
"relatedProp": "",
Expand Down Expand Up @@ -52507,7 +52507,7 @@
"returnType": "void"
}
],
"extendedBy": "CheckboxChangeEvent,CheckboxClickEvent,InputSwitchChangeEvent,RadioButtonChangeEvent,RadioButtonClickEvent"
"extendedBy": "CheckboxChangeEvent,CheckboxClickEvent,InputSwitchChangeEvent"
}
}
},
Expand Down

0 comments on commit 275b545

Please sign in to comment.