Update API doc
parent
28f38f9a87
commit
7f67f640e5
|
@ -11768,6 +11768,13 @@
|
|||
"type": "DefaultPTOptions<AvatarPassThroughOptions>",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "avatargroup",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "DefaultPTOptions<AvatarGroupPassThroughOptions>",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "badge",
|
||||
"optional": true,
|
||||
|
@ -11859,6 +11866,13 @@
|
|||
"type": "DefaultPTOptions<ColorPickerPassThroughOptions>",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "column",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "DefaultPTOptions<ColumnPassThroughOptions>",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "columngroup",
|
||||
"optional": true,
|
||||
|
@ -12153,6 +12167,13 @@
|
|||
"type": "DefaultPTOptions<RadioButtonPassThroughOptions>",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "rating",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "DefaultPTOptions<RatingPassThroughOptions>",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "row",
|
||||
"optional": true,
|
||||
|
@ -12188,6 +12209,13 @@
|
|||
"type": "DefaultPTOptions<SkeletonPassThroughOptions>",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "slider",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "DefaultPTOptions<SliderPassThroughOptions>",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "speeddial",
|
||||
"optional": true,
|
||||
|
@ -12216,6 +12244,13 @@
|
|||
"type": "DefaultPTOptions<SplitterPassThroughOptions>",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "splitterpanel",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "DefaultPTOptions<SplitterPanelPassThroughOptions>",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "steps",
|
||||
"optional": true,
|
||||
|
@ -12286,6 +12321,13 @@
|
|||
"type": "DefaultPTOptions<ToastPassThroughOptions>",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "togglebutton",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "DefaultPTOptions<ToggleButtonPassThroughOptions>",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "toolbar",
|
||||
"optional": true,
|
||||
|
@ -12307,6 +12349,13 @@
|
|||
"type": "DefaultPTOptions<TreeSelectPassThroughOptions>",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "tristatecheckbox",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "DefaultPTOptions<TriStateCheckboxPassThroughOptions>",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "treetable",
|
||||
"optional": true,
|
||||
|
|
Loading…
Reference in New Issue