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