Update API doc
parent
86695ce89c
commit
af8b22e4c9
|
@ -7088,7 +7088,14 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dropdownicon",
|
"name": "dropdownicon",
|
||||||
"parameters": [],
|
"parameters": [
|
||||||
|
{
|
||||||
|
"name": "scope",
|
||||||
|
"optional": false,
|
||||||
|
"type": "{\n \t <span class=\"font-medium\">class</span>: any, // Style class of the dropdown icon\n }",
|
||||||
|
"description": "dropdown icon slot's params."
|
||||||
|
}
|
||||||
|
],
|
||||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
"description": "Custom dropdown icon template."
|
"description": "Custom dropdown icon template."
|
||||||
},
|
},
|
||||||
|
@ -7098,7 +7105,7 @@
|
||||||
{
|
{
|
||||||
"name": "scope",
|
"name": "scope",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"type": "{\n \t <span class=\"font-medium\">class</span>: any, // Style class of the dropdown icon\n }",
|
"type": "{\n \t <span class=\"font-medium\">class</span>: any, // Style class of the previous icon\n }",
|
||||||
"description": "previous icon slot's params."
|
"description": "previous icon slot's params."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -7111,7 +7118,7 @@
|
||||||
{
|
{
|
||||||
"name": "scope",
|
"name": "scope",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"type": "{\n \t <span class=\"font-medium\">class</span>: any, // Style class of the dropdown icon\n }",
|
"type": "{\n \t <span class=\"font-medium\">class</span>: any, // Style class of the next icon\n }",
|
||||||
"description": "next icon slot's params."
|
"description": "next icon slot's params."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -7124,7 +7131,7 @@
|
||||||
{
|
{
|
||||||
"name": "scope",
|
"name": "scope",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"type": "{\n \t <span class=\"font-medium\">class</span>: any, // Style class of the dropdown icon\n }",
|
"type": "{\n \t <span class=\"font-medium\">class</span>: any, // Style class of the increment icon\n }",
|
||||||
"description": "increment icon slot's params."
|
"description": "increment icon slot's params."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -7137,7 +7144,7 @@
|
||||||
{
|
{
|
||||||
"name": "scope",
|
"name": "scope",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"type": "{\n \t <span class=\"font-medium\">class</span>: any, // Style class of the dropdown icon\n }",
|
"type": "{\n \t <span class=\"font-medium\">class</span>: any, // Style class of the decrement icon\n }",
|
||||||
"description": "decrement icon slot's params."
|
"description": "decrement icon slot's params."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue